NativeMethodscalib3d_findFundamentalMat_array Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr calib3d_findFundamentalMat_array( Point2d[] points1, int points1Size, Point2d[] points2, int points2Size, int method, double param1, double param2, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_findFundamentalMat_array ( points1 As Point2d(), points1Size As Integer, points2 As Point2d(), points2Size As Integer, method As Integer, param1 As Double, param2 As Double, mask As IntPtr ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr calib3d_findFundamentalMat_array( array<Point2d>^ points1, int points1Size, array<Point2d>^ points2, int points2Size, int method, double param1, double param2, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_findFundamentalMat_array : points1 : Point2d[] * points1Size : int * points2 : Point2d[] * points2Size : int * method : int * param1 : float * param2 : float * mask : IntPtr -> IntPtr
OpenCvSharp.NativeMethods.calib3d_findFundamentalMat_array = function(points1, points1Size, points2, points2Size, method, param1, param2, mask);