NativeMethodscalib3d_getOptimalNewCameraMatrix_InputArray Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_getOptimalNewCameraMatrix_InputArray(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvRect@,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 calib3d_getOptimalNewCameraMatrix_InputArray(
	IntPtr cameraMatrix,
	IntPtr distCoeffs,
	CvSize imageSize,
	double alpha,
	CvSize newImgSize,
	out CvRect validPixROI,
	int centerPrincipalPoint
)

Parameters

cameraMatrix
Type: SystemIntPtr

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

distCoeffs
Type: SystemIntPtr

[Missing <param name="distCoeffs"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_getOptimalNewCameraMatrix_InputArray(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvRect@,System.Int32)"]

imageSize
Type: OpenCvSharpCvSize

[Missing <param name="imageSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_getOptimalNewCameraMatrix_InputArray(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvRect@,System.Int32)"]

alpha
Type: SystemDouble

[Missing <param name="alpha"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_getOptimalNewCameraMatrix_InputArray(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvRect@,System.Int32)"]

newImgSize
Type: OpenCvSharpCvSize

[Missing <param name="newImgSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_getOptimalNewCameraMatrix_InputArray(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvRect@,System.Int32)"]

validPixROI
Type: OpenCvSharpCvRect

[Missing <param name="validPixROI"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_getOptimalNewCameraMatrix_InputArray(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvRect@,System.Int32)"]

centerPrincipalPoint
Type: SystemInt32

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

Return Value

Type: IntPtr

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

See Also

Reference