-
color_moment
输入图片的一阶矩、二阶矩、三阶矩。颜色空间可以在计算前更改( the first moment, second moment and third moment of the picture)
- 2012-02-24 16:32:12下载
- 积分: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
-
Fourier
实现了读取一个bmp图片的傅里叶变换 使用C语言实现 读取一个 24位 图 转换为8位灰度图后,进行傅里叶变换处理(二维) 采用快速傅里叶变换——蝶形算法 北航图像处理作业~需要进一步交流 请联系qq 422563357(Reads a bmp image to achieve a Fourier transform using C language Northern image processing operations)
- 2020-10-27 21:20:03下载
- 积分:1
-
line_sobel
Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。(Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.)
- 2009-05-23 21:15:44下载
- 积分:1
-
lyc_sst_season
说明: 基于MATLAB对逐日海表面温度遥感数据做月平均,并按照季节绘制多子图。(Based on MATLAB, monthly average of daily sst remote sensing data is done, and multiple subgraphs are drawn according to seasons.)
- 2021-03-02 11:08:02下载
- 积分:1
-
nonlocaldenoise
说明: 非局部去噪算法-nonlocal denoise 源码(Non-Local Denoising Algorithm-nonlocal denoise source)
- 2008-10-26 22:53:07下载
- 积分:1
-
cloud_remove
遥感图像除云软件,原理是图像同时期替换掉有云区域,使用IDL语言编写(remove cloud from remote sensing image)
- 2020-12-13 16:09:14下载
- 积分:1
-
粒子群算法的Pareto多目标函数优化
粒子群算法的Pareto多目标函数优化,适用于多目标问题的寻优(Particle swarm optimization Pareto multi-objective function optimization, suitable for multi-objective optimization.)
- 2020-12-23 17:29:06下载
- 积分:1
-
ROC
目前最重要的图像变化检测评价标准:roc曲线,以及roc曲线下面积。(ROC curve of image change detection)
- 2013-07-23 21:44:55下载
- 积分:1
-
Fast_Discrete_Curvelet_Transform
Fast Discrete Curvelet Transform有正反变换,各个程序里面的参数都有详细的说明.(Fast Discrete Curvelet Transform are pros and transform, inside the various parameters have detailed explanations.)
- 2007-04-13 19:25:56下载
- 积分:1