Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_detectMultiScaleROI 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_detectMultiScaleROI(
	IntPtr obj,
	IntPtr img,
	IntPtr foundLocations,
	IntPtr roiScales,
	IntPtr roiLocations,
	IntPtr roiConfidences,
	double hitThreshold,
	int groupThreshold
)

Parameters

obj
Type: SystemIntPtr
img
Type: SystemIntPtr
foundLocations
Type: SystemIntPtr
roiScales
Type: SystemIntPtr
roiLocations
Type: SystemIntPtr
roiConfidences
Type: SystemIntPtr
hitThreshold
Type: SystemDouble
groupThreshold
Type: SystemInt32
See Also