FilterBankEvent Class Reference#include <FilterBankEvent.h>
Inheritance diagram for FilterBankEvent:
[legend]List of all members.
Detailed Description
This event gives access to a set of image channels at different resolutions, see FilterBankGenerator.
Definition at line 9 of file FilterBankEvent.h.
Constructor & Destructor Documentation
Member Function Documentation
unsigned int FilterBankEvent::getFrameNumber |
( |
|
) |
const [inline] |
|
unsigned int FilterBankEvent::getFramesProcessed |
( |
|
) |
const [inline] |
|
unsigned int FilterBankEvent::getHeight |
( |
unsigned int |
layer |
) |
const [inline] |
|
unsigned char* FilterBankEvent::getImage |
( |
unsigned int |
layer, |
|
|
unsigned int |
channel |
|
) |
const [inline] |
|
unsigned int FilterBankEvent::getIncrement |
( |
unsigned int |
layer |
) |
const [inline] |
|
|
returns the increment to use to go from one sample to the next
Definition at line 39 of file FilterBankEvent.h. |
unsigned int FilterBankEvent::getNumChannels |
( |
|
) |
const [inline] |
|
|
returns the number of channels per image (e.g. Y, U, or V components)
Definition at line 23 of file FilterBankEvent.h. |
unsigned int FilterBankEvent::getNumLayers |
( |
|
) |
const [inline] |
|
unsigned int FilterBankEvent::getSkip |
( |
unsigned int |
layer |
) |
const [inline] |
|
|
returns the bytes to skip from the one-past-end of a row to get the beginning of the next
Definition at line 34 of file FilterBankEvent.h. |
unsigned int FilterBankEvent::getStride |
( |
unsigned int |
layer |
) |
const [inline] |
|
|
returns the bytes to skip from the beginning of one row to get the beginning of the next
This is just for convenience; the stride is just the skip plus the width, but it's precomputed for you for speed and clarity
Definition at line 37 of file FilterBankEvent.h. |
unsigned int FilterBankEvent::getWidth |
( |
unsigned int |
layer |
) |
const [inline] |
|
Member Data Documentation
|
pointer to generator which created this event
the generator holds all the actual image data to be more memory efficient
Definition at line 49 of file FilterBankEvent.h.
Referenced by FilterBankEvent(), getFrameNumber(), getFramesProcessed(), getHeight(), getImage(), getIncrement(), getNumChannels(), getNumLayers(), getSkip(), getStride(), and getWidth(). |
The documentation for this class was generated from the following file:
|