how measure length between two extreme point(length of shadow)?

Viewed 17

hi dear persons I work on the project that measure the length of shadow(hypotenuse)in image. I use python cv2 for my images. I first find contours and then get extreme points. now how I can get length of shadow with these extreme points. how do I import my extreme points to math operator? length of shadow shadow

0 Answers
Related