Nodes/comfyui_cv/cv2.calibrationMatrixValues
ComfyUI Node

cv2.calibrationMatrixValues

Raw wrapper of cv2.calibrationMatrixValues(cameraMatrix, imageSize, apertureWidth, apertureHeight). 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.calibrationMatrixValues
  • cameraMatrix
  • imageSize
  • fovx
  • fovy
  • focalLength
  • principalPoint
  • aspectRatio
apertureWidth0.0000
apertureHeight0.0000
Categoryimage/CV/low-level/cv2 C

Inputs (4)

NameTypeDefaultDescription
cameraMatrixNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
imageSizeCV_TUPLE0,0One value with 2 components (w, h) - it travels as a whole, so it cannot arrive half-connected. Wire it from 'CV Tuple' or type the components in place.
apertureWidthFLOAT0.0000-1e+38–1e+38 - - -
apertureHeightFLOAT0.0000-1e+38–1e+38 - - -

Outputs (5)

NameTypeDescription
fovxFLOAT
fovyFLOAT
focalLengthFLOAT
principalPointCV_TUPLE- - - Subpixel coordinates (x, y) as ONE composite value - wire it straight into any cv2 point input, or into 'CV Split Tuple' for the separate numbers.
aspectRatioFLOAT