Back to Adaptive Vision Studio website

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

CreateCameraMatrix


Creates an intrinsic camera matrix from focal lengths and principal point

Name Type Description
inFx Real x focal distance.
inFy Real y focal distance.
inCx Real principal point x.
inCy Real principal point y.
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.