How to find Concavity or Convexity part in an Image?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
If this was my input Image, How to find that red dot position? Is there any procedures or algorithms??

0 Commenti
Risposta accettata
Theo Walker
il 8 Giu 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 Commenti
Più risposte (1)
Image Analyst
il 8 Giu 2013
Use bwboundaries, then see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_find_.22kinks.22_in_a_curve.3F
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!