ComfyUI Node
cv2.detail.overlapRoi
Raw wrapper of cv2.detail.overlapRoi(tl1, tl2, sz1, sz2, roi). Parameters marked '?' are optional; blank means OpenCV default. From the opencv-contrib 'detail' module. See the OpenCV documentation for details.
cv2.detail.overlapRoi
- tl1
- tl2
- sz1
- sz2
- bool
◄roi_x0►
◄roi_y0►
◄roi_w0►
◄roi_h0►
Categoryimage/CV/low-level/detail
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| tl1 | CV_TUPLE | 0,0 | One value with 2 components (x, y) - it travels as a whole, so it cannot arrive half-connected. Wire it from 'CV Tuple' or type the components in place. |
| tl2 | CV_TUPLE | 0,0 | One value with 2 components (x, y) - it travels as a whole, so it cannot arrive half-connected. Wire it from 'CV Tuple' or type the components in place. |
| sz1 | CV_TUPLE | 0,0 | One value with 2 components (w, h) - it travels as a whole, so it cannot arrive half-connected. Wire it from 'CV Tuple' or type the components in place. |
| sz2 | CV_TUPLE | 0,0 | One value with 2 components (w, h) - it travels as a whole, so it cannot arrive half-connected. Wire it from 'CV Tuple' or type the components in place. |
| roi_x | INT | 0-2147483648–2147483647 | Rectangle top-left corner X in pixels. |
| roi_y | INT | 0-2147483648–2147483647 | Rectangle top-left corner Y in pixels. |
| roi_w | INT | 00–2147483647 | Rectangle width in pixels (>= 0). |
| roi_h | INT | 00–2147483647 | Rectangle height in pixels (>= 0). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| bool | BOOLEAN | — |