CvHaarStageClassifier Class OpenCvSharp Class Library
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

SystemObject
  OpenCvSharpCvObject
    OpenCvSharpCvHaarStageClassifier

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class CvHaarStageClassifier : CvObject

The CvHaarStageClassifier type exposes the following members.

Constructors

  NameDescription
Public methodCvHaarStageClassifier
Initializes from native pointer
Top
Properties

  NameDescription
Public propertyChild
Public propertyClassifier
Array of classifiers
Public propertyCount
Number of classifiers in the battery
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from CvObject.)
Public propertyNext
Public propertyParent
Public propertyThreshold
Threshold for the boosted classifier
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldptr
Data pointer
(Inherited from CvObject.)
Public fieldStatic memberSizeOf
sizeof(CvHaarStageClassifier)
Top
See Also

Reference