Nodes/comfyui_cv/cv2.borderInterpolate
ComfyUI Node

cv2.borderInterpolate

Raw wrapper of cv2.borderInterpolate(p, len, borderType). 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.borderInterpolate
    • int
    p0
    len0
    borderTypeBORDER_DEFAULT
    Categoryimage/CV/low-level/cv2 B

    Inputs (3)

    NameTypeDefaultDescription
    pINT0-2147483648–21474836470-based coordinate of the extrapolated pixel along one of the axes, likely \= len
    lenINT0-2147483648–2147483647Length of the array along the corresponding axis.
    borderTypeCOMBOBORDER_DEFAULTBorder type, one of the #BorderTypes, except for #BORDER_TRANSPARENT and #BORDER_ISOLATED. When borderType==#BORDER_CONSTANT, the function always returns -1, regardless of p and len.

    Outputs (1)

    NameTypeDescription
    intINT