Finding height and width of the object in python (OpenCV)?
How to get height and width of bright part using python (opencv) ? Having 2000 of these picture and end goal is to make table with length and width values
Pixel or metric? You needed
cv2.rectangle
to detect a bright white object.