motion_draw
Copyright (C) 2005 IENT-RWTH Aachen
template<class V,class G>
void motion_draw(Image<V> &X, const Matrix<G> &E, const V &val=V())
Draws the motion estimation on an image
Parameters
X | The image to draw on |
E | The motion estimation |
val | The color to draw with |