Generate simple test sequences with ground truth.
Currently, only sine sequences may be generated, but if needed, you can implement more. Dimension and frequencies may be provided.
input slots | |
output slots | |
| OutputSlot< CImgList< T > > | flow |
| ground truth | |
| OutputSlot< CImgList< T > > | sequence |
| generated test sequence | |
parameters | |
| Parameter< std::string > | operation |
| operation type of processing (add, mul) | |
| ParameterList< unsigned int > | size |
| test sequence dimensions (x;y;z;t) | |
| ParameterList< T > | velocities |
| constant flow velocity (u;v[;w]) | |
| ParameterList< T > | wavelength |
| sine wavelength along dimensions (in pixel) (lx;ly[;lz]) | |
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.