-
ImageGrayProcessVS2008
打开bmp位图文件 彩色转灰阶 直方图均衡 直方图规定 灰阶线性化(Open the bmp grayscale bitmap image binarization functions connected domain extraction features)
- 2010-06-19 15:17:28下载
- 积分: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
-
Image_Rotation
图像旋转的MATLAB文件,角度可以定义,例子中包含了M源程序以及转换的图片。(MATLAB file image rotation, angle can be defined, for example, contains M as well as the conversion of the image source.)
- 2008-08-15 13:58:47下载
- 积分:1
-
a
说明: 图像处理中的变分和偏微分方法图像处理中的变分和偏微分方法图像处理中的变分和偏微分方法图像处理中的变分和偏微分方法(asdf dsfsa fsddf sadf aasdfas sdfdsaf afas sf asdfasf asfdg)
- 2010-12-01 14:43:00下载
- 积分:1
-
dt_cwt-texture
基于纹理特征的图像检索源码,用双树复小波(DT-CWT)三级分解提取图像的纹理特征(Texture-based image retrieval source code, using dual tree complex wavelet (DT-CWT) to extract texture features three levels of decomposition)
- 2013-12-06 15:58:36下载
- 积分:1
-
SURF
This is surf(Speeded Up Features Robust) matlab code for detection keypoint and construct descriptor and matching
- 2013-04-17 15:24:29下载
- 积分:1
-
BEMD_code
把一幅图像进行经验模式分解,结果为不同频率分量的IMF,用于希尔伯特黄变换,图像去噪等(empirical mode decomposition)
- 2020-07-04 01:40:01下载
- 积分:1
-
PICPRO
该代码,利用GDAL 1.4.2库实现遥感图像的几何校正、图像配准等,vs 2010实现。(The code GDAL 1.4.2 library implementation of remote sensing image geometric correction, image registration, vs 2010.)
- 2012-08-31 10:29:39下载
- 积分:1
-
f771982e0947
sift算法引用于图像处理的一些常用程序(a reference to the image processing algorithms sift some common procedures)
- 2020-09-03 13:48:07下载
- 积分:1
-
ChangeDetectionPCAKmeans-master
说明: PCA Kmeans-master图像变化检测算法设计(ChangeDetectionPCAKmeans-master)
- 2020-12-24 16:39:06下载
- 积分:1