NativeMethodscalib3d_getOptimalNewCameraMatrix_array Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_getOptimalNewCameraMatrix_array(System.Double[0:,0:],System.Double[],System.Int32,OpenCvSharp.CvSize,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CPlusPlus.Rect@,System.Int32,System.Double[0:,0:])"]

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

public static void calib3d_getOptimalNewCameraMatrix_array(
	double[,] cameraMatrix,
	double[] distCoeffs,
	int distCoeffsSize,
	CvSize imageSize,
	double alpha,
	CvSize newImgSize,
	out Rect validPixROI,
	int centerPrincipalPoint,
	double[,] outValues
)

Parameters

cameraMatrix
Type: SystemDouble

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

distCoeffs
Type: SystemDouble

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

distCoeffsSize
Type: SystemInt32

[Missing <param name="distCoeffsSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_getOptimalNewCameraMatrix_array(System.Double[0:,0:],System.Double[],System.Int32,OpenCvSharp.CvSize,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CPlusPlus.Rect@,System.Int32,System.Double[0:,0:])"]

imageSize
Type: OpenCvSharpCvSize

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

alpha
Type: SystemDouble

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

newImgSize
Type: OpenCvSharpCvSize

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

validPixROI
Type: OpenCvSharp.CPlusPlusRect

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

centerPrincipalPoint
Type: SystemInt32

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

outValues
Type: SystemDouble

[Missing <param name="outValues"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_getOptimalNewCameraMatrix_array(System.Double[0:,0:],System.Double[],System.Int32,OpenCvSharp.CvSize,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CPlusPlus.Rect@,System.Int32,System.Double[0:,0:])"]

See Also

Reference