Finding height and width of the object in python (OpenCV)?

asked 2020-06-05 18:21:44 -0600

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

image description

edit retag flag offensive close merge delete

Comments

Pixel or metric? You needed cv2.rectangle to detect a bright white object.

supra56 gravatar imagesupra56 ( 2020-06-06 04:36:43 -0600 )edit