Structure contains the detection information.
Inheritance Hierarchy
OpenCvSharp.CPlusPlusLatentSvmDetectorObjectDetection
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The LatentSvmDetectorObjectDetection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LatentSvmDetectorObjectDetection | Initializes a new instance of the LatentSvmDetectorObjectDetection class |
Properties
Name | Description | |
---|---|---|
![]() | ClassId |
class (model or detector) ID that detect an object
|
![]() | Rect |
bounding box for a detected object
|
![]() | Score |
confidence level
|
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