NativeMethodscalib3d_getOptimalNewCameraMatrix_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr calib3d_getOptimalNewCameraMatrix_InputArray( IntPtr cameraMatrix, IntPtr distCoeffs, Size imageSize, double alpha, Size newImgSize, out Rect validPixROI, int centerPrincipalPoint )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_getOptimalNewCameraMatrix_InputArray ( cameraMatrix As IntPtr, distCoeffs As IntPtr, imageSize As Size, alpha As Double, newImgSize As Size, <OutAttribute> ByRef validPixROI As Rect, centerPrincipalPoint As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr calib3d_getOptimalNewCameraMatrix_InputArray( IntPtr cameraMatrix, IntPtr distCoeffs, Size imageSize, double alpha, Size newImgSize, [OutAttribute] Rect% validPixROI, int centerPrincipalPoint )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_getOptimalNewCameraMatrix_InputArray : cameraMatrix : IntPtr * distCoeffs : IntPtr * imageSize : Size * alpha : float * newImgSize : Size * validPixROI : Rect byref * centerPrincipalPoint : int -> IntPtr
OpenCvSharp.NativeMethods.calib3d_getOptimalNewCameraMatrix_InputArray = function(cameraMatrix, distCoeffs, imageSize, alpha, newImgSize, validPixROI, centerPrincipalPoint);