Skip to content
Snippets Groups Projects
Commit 3162bc6e authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: add the image size in the pixel description

parent e4910b18
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,7 @@ ImageLayer<TImage,TOutputImage>
// The ouptut stringstream
itk::OStringStream oss;
oss<<"Layer: "<<this->GetName();
oss<<std::endl<<"Image Size: "<<m_Image->GetLargestPossibleRegion().GetSize();
// If we are inside the buffered region
if(m_Image->GetBufferedRegion().IsInside(index))
{
......
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