|
@@ -7,21 +7,18 @@
|
|
#ifndef REGIONSEGMENTATIONMETHOD
|
|
#ifndef REGIONSEGMENTATIONMETHOD
|
|
#define REGIONSEGMENTATIONMETHOD
|
|
#define REGIONSEGMENTATIONMETHOD
|
|
|
|
|
|
|
|
+#undef DEBUGRS
|
|
|
|
+
|
|
|
|
+#include "RegionGraph.h"
|
|
|
|
+
|
|
// STL includes
|
|
// STL includes
|
|
#include <vector>
|
|
#include <vector>
|
|
|
|
|
|
// NICE-core includes
|
|
// NICE-core includes
|
|
-#include <core/basics/Config.h>
|
|
|
|
-#include <core/basics/Persistent.h>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-#undef DEBUGRS
|
|
|
|
-
|
|
|
|
-#include "RegionGraph.h"
|
|
|
|
|
|
+#include "core/basics/Config.h"
|
|
|
|
+#include "core/basics/Persistent.h"
|
|
#include "core/image/MultiChannelImage3DT.h"
|
|
#include "core/image/MultiChannelImage3DT.h"
|
|
|
|
|
|
-
|
|
|
|
namespace OBJREC {
|
|
namespace OBJREC {
|
|
|
|
|
|
class RegionSegmentationMethod : public NICE::Persistent
|
|
class RegionSegmentationMethod : public NICE::Persistent
|