Click or drag to resize

HOGDescriptorDetectROI Method

evaluate specified ROI and return confidence value for each location

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void DetectROI(
	Mat img,
	Point[] locations,
	out Point[] foundLocations,
	out double[] confidences,
	double hitThreshold = 0,
	Nullable<Size> winStride = null,
	Nullable<Size> padding = null
)

Parameters

img
Type: OpenCvSharpMat
locations
Type: OpenCvSharpPoint
foundLocations
Type: OpenCvSharpPoint
confidences
Type: SystemDouble
hitThreshold (Optional)
Type: SystemDouble
winStride (Optional)
Type: SystemNullableSize
padding (Optional)
Type: SystemNullableSize
See Also