How to extract the features from the region of interest in an image?

4 views (last 30 days)
I am working on a medical images dataset. The problem I am facing is that the region of interest is present in different parts in all images. What I want is to extract the features from an image only from that particular region of interest. I do not want to do the cropping as it will degrade the quality of the ROI. I want to first tell the computer that it is the particular area (but this measurement of area must be same for all the images) from which I want to extract the features and with the help of a suitable feature descriptor I will extract the features?Would sliding window work? If yes then how? Please help me with this. Thanks in advance!!!!
  6 Comments
KALYAN ACHARJYA
KALYAN ACHARJYA on 2 Dec 2019
Hii, just got to know that I can use imfreehand() to draw the roi on the image that's what I wanted to tell the computer
That means you manually use the imfreehand() to segment all images invividually?
shivasmic
shivasmic on 2 Dec 2019
Yes, but now I need to perform the feature extraction in that particular region only. Can you help me with that??

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!