Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_detect1 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_detect1(
	IntPtr self,
	IntPtr img,
	IntPtr foundLocations,
	double hitThreshold,
	Size winStride,
	Size padding,
	Point[] searchLocations,
	int searchLocationsLength
)

Parameters

self
Type: SystemIntPtr
img
Type: SystemIntPtr
foundLocations
Type: SystemIntPtr
hitThreshold
Type: SystemDouble
winStride
Type: OpenCvSharpSize
padding
Type: OpenCvSharpSize
searchLocations
Type: OpenCvSharpPoint
searchLocationsLength
Type: SystemInt32
See Also