How to find Concavity or Convexity part in an Image?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
If this was my input Image, How to find that red dot position? Is there any procedures or algorithms??

0 comentarios
Respuesta aceptada
Theo Walker
el 8 de Jun. de 2013
One easy way would be to dilate the image, then erode the image. Take the result, and subtract your original image from it.
0 comentarios
Más respuestas (1)
Image Analyst
el 8 de Jun. de 2013
Use bwboundaries, then see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_find_.22kinks.22_in_a_curve.3F
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!