搜索资源列表
豪杰解霸原代码
- 压缩过的图像是无法直接进行数字化处理的,如JPEG、GIF等格式的文件,此时首先要对图像文件解压缩,这就要涉及到一些比较复杂的压缩算法。-compressed image can t directly process digital operation.such as jpeg,gif format.firstly ,it need decompress ,which is deal with complex compression algrithm.
bu1566
- bu1566dsp芯片用来处理ov7660或其他30万摄像模组的图像预览.图像拍照(jpeg压缩),图像回显(jpeg解压)-bu1566dsp chip to handle ov7660 or other 300,000 camera module image preview. Photographed images (jpeg compression), Image Display (jpeg decompression)
CapScreenJpeg
- 捕捉远程桌面的示例 主要实现桌面捕捉与显示,JPEG压缩和解压缩 CCaptureScreen类用来捕捉桌面 XPictureBox类用来显示桌面图片 CMiniJpegEnc类为jpeg压缩类 CMiniJpegDec类为jpeg解压缩类
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
netvideo.rar
- 程序包括一个server 和一个client 他们可以在局域网内通过USB摄像头采集 图像,并经过jpeg压缩,然后通过网络传送到 client端,client端再解压并显示图像 程序运行前先设定好ip地址,可以看程序里面的设定ip,然后修改,This process includes a server and a client that they can in the LAN through the USB camera capture images, and after jpeg
jpeg-6b
- jpeg压缩解压缩算法及源码,使用方便,有源码参考-jpeg compression decompression algorithms and source code, easy to use, there is a reference source
JPEG
- 这是一个模拟实现jpeg解压缩过程的程序代码,非常适合学习jpeg原理的同志参考。-This is a simulation of the process of implementation of jpeg decompression code is very suitable for studying the principle of comrades jpeg reference.
jpeg
- JPEG 静态图像压缩 各文件功能说明如下: 1) JPEG压缩程序:gendat.exe 2) 为压缩后的数据加上JPEG文件头的程序genjpg.exe 3) 解JEPG压缩程序extrdat.exe 其中:(1)的输入参量是需要生成的压缩文件的名字。 主程序流程为: a) 程序初始化,读取文件名称、原始图像数据等基本数据; b) 从AC.TAB和DC.TAB两个文件生成AC表和DC表,存入数组 c) 以8×8为样本单位进行DCT变换 d) 以8×8为
jpeg-8b
- IJG JPEG LIBRARY,非常好用的Jpeg解压压缩源码,可以选择分线解压图像-IJG JPEG LIBRARY, very easy to use Jpeg compression decompression source, you can select sub-line-extracting images
jpeg
- jpeg压缩与解压源代码,可生成jpeg库文件-jpeg compression and decompression source code details on Adaboost matlab implementation
RCapScreenJpee
- 捕捉远程桌面的示例主要实现桌面捕捉与显示,JPEG压缩和解压缩CCaptureScreen类用来捕捉桌面XPictureBBox类用来显示桌面图片CMiniJpegEnc类为jpeg压缩类CMiniJpegDec类为jpeg解压缩类 -Example capture remote desktop desktop capture, JPEG compression and decompression CCaptureScreen class used to to capture deskto
jpeg-compressor_v103
- 在内存中进行图像的jpeg压缩与解压,这个功能很多开源库都没有,十分有用。 函数的功能全都在一个文件中实现,用起来方便。-Performed in memory jpeg image compression and decompression, this features a lot of open source libraries are not very useful. Performance function to achieve all in one file, easy to us
decoder
- JPEG解压缩文件,配合压缩文件使用。 JPEG解压缩文件,配合压缩文件使用。-JPEG decompress files with compressed files.
jpeg
- jpeg压缩解压matlab代码 zigzag扫描 rle行程编码-jpeg compression
ehtimate__suspend
- Jpeg2k图像压缩解压缩源码,压缩率较JPEG提高30 不错的-Jpeg2k source image compression decompression, 30 good than JPEG compression rate increase
JPEGSHOWER
- 实现基于visual C++平台下的,JPEG图片数据的压缩与解压缩。(JPEG image data compression and decompression.)