OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_InputArray C# (CSharp) Method

calib3d_computeCorrespondEpilines_InputArray() private method

private calib3d_computeCorrespondEpilines_InputArray ( IntPtr points, int whichImage, IntPtr F, IntPtr lines ) : void
points System.IntPtr
whichImage int
F System.IntPtr
lines System.IntPtr
return void
        public static extern void calib3d_computeCorrespondEpilines_InputArray(
            IntPtr points, int whichImage, IntPtr F, IntPtr lines);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods