EnergyStencil for coupling two flow fields.
EnergyStencil for the coupling term from "Large Displacement Optical Flow Without Warping" (Steinbr"ucker, Pock, Cremers ; ICCV 2009)It implements the energy (1/2T) * ( u - v )^2 and its gradients wrt both components of the first flow field u.The temperature is chosen wrt the current iteration (tempLevel) and is hardcoded.
input slots | |
InputSlot< CImgList< T > > | firstMotionUV |
Input slot for first flow field. | |
InputSlot< PenaltyFunction< T > * > | penaltyFunction |
Input slot for penalty function. | |
InputSlot< CImgList< T > > | secondMotionUV |
Input slot for second flow field. | |
output slots | |
parameters |
This Module subclasses Stencil::EnergyHessian< 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.