LikelihoodFunction.cpp 327 B

123456789101112131415161718192021222324
  1. /**
  2. * @file LikelihoodFunction.cpp
  3. * @brief a collection of some useful squash functions
  4. * @author Erik Rodner
  5. * @date 02/17/2010
  6. */
  7. #include <iostream>
  8. #include <math.h>
  9. #include "LikelihoodFunction.h"
  10. using namespace OBJREC;
  11. LikelihoodFunction::LikelihoodFunction()
  12. {
  13. }
  14. LikelihoodFunction::~LikelihoodFunction()
  15. {
  16. }