Skip to content
Snippets Groups Projects
Commit 5def172f authored by Christophe Palmann's avatar Christophe Palmann
Browse files

BUG: BandMathX, forgot important call of UpdateOutputInformation method inside the filter

parent 93b95eef
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ void BandMathImageFilterX<TImage>
ahc.info[0] = idx; // Input image #ID
m_VAllowedVarNameAuto.push_back(ahc);
this->UpdateOutputInformation(); //Mandatory before call of GetNumberOfComponentsPerPixel
//imibj
for (int j=0; j<image->GetNumberOfComponentsPerPixel(); j++)
......
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