-
huffman
利用霍夫曼方法进行图像的霍夫曼编码与解码(Hoffman method using images of the Hoffman encoding and decoding)
- 2009-07-01 22:48:25下载
- 积分:1
-
DCT
基于离散余弦变换的数字水印,包括水印的嵌入和提取以及常间的各种水印攻击(Discrete cosine transform based on digital watermarking, including the watermark embedding and extraction, as well as between the various watermark attacks often)
- 2010-06-03 20:57:59下载
- 积分:1
-
radiation_correction
IDL实现modis数据的辐射校正 修改文件路径即可用(IDL achieve modis radition correction Modify the file path can be used)
- 2014-09-28 21:57:00下载
- 积分:1
-
K-means代码
说明: KMEANS代码段,用于图像分割,已配置完成(KMEANS,use to achieve image segmentation)
- 2019-05-30 10:16:59下载
- 积分:1
-
BPM-image--c
数 字 图 像 处 理 中 的 b p m 图 像 读 取(Digital image processing of the image b p m reading)
- 2014-05-05 11:02:44下载
- 积分:1
-
filter
说明: 用matlab编写界面,并实现图像的方向滤波和同态滤波,实用方便,效果较好(Matlab prepared to use interface, and the realization of the direction of image filtering and homomorphic filtering, practical convenience, better)
- 2008-11-23 20:42:43下载
- 积分:1
-
yiweizuidashang
基于最大熵的图像分割阈值处理程序(单阈值)(Based on Maximum Entropy Image Segmentation threshold process (single-threshold))
- 2008-01-20 15:48: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
-
DLT
基于visual c++平台,相机标定方法中的直接线性变换方法,即DLT方法(Based on visual c++ platform, camera calibration method of direct linear transformation method, namely DLT method)
- 2013-09-05 16:34:56下载
- 积分:1
-
binarization_Algorithm
说明: 二值化算法,含otsu,niblack,kapur,kittlerMet等方法(Binarization algorithm, including otsu, niblack, kapur, kittlerMet and other methods)
- 2011-04-15 17:01:42下载
- 积分:1