Matlab: How to find the right-most point of a white line within the imrect?
- by mchlfchr
i've got a question regarding the imrect() function, which is part of the image processing toolbox in MatLab.
I'd like to find a starting point within an image.
I use the imrect function for setting a region to limit and specify the lookup area,
but I can't get the point where the ROI mask is getting back mapped to the original size of the image.
…