Skip to content

Feature/abstract spectral image

Maximilian Schambach requested to merge feature/abstract-spectral-image into master

Description

Refactored the basis of LightField and SpectralImage class. Introduced the basis SpectralArray class.

Changes

Since (spectral) light fields and multi- or hyperspectral images are conceptually (from the point of their data structure) very similar they share a lot of common properties and methods. To accommodate this, the new SpectralArray class has been introduced which itself is derived from Numpy's ndarray class. Therefore, all Numpy functions are applicable to SpectralArray as well as the derived LightField and SpectralImage class.

Todos

  • Tests
  • Documentation

Merge request reports