gmlVisionHaarEncoder Class Reference

Inherits from

Detailed Description

Public Member Functions

constructor args

destructor

process inFrame {depth 0}

Encode inFrame to a series of bitmaps that represent the Haar-transformed image pyramid. The object callback is called every time a new subband is available, with the following parameters appended:

  • depth: the band depth in the pyramid (the highest frequency subbands have depth 0);
  • band: one of LL, LH, HL, or HH;
  • height, width: the dimensions of the bitmap representing the subband;
  • bitmap: the name of the bitmap object representing the subband.

processAndDraw sourceBitmap destBitmap