Back to FabImage Studio website

You are here: Start » Filter Reference » OpenCV » Geometric Image Transformations » cvGetDefaultNewCameraMatrix

cvGetDefaultNewCameraMatrix


Module: OpenCV

Returns the default new camera matrix.

Name Type Range Description
Input value inCameraMatrix Matrix Matrix with part of intrinsics camera parameters.
Input value inImgWidth Integer 0 - Camera view image width in pixels.
Input value inImgHeight Integer 0 - Camera view image height in pixels.
Input value inCenterPrincipalPoint Bool Location of the principal point in the new camera matrix. The parameter indicates whether this location should be at the image center or not.
Output value outNewCameraMatrix Matrix New camera matrix.

Complexity Level

This filter is available on Basic Complexity Level.