How to find Concavity or Convexity part in an Image?
13 ビュー (過去 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!