Nodes/comfyui_cv/cv2.projectPointsSepJ
ComfyUI Node

cv2.projectPointsSepJ

Raw wrapper of cv2.projectPointsSepJ(objectPoints, rvec, tvec, cameraMatrix, distCoeffs, aspectRatio?). 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.projectPointsSepJ
  • objectPoints
  • rvec
  • tvec
  • cameraMatrix
  • distCoeffs
  • nparray_0
  • nparray_1
  • nparray_2
  • nparray_3
  • nparray_4
  • nparray_5
  • nparray_6
aspectRatio0.0000
Categoryimage/CV/low-level/cv2 P

Inputs (6)

NameTypeDefaultDescription
objectPointsNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
rvecNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
tvecNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
cameraMatrixNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
distCoeffsNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
aspectRatiooptFLOAT0.0000-1e+38–1e+38 - - - Preset to the OpenCV default (0.0).

Outputs (7)

NameTypeDescription
nparray_0NPARRAY
nparray_1NPARRAY
nparray_2NPARRAY
nparray_3NPARRAY
nparray_4NPARRAY
nparray_5NPARRAY
nparray_6NPARRAY