|
@@ -8,13 +8,16 @@
|
|
|
* @date ???
|
|
|
*/
|
|
|
|
|
|
-#include <core/vector/VectorT.h>
|
|
|
-#include <core/basics/Config.h>
|
|
|
-#include <segmentation/math/NodeCentricRepMatrix.h>
|
|
|
-#include <core/vector/VVector.h>
|
|
|
-#include <segmentation/RegionSegmentationMethod.h>
|
|
|
+// core - includes
|
|
|
+#include "core/vector/VectorT.h"
|
|
|
+#include "core/vector/VVector.h"
|
|
|
+#include "core/basics/Config.h"
|
|
|
+#include "core/imagedisplay/ImageDisplay.h"
|
|
|
+
|
|
|
+// segmentation - includes
|
|
|
+#include "segmentation/math/NodeCentricRepMatrix.h"
|
|
|
+#include "segmentation/RegionSegmentationMethod.h"
|
|
|
|
|
|
-#include <core/imagedisplay/ImageDisplay.h>
|
|
|
|
|
|
// std - includes
|
|
|
#include <algorithm>
|