Click or drag to resize

CvInvokeGetDefaultNewCameraMatrix Method

http://www.emgu.com
Returns the default new camera matrix.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static Mat GetDefaultNewCameraMatrix(
	IInputArray cameraMatrix,
	Size imgsize = null,
	bool centerPrincipalPoint = false
)

Parameters

cameraMatrix
Type: Emgu.CVIInputArray
Input camera matrix.
imgsize (Optional)
Type: System.DrawingSize
Camera view image size in pixels.
centerPrincipalPoint (Optional)
Type: SystemBoolean
Location of the principal point in the new camera matrix. The parameter indicates whether this location should be at the image center or not.

Return Value

Type: Mat
The default new camera matrix.
See Also