/** * @file PostSemSeg.cpp * @brief abstract interface for post processing steps concerning semantic segmentation routines * @author Erik Rodner * @date 03/19/2009 */ #ifdef NOVISUAL #include #else #include #endif #include #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() { }