calculates motion compensated intensity difference (residual)
Takes two images and both flow components and computes the residual (the motion compensated intensity difference).
input slots | |
| InputSlot< CImgList< T > > | img1 |
| image 1 data input slota | |
| InputSlot< CImgList< T > > | img2 |
| image 2 data input slota | |
| InputSlot< CImgList< T > > | motU |
| horizontal motion component | |
| InputSlot< CImgList< T > > | motV |
| vertical motion component | |
output slots | |
| OutputSlot< CImgList< T > > | out |
| residual (output) | |
parameters | |
| Parameter< bool > | inverseResidual |
| invert residual output | |
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.