NativeMethodsfeatures2d_DescriptorExtractor_compute1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_DescriptorExtractor_compute1( IntPtr obj, IntPtr image, IntPtr keypoint, IntPtr descriptors )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_DescriptorExtractor_compute1 ( obj As IntPtr, image As IntPtr, keypoint As IntPtr, descriptors As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_DescriptorExtractor_compute1( IntPtr obj, IntPtr image, IntPtr keypoint, IntPtr descriptors )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_DescriptorExtractor_compute1 : obj : IntPtr * image : IntPtr * keypoint : IntPtr * descriptors : IntPtr -> unit
OpenCvSharp.NativeMethods.features2d_DescriptorExtractor_compute1 = function(obj, image, keypoint, descriptors);