Nodes/comfyui_cv/cv2.Rodrigues
ComfyUI Node

cv2.Rodrigues

Raw wrapper of cv2.Rodrigues(src). 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.Rodrigues
  • src
  • output
  • jacobian
Categoryimage/CV/low-level/cv2 R

Inputs (1)

NameTypeDefaultDescription
srcNPARRAYInput 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)

NameTypeDescription
outputNPARRAY
jacobianNPARRAY