Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_detectMultiScale1 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void objdetect_HOGDescriptor_detectMultiScale1(
	IntPtr self,
	IntPtr img,
	IntPtr foundLocations,
	double hitThreshold,
	Size winStride,
	Size padding,
	double scale,
	int groupThreshold
)

Parameters

self
Type: SystemIntPtr
img
Type: SystemIntPtr
foundLocations
Type: SystemIntPtr
hitThreshold
Type: SystemDouble
winStride
Type: OpenCvSharpSize
padding
Type: OpenCvSharpSize
scale
Type: SystemDouble
groupThreshold
Type: SystemInt32
See Also