The CvHaarClassifier type exposes the following members.
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.
|
See Also