Kaynağa Gözat

renamed test method

Sven Sickert 11 yıl önce
ebeveyn
işleme
fe22e75cbe
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      progs/testSemanticSegmentation3D.cpp

+ 2 - 2
progs/testSemanticSegmentation.cpp → progs/testSemanticSegmentation3D.cpp

@@ -3,7 +3,7 @@
 /**
 /**
 * @file testSemanticSegmentation.cpp
 * @file testSemanticSegmentation.cpp
 * @brief test semantic segmentation routines for 3d images and 2d images
 * @brief test semantic segmentation routines for 3d images and 2d images
-* @author Erik Rodner and Björn Fröhlich and Sven Sickert
+* @author Erik Rodner, Björn Fröhlich, Sven Sickert
 * @date 03/20/2008
 * @date 03/20/2008
 */
 */
 
 
@@ -193,7 +193,7 @@ int main ( int argc, char **argv )
 
 
         l_gt->calcLabeledImage ( lm, classNames.getBackgroundClass() );
         l_gt->calcLabeledImage ( lm, classNames.getBackgroundClass() );
 #ifdef DEBUG
 #ifdef DEBUG
-        cout << "testSemanticSegmentation: Generating Labeled NICE::Image (Ground-Truth)" << endl;
+        cout << "testSemanticSegmentation3D: Generating Labeled NICE::Image (Ground-Truth)" << endl;
 #endif
 #endif
         l_gt->calcLabeledImage ( lm_gt, classNames.getBackgroundClass() );
         l_gt->calcLabeledImage ( lm_gt, classNames.getBackgroundClass() );
       }
       }