-
图像信噪比
说明: 通过matlab,可以快速得到图像的信噪比,峰值信噪比等。里面也有一些解释(Through MATLAB, the signal-to-noise ratio and peak signal-to-noise ratio of image can be obtained quickly. There are also some explanations)
- 2020-05-19 13:58:34下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
SparseFusion_2014-12-03
基于稀疏表示的多光谱图像融合源代码,用于pansharpening(sparse-based mutispectral image fusion)
- 2017-08-24 15:39:38下载
- 积分:1
-
Kmean_cluster
应用kmean均值聚类方法对RGB,HSR图像的分割算法,个人觉得自己变得还可以,希望大家借鉴。(application kmean means clustering method of RGB, neighborhood image segmentation algorithm, individuals feel that they can become the hope that you learn from.)
- 2007-05-25 20:40:58下载
- 积分:1
-
2
说明: 一种基于直方图改进的FCM聚类水下图像分割算法 文献加matlab实现代码(Improved histogram based FCM clustering literature plus underwater image segmentation algorithm matlab code)
- 2013-09-12 22:10:59下载
- 积分:1
-
SRG
本方法的种子点选取采用Harris角点法,阈值则通过云模型获得,对lena图像进行了较好的分割(The method selected seed points using Harris corner point method, the threshold is obtained through the cloud model, for better lena image segmentation)
- 2020-12-28 19:19:02下载
- 积分:1
-
07ICIPShi
图像特征隐写分析,用于分析图像是否含有秘密信息(Image feature steganalysis for the analysis of the image if it contains confidential information)
- 2010-01-24 22:58:56下载
- 积分:1
-
KSVD
图像的奇异值分解,可用于图像的压缩和去噪等。(Singular value decomposition of the image, the image can be used for compression and denoising images and the like.)
- 2014-12-13 20:47:21下载
- 积分:1
-
image_coding
本代码主要应用于图像压缩,代码包括采用二维离散余弦变换(DCT)进行图像压缩、采用小波变换进行图像压缩以及基于小波变换与混沌排序图像加密压缩、解密重构
hundungen 是ex3的子程序:产生混沌序列(This code is mainly used in image compression, including the use of code dimensional discrete cosine transform (DCT) for image compression, image compression using wavelet transform and wavelet transform compression and chaotic image encryption based sorting, decryption reconstruction)
- 2021-04-21 22:18:49下载
- 积分:1
-
20100808
经典的文本水印算法,实现了别人实现不了的功能,希望大家有所用!(The classic text watermarking algorithm to achieve the functions of others fail to realize, I hope you all have a use!)
- 2021-03-19 16:49:19下载
- 积分:1