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