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!