
#ifndef __MESTIMETRANSLATION__
#define __MESTIMETRANSLATION__

#include "MListeCouples.h"

class MEstimeTranslation
{
 protected:

 public:
  MEstimeTranslation() {}
  ~MEstimeTranslation() {}

  int Estime(MListeCouples& ListeCouples,double& tx,double& ty);
};

#endif

