Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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!