Class DetectionROI
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
struct for detection region of interest (ROI)
public class DetectionROI
- Inheritance
-
DetectionROI
- Inherited Members
Constructors
DetectionROI(double, Point[], double[])
Constructor
public DetectionROI(double scale, Point[] locations, double[] confidences)
Parameters
Properties
Confidences
vector that will contain confidence values for each location
public IReadOnlyList<double> Confidences { get; }
Property Value
Locations
set of requested locations to be evaluated
public IReadOnlyList<Point> Locations { get; }
Property Value
Scale
scale(size) of the bounding box
public double Scale { get; }