Commit bb8b5019 authored by Lozac'h Loic's avatar Lozac'h Loic
Browse files

Update otbDeltaNDVILabelerFilter.hxx

parent 102ffdd1
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -50,7 +50,7 @@ DeltaNDVILabelerFilter<TNDVIImage, TLabelImage>
// Write no data flags
std::vector<bool> noDataValueAvailable; noDataValueAvailable.push_back(true);
std::vector<double> noDataValues1; noDataValues1.push_back(0.0);
otb::WriteNoDataFlags(noDataValueAvailable, noDataValues1, this->GetOutput()->GetMetaDataDictionary());
otb::WriteNoDataFlags(noDataValueAvailable, noDataValues1, this->GetOutput()->GetImageMetadata());
inputThresholds.set_size(m_NumberOfClasses);
outputValues.set_size(m_NumberOfClasses);
......
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