NativeMethodsfeatures2d_Feature2D_compute2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_Feature2D_compute2( IntPtr detector, IntPtr[] images, int imageLength, IntPtr keypoints, IntPtr[] descriptors, int descriptorsLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_Feature2D_compute2 ( detector As IntPtr, images As IntPtr(), imageLength As Integer, keypoints As IntPtr, descriptors As IntPtr(), descriptorsLength As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_Feature2D_compute2( IntPtr detector, array<IntPtr>^ images, int imageLength, IntPtr keypoints, array<IntPtr>^ descriptors, int descriptorsLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_Feature2D_compute2 : detector : IntPtr * images : IntPtr[] * imageLength : int * keypoints : IntPtr * descriptors : IntPtr[] * descriptorsLength : int -> unit
OpenCvSharp.NativeMethods.features2d_Feature2D_compute2 = function(detector, images, imageLength, keypoints, descriptors, descriptorsLength);