필터 지우기
필터 지우기

Separating features in an image

조회 수: 1 (최근 30일)
Curious Mind
Curious Mind 2017년 5월 4일
댓글: Curious Mind 2017년 5월 4일
Hello, if I have an image like the the one I have attached, how do I use matlab to extract the unique/distinct features in that map image? Can I separate the unique features in the image? How do I go about it? Any code will help? Thank you.

답변 (1개)

Santhana Raj
Santhana Raj 2017년 5월 4일
One easy option is to do clustering based on the image color. You have three parameters (R,G,B), using these as the three dimensions, you can use a simple clustering algorithm like K-means to cluster the regions which has same/similar color.
  댓글 수: 1
Curious Mind
Curious Mind 2017년 5월 4일
Pls do you have any code example?
Thank you

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by