搜索资源列表
VisualCMPEGJPEG
- mpeg编码与解码 其中源码实现了mpeg以及jpeg标准的源码实现-mpeg encoding and decoding which achieved a source mpeg and jpeg standard source implementation
JPEG_compress_using_MATLAB_and_c
- 用matlab 和 c联合编程实现JPEG图像压缩,包括量化,霍夫曼编码,解码
JPEG编码解码源代码
- JPEGԴ.rar
jpeg_decode
- jpeg编码和解码,给出了jpeg文件量化表,编码表及其数据的读入-encoding and decoding jpeg, jpeg files are given quantization table, coding table and its data is read into
JPEGdecode
- JPEG编码,解码的实现。包括可执行文件和源码-JPEG encoding and decoding implementations. Including the executable file and source code
V7_vs_jpeg
- JPEG算法在visual studio环境下的实现,可实现编码解码-jpeg arithmetic in microsoft visual studio
jpeg
- VC++6.0环境下的jpeg编码解码及处理类库-A Object library used for encoding and decoding jpeg image in vc++6.0
VisualCMPEGJPEG
- Visual C++实现MPEG/JPEG编码和解码技术的源代码,有关离散余弦压缩方法和块运动估算的方法。-MPEG/JPEG Encode Decode
Video_JPEG4_Decode
- 视频播放器JPEG4解码 编码解码 视频音频播放器-Sending Images Over the Network Once the system is in place, users can start transmitting images over the network via high-quality video imaging standards such as motion JPEG and MPEG.
JPEGEncoder
- jpeg编码解码程序,方便大家在做图像处理时使用,用于windows mobile编程中。希望对大家有帮助。-this source code could help you encoder or decode the image file in your project with the jpeg, for windows mobile. Good Luck!
huffman
- 哈夫曼编码的内核程序及说明,主要用于jpeg解码-huffman s kernel ,use jpeg decoding
jpegdemo
- jpge编解码的实现,包含编码和解码算法的各个组成部分。-jpeg encode and decode
jpeg
- 用C语言实现了图像压缩与编码模块,包括AC DC编解码-Using C language to implement the image compression and encoding modules, including AC DC codec
PicProcessing
- 图像处理。主要研究JPEG编码和解码的实现(分块、DCT、量化、熵编码、熵解码)-Image Processing by MATLAB
B2JPG
- JPG/JPEG图像的BASE64编码和解码的VC6解决方案-JPG/JPEG image s Base64 Encode and Decode Solution in VC 6
jpeb__good
- 比较简单的jpeg编码解码程序,不错的源码 可以用-Simple jpeg coding decoding procedures, good source You can use
MP3播放器
- jpg图像的编解码,已经在vc以及嵌入式上调试通过,可以移植(the encode and decode of the file jpeg images,can be planted to any of the embedded devices)
JPEG
- 使用matlab实现的jpeg基本系统,输入为灰度图像,输出为使用‘0’‘1’字符表示的字符串。 包括dct编码与解码、量化与反量化,Huffman编码与解码(The JPEG basic system implemented with MATLAB is entered into a gray image, and the output is a string represented with a '0' '1' character. Including DCT coding and de
JPEG lite
- 将图片分割成8*8的块然后进行DCT和量化,编码及解码(For further improvement each 8x8 block of the difference image can be transformed using a 2D DCT before quantizing and coding)
MATLAB读取JPEG图片的DCT系数
- jpg编解码,提取DCT系数,dc系数和ac系数的哈夫曼编码表等(Jpg coding and decoding, extracting DCT coefficients, DC coefficients and AC coefficients Huffman coding table, etc.)