Click or drag to resize

NativeMethodsfeatures2d_BOWImgDescriptorExtractor_compute12 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.features2d_BOWImgDescriptorExtractor_compute12(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_BOWImgDescriptorExtractor_compute12(
	IntPtr obj,
	IntPtr keypointDescriptors,
	IntPtr imgDescriptor,
	IntPtr pointIdxsOfClusters
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_BOWImgDescriptorExtractor_compute12(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

keypointDescriptors
Type: SystemIntPtr

[Missing <param name="keypointDescriptors"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_BOWImgDescriptorExtractor_compute12(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

imgDescriptor
Type: SystemIntPtr

[Missing <param name="imgDescriptor"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_BOWImgDescriptorExtractor_compute12(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

pointIdxsOfClusters
Type: SystemIntPtr

[Missing <param name="pointIdxsOfClusters"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_BOWImgDescriptorExtractor_compute12(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.features2d_BOWImgDescriptorExtractor_compute12(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

See Also