Lowpass filtering for pyramid-based flow-estimation algorithms.
input slots | |
| InputSlot< CImgList< T > > | blurMask |
| mask for bilateral blur (optional) | |
| InputSlot< unsigned int > | level |
| level select (from small to larger blur factors) | |
| InputSlot< CImgList< T > > | seqIn |
| sequence input | |
output slots | |
| OutputSlot< CImgList< T > > | seqOut |
| sequence output | |
parameters | |
| Parameter< bool > | bilateralBlur |
| bilateral blur, if checked | |
| Parameter< unsigned int > | bilateralBlurCount |
| count of bilateral blur filtering steps | |
| Parameter< bool > | bilateralBlurSeparable |
| bilateral blur is executed separable, if checked | |
| ParameterList< T > | sigmas |
| blur levels | |
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.