structuring element
显示 更早的评论
how to create linear structuring element g=[0,0,0,0,0,0,0,0,0] in matlb?
回答(2 个)
Sean de Wolski
2012-2-13
doc strel
with the arbitrary option.
C.J. Harris
2012-2-13
See:
doc zeros
doc ones
You can then add/subtract or reallocate these arrays to get what you need.
类别
在 帮助中心 和 File Exchange 中查找有关 Morphological Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!