Can you help me to identify these shapes?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am working on a project where i have to identify shapes on the pictures taken from a webcam.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157740/image.jpeg)
This is the picture I have.
The thing is that i am not able to convert it properly into a binary image from where I can use it to identify the shapes. Please can anybody assist.
2 comentarios
Walter Roberson
el 28 de Feb. de 2014
What error do you get when you attempt to convert it to a binary image?
Respuestas (2)
Walter Roberson
el 28 de Feb. de 2014
Your threshold is too high for the one on the left. The one on the right is going to be a problem, so imclose() it so you can get the boundary, then when you have extracted the region you can start doing edge processing.
0 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!