资源列表
Tikonov_Regularized_Solutions_For_1D_Shaw_Problem.
- 1-D Shaw Problems: Finds the Tikhonov regularized solutions (L = I) for a variety of choices for alpha and generates a waterfall plot of the results
t
- 对图像分割自动获取阈值T的确定算法研究程序-Automatic acquisition of image segmentation to determine the threshold T, algorithm research program
tys
- MATLAB编写的计算一幅图像投影熵,用来计较两幅图像的相似程度-MATLAB calculations prepared by an image projection entropy, is used to care about the similarity of two images
Gauss-Jordan-elimination
- N 整形变量,输入参数,矩阵A的阶数 A[] 实型数组,输入、输出参数,输入是按列存放方阵A,计算结束时输出A的逆矩阵 B[] 实型数组,输入、输出参数,输入时按列存放实方阵B,计算结束时输出(A逆*B—)- Gauss Jordan elimination
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
DW2idw2
- 使用dwt2和idwt2函数。自选一种小波函数,对“phantom.bmp”图像进行二维小波分解与重构。然后分别对分解系数进行如下操作,体会对重构结果的影响。 ①将近似系数置0,再进行二维小波重构。 ②将水平细节系数置0,再进行二维小波重构。 ③将竖直细节系数置0,再进行二维小波重构。 ④将对角细节系数置0,再进行二维小波重构。 -Using function of dw2 and idw2.
图像的读取与写入
- (1) imread 函数用来实现图像文件的读取 (2) imwrite函数用来实现图像文件的写入 (3) imshow函数用来显示图像 (4) rgb2gray函数用来把彩色图像转换为灰度图像