34 #ifndef AIMS_PYRAMID_MOVINGAVERAGESUBSAMPLER_H 35 #define AIMS_PYRAMID_MOVINGAVERAGESUBSAMPLER_H 141 void setCascade(
unsigned length );
143 void setCascade(
const Point4du & length );
155 #endif // AIMS_PYRAMID_MOVINGAVERAGESUBSAMPLER_H MovingAverageSubSampler(unsigned r=2, unsigned length=3, FilterType::Direction symtype=FilterType::Symmetrical)
Constructor / Copy.
MovingAverageSubSampler & operator=(const MovingAverageSubSampler &other)
virtual ~MovingAverageSubSampler()
FilterType::Direction type() const
void setLength(unsigned length)
Updates underlying basis functions.
Point4du length() const
Parameters.
void setType(FilterType::Direction symtype)
Updates underlying basis functions.