ComfyUI Node
cv2.boxPoints
Raw wrapper of cv2.boxPoints(box). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.boxPoints
- box
- corners
Categoryimage/CV/low-level/cv2 B
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| box | CV_ROTATED_RECT,STRING | - - - A rotated rectangle: ((center_x, center_y), (width, height), angle in degrees). Wire it from cv2.fitEllipse / cv2.minAreaRect / cv2.CamShift, or type the literal (the flat (cx, cy, w, h, angle) spelling is accepted too). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| corners | NPARRAY | — |