소스 검색

changable window size in y-direction

Sven Sickert 12 년 전
부모
커밋
8b720e88d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      semseg/SemSegContextTree.cpp

+ 1 - 1
semseg/SemSegContextTree.cpp

@@ -1894,7 +1894,7 @@ void SemSegContextTree::semanticseg ( NICE::MultiChannelImage3DT<double> & imgDa
         }
       }
     }
-#define VISUALIZE
+#undef VISUALIZE
 #ifdef VISUALIZE
     for ( int z = 0; z < zsize; z++ )
     {