deepness.common.channels_mapping

Raster layer (ortophoto) which is being processed consist of channels (usually Red, Green, Blue). The neural model expects input channels with some model-defined meaning. Channel mappings in this file define how the ortophoto channels translate to model inputs (e.g first model input is Red, second Green).

Classes

ChannelsMapping

Defines mapping of model input channels to input image channels (bands).

ImageChannel

Defines an image channel - how is it being stored in the data source.

ImageChannelCompositeByte

Defines an image channel, where each image channel is a smaller part of a bigger value (e.g.

ImageChannelStandaloneBand

Defines an image channel, where each image channel is a separate band in the data source.