|
|
| | MovingAverageCascadeSubSampler (unsigned r=2, unsigned length=3, unsigned n=2, FilterType::Direction symtype=FilterType::Symmetrical) |
| | Constructor / Copy. More...
|
| |
| | MovingAverageCascadeSubSampler (const Point4du &r, unsigned length=3, unsigned n=2, FilterType::Direction symtype=FilterType::Symmetrical) |
| |
| | MovingAverageCascadeSubSampler (const Point4du &r, const Point4du &length, unsigned n=2, FilterType::Direction symtype=FilterType::Symmetrical) |
| |
| | MovingAverageCascadeSubSampler (const Point4du &r, const Point4du &length, const Point4du &n, FilterType::Direction symtype=FilterType::Symmetrical) |
| |
| | MovingAverageCascadeSubSampler (const MovingAverageCascadeSubSampler &other) |
| |
| virtual | ~MovingAverageCascadeSubSampler () |
| |
| MovingAverageCascadeSubSampler & | operator= (const MovingAverageCascadeSubSampler &other) |
| |
|
| Point4du | length () const |
| | Parameters. More...
|
| |
| Point4du | cascade () const |
| |
| FilterType::Direction | type () const |
| |
| void | setLength (unsigned length) |
| | Updates underlying basis functions. More...
|
| |
| void | setLength (const Point4du &length) |
| | Updates underlying basis functions. More...
|
| |
| void | setCascade (unsigned length) |
| | Updates underlying basis functions. More...
|
| |
| void | setCascade (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 MovingAverageCascadeKernel &bfunc, unsigned r) |
| |
| | ConvolutionSubSampler (const std::vector< MovingAverageCascadeKernel > &bfunc=std::vector< MovingAverageCascadeKernel >(), 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 MovingAverageCascadeKernel &func) |
| |
| void | setBasisFunction (const std::vector< MovingAverageCascadeKernel > &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 109 of file movingaveragesubsampler.h.