Click or drag to resize

NativeMethodsfeatures2d_BOWImgDescriptorExtractor_new1_RawPtr Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_BOWImgDescriptorExtractor_new1_RawPtr(
	IntPtr dextractor,
	IntPtr dmatcher,
	out IntPtr returnValue
)

Parameters

dextractor
Type: SystemIntPtr

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

dmatcher
Type: SystemIntPtr

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also