The IntegralImage type exposes the following members.

Constructors

  NameDescription
IntegralImage
Initializes a new instance of the IntegralImage class.

Methods

  NameDescription
FromBitmapOverloaded.
GetHaarXWavelet
Calculate horizontal (X) haar wavelet at the specified point.
GetHaarYWavelet
Calculate vertical (Y) haar wavelet at the specified point.
GetRectangleMeanOverloaded.
GetRectangleMeanUnsafeOverloaded.
GetRectangleSumOverloaded.
GetRectangleSumUnsafeOverloaded.

Fields

  NameDescription
integralImage
Intergral image's array.

Properties

  NameDescription
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.

See Also