Bjoern Froehlich 13 년 전
부모
커밋
1cc794dbc7
2개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 2
      semseg/postsegmentation/PPSuperregion.cpp
  2. 3 3
      semseg/postsegmentation/PPSuperregion.h

+ 0 - 2
semseg/postsegmentation/PPSuperregion.cpp

@@ -1,7 +1,5 @@
 #include "PPSuperregion.h"
 
-
-
 #include <core/iceconversion/convertice.h>
 
 #include "objrec/segmentation/RegionGraph.h"

+ 3 - 3
semseg/postsegmentation/PPSuperregion.h

@@ -25,7 +25,9 @@
 
 #include "objrec/segmentation/RSMeanShift.h"
 
-#include <image_nonvis.h>
+#ifdef NICE_USELIB_ICE
+  #include <image_nonvis.h>
+#endif
 
 namespace OBJREC {
 
@@ -118,5 +120,3 @@ class PPSuperregion : public Persistent
 } //namespace
 
 #endif
-
-#endif