Defines the method used for normalizing the spectral cube with a white and a black reference. More...
Inherits object.
Static Public Attributes | |
int | AverageReferences1 = 0 |
White and Black Reference are averaged over lines and samples ([Samples x Lines x Bands] --> [1 x 1 x Bands]). More... | |
Defines the method used for normalizing the spectral cube with a white and a black reference.
|
static |
White and Black Reference are averaged over lines and samples ([Samples x Lines x Bands] --> [1 x 1 x Bands]).
The normalization formula used is: (ImgCube - BRef) / (WRef - BRef).