Defines how the mapping between a typical x-y image and samples-lines-bands is done. More...
Inherits object.
Static Public Attributes | |
int | BandInterleavedByLine = 0 |
Sensors using the push broom approach (spatial scanning). More... | |
int | BandInterleavedByPixel = 2 |
Sensors using snapshot approach may deliver images in the. More... | |
int | BandSequential = 1 |
Sensors using tunable spectral filters (spectral scanning). More... | |
Defines how the mapping between a typical x-y image and samples-lines-bands is done.
When acquiring images, the interleaved type depends on the technology the imaging sensor uses to acquire spectral data. A sequence of images is returned by the camera in the following manner: [xSensor ySensor time]. Now depending on the spectral imaging sensor the these dimensions are mapped to samples, lines and bands.
When viewing a spectral cube the spatial dimensions are mapped in the following manner:
|
static |
Sensors using the push broom approach (spatial scanning).
Deliver images in the CVSVP_BIL manner: [samples bands lines].
|
static |
Sensors using snapshot approach may deliver images in the.
CVSVP_BIP manner: [bands samples lines].
|
static |
Sensors using tunable spectral filters (spectral scanning).
Deliver images in the CVSVP_BSQ manner: [samples lines bands].