CVBpy 14.0
NormalizationMethod Class Reference

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 ([Samples x Lines x Bands] --> [Samples x 1 x Bands]). More...
 

Detailed Description

Defines the method used for normalizing the spectral cube with a white and a black reference.

Member Data Documentation

◆ AverageReferences1

int AverageReferences1 = 0
static

White and Black Reference are averaged ([Samples x Lines x Bands] --> [Samples x 1 x Bands]).

The normalization formula used is: (ImgCube - BRef) / (WRef - BRef).