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