NativeMethodscalib3d_correctMatches_array Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_correctMatches_array( double[,] F, Point2d[] points1, int points1Size, Point2d[] points2, int points2Size, Point2d[] newPoints1, Point2d[] newPoints2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_correctMatches_array ( F As Double(,), points1 As Point2d(), points1Size As Integer, points2 As Point2d(), points2Size As Integer, newPoints1 As Point2d(), newPoints2 As Point2d() )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_correctMatches_array( array<double,2>^ F, array<Point2d>^ points1, int points1Size, array<Point2d>^ points2, int points2Size, array<Point2d>^ newPoints1, array<Point2d>^ newPoints2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_correctMatches_array : F : float[,] * points1 : Point2d[] * points1Size : int * points2 : Point2d[] * points2Size : int * newPoints1 : Point2d[] * newPoints2 : Point2d[] -> unit
OpenCvSharp.NativeMethods.calib3d_correctMatches_array = function(F, points1, points1Size, points2, points2Size, newPoints1, newPoints2);