ObjectFrame
10/22/22Less than 1 minute
image ObjectFrame
Bounding geometry for an object detected by feature-based matching: corner points and center in image coordinates (OpenCV Point2).
Table of contents
Properties
Properties
topLeft
topLeft(read-only):cv.Point2
Upper-left corner of the frame.
topRight
topRight(read-only):cv.Point2
Upper-right corner of the frame.
bottomLeft
bottomLeft(read-only):cv.Point2
Lower-left corner of the frame.
bottomRight
bottomRight(read-only):cv.Point2
Lower-right corner of the frame.
center
center(read-only):cv.Point2
Center point (x, y) of the frame.
centerX
centerX(read-only):number
Center x coordinate.
centerY
centerY(read-only):number
Center y coordinate.
