I'm trying to do the following in MATLAB
:
- Select some region of interest
- Give the pixels in that region the value
1
for instance
I'm not sure, would imfreehand
be a starting point here for selecting the region of interest. What then?
How can this be done in MATLAB
?
Thanks.