PSSQueue.cpp 468 B

12345678910111213141516171819202122232425262728293031323334
  1. /**
  2. * @file PSSQueue.cpp
  3. * @brief application of multiple post semantic segmentation methods
  4. * @author Erik Rodner
  5. * @date 03/19/2009
  6. */
  7. #ifdef NOVISUAL
  8. #include <objrec/nice_nonvis.h>
  9. #else
  10. #include <objrec/nice.h>
  11. #endif
  12. #include <iostream>
  13. #include "PSSQueue.h"
  14. using namespace OBJREC;
  15. using namespace std;
  16. // refactor-nice.pl: check this substitution
  17. // old: using namespace ice;
  18. using namespace NICE;
  19. PSSQueue::PSSQueue()
  20. {
  21. }
  22. PSSQueue::~PSSQueue()
  23. {
  24. }