NativeMethodscalib3d_findHomography_vector Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus calib3d_findHomography_vector( Point2d[] srcPoints, int srcPointsLength, Point2d[] dstPoints, int dstPointsLength, int method, double ransacReprojThreshold, IntPtr mask, out IntPtr returnValue )
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, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus calib3d_findHomography_vector( array<Point2d>^ srcPoints, int srcPointsLength, array<Point2d>^ dstPoints, int dstPointsLength, int method, double ransacReprojThreshold, IntPtr mask, [OutAttribute] IntPtr% returnValue )
static member calib3d_findHomography_vector : srcPoints : Point2d[] * srcPointsLength : int * dstPoints : Point2d[] * dstPointsLength : int * method : int * ransacReprojThreshold : float * mask : IntPtr * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="srcPoints"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]
[Missing <param name="srcPointsLength"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]
[Missing <param name="dstPoints"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]
[Missing <param name="dstPointsLength"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]
[Missing <param name="method"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]
[Missing <param name="ransacReprojThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]
[Missing <param name="mask"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_findHomography_vector(OpenCvSharp.Point2d[],System.Int32,OpenCvSharp.Point2d[],System.Int32,System.Int32,System.Double,System.IntPtr,System.IntPtr@)"]