Start » Filter Reference » OpenCV » Geometric Image Transformations » cvGetDefaultNewCameraMatrix
Module: | OpenCV |
---|
Returns the default new camera matrix.
Name | Type | Range | Description | |
---|---|---|---|---|
inCameraMatrix | Matrix | Matrix with part of intrinsics camera parameters. | ||
inImgWidth | Integer | 0 - | Camera view image width in pixels. | |
inImgHeight | Integer | 0 - | Camera view image height in pixels. | |
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. | ||
outNewCameraMatrix | Matrix | New camera matrix. |
Complexity Level
This filter is available on Basic Complexity Level.