Click or drag to resize

NativeMethodsHOGDescriptor_detect 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_detect(
	IntPtr obj,
	IntPtr img,
	IntPtr found_locations,
	double hit_threshold,
	Size win_stride,
	Size padding
)

Parameters

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