Back to Aurora Vision Studio website

You are here: Start » Filter Reference » OpenCV » Camera Calibration And 3D Reconstruction » CreateCameraMatrix

CreateCameraMatrix


Module: OpenCV

Creates an intrinsic camera matrix from focal lengths and a principal point.

Name Type Description
Input value inFx Real x focal distance.
Input value inFy Real y focal distance.
Input value inCx Real principal point x.
Input value inCy Real principal point y.
Output value outCameraMatrix Matrix

Remarks

This filter is not a wrapper of an OpenCV function, but it is an utility function, which allows for easier usage of some OpenCV function wrappers.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

  • cvCalibrateCamera – Finds the camera intrinsic and extrinsic parameters from pairs of corresponding image and object points arrays.