CvHaarFeature Class OpenCvSharp Class Library
A haar feature which consists of 2-3 rectangles with appropriate weights.
Inheritance Hierarchy

SystemObject
  OpenCvSharpCvObject
    OpenCvSharpCvHaarFeature

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

public class CvHaarFeature : CvObject

The CvHaarFeature type exposes the following members.

Constructors

  NameDescription
Public methodCvHaarFeature
Initializes from native pointer
Top
Properties

  NameDescription
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from CvObject.)
Public propertyrect
Elements of the haar feature
Public propertyTilted
0 means up-right feature, 1 means 45--rotated feature
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(CvHaarClassifier)
Top
See Also

Reference