a single tree classifier (stump in the simplest case) that returns the response for the feature
at the particular image location (i.e. pixel sum over subrectangles of the window) and gives out
a value depending on the responce
Inheritance Hierarchy
OpenCvSharpCvObject
OpenCvSharpCvHaarClassifier
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvHaarClassifier type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CvHaarClassifier |
Initializes from native pointer
|
Properties
Name | Description | |
---|---|---|
Alpha |
output value correponding to the leaf.
| |
Count |
Number of nodes in the decision tree
| |
CvPtr |
Native pointer of OpenCV structure
(Inherited from CvObject.) | |
HaarFeature |
Array of haar features
| |
Left |
index of the left child (or negated index if the left child is a leaf)
| |
Right |
index of the right child (or negated index if the right child is a leaf)
| |
Threshold |
branch threshold. if feature responce is <= threshold, left branch is chosen, otherwise right branch is chosed.
|
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(CvHaarClassifier)
|
See Also