Skip to content
Snippets Groups Projects
Commit 7e6573f2 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

MRG

parents 90ea137f a05cfdb7
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ public:
{
itk::OStringStream oss;
OutputPixelType output = this->Evaluate(spixel);
oss<<"Grayscale[value: "<< static_cast<typename itk::NumericTraits<ScalarPixelType>::PrintType>(spixel)<<", displayed: "<<output[0]<<"]";
oss<<"Grayscale[value: "<< static_cast<typename itk::NumericTraits<ScalarPixelType>::PrintType>(spixel)<<", displayed: "<< static_cast<unsigned int>(output[0])<<"]";
return oss.str();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment