Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_detectMultiScale2 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus objdetect_HOGDescriptor_detectMultiScale2(
	IntPtr self,
	IntPtr img,
	IntPtr foundLocations,
	IntPtr foundWeights,
	double hitThreshold,
	Size winStride,
	Size padding,
	double scale,
	int groupThreshold
)

Parameters

self
Type: SystemIntPtr

[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

img
Type: SystemIntPtr

[Missing <param name="img"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

foundLocations
Type: SystemIntPtr

[Missing <param name="foundLocations"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

foundWeights
Type: SystemIntPtr

[Missing <param name="foundWeights"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

hitThreshold
Type: SystemDouble

[Missing <param name="hitThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

winStride
Type: OpenCvSharpSize

[Missing <param name="winStride"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

padding
Type: OpenCvSharpSize

[Missing <param name="padding"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

scale
Type: SystemDouble

[Missing <param name="scale"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

groupThreshold
Type: SystemInt32

[Missing <param name="groupThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Size,System.Double,System.Int32)"]

See Also