How can do the local contour tracking for any images ?
이전 댓글 표시
I wanted to know about how can do the contour detection locally for any grey image. I want to extract the feature of the countor using matlab. Thank You
댓글 수: 1
Mathieu NOE
2024년 5월 21일
hello
it would be more efficient to share your code and data if you want someone to help you
답변 (1개)
Yatharth
2024년 5월 28일
0 개 추천
Hi Surendra,
Have you looked into the "imcontour" function?
imcontour(I) draws a contour plot of the grayscale image I, choosing the number of levels and the values of levels automatically.
Attaching an example and documentation for your perusal.
Other functions/workflows that you might find useful depending on your case:
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!