How to find Concavity or Convexity part in an Image?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
If this was my input Image, How to find that red dot position? Is there any procedures or algorithms??

0 commentaires
Réponse acceptée
Theo Walker
le 8 Juin 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 commentaires
Plus de réponses (1)
Image Analyst
le 8 Juin 2013
Use bwboundaries, then see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_find_.22kinks.22_in_a_curve.3F
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!