ComfyUI Node
cv2.Rodrigues
Raw wrapper of cv2.Rodrigues(src). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.Rodrigues
- src
- output
- jacobian
Categoryimage/CV/low-level/cv2 R
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| src | NPARRAY | Input rotation vector (3x1 or 1x3) or rotation matrix (3x3). A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| output | NPARRAY | — |
| jacobian | NPARRAY | — |