Hi, I have drawn circle on top of color Image with viscircles function. I want to extract that part( may be as mask) and apply feature extraction on that part. Can anyone help me in how to do it...

3 views (last 30 days)
I having color image. On top of that image I have drawn one circle covering area of interest. Now and want to use only that circle part for feature extraction. Not sure how to do it....

Answers (1)

Walter Roberson
Walter Roberson on 16 Sep 2015
  1 Comment
Walter Roberson
Walter Roberson on 16 Sep 2015
You ignore the circle you drew on top and instead you use one of the methods of the above link in order to create a binary mask that has a circular pattern of bits set. Then you run your feature extraction code, programming it to ignore anything outside of the mask. There is no one routine to do this because there is no one way to do feature extraction.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!