opals::NoDataHandling Namespace Reference

Enumerator for defining the behaviour in case of nodata pixels in the image kernel. More...

Enumerations

enum  Type { fill, leave, avoid, Count }

Detailed Description

Enumerator for defining the behaviour in case of nodata pixels in the image kernel.

Enumeration Type Documentation

enum Type
Enumerator:
fill 

Fills nodata values in the input dataset, if a valid value can be calculated.

leave 

Leaves nodata value as it is.

avoid 

If a nodata value is covered by the filter kernel, nodata value is assigned to output dataset pixel.

Count 

number of elements