NativeMethodscalib3d_findHomography_vector Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr calib3d_findHomography_vector( Point2d[] srcPoints, int srcPointsLength, Point2d[] dstPoints, int dstPointsLength, int method, double ransacReprojThreshold, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_findHomography_vector ( srcPoints As Point2d(), srcPointsLength As Integer, dstPoints As Point2d(), dstPointsLength As Integer, method As Integer, ransacReprojThreshold As Double, mask As IntPtr ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr calib3d_findHomography_vector( array<Point2d>^ srcPoints, int srcPointsLength, array<Point2d>^ dstPoints, int dstPointsLength, int method, double ransacReprojThreshold, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_findHomography_vector : srcPoints : Point2d[] * srcPointsLength : int * dstPoints : Point2d[] * dstPointsLength : int * method : int * ransacReprojThreshold : float * mask : IntPtr -> IntPtr
OpenCvSharp.NativeMethods.calib3d_findHomography_vector = function(srcPoints, srcPointsLength, dstPoints, dstPointsLength, method, ransacReprojThreshold, mask);