资源列表
matlabcode
- 图像对比度增强,显示直方图并且对比图像结果。-image enhancement
pseudocolor1
- 图像进行遥感伪彩色处理的源代码,编译后的可执行文件须带参数运行-of remote sensing images pseudo-color processing of source code, the compiled executable file parameters required to bring Operation
shiyan5
- 实验目的: 学会两种简单的频域低通和高通滤波方法。 实验要求: 使用布特沃斯和高斯滤波器进行低通滤波; 使用布特沃斯和高斯滤波器进行高通滤波。-Purpose of the experiment: Learn two simple frequency-domain low-pass and high pass filtering method. Experimental requirements: Butterworth and Gaussian filters u
ycbcr
- 肤色检测,YCbCr算法实现肤色检测函数。图像处理。-Skin detection, YCbCr algorithm skin detection function. Image processing.
edge-detection
- 对图像二值化处理,中值滤波,提取完整的边缘轮廓-Image binarization, median filtering, to extract the complete contour of the edge
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函数用来把彩色图像转换为灰度图像