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!