Click or drag to resize

HOGDescriptorDetectMultiScaleROI Method

evaluate specified ROI and return confidence value for each location in multiple scales

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void DetectMultiScaleROI(
	Mat img,
	out Rect[] foundLocations,
	out DetectionROI[] locations,
	double hitThreshold = 0,
	int groupThreshold = 0
)

Parameters

img
Type: OpenCvSharpMat
foundLocations
Type: OpenCvSharpRect
locations
Type: OpenCvSharpDetectionROI
hitThreshold (Optional)
Type: SystemDouble
groupThreshold (Optional)
Type: SystemInt32
See Also