-
discrete-cosine-transform
图形图像正交变换,离散余弦变换,VC++实现。(Graphic image orthogonal transform, discrete cosine transform, VC++ to achieve.)
- 2010-06-22 08:32:54下载
- 积分:1
-
0034
校正图像倾斜的程序,很好用,可以纠正几何投影变形(Image tilt correction procedures, very good use, you can correct the distortion geometric projection)
- 2020-10-31 20:29:56下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
2009
跟踪目标的算法,camshift,meanshift.(Target tracking algorithm, camshift, meanshift.)
- 2009-03-23 11:02:08下载
- 积分:1
-
matlabPS
寻找照片PS痕迹的代码~大作业编写~可主要用于寻找添加图像块的PS边缘痕迹,(find the hint of a photo which has been PS)
- 2020-12-21 17:19:08下载
- 积分:1
-
plsa
Probabilistic Latent Semantic Analysis模型实现,用于目标识别或文本识别(Probabilistic Latent Semantic Analysis model for target recognition or text recognition)
- 2008-03-31 16:40:12下载
- 积分:1
-
ridgeorient
计算指纹方向场的代码。。。。。。。。。。。。(code for computing orientation of fingerprint )
- 2020-10-26 10:20:00下载
- 积分:1
-
cvpr16_deblur_study-master
文献 "Deblurring Text Images via L0-Regularized Intensity and Gradient Prior" 的参考代码
用Lp正则化方法做盲复原的代码
demo_text_deblurring 是主函数(refer to "Deblurring Text Images via L0-Regularized Intensity and Gradient Prior"
main function: demo_text_deblurring)
- 2020-11-13 14:59:43下载
- 积分:1
-
originalpointanalyse2
源点定位程序,可用于检测连通域等功能,代码是c/c++的,放心使用。(Source point positioning procedures, can be used to detect other functions connected domain, the code is c/c++, and ease of use.)
- 2013-09-28 08:31:12下载
- 积分:1
-
l1magic-1.1
对l1最小化的处理,其中包括全面的l1范数的解得算法,运用tv全变分最小的解决方法,适合于单像素以及图像处理的研究者参考。(L1 minimization, including the full L1 norm solution algorithm, the use of TV total variation, the smallest solution, suitable for single pixel and image processing researchers reference.)
- 2017-09-08 22:00:18下载
- 积分:1