How can do the local contour tracking for any images ?

6 ビュー (過去 30 日間)
Surendra Ratnu
Surendra Ratnu 2024 年 5 月 18 日
回答済み: Yatharth 2024 年 5 月 28 日
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
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
Yatharth 2024 年 5 月 28 日
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:

製品


リリース

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by