structuring element
Mostrar comentarios más antiguos
how to create linear structuring element g=[0,0,0,0,0,0,0,0,0] in matlb?
Respuestas (2)
Sean de Wolski
el 13 de Feb. de 2012
doc strel
with the arbitrary option.
C.J. Harris
el 13 de Feb. de 2012
See:
doc zeros
doc ones
You can then add/subtract or reallocate these arrays to get what you need.
Categorías
Más información sobre Morphological Operations en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!