-
a
说明: 主要颜色谱 计算主要的颜色来舍弃其他的颜色,用少数的颜色个数代替大多数进行聚类(Main color spectrum calculation primary colors to abandon other colors)
- 2013-03-12 14:18:09下载
- 积分:1
-
convert_tif
批量的将图像转为tif格式,界面方面操作,放在ENVI的安装路径下即可(convert different format of image to .tiff)
- 2021-04-21 18:28:49下载
- 积分:1
-
yuzhibianhua
图像处理基本算法其中之一的yuzhibianhua (Image processing one of the basic algorithm yuzhibianhua)
- 2008-06-04 17:13:13下载
- 积分:1
-
daisy
daisy是08年新提出来的特征描述符算法,常用在图像匹配等领域中。文件包含算法的PDF文档和算法提出者编写的相应matlab程序,大家可以根据自己的需要来利用。(A Fast Local Descriptor for Dense Matching,2008.)
- 2010-01-07 17:49:29下载
- 积分:1
-
ezw_fyytt
此程序为用于jpeg2000中的小波零树压缩编码,它采用了小波零树编码原理,利用了小波系数之间的关系(this procedure for the jpeg2000 EZW coding, It uses wavelet zerotree coding theory, the use of wavelet coefficients of the relationship between)
- 2006-12-11 10:02:03下载
- 积分:1
-
KSVD_Matlab_ToolBox1
用奇异值分解的方法实现图像的去噪,并且与其他的方法进行比较,较之其他的方法有了明显的提升(To eliminate the noise from signals and compared to others mothods,an depressing
effect is gotten)
- 2020-12-11 11:19:18下载
- 积分:1
-
kjunzhiduolei
k均值聚类,类数可以自行指定,输出散点图,红色十字为聚类中心(K-means clustering, the class number can be specified on its own, the output scatterplot chart, and the Red Cross for clustering center)
- 2012-05-31 13:15:42下载
- 积分:1
-
TV-L2-Inpainting
经典的ROF模型,可以用于图像去噪,图像分解;TV图像修复(The ROF model can be used for image denoising)
- 2017-06-21 16:21:50下载
- 积分:1
-
FUSION
提出了基于小波变换的图像融合方法,并分析了可见光与红外图像的融合结果(An image fusion method based on wavelet transform is proposed, and the fusion results of visible and infrared images are analyzed.)
- 2018-03-20 22:30:15下载
- 积分: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