Skip to content
Snippets Groups Projects
Commit b1637391 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Correction sur le nbOfComponentsPerPixel

parent 8a4314d4
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,9 @@ ImageFileReader<TOutputImage, ConvertPixelTraits>
//
this->m_ImageIO->SetFileName(this->m_FileName.c_str());
this->m_ImageIO->ReadImageInformation();
// Initialisation du nombre de Composante par pixel
output->SetNumberOfComponentsPerPixel(this->m_ImageIO->GetNumberOfComponents());
SizeType dimSize;
double spacing[ TOutputImage::ImageDimension ];
double origin[ TOutputImage::ImageDimension ];
......
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