The IntegralImage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IntegralImage |
Initializes a new instance of the IntegralImage class.
|
Methods
| Name | Description | |
|---|---|---|
| FromBitmap | Overloaded. | |
| GetHaarXWavelet |
Calculate horizontal (X) haar wavelet at the specified point.
| |
| GetHaarYWavelet |
Calculate vertical (Y) haar wavelet at the specified point.
| |
| GetRectangleMean | Overloaded. | |
| GetRectangleMeanUnsafe | Overloaded. | |
| GetRectangleSum | Overloaded. | |
| GetRectangleSumUnsafe | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| integralImage |
Intergral image’s array.
|
Properties
| Name | Description | |
|---|---|---|
| Height |
Height of the source image the integral image was constructed for.
| |
| InternalData |
Provides access to internal array keeping integral image data.
| |
| Width |
Width of the source image the integral image was constructed for.
|