NativeMethodscalib3d_getOptimalNewCameraMatrix_array Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_getOptimalNewCameraMatrix_array( double[,] cameraMatrix, double[] distCoeffs, int distCoeffsSize, Size imageSize, double alpha, Size newImgSize, out Rect validPixROI, int centerPrincipalPoint, double[,] outValues )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_getOptimalNewCameraMatrix_array ( cameraMatrix As Double(,), distCoeffs As Double(), distCoeffsSize As Integer, imageSize As Size, alpha As Double, newImgSize As Size, <OutAttribute> ByRef validPixROI As Rect, centerPrincipalPoint As Integer, <OutAttribute> outValues As Double(,) )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_getOptimalNewCameraMatrix_array( [InAttribute] array<double,2>^ cameraMatrix, [InAttribute] array<double>^ distCoeffs, int distCoeffsSize, Size imageSize, double alpha, Size newImgSize, [OutAttribute] Rect% validPixROI, int centerPrincipalPoint, [InAttribute] [OutAttribute] array<double,2>^ outValues )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_getOptimalNewCameraMatrix_array : cameraMatrix : float[,] * distCoeffs : float[] * distCoeffsSize : int * imageSize : Size * alpha : float * newImgSize : Size * validPixROI : Rect byref * centerPrincipalPoint : int * outValues : float[,] byref -> unit
OpenCvSharp.NativeMethods.calib3d_getOptimalNewCameraMatrix_array = function(cameraMatrix, distCoeffs, distCoeffsSize, imageSize, alpha, newImgSize, validPixROI, centerPrincipalPoint, outValues);