Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_detectROI 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_detectROI(
	IntPtr obj,
	IntPtr img,
	Point[] locations,
	int locationsLength,
	IntPtr foundLocations,
	IntPtr confidences,
	double hitThreshold,
	Size winStride,
	Size padding
)

Parameters

obj
Type: SystemIntPtr
img
Type: SystemIntPtr
locations
Type: OpenCvSharpPoint
locationsLength
Type: SystemInt32
foundLocations
Type: SystemIntPtr
confidences
Type: SystemIntPtr
hitThreshold
Type: SystemDouble
winStride
Type: OpenCvSharpSize
padding
Type: OpenCvSharpSize
See Also