How to recognize the boundary of an object
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
roro6992
el 13 de En. de 2014
Comentada: roro6992
el 16 de En. de 2014
Please let me know How to recognize the boundary of an object and determine the object area from that of an image in matlab. Thanks.
1 comentario
Walter Roberson
el 13 de En. de 2014
We will need some sample images to assist you, as different techniques are required for different situations.
Respuesta aceptada
Image Analyst
el 13 de En. de 2014
Assuming you have already segmented your object into foreground and background (you have a binary image), then try bwboundaries() to get a list of (x,y) coordinates, or bwperim() to get an image of the perimeter.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision with Simulink en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!