NativeMethodsfeatures2d_Feature2D_detect_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_Feature2D_detect_InputArray( IntPtr detector, IntPtr image, IntPtr keypoints, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_Feature2D_detect_InputArray ( detector As IntPtr, image As IntPtr, keypoints As IntPtr, mask As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_Feature2D_detect_InputArray( IntPtr detector, IntPtr image, IntPtr keypoints, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_Feature2D_detect_InputArray : detector : IntPtr * image : IntPtr * keypoints : IntPtr * mask : IntPtr -> unit
OpenCvSharp.NativeMethods.features2d_Feature2D_detect_InputArray = function(detector, image, keypoints, mask);