a boosted battery of classifiers(=stage classifier):
the stage classifier returns 1
if the sum of the classifiers' responces
is greater than threshold and 0 otherwise
Inheritance Hierarchy
OpenCvSharpCvObject
OpenCvSharpCvHaarStageClassifier
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvHaarStageClassifier type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CvHaarStageClassifier |
Initializes from native pointer
|
Properties
| Name | Description | |
|---|---|---|
| Child | ||
| Classifier |
Array of classifiers
| |
| Count |
Number of classifiers in the battery
| |
| CvPtr |
Native pointer of OpenCV structure
(Inherited from CvObject.) | |
| Next | ||
| Parent | ||
| Threshold |
Threshold for the boosted classifier
|
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.) |
Fields
| Name | Description | |
|---|---|---|
| ptr |
Data pointer
(Inherited from CvObject.) | |
| SizeOf |
sizeof(CvHaarStageClassifier)
|
See Also