laplacian算子 laplacian算子优缺点
关于laplacian算子,laplacian算子优缺点这个很多人还不知道,今天琪琪来为大家解答以上的问题,现在让我们一起来看看吧!
laplacian算子 laplacian算子优缺点
laplacian算子 laplacian算子优缺点
1、函数格式:H首先关于fspecial函数的定义,fspecial函数用于建立预定义的滤波算子。
2、其语法格式为:h = fspecial(type)h = fspecial(type,para)其中type指定算子的类型,par参考资料来源:a指定相应的参数;1、'erage'eraging filter为均值滤波,参数为hsize代表模板尺寸,默认值为[3,3]。
3、函数格式:H = fspecial('erage',hsize)2、 'disk'circular eraging filter为圆形区域均值滤波,参数为radius代表区域半径,默认值为5。
4、3、'gaussian'Gaussian lowpass filter为高斯低通滤波,有两个参数,hsize表示模板尺寸,默认值为[3 3],sigma为滤波器的标准值,单位为像素,默认值为0.5。
5、函数格式:H = fspecial('gaussian',hsize,sigma)4、'laplacian' filter approximating the 2-D Laplacian operatorlaplacian filter为拉普拉斯算子,参数alpha用于控制算子形状,取值范围为[0,1],默认值为0.2.函数格式:H = fspecial('laplacian',alpha)5、'log'Laplacian of Gaussian filter为拉普拉斯高斯算子,有两个参数,hsize表示模板尺寸,默认值为[3 3],sigma为滤波器的标准,单位为像素,默认值为0.5。
6、函数格式:H = fspecial('log',hsize,sigma)6、'motion'motion filter运动模糊算子,有两个参数,表示摄像物体逆时针方向以theta角度运动了len个像素,len的默认值为9,theta的默认值为0。
7、函数格式:H = fspecial('motion',len,theta)7、'prewitt'Prewitt horizontal edge-emphasizing filter用于边缘增强,大小为[3 3],无参数。
8、函数格式:H = fspecial('prewitt')8、'sobel'Sobel horizontal edge-emphasizing filter用于边缘提取,无参数函数格式:H = fspecial('sobel')the filter H: H'.9、'unsharp'unsharp contrast enhancement filter为对比度增强滤波器。
9、参数alpha用于控制滤波器的形状,范围为[0,1],默认值为0.2.函数格式:H = fspecial('unsharp',alpha)。
本文到这结束,希望上面文章对大家有所帮助。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系 836084111@qq.com 删除。