Click or drag to resize

NativeMethodsHOGDescriptor_detectMultiScale 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 HOGDescriptor_detectMultiScale(
	IntPtr obj,
	IntPtr img,
	IntPtr found_locations,
	double hit_threshold,
	Size win_stride,
	Size padding,
	double scale,
	int group_threshold
)

Parameters

obj
Type: SystemIntPtr
img
Type: SystemIntPtr
found_locations
Type: SystemIntPtr
hit_threshold
Type: SystemDouble
win_stride
Type: OpenCvSharpSize
padding
Type: OpenCvSharpSize
scale
Type: SystemDouble
group_threshold
Type: SystemInt32
See Also