NativeMethodscalib3d_stereoRectifyUncalibrated_array Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int calib3d_stereoRectifyUncalibrated_array( Point2d[] points1, int points1Size, Point2d[] points2, int points2Size, double[,] F, Size imgSize, double[,] H1, double[,] H2, double threshold )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_stereoRectifyUncalibrated_array ( points1 As Point2d(), points1Size As Integer, points2 As Point2d(), points2Size As Integer, F As Double(,), imgSize As Size, <OutAttribute> H1 As Double(,), <OutAttribute> H2 As Double(,), threshold As Double ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int calib3d_stereoRectifyUncalibrated_array( array<Point2d>^ points1, int points1Size, array<Point2d>^ points2, int points2Size, [InAttribute] array<double,2>^ F, Size imgSize, [InAttribute] [OutAttribute] array<double,2>^ H1, [InAttribute] [OutAttribute] array<double,2>^ H2, double threshold )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_stereoRectifyUncalibrated_array : points1 : Point2d[] * points1Size : int * points2 : Point2d[] * points2Size : int * F : float[,] * imgSize : Size * H1 : float[,] byref * H2 : float[,] byref * threshold : float -> int
OpenCvSharp.NativeMethods.calib3d_stereoRectifyUncalibrated_array = function(points1, points1Size, points2, points2Size, F, imgSize, H1, H2, threshold);