motion_dist
Copyright (C) 2005 IENT-RWTH Aachen
template <int M,int N,class G,class V>
long int motion_dist(const Image<V> &X, const Image<V> &Y, const Matrix<G> &E)
Error (sum of absolute difference) with an estimated image.
Parameters
X | The image to compare with. |
Y | The image on which apply the motion estimation |
E | The motion estimation |