How to find Concavity or Convexity part in an Image?
3 次查看(过去 30 天)
显示 更早的评论
If this was my input Image, How to find that red dot position? Is there any procedures or algorithms??

0 个评论
采纳的回答
Theo Walker
2013-6-8
One easy way would be to dilate the image, then erode the image. Take the result, and subtract your original image from it.
0 个评论
更多回答(1 个)
Image Analyst
2013-6-8
Use bwboundaries, then see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_find_.22kinks.22_in_a_curve.3F
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!