MATLAB-like Rescaling for pyramid-based flow-estimation algorithms.
input slots | |
| InputSlot< CImgList< T > > | flowIn |
| flow input | |
| InputSlot< unsigned int > | level |
| level select (from small to larger scales) | |
| InputSlot< CImgList< T > > | seqIn |
| sequence input | |
output slots | |
| OutputSlot< CImgList< T > > | flowOut |
| flow output | |
| OutputSlot< CImgList< T > > | seqOut |
| sequence output | |
| OutputSlot< Roi< int > * > | size |
| current size | |
parameters | |
| Parameter< int > | interpolation |
| interpolation type (see CImg::resize() documentation) | |
| Parameter< unsigned int > | levels |
| scale levels | |
| Parameter< double > | scaleFactor |
| scale factor | |
| Parameter< double > | sigma |
| sigma used to blur before downsampling | |
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.