Cut off flow vectors whose amplitude are strict higher (or lower) than a given threshold.
The Amplitude is defined as the square-root of the sum of all pixel values along the first Dimension of the input CImgList (usually 2 for classical optical flow fields).This Plugin is mostly usefull for visualizing flow fields with some outliers.
input slots | |
InputSlot< CImgList< T > > | _input |
input image | |
output slots | |
OutputSlot< CImgList< T > > | _output |
output image | |
parameters | |
Parameter< bool > | _killOutlier |
Parameters. | |
Parameter< bool > | _lowpass |
Parameters. | |
Parameter< double > | _threshold |
Parameters. |
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.