NativeMethodscalib3d_calibrationMatrixValues_array Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_calibrationMatrixValues_array( double[,] cameraMatrix, Size imageSize, double apertureWidth, double apertureHeight, out double fovx, out double fovy, out double focalLength, out Point2d principalPoint, out double aspectRatio )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_calibrationMatrixValues_array ( cameraMatrix As Double(,), imageSize As Size, apertureWidth As Double, apertureHeight As Double, <OutAttribute> ByRef fovx As Double, <OutAttribute> ByRef fovy As Double, <OutAttribute> ByRef focalLength As Double, <OutAttribute> ByRef principalPoint As Point2d, <OutAttribute> ByRef aspectRatio As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_calibrationMatrixValues_array( array<double,2>^ cameraMatrix, Size imageSize, double apertureWidth, double apertureHeight, [OutAttribute] double% fovx, [OutAttribute] double% fovy, [OutAttribute] double% focalLength, [OutAttribute] Point2d% principalPoint, [OutAttribute] double% aspectRatio )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_calibrationMatrixValues_array : cameraMatrix : float[,] * imageSize : Size * apertureWidth : float * apertureHeight : float * fovx : float byref * fovy : float byref * focalLength : float byref * principalPoint : Point2d byref * aspectRatio : float byref -> unit
OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array = function(cameraMatrix, imageSize, apertureWidth, apertureHeight, fovx, fovy, focalLength, principalPoint, aspectRatio);