Draw overlay with arrows representing the optical flow.
input slots | |
InputSlot< CImgList< T > > | flow |
flow input [u/v/...](x,y,z,t) | |
InputSlot< CImgList< T > > | in |
image data input (rgb values) [t](x,y,z,c) | |
output slots | |
OutputSlot< CImgList< T > > | out |
RGB data output [t](x,y,z,c) | |
parameters | |
ParameterList< unsigned int > | color |
quiver color | |
Parameter< float > | length |
quiver lenght | |
Parameter< unsigned int > | sampling |
quiver sampling |
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.