|
|
| MovingAverageSubSampler (unsigned r=2, unsigned length=3, FilterType::Direction symtype=FilterType::Symmetrical) |
| Constructor / Copy. More...
|
|
| MovingAverageSubSampler (const Point4du &r, unsigned length=3, FilterType::Direction symtype=FilterType::Symmetrical) |
|
| MovingAverageSubSampler (const Point4du &r, const Point4du &length, FilterType::Direction symtype=FilterType::Symmetrical) |
|
| MovingAverageSubSampler (const MovingAverageSubSampler &other) |
|
virtual | ~MovingAverageSubSampler () |
|
MovingAverageSubSampler & | operator= (const MovingAverageSubSampler &other) |
|
|
Point4du | length () const |
| Parameters. More...
|
|
FilterType::Direction | type () const |
|
void | setLength (unsigned length) |
| Updates underlying basis functions. More...
|
|
void | setLength (const Point4du &length) |
| Updates underlying basis functions. More...
|
|
void | setType (FilterType::Direction symtype) |
| Updates underlying basis functions. More...
|
|
| ConvolutionSubSampler (unsigned r=2) |
| Constructor / Destructor / Copy. More...
|
|
| ConvolutionSubSampler (const Point4du &r) |
|
| ConvolutionSubSampler (const MovingAverageKernel &bfunc, unsigned r) |
|
| ConvolutionSubSampler (const std::vector< MovingAverageKernel > &bfunc=std::vector< MovingAverageKernel >(), const Point4du &r=Point4du(2, 2, 2, 2)) |
|
| ConvolutionSubSampler (const ConvolutionSubSampler &other) |
|
virtual | ~ConvolutionSubSampler () |
|
ConvolutionSubSampler & | operator= (const ConvolutionSubSampler &other) |
|
carto::VolumeRef< OUT > | execute (const carto::VolumeRef< IN > &in) const |
| Execution. More...
|
|
carto::VolumeRef< OUT > | execute (const carto::VolumeRef< IN > &in, carto::VolumeRef< OUT > &out) const |
| Write result in an existing volume. More...
|
|
const std::vector< bool > & | directions () const |
| Parameters. More...
|
|
const Point4du & | factor () const |
|
void | setBasisFunction (const MovingAverageKernel &func) |
|
void | setBasisFunction (const std::vector< MovingAverageKernel > &func) |
|
void | setFactor (unsigned r) |
|
void | setFactor (const Point4du &r) |
|
void | setDirections (const std::vector< bool > &dir) |
|
void | setDirections (bool dirx, bool diry, bool dirz, bool dirt) |
|
void | setVerbose (int verbose=1) |
|
void | setQuiet () |
|
Definition at line 53 of file movingaveragesubsampler.h.