DetectionROI Class OpenCvSharp Class Library
struct for detection region of interest (ROI)
Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlusDetectionROI

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class DetectionROI

The DetectionROI type exposes the following members.

Constructors

  NameDescription
Public methodDetectionROI
Initializes a new instance of the DetectionROI class
Top
Properties

  NameDescription
Public propertyConfidences
vector that will contain confidence values for each location
Public propertyLocations
set of requrested locations to be evaluated
Public propertyScale
scale(size) of the bounding box
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference