Pyramidal resampling of data.
input slots | |
InputSlot< CImgList< T > > | in |
data input | |
InputSlot< Interpolator< T > * > | interpolator |
interpolator used to resample | |
InputSlot< unsigned int > | level |
level select (from small to larger scales) | |
output slots | |
OutputSlot< CImgList< T > > | out |
sequence output | |
OutputSlot< Roi< int > * > | size |
current size | |
parameters | |
Parameter< int > | levelOffset |
level offset | |
Parameter< unsigned int > | levels |
scale levels | |
Parameter< bool > | scaleData |
scale data, if set | |
Parameter< double > | scaleFactor |
scale factor |
This Module subclasses TemplatedParameteredObject< T >.
For documentation of parameters and slots inherited by this base class,
please have a look at the corresponding Module reference.
This module is templated. There are instances with T=int,float,double.
An additional parameter called templatetype
may be used to select which instantiation you want.
The detailed doxygen documentation beyond the parameters/slots may be found here.