搜索资源列表
spca5xx-
- spca-5xx驱动+spcaview-5xx测试工具就可以驱动普通的摄像头了。Wi h$ 驱动安装完毕后,需要重启,然后插上摄像头。d 一般摄像头设备文件对应着/dev/video0[ 我的摄像头是jpeg编码的,如果需要自己写客户端的,可以直接读取video0-SPCA-5xx drive spcaview - 5xx testing tools can drive an ordinary camera of. Wi h $ driver is installed, the need to
matlab_jpeg
- the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about.-the attached utility is a work I ve submitte d to the university It shows what a jpeg compress ion is all about.
j2000-code+doc
- The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an im
JPEG2000Compress_DecompressSourceCode
- DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient representation and interchange of digital images are essential. To date, some of the most successful still image compression standards have resulted fr
huff0645345
- This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-enco
ImgCtxDecoder_src
- ImgCtxDecoder_src.zip 1. Why do I use IImgCtx to decode images? If you want to develop a image viewer or processor in Windows, the first thing you have to face is image decoding. Now there are some free image decoders, with full source code:
jpeg_drv.rar
- linux s3c6410 jpeg decoder driver,linux s3c6410 jpeg decoder driver
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
jpeg_dsp
- 有关图像压缩的jpeg实现算法介绍及其源码-Related to the jpeg image compression algorithm introduced and its source
colorspacezhuanhuan
- RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
DATACOMPRESSION
- 算术编码的实现,设计算术编码器,考虑如何编码实现,如何解决数据输出,说明原理。 算术编码在图象数据压缩标准(如jpeg,jbig)中扮演了重要的角色。在算术编码中,消息用0到1之间的实数进行编码。算术编码用到了两个基本的参数:符号的概率和它的编码间隔。信源符号的概率决定压缩编码的效率,也决定编码过程中信源符号的间隔,而这些间隔包含在0到1之间。编码过程中的间隔决定了符号压缩后的输出。 算术编码需要输入的是符号,各个符号的概率还有需要编码的符号序列,根据概率可以算出初始编码间隔,先设几
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为
dct
- 在一个图像块中调整两个(或多个) DCT系数的相对大小。将描述一个使用数字图像作为载体的系统。在编码处理中,发送者将载体图像分成8×8的像素块,每一块只精确地编码一个秘密信息位。嵌入过程开始时,首先伪随机地选择一个图像块bi,用它对第i个消息比特进行编码。令Bi=D{bi}为DCT变换后的图像块。 在通信开始前,发送者和接收者必须对嵌入过程中使用的两个DCT系数的位置达成一致,让我们用(u1,v1)和(u2,v2)来表示这两个索引。这两个系数应该相应于余弦变换的中频,确保信息保存在信号的
jpeg
- Delphi 7 之后 Jpeg.dcu 不带源代码,本单元为从Delphi 7 中找到的源代码
JPEG_Decoder
- 用于2D图像的Encoder,Decoder-a JPEG Decoder for 2-D image,contain the jpeg file which needed
EDBimage-1.6-(with-BDS-support)
- TEDBImage is an enhanced version of TDBImage, supports almost all the classic images (jpg, jpeg, png, bmp, wmf, tiff, etc) + Event to load your own image type. + Can be used with GraphicEx
dct
- 在编码端,影像首先被分割成8 8块。 DCT的操作,然后 适用于每个图像块。据国际视频标准(JPEG,H.261...), 变换系数四舍五入到最接近的整数,并剪辑成12位( 2048至 2047)。这些系数,然后根据锯齿扫描顺序安排到1-D数据阵列。 然后,选择一些系数和量化。在解码器端,量化系数 反DCT(IDCT)重建。 IDCT的输出调整和裁剪,以0 255。 (我们只有Y信号处理。),DCT,量化和锯齿扫描规格 为了下页。 下面
JPEG-EncodeaDecode
- 按如下说明使用此代码: 1.将BC45.rar解压到D:2.将JPEGCode解压到D:3.解压1.Src(自己整理的).rar到D:\JPEGCode目录下 4.运行批处理Build 5.cd src 6.编译生成可执行程序(make) 7.测试代码(make test) 8.清除编译过程文件,包括可执行程序(make clean) 9.体会原版配置编译过程 a)删除3.解压目录 b)解压2.Src(原版).rar到D:\JPEGCode目录下 c
16660-931395-visualisateur-d-une-image-associable
- Ce document intitulé « Visualisateur d une image associable ŕ une extension (jpeg, jpg, bmp - pas gif) » issu de CommentCaMarche-Ce document intitulé « Visualisateur d une image associable ŕ une extension (jpeg, jpg, bmp - pas g
jpeg-8b
- 移植mjpeg-streamer d的jpeg库源代码-mjpeg-streamer library source code jpeg