-
fangshebianhuan
仿射变换来实现旋转 (线性变换),平移 (向量加),缩放操作 (线性变换)(Affine transformations are implemented by rotation (linear transformation), translation (vector addition), scaling operation (linear transformation))
- 2017-09-28 17:01:39下载
- 积分: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
-
基于matlab的指纹识别算法
说明: 文简要介绍了指纹识别的基本步骤,分别是指纹图像预处理、指纹特征提取、指纹匹配(This paper briefly introduces the basic steps of fingerprint recognition, which are fingerprint image preprocessing, fingerprint feature extraction and fingerprint matching)
- 2020-06-20 07:00:01下载
- 积分:1
-
diedaifa
用于灰度图像二值化的MATLAB代码,算法采用迭代法(For gray-scale image binarization MATLAB code, algorithm uses iterative method)
- 2013-06-07 14:10:15下载
- 积分:1
-
segCroissRegion
区域生长种子点的选取,可以用于图像分割的处理.(Simple single-seeded region growing)
- 2013-03-20 17:46:44下载
- 积分:1
-
K-mean
说明: 基于纹理度量的图像分割,适用于遥感图像,主要利用到K-mean算法。(Image segmentation based on texture measurement for remote sensing image, the main advantage of K-mean algorithm.)
- 2011-03-30 21:26:31下载
- 积分:1
-
02
说明: 摄像头+图像处理 C++编程,很好的东西,希望对大家有用!(Camera+ image processing C++ programming, very good, hope for all of us!)
- 2009-12-26 21:22:42下载
- 积分:1
-
552322224
动画框画直线,易语言写的图形图像编程,很好的参考。(Animation frame painting line, easy graphic language programming, a good reference.)
- 2013-09-17 11:58:02下载
- 积分:1
-
C with image
用c语言实现一些简单的图像处理功能,如灰度化、旋转、拷贝等(Some simple image processing functions, such as gray scale, rotation, copy, etc., are implemented in C language.)
- 2020-06-17 21:00:06下载
- 积分:1
-
Canny
Canny边缘检测算法,已经试过,可以用。能较好的检测边缘。(Canny edge detection algorithm, has been tried, you can use. To better edge detection.)
- 2010-09-28 14:42:46下载
- 积分:1