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