Automatically select the Region of Interest in Python
I’m working on an optics project and I need to extract the region of interest (ROI) given a set of photos which consists of 32 photos of a square being rotated. I found a way to find a region of interest by calculating the variance of the whole set of photos, as shown below