Nodes/comfyui_cv/cv2.registerDepth
ComfyUI Node

cv2.registerDepth

Raw wrapper of cv2.registerDepth(unregisteredCameraMatrix, registeredCameraMatrix, registeredDistCoeffs, Rt, unregisteredDepth, outputImagePlaneSize, depthDilation?). 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.registerDepth
  • unregisteredCameraMatrix
  • registeredCameraMatrix
  • registeredDistCoeffs
  • Rt
  • unregisteredDepth
  • outputImagePlaneSize
  • nparray
depthDilationfalse
Categoryimage/CV/low-level/cv2 R

Inputs (7)

NameTypeDefaultDescription
unregisteredCameraMatrixNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
registeredCameraMatrixNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
registeredDistCoeffsNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
RtNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
unregisteredDepthNPARRAY,IMAGE,MASK - - - 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.
outputImagePlaneSizeCV_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.
depthDilationoptBOOLEANfalse - - - Preset to the OpenCV default (False).

Outputs (1)

NameTypeDescription
nparrayNPARRAY