ComfyUI Node
cv2.decomposeProjectionMatrix
Raw wrapper of cv2.decomposeProjectionMatrix(projMatrix). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.decomposeProjectionMatrix
- projMatrix
- cameraMatrix
- rotMatrix
- transVect
- rotMatrixX
- rotMatrixY
- rotMatrixZ
- eulerAngles
Categoryimage/CV/low-level/cv2 D
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| projMatrix | NPARRAY | 3x4 input projection matrix P. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| cameraMatrix | NPARRAY | — |
| rotMatrix | NPARRAY | — |
| transVect | NPARRAY | — |
| rotMatrixX | NPARRAY | — |
| rotMatrixY | NPARRAY | — |
| rotMatrixZ | NPARRAY | — |
| eulerAngles | NPARRAY | — |