Commit 4f6de365 authored by remi cresson's avatar remi cresson
Browse files

ENH: no-data value can be chose

parent 1ce6a7da
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -139,7 +139,6 @@ public:
// Set nodata
FloatVectorImageType::PixelType innodatapix, outnodatapix;
m_ArgmaxMosaicFilter->UpdateOutputInformation();
innodatapix.SetSize(inputArray->GetNthElement(0)->GetNumberOfComponentsPerPixel());
outnodatapix.SetSize(1);
innodatapix.Fill(GetParameterFloat("nodata"));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment