A haar feature which consists of 2-3 rectangles with appropriate weights.
Inheritance Hierarchy
OpenCvSharpCvObject
OpenCvSharpCvHaarFeature
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvHaarFeature type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CvHaarFeature |
Initializes from native pointer
|
Properties
Name | Description | |
---|---|---|
CvPtr |
Native pointer of OpenCV structure
(Inherited from CvObject.) | |
rect |
Elements of the haar feature
| |
Tilted |
0 means up-right feature, 1 means 45--rotated feature
|
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