X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkRTStructStatisticsGenericFilter.txx;h=3657b50fda32d2c900f75358704d985c484fa414;hb=3566b753a5db63397cb87ca4dd84578238749ca4;hp=d83b25d9caeff24194d67af207d5a4bda60d1f8d;hpb=70e11d4a0a257afa7e04b11e6240fd6386d4ad0f;p=clitk.git diff --git a/tools/clitkRTStructStatisticsGenericFilter.txx b/tools/clitkRTStructStatisticsGenericFilter.txx index d83b25d..3657b50 100644 --- a/tools/clitkRTStructStatisticsGenericFilter.txx +++ b/tools/clitkRTStructStatisticsGenericFilter.txx @@ -107,7 +107,7 @@ void RTStructStatisticsGenericFilter::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;