/** * @file PostSemSeg.cpp * @brief abstract interface for post processing steps concerning semantic segmentation routines * @author Erik Rodner * @date 03/19/2009 */ #ifdef NOVISUAL #include <objrec/nice_nonvis.h> #else #include <objrec/nice.h> #endif #include <iostream> #include "PostSemSeg.h" using namespace OBJREC; using namespace std; // refactor-nice.pl: check this substitution // old: using namespace ice; using namespace NICE; PostSemSeg::PostSemSeg() { } PostSemSeg::~PostSemSeg() { }