Nodes/comfyui_cv/cv2.rectangleIntersectionArea
ComfyUI Node

cv2.rectangleIntersectionArea

Raw wrapper of cv2.rectangleIntersectionArea(a, b). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.rectangleIntersectionArea
    • float
    a_x0
    a_y0
    a_w0
    a_h0
    b_x0
    b_y0
    b_w0
    b_h0
    Categoryimage/CV/low-level/cv2 R

    Inputs (8)

    NameTypeDefaultDescription
    a_xINT0-2147483648–2147483647Rectangle top-left corner X in pixels.
    a_yINT0-2147483648–2147483647Rectangle top-left corner Y in pixels.
    a_wINT00–2147483647Rectangle width in pixels (>= 0).
    a_hINT00–2147483647Rectangle height in pixels (>= 0).
    b_xINT0-2147483648–2147483647Rectangle top-left corner X in pixels.
    b_yINT0-2147483648–2147483647Rectangle top-left corner Y in pixels.
    b_wINT00–2147483647Rectangle width in pixels (>= 0).
    b_hINT00–2147483647Rectangle height in pixels (>= 0).

    Outputs (1)

    NameTypeDescription
    floatFLOAT