I have a set of points [(x0,y0), (x1,y1), .. ]
And a set of bounding rectangles produced using the cv2.boundingRect(someContour) function. Where each boundi
cv2.boundingRect(someContour)