|
@@ -3,7 +3,7 @@
|
|
|
/**
|
|
|
* @file testSemanticSegmentation.cpp
|
|
|
* @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
|
|
|
*/
|
|
|
|
|
@@ -193,7 +193,7 @@ int main ( int argc, char **argv )
|
|
|
|
|
|
l_gt->calcLabeledImage ( lm, classNames.getBackgroundClass() );
|
|
|
#ifdef DEBUG
|
|
|
- cout << "testSemanticSegmentation: Generating Labeled NICE::Image (Ground-Truth)" << endl;
|
|
|
+ cout << "testSemanticSegmentation3D: Generating Labeled NICE::Image (Ground-Truth)" << endl;
|
|
|
#endif
|
|
|
l_gt->calcLabeledImage ( lm_gt, classNames.getBackgroundClass() );
|
|
|
}
|