-
Accuracy-evaluation
基于地物分类真值的高光谱遥感图像分类精度评价(Accuracy uation of remote sensing image classification)
- 2017-04-24 16:27:58下载
- 积分:1
-
edgelink
边缘检测,并分割,以不同颜色标示。站内有其matlab实现,这是对应的c++代码。(Edge detection and segmentation, marked with different colors. Inside the station are the matlab realize, This is corresponding c++ code.)
- 2021-04-12 13:28:57下载
- 积分:1
-
MITfacedatabase
说明: MIT的人脸数据库,包括人脸和非人练部分。(face database from MIT)
- 2020-11-06 10:59: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
-
c_mean
利用c均值方法对图象进行聚类分割,此为matlab环境下的仿真代码(Use c-means clustering methods for image segmentation, this is matlab code simulation environment)
- 2008-03-28 09:05:33下载
- 积分:1
-
maximumentropy
最大熵图像复原方法,效果还好,这是最近努力的结果,不过或许需要适当的改进之后会有更好的结果,分享一下(Maximum entropy image restoration method, the effect Fortunately, this is the result of recent efforts, but may need to be appropriate to improve after the better results, share)
- 2008-12-24 14:26:23下载
- 积分:1
-
different-step
两种不同量化步长的图像采样编码重够后的图像比较(Comparison of the two different images of the image sample quantization step size after encoding the heavy enough)
- 2014-03-29 15:40:21下载
- 积分:1
-
covmatrix
用于matlab图像处理,计算向量均值C,协方差m。
[C,m]=covmatrix(X)(Calculate vector mean C, covariance M.)
- 2019-04-15 21:42:53下载
- 积分:1
-
指纹识别6
说明: 很好的指纹识别系统 希望能帮到大家 好好加油(A very good fingerprint identification system. I hope it can help you)
- 2020-03-25 08:29:47下载
- 积分:1
-
基于DWT的数字水印的嵌入与提取
说明: 基于小波变换的数字水印,包含的嵌入与提取代码,原理等(Digital watermarking based on wavelet transform, including embedded and extracted code, principle, etc)
- 2021-02-07 18:29:55下载
- 积分:1