structuring element
1 回表示 (過去 30 日間)
古いコメントを表示
how to create linear structuring element g=[0,0,0,0,0,0,0,0,0] in matlb?
0 件のコメント
回答 (2 件)
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!