Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_new3 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus objdetect_HOGDescriptor_new3(
	string fileName,
	out IntPtr returnValue
)

Parameters

fileName
Type: SystemString

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also