struct for detection region of interest (ROI)
Inheritance Hierarchy
OpenCvSharp.CPlusPlusDetectionROI
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The DetectionROI type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DetectionROI | Initializes a new instance of the DetectionROI class |
Properties
Name | Description | |
---|---|---|
Confidences |
vector that will contain confidence values for each location
| |
Locations |
set of requrested locations to be evaluated
| |
Scale |
scale(size) of the bounding box
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also