搜索资源列表
-
0下载:
数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。
-Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
-
-
0下载:
分段光滑的MUMFORD--SHAH图像分割算法,MATLAB。实现了图像分割-Piecewise smooth the MUMFORD- SHAH image segmentation algorithm, MATLAB. The realization of the image segmentation
-
-
0下载:
用matlab语言实现的图像平滑算法,效果较好,可设置不同的参数得到不同的平滑效果-Matlab language used to achieve the image smoothing algorithm, the effect is better, you can set different parameters of the smoothing effect of different
-
-
2下载:
程序可以选择输出二值图像。二值图像可以通过对每个梯度点取阈值得到,其中阈值T为输入参数。并且要求结合3*3掩模的平滑运算和本实验上面的原算,并对图像进行处理,分割出图像中间的大血管区域,并将结果用二值图表示。在实验中需要对平滑运算方法和阈值T进行反复调整。-Program can choose the output binary image. Binary image can be taken for each gradient point to the threshold should be,
-
-
4下载:
彩色或灰度图像的tvd去噪 利用总方差最小化得方法实现图像的光滑去噪的matlab小程序
由Chambolle在2004年提出 -Tvd color or grayscale image denoising was used to minimize the total variance method to achieve a smooth image denoising matlab small program made in 2004 by Chambolle
-
-
2下载:
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
-
-
1下载:
提出了一种基于肤色的精确人脸定位算法,详细叙述了在图片的颜色调整与肤色检测,肤色区域的平滑、
分割与填充,候选眼睛的选取及配对中遇到的具体问题并提出了解决方案. 本算法能较为准确地定位彩色图像
中的正面、小角度偏侧和旋转的人脸,还能检测出一幅图中的多个人脸.-Presents a human face based on skin color precision positioning algorithm, described in detail in the image color ad
-
-
1下载:
利用图像分割检测细胞,在获得细胞的边缘后,使用形态学中的膨胀操作和填充操作使细胞边缘跟光滑。-Cells were detected by image segmentation, the edge in access to cells, use the morphology of the expansion of operations and fill with the smooth operation of the cell edge.
-
-
0下载:
代码实现图像的平滑,有中值滤波和平滑滤波两种方法,有用户界面,是matlab实现的。-Code image of the smooth, median filtering and smoothing are two methods, a user interface, is the matlab implementation.
-
-
0下载:
提出一种小波分析实现图像融合的方法,并给出Matlab 程序实现。该方法使用线性变换调整图像间融合度,进而实现图像渐变的特效,实验证明,该方法具有使用简单,图像过渡平滑等优点,也进一步证明小波分析在图像处理等领域具有广泛的应用。-Proposed a wavelet analysis of image fusion method, and gives Matlab program. This method uses linear transformation to adjust the degr
-
-
0下载:
Matlab程序,以达到平滑图像3*3,5*5,7*7滤波,图像锐化和边缘提取。-Matlab program to achieve smooth image 3* 3,5* 5,7* 7 filtering, image sharpening and edge extraction.
-
-
1下载:
超分辨率重建(即,将低分辨率图片进行插值光滑,放大其分辨率,得到清晰的图像),matlab程序。-Super-resolution reconstruction (ie, the low-resolution pictures smooth interpolation amplify the resolution to get a clear image), Matlab program.
-
-
0下载:
图像处理中边缘检测,膨胀,填充,平滑,然后人形识别-Image processing edge detection, swelling, filling, smooth, and human recognition
-
-
0下载:
使用Matlab做图像平滑,方便、简单,效果好-image smooth
-
-
0下载:
使用matlab实现一幅图像中图像块的分类,主要分为光滑图像块和非光滑图像块。-Use matlab achieve an image classification image block is divided into tiles smooth and non-smooth image blocks.
-
-
0下载:
图像处理matlab源文件,实现图像空间域平滑-Image processing matlab source file to achieve a smooth image space domain
-
-
1下载:
本文是基于MATLAB的GUI来对不同的(彩色或灰色)图像进行图像增强的相关处理,主要包括以下四点:
频域变换:傅里叶变换和离散余弦变换及其反变换,可将图像在空域上的特性转化到频域上;
叠加噪声:对图像添加高斯噪声和椒盐噪声;
空域滤波:对噪声污染后的图像添加不同模板下的平滑滤波和锐化滤波,可选择不同模板尺寸;
频域滤波:对噪声污染后的图像添加理想低通滤波器、巴特沃斯低通滤波器、理想高通滤波器、巴特沃斯高通滤波器、带通滤波器、带阻滤波器等,可实现平滑图像的效果。-This art
-
-
0下载:
数字图像分割,使用图像平滑改进全局阈值处理分割图像的matlab实现示例-Digital image segmentation, the use of image smoothing process to improve global threshold segmentation image of matlab implementation examples
-
-
0下载:
利用MATLAB软件实现图像的线性变换、平滑滤波、边缘检测、Houng变换等图像处理程序。-By using MATLAB software to realize image linear transformation, smooth filtering, edge detection and Houng transform image processing program.
-
-
0下载:
用Matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像-Matlab prepared by the automatic threshold segmentation procedure more, before the image segmentation using smooth image automatically
-