소스 검색

minor changes for test purposes

Alexander Freytag 12 년 전
부모
커밋
33eb3d18ed
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      progs/testActiveSemanticSegmentationBinary.cpp

+ 4 - 0
progs/testActiveSemanticSegmentationBinary.cpp

@@ -45,6 +45,10 @@ int main( int argc, char **argv )
   
   
   ResourceStatistics rs;
   ResourceStatistics rs;
   
   
+  NICE::MatrixT<double> matTemp;
+  std::cerr << "foo " << std::endl;
+  std::cerr << matTemp << std::endl;
+  
   bool show_result = conf.gB( "debug", "show_results", false );
   bool show_result = conf.gB( "debug", "show_results", false );
 
 
   bool write_results = conf.gB( "debug", "write_results", false );
   bool write_results = conf.gB( "debug", "write_results", false );