资源列表
wch1
- 利用小波的能量距作为特征进行雷达波形的特征提取-From the use of wavelet energy as a radar waveform characteristics of the feature extraction
tys
- MATLAB编写的计算一幅图像投影熵,用来计较两幅图像的相似程度-MATLAB calculations prepared by an image projection entropy, is used to care about the similarity of two images
tuceng
- 由VC++ARX在CAD中创建一个新的图层-By the VC++ ARX in CAD to create a new layer
Arnold
- 可以对一幅图像进行Arnold进行置乱加密,另外还有解密的程序-Arnold can be carried out on an image scrambling encryption, decryption program in addition to
dengxiaoshishu
- 等效视数表示遥感图像滤波后的滤波效果,这个程序可以计算等效视数。-Equivalent number of said filtering effect, this program can calculate the equivalent number of remote sensing images filtered.
nosie_matlab
- 计算图像传感器的噪声matlab源码 计算图像传感器的噪声matlab源码-Calculated noise(matlab)
imerode-and-imdilate
- 简单介绍图像处理中腐蚀与膨胀的matlab源程序-Corrosion and expansion brief image processing matlab source code
centroids
- 可以寻找二值图像图像块的质心,并显示出来-Can find the centroid of the image block of the binary image, and displayed
adaphstq
- 只适应直方图均衡算法效果,效果不错哦,可以看看效果,选择算法-adaptive histogram equalization
image_scale
- 实现图像尺度转换方面的代码,很方便,很好用,-For image scaling aspects of the code, it is convenient, easy to use,
DW2idw2
- 使用dwt2和idwt2函数。自选一种小波函数,对“phantom.bmp”图像进行二维小波分解与重构。然后分别对分解系数进行如下操作,体会对重构结果的影响。 ①将近似系数置0,再进行二维小波重构。 ②将水平细节系数置0,再进行二维小波重构。 ③将竖直细节系数置0,再进行二维小波重构。 ④将对角细节系数置0,再进行二维小波重构。 -Using function of dw2 and idw2.
图像的读取与写入
- (1) imread 函数用来实现图像文件的读取 (2) imwrite函数用来实现图像文件的写入 (3) imshow函数用来显示图像 (4) rgb2gray函数用来把彩色图像转换为灰度图像