搜索资源列表
DCT
- ARM汇编,实现DCT算法,图像压缩,JPEG 需要loadmemory,里面附带load文件示例以及样子图片,raw格式-ARM compilation and realizing DCT algorithm, image compression, JPEG need loadmemory, incidental load inside sample documents, as well as look like picture, raw format
FPGA-based-image-compression
- 基于FPGA图片压缩技术的解码算法的研究和实现。-FPGA-based image compression technology research and implementation of the decoding algorithm.
SIMPLEpicrar
- 适用于单片机执行的图片简易压缩算法,针对空白较多的图片,单片机无损压缩,附有压缩和解压缩的算法。-Suitable for single chip microcomputer image compression algorithm, for the blank more pictures, single chip lossless compression, with compression and decompression algorithm.
Desktop
- 基于MATLAB的图像压缩实现 , 将彩色图片转为黑白图片 ,用huffman算法进行压缩。(Implementation of image compression based on MATLAB)
sobel
- 由Verilog编写在FPGA实现sobel算法应用于图像边缘检测,工程文件可在quartus13.1以上版本打开;工程使用到ram、fifo、pll三种ip核,design文件夹下包含ram、fifo、vga控制以及串口收发和sobel算法模块,sim和doc文件夹下分别包含modelsim的仿真模块和仿真结果;测试时将200*200分辨率的图片用matlab文件夹下的matlab脚本压缩、二值化,再将生成文件中数据用串口发给FPGA,边缘检测结果会通过VGA输出。(Written by Ve