概述
fspecial函数用于建立预定义的滤波算子,其语法格式为:
h =
fspecial(type)
h =
fspecial(type,para)其中type指定算子的类型,para指定相应的参数;
type的类型有:
1、'average'
averaging filter为均值滤波,参数为hsize代表模板尺寸,默认值为【3,3】。
H =
FSPECIAL('average',HSIZE) returns an averaging filter H of
size
HSIZE. HSIZE can be a vector specifying the number of rows and
columns in
H or a scalar, in which case H is a square matrix.
The
default HSIZE is [3 3].
2、'disk'
circular averaging filter
为圆形区域均值滤波,参数为radius代表区域半径,默认值为5.
H =
FSPECIAL('disk',RADIUS) returns a circular averaging
filter
(pillbox) within the square matrix of side
2*RADIUS+1.
The default RADIUS is 5.
3、'g
最后
以上就是任性小鸭子为你收集整理的matlab中counter怎么用,matlab中fspecial函数的用法的全部内容,希望文章能够帮你解决matlab中counter怎么用,matlab中fspecial函数的用法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复