-
直方图算法
说明: HEBBHEDSIHERMSHERSIHE 可直接运行的直方图增强算法。(HEBBHEDSIHERMSHERSIHE can be directly run by histogram enhancement algorithm.)
- 2021-02-10 20:59:52下载
- 积分:1
-
descomposition
vo分解模型用于分解图像的纹理和卡通部分的matlab源代码(The vo decomposition model for the decomposition of the image texture and cartoon part of the Matlab source code)
- 2020-09-20 09:17:54下载
- 积分:1
-
C#图片浏览(支持鼠标拖动与滚轮缩放)
C#图片浏览(支持鼠标拖动与滚轮缩放)
- 2013-11-30下载
- 积分:1
-
ErgQ
采用四元组进行图像融合质量评价的matlab程序,包括原文paper(Four-tuple image fusion matlab quality evaluation procedures, including the original paper)
- 2008-04-15 23:35:42下载
- 积分:1
-
LTP_demo-v1
说明: LTP算子提取图像的纹理特征,这种方法对于光照变化十分有效。(LTP operator image texture feature extraction, this method is very effective for the illumination changes.)
- 2008-11-08 15:42:09下载
- 积分:1
-
fast_NL
图像恢复:快速非局部均值滤波--A.Buwades等人提出的非局部均值滤波的快速实现方法(Image restoration: the proposed fast non-local means filtering- A. Buwades non-local means filtering Fast Implementation)
- 2012-09-07 21:06:37下载
- 积分:1
-
Wavelet
Visual C++下的小波变换,小波分解与重构,加入噪声分析,显示分解和重构图形。(Wavelets for data encode and uncode, the figures would be shown.)
- 2009-04-09 21:55:21下载
- 积分:1
-
wdenoising
说明: 该程序为小波图像去噪的matlab原代码,内容很丰富,大家可以共享(The procedure for the wavelet image denoising matlab source code, content is very rich, we can all share the)
- 2008-09-14 17:00:26下载
- 积分:1
-
txcl1
图像频域滤波,实现图像频域滤波,加深对频域图像增强的理解(Image frequency domain filtering, image frequency domain filtering, to deepen understanding of the frequency-domain image enhancement)
- 2013-04-09 13:19:40下载
- 积分: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