Nodes/comfyui_cv/cv2.decomposeProjectionMatrix
ComfyUI Node

cv2.decomposeProjectionMatrix

Raw wrapper of cv2.decomposeProjectionMatrix(projMatrix). 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.decomposeProjectionMatrix
  • projMatrix
  • cameraMatrix
  • rotMatrix
  • transVect
  • rotMatrixX
  • rotMatrixY
  • rotMatrixZ
  • eulerAngles
Categoryimage/CV/low-level/cv2 D

Inputs (1)

NameTypeDefaultDescription
projMatrixNPARRAY3x4 input projection matrix P. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.

Outputs (7)

NameTypeDescription
cameraMatrixNPARRAY
rotMatrixNPARRAY
transVectNPARRAY
rotMatrixXNPARRAY
rotMatrixYNPARRAY
rotMatrixZNPARRAY
eulerAnglesNPARRAY