필터 지우기
필터 지우기

How can do the local contour tracking for any images ?

조회 수: 3 (최근 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:

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by