搜索资源列表
VisualCMPEGJPEG
- mpeg编码与解码 其中源码实现了mpeg以及jpeg标准的源码实现-mpeg encoding and decoding which achieved a source mpeg and jpeg standard source implementation
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
jpeg_decode
- jpeg编码和解码,给出了jpeg文件量化表,编码表及其数据的读入-encoding and decoding jpeg, jpeg files are given quantization table, coding table and its data is read into
Photo
- 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
jpegEncoder
- JPEG 编码程序,他可以帮助你进行JPEG的图像压缩编码。-JPEG encoding process, he can help you to JPEG image compression coding.
jpeg
- 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件代码结构只求能说明各步骤过程,并不做特别的优化,效率较为一般。-This is a simple jpeg encoding procedures, the baseline support 1:1:1 color sampling jpeg, enter only the 24bit code BMP files can only describe the structure of
1
- 在一般的数据结构的书中,树的那章后面,著者一般都会介绍一下哈夫曼(HUFFMAN)树和哈夫曼编码。哈夫曼编码是哈夫曼树的一个应用。哈夫曼编码应用广泛,如JPEG中就应用了哈夫曼编码。 首先介绍什么是哈夫曼树。哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N
JPEGdecode
- JPEG编码,解码的实现。包括可执行文件和源码-JPEG encoding and decoding implementations. Including the executable file and source code
CadTool_ETRI_Final
- This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
jpegdemo
- its a jpeg encoding scheme on famaus lena image
jpeg
- VC++6.0环境下的jpeg编码解码及处理类库-A Object library used for encoding and decoding jpeg image in vc++6.0
jpeg
- JPEG压缩解码程序!!!!!用于将JPEG压缩为BMP图像-jpeg encoding!!!!
JPEGEncoder
- JPEG编码源码,中科大多媒体信号处理课的JPEG图形编码实验源码-JPEG encoding source, USTC multimedia signal processing JPEG graphics lesson experimental source code
jpeg
- 使用哈夫曼编码将BMP图像转JPEG图像-Use Huffman encoding BMP image to JPEG image
jpeg
- 用C语言实现了图像压缩与编码模块,包括AC DC编解码-Using C language to implement the image compression and encoding modules, including AC DC codec
bianma
- DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过-DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding, linear predictive coding and a process similar to JPEG encoding.
stylamlined-source-source
- The most streamlined jpeg encoding source code
jpegencode_latest.tar
- 完成了JPEG编码器的功能,实现了编码,并在modelsim上仿真通过(The function of the JPEG encoder is completed, the encoding is implemented, and the simulation is passed on the Modelsim)