How to find Concavity or Convexity part in an Image?
13 views (last 30 days)
Show older comments
If this was my input Image, How to find that red dot position? Is there any procedures or algorithms??

0 Comments
Accepted Answer
Theo Walker
on 8 Jun 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 Comments
More Answers (1)
Image Analyst
on 8 Jun 2013
Use bwboundaries, then see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_find_.22kinks.22_in_a_curve.3F
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!