canny

所属分类:图形图像处理
开发工具:matlab
文件大小:2KB
下载次数:507
上传日期:2011-03-26 21:07:56
上 传 者pxjy
说明:  自己实现的canny边缘检测算子,包括高斯滤波,非极大值抑制,双阈值处理,边缘细化等步骤。
(Own implementation of canny edge detection operator, including the Gaussian filtering, non-maxima suppression, double threshold, edge thinning step.)

文件列表:
canny.m (4226, 2011-03-19)
cannytest.m (456, 2011-03-20)

文件说明: canny.m ------- canny边缘检测函数, function e = canny(Im,sigma,fsize,lowThresh,highThresh) 参数为: % Im ------- the input gray image. % sigam ------- the gaussian filter's standard deviation. % fsize ------- the gaussian filter's size,i.e,[fsize,fsize]. % lowThresh ------- input lower thresh value. % highThresh ------- input high thresh value. % e ------- output edge image which is a binary image. cannytest.m ------- 利用canny函数对lena图形进行边缘检测。

近期下载者

相关文件


收藏者