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 Comment

hello
it would be more efficient to share your code and data if you want someone to help you

Sign in to comment.

Answers (1)

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:

Categories

Find more on Images in Help Center and File Exchange

Products

Release

R2024a

Asked:

on 18 May 2024

Answered:

on 28 May 2024

Community Treasure Hunt

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

Start Hunting!