structuring element
Show older comments
how to create linear structuring element g=[0,0,0,0,0,0,0,0,0] in matlb?
Answers (2)
Sean de Wolski
on 13 Feb 2012
doc strel
with the arbitrary option.
C.J. Harris
on 13 Feb 2012
See:
doc zeros
doc ones
You can then add/subtract or reallocate these arrays to get what you need.
Categories
Find more on Morphological Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!