]> Creatis software - clitk.git/blobdiff - tools/clitkRTStructStatisticsGenericFilter.txx
Precise information about RTStruct statistics in comments and output
[clitk.git] / tools / clitkRTStructStatisticsGenericFilter.txx
index d83b25d9caeff24194d67af207d5a4bda60d1f8d..3657b50fda32d2c900f75358704d985c484fa414 100644 (file)
@@ -107,7 +107,7 @@ void RTStructStatisticsGenericFilter<args_info_type>::UpdateWithInputImageType()
 
   //Write statitistics on the largest component
   ShapeLabelObjectType *labelObject = labelMap->GetNthLabelObject(largestComponent);
-  std::cout << " Centroid: " << std::endl;
+  std::cout << " Centroid position (mm): " << std::endl;
   std::cout << labelObject->GetCentroid()[0] << std::endl;
   std::cout << labelObject->GetCentroid()[1] << std::endl;
   std::cout << labelObject->GetCentroid()[2] << std::endl;