Nodes/comfyui_cv/cv2.estimateTranslation3D
ComfyUI Node

cv2.estimateTranslation3D

Raw wrapper of cv2.estimateTranslation3D(src, dst, ransacThreshold?, confidence?). 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.estimateTranslation3D
  • src
  • dst
  • retval
  • out
  • inliers
ransacThreshold3.0000
confidence0.9900
Categoryimage/CV/low-level/cv2 E

Inputs (4)

NameTypeDefaultDescription
srcNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
dstNPARRAY - - - The low-level cv2 function writes its result into this array in place, but this wrapper passes cv2 a private copy, so your input array is never modified. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
ransacThresholdoptFLOAT3.0000-1e+38–1e+38 - - - Preset to the OpenCV default (3.0).
confidenceoptFLOAT0.9900-1e+38–1e+38 - - - Preset to the OpenCV default (0.99).

Outputs (3)

NameTypeDescription
retvalBOOLEAN
outNPARRAY
inliersNPARRAY