In simple words I dont want to use "imfreehand" function as I have already detected & outlined "Region of Interest" (ROI) in the image. Now the problem is I want to know what are the output values of imfreehand so that I can find out the similar values from the "Region of Interest" from my image & can use them in order to apply the mask on it.
hFH = imfreehand();
What will hFH contain (I mean to say which values of ROI drawn using imfreehand) ?
I hope this time it is much clear than the earlier one. Thanks in advance!