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!