Click or drag to resize

NativeMethodscalib3d_getDefaultNewCameraMatrix Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_getDefaultNewCameraMatrix(System.IntPtr,OpenCvSharp.Size,System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_getDefaultNewCameraMatrix(
	IntPtr cameraMatrix,
	Size imgsize,
	int centerPrincipalPoint,
	out IntPtr returnValue
)

Parameters

cameraMatrix
Type: SystemIntPtr

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

imgsize
Type: OpenCvSharpSize

[Missing <param name="imgsize"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_getDefaultNewCameraMatrix(System.IntPtr,OpenCvSharp.Size,System.Int32,System.IntPtr@)"]

centerPrincipalPoint
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_getDefaultNewCameraMatrix(System.IntPtr,OpenCvSharp.Size,System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_getDefaultNewCameraMatrix(System.IntPtr,OpenCvSharp.Size,System.Int32,System.IntPtr@)"]

See Also