-
jubujunheng
此代码从局部上来使用直方图均衡来达到增强图像的目的,非常的好,而且已经调试好了无差错(This code from the local authorities to use histogram equalization to achieve the purpose of enhanced images, very good, and has good debugging error-free)
- 2008-05-17 09:34:33下载
- 积分:1
-
KMEANS(matlab)
说明: Matlab环境下的k-means聚类算法,实现图像分割,很快阿!(K-means Clustering arithmetic based on Matlab platform.It s fast for Image-Division!)
- 2005-09-29 18:19:51下载
- 积分:1
-
Inpainting
图像修复程序,专门用于去除图片中大的物体。去除后的图像裂缝通过基于用户手动得到的掩模进行填充。(This project involved removing large objects from images. From a user-specified mask, small patches were duplicated until all remaining gaps were filled. )
- 2012-08-15 09:15:51下载
- 积分:1
-
moment matching和MLE估计矩阵的广义高斯分布参数 gg_mle
压缩包中的算法使用moment matching和MLE估计矩阵的广义高斯分布参数,推荐一下。(Compression package using the moment matching algorithms and the estimated matrix of MLE parameters of generalized Gaussian distribution, recommend.)
- 2020-11-18 09:59:40下载
- 积分:1
-
P_M_Modle
P_M正则化图像滤波的一个实验例子,包含程序和实验结果还有实验报告(Tikhonov P_M image filtering example of an experiment, including the procedures and experimental results are experimental report)
- 2009-02-06 10:09:47下载
- 积分:1
-
matlab
直方图均衡化的实现,RGB直方图均衡化,直方图归一化。(Histogram equalization to achieve, RGB histogram equalization, histogram normalization.)
- 2021-03-30 19:49:09下载
- 积分:1
-
lzlbgzdw
说明: 一种基于粒子滤波的测向定位跟踪算法,一种基于粒子滤波的测向定位跟踪算法。(A particle filter based on the finding and location tracking algorithm, a particle filter based on the finding and location tracking algorithm.)
- 2008-09-29 18:20:59下载
- 积分:1
-
mohukongzhiraodong
太阳光伏阵列的最大功率点跟踪算法(MTTP)(Solar photovoltaic array maximum power point tracking algorithm (MTTP))
- 2012-11-06 11:24:34下载
- 积分:1
-
lineargraytransform
实现数字图像的灰度范围的线性拉伸,对变换结果进行必要的分析,画出灰度变换曲线图,以另一个文件名形式保存灰度变换后的图像。(Achieve linear range of the gray range of digital images)
- 2017-10-09 16:52:49下载
- 积分: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