OpenCvSharp.NativeMethods.calib3d_findHomography_InputArray C# (CSharp) Method

calib3d_findHomography_InputArray() private method

private calib3d_findHomography_InputArray ( IntPtr srcPoints, IntPtr dstPoints, int method, double ransacReprojThreshold, IntPtr mask ) : IntPtr
srcPoints System.IntPtr
dstPoints System.IntPtr
method int
ransacReprojThreshold double
mask System.IntPtr
return System.IntPtr
        public static extern IntPtr calib3d_findHomography_InputArray(IntPtr srcPoints, IntPtr dstPoints,
            int method, double ransacReprojThreshold, IntPtr mask);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods