MAPEstimation.cpp 176 B

1234567891011
  1. /**
  2. * @file MAPEstimation.cpp
  3. * @brief abstract interface for MAP estimation
  4. * @author Erik Rodner
  5. * @date 10/30/2008
  6. */
  7. #include "MAPEstimation.h"
  8. using namespace OBJREC;