Back to FabImage Studio website
You are here: Start » Filter Reference » Camera Calibration And 3D Reconstruction » 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.