Skip to content
Snippets Groups Projects
Commit 65fc4b9e authored by Mathieu Deltorre's avatar Mathieu Deltorre
Browse files

Corrections dash board

parent 9e1a316c
Branches
Tags
No related merge requests found
......@@ -139,8 +139,8 @@ namespace otb
m_TransfertFunctionList->PushBack(AffineTransfertFunctionType::New());
double min = generator->GetOutput()->Quantile(0,m_NormalizationFactor);
double max = generator->GetOutput()->Quantile(0,1-m_NormalizationFactor);
m_TransfertFunctionList->Back()->SetLowerBound(min);
m_TransfertFunctionList->Back()->SetUpperBound(max);
m_TransfertFunctionList->Back()->SetLowerBound(static_cast<InputPixelType>(min));
m_TransfertFunctionList->Back()->SetUpperBound(static_cast<InputPixelType>(max));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment