CvHaarClassifier Properties OpenCvSharp Class Library

The CvHaarClassifier type exposes the following members.

Properties

  NameDescription
Public propertyAlpha
output value correponding to the leaf.
Public propertyCount
Number of nodes in the decision tree
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from CvObject.)
Public propertyHaarFeature
Array of haar features
Public propertyLeft
index of the left child (or negated index if the left child is a leaf)
Public propertyRight
index of the right child (or negated index if the right child is a leaf)
Public propertyThreshold
branch threshold. if feature responce is <= threshold, left branch is chosen, otherwise right branch is chosed.
Top
See Also

Reference