Nodes/comfyui_cv/cv2.detail.overlapRoi
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.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.detail.overlapRoi
  • tl1
  • tl2
  • sz1
  • sz2
  • bool
roi_x0
roi_y0
roi_w0
roi_h0
Categoryimage/CV/low-level/detail

Inputs (8)

NameTypeDefaultDescription
tl1CV_TUPLE0,0One 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.
tl2CV_TUPLE0,0One 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.
sz1CV_TUPLE0,0One 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.
sz2CV_TUPLE0,0One 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_xINT0-2147483648–2147483647Rectangle top-left corner X in pixels.
roi_yINT0-2147483648–2147483647Rectangle top-left corner Y in pixels.
roi_wINT00–2147483647Rectangle width in pixels (>= 0).
roi_hINT00–2147483647Rectangle height in pixels (>= 0).

Outputs (1)

NameTypeDescription
boolBOOLEAN