NativeMethodsimgproc_getDefaultNewCameraMatrix Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getDefaultNewCameraMatrix(System.IntPtr,OpenCvSharp.CvSize,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr imgproc_getDefaultNewCameraMatrix(
	IntPtr cameraMatrix,
	CvSize imgSize,
	int centerPrincipalPoint
)

Parameters

cameraMatrix
Type: SystemIntPtr

[Missing <param name="cameraMatrix"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getDefaultNewCameraMatrix(System.IntPtr,OpenCvSharp.CvSize,System.Int32)"]

imgSize
Type: OpenCvSharpCvSize

[Missing <param name="imgSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getDefaultNewCameraMatrix(System.IntPtr,OpenCvSharp.CvSize,System.Int32)"]

centerPrincipalPoint
Type: SystemInt32

[Missing <param name="centerPrincipalPoint"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getDefaultNewCameraMatrix(System.IntPtr,OpenCvSharp.CvSize,System.Int32)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getDefaultNewCameraMatrix(System.IntPtr,OpenCvSharp.CvSize,System.Int32)"]

See Also

Reference