ComfyUI Node
cv2.boundingRect
Raw wrapper of cv2.boundingRect(array). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.boundingRect
- array
- bbox
Categoryimage/CV/low-level/cv2 B
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| array | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| bbox | BOUNDING_BOX | - - - A cv2 Rect as core BOUNDING_BOX data ({x, y, width, height}, nested one group per frame) - feed 'Crop By Bounding Boxes', 'Draw BBoxes', or 'CV Split Tuple' for x/y/w/h. |