-
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
-
mRMR_0.9_compiled
利用互信息进行特征抽取的方法实现,能找到最具代表的特征,有效的实现了计算量的减少和可用来维数缩减(The use of mutual information feature extraction method of implementation, to find the most representative characteristics of an effective implementation of the computation of the reduction and can be used to reduce the dimension)
- 2021-02-07 15:19:55下载
- 积分:1
-
matlab程序
用均值滤波、中值滤波、维纳滤波法给加高斯噪声的图像去噪(Using the mean filter, median filter, Wiener filter to add the Gaussian noise image denoising)
- 2017-10-12 11:22:24下载
- 积分:1
-
FACE-Recognition-Technology1
这是一个人脸识别系统,其中详细的给出了人脸识别软件的开发过程,应用MATLAB编程实现,是一个不可多得的好软件。(This is a face recognition system, which gives a detailed Face Recognition software development process. MATLAB programming is a very good software.)
- 2006-08-25 13:07:18下载
- 积分:1
-
帧间差分法
说明: 带一个视频。路径要选择好才能运行,选择解压的此文件的路径。对运动视频的检测 返回一对坐标和大小,可识别运动物体。(The detection of moving video returns a pair of coordinates and sizes, which can identify moving objects.)
- 2020-04-27 20:31:48下载
- 积分:1
-
Moravec
对遥感影像或者图形图像,是在摄影测量数据处理中比较知名的Moravec算子。希望可以帮助到大家!(Remote sensing image or graphic images, photogrammetric data processing in the more well-known Moravec operator. I hope you can help to everyone!)
- 2014-09-03 20:18:45下载
- 积分:1
-
KinectExample
Kinect 的入门工程 实现了深度图像读取 和 距离换算 同时也能读取彩色图像(Kinect entry projects to achieve the depth of the image reading and distance can also convert color images to read)
- 2011-10-30 19:10:30下载
- 积分:1
-
intel
简单的图像积分图的汇编算法;图像积分图的计算在图像处理中经常用到(A simple compilation of the image points map algorithm image points in the map frequently used for image processing)
- 2009-07-19 13:41:12下载
- 积分:1
-
DWT2D
对图像进行二维离散小波变换, 变换级数大于等于3级,然后进行阈值化处理(阈值约为10左右),再统计系数中0的个数(百分比表示)并进行重构, 最后计算重构图像的峰值信噪比(PSNR). (Two-dimensional discrete wavelet transform image transformed series is greater than or equal to 3, and then processing thresholding (threshold of about 10 or so), then statistical coefficient in the number (expressed as a percentage) and to reconstruct the final calculation reconstructed image of the peak signal-to-noise ratio (PSNR).)
- 2020-10-23 13:57:22下载
- 积分:1
-
sift-0.9.0
说明: sift 图像特征提取算法源码,对研究sift算法很有帮助。(The source code of sift image feature extraction algorithm is very helpful to the research of sift algorithm.)
- 2018-12-25 10:50:31下载
- 积分:1