Help needed with boundingRect in openCV.js
Hello!
I cant figure our equivalent for JS
triangle = np.array([(1,2), (3,4), (5,6)], np.int32)
rect = cv2.boundingRect(triangle)
Help!
add a comment
Hello!
I cant figure our equivalent for JS
triangle = np.array([(1,2), (3,4), (5,6)], np.int32)
rect = cv2.boundingRect(triangle)
Help!
Asked: 2020-05-11 03:56:31 -0600
Seen: 293 times
Last updated: May 11 '20
What is the best way to find bounding box for binary mask?
[RESOLVED] How to getting a SOLID blob for each object using findcontours?
how do I save/load a cv::Rect ?
How to resize boundingRect to fix size?
Split contours into many small rectangles
Calc a bounding box with a binarized image?