Nodes/comfyui_cv/cv2.integral
ComfyUI Node

cv2.integral

Raw wrapper of cv2.integral(src, sdepth?). 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.integral
  • src
  • nparray
sdepthsame as input
Categoryimage/CV/low-level/cv2 I

Inputs (2)

NameTypeDefaultDescription
srcNPARRAY,IMAGE,MASKinput image as $W \times H$, 8-bit or floating-point (32f or 64f). Accepts a ComfyUI IMAGE/MASK directly (frame 0 of a batch) or an NPARRAY. Arithmetic ops (add, multiply, etc.) process the full IMAGE batch when both inputs have the same batch size.
sdepthoptCOMBOsame as inputdesired depth of the integral and the tilted integral images, CV_32S, CV_32F, or CV_64F.

Outputs (1)

NameTypeDescription
nparrayNPARRAY