-
-
ov511-grab.rar
这是我写的基于ov511控制芯片的usb视频代码,由于ov511不带jpeg硬件压缩,我把jpeglib移植上去,并用程序实现了压缩,可以直接编译使用
-
-
-
-
a_jpeg_compression_matlab.rar
It shows what a jpeg compression is all about.
the function implements the DCT transform, using a matrix operator.
note that matlab has a function for the DCT and iDCT transforms
that might be more efficient.
-
-
-
-
ImgCtxDecoder_src.zip
... have to face is image decoding. Now there are some free image decoders, with full source code:
JPEG decoder released by Independent JPEG Group
PNG decoder released by libpng organization
TIFF decoder released by libtiff organization
GIF decoder ...
-
-