opals::ResamplingMethod Namespace Reference

Enumerator defining different resampling methods. More...

Enumerations

enum  Type {
  weightedAverage, simpleAverage, nearestNeighbour, bilinear,
  bicubic, never, Count
}

Detailed Description

Enumerator defining different resampling methods.

Enumeration Type Documentation

enum Type
Enumerator:
weightedAverage 

weighted average (low pass filter)

simpleAverage 

simple average (low pass filter)

nearestNeighbour 

nearest neighbour

bilinear 

bi-linear interpolation

bicubic 

bi-cubic interpolation

never 

indicator avoiding resampling

Count 

number of elements