NativeMethodscalib3d_computeCorrespondEpilines_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_computeCorrespondEpilines_InputArray( IntPtr points, int whichImage, IntPtr F, IntPtr lines )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_computeCorrespondEpilines_InputArray ( points As IntPtr, whichImage As Integer, F As IntPtr, lines As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_computeCorrespondEpilines_InputArray( IntPtr points, int whichImage, IntPtr F, IntPtr lines )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_computeCorrespondEpilines_InputArray : points : IntPtr * whichImage : int * F : IntPtr * lines : IntPtr -> unit
OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_InputArray = function(points, whichImage, F, lines);