Skip to content
Snippets Groups Projects
Commit 6f2da87e authored by Julien Michel's avatar Julien Michel
Browse files

TEST: (Visu Refactoring) Updating channels parameter to be consistent with the testing baselines

parent b9ae6207
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ int otbImageLayerVector( int argc, char * argv[] )
RenderingFunctionType::Pointer function = RenderingFunctionType::New();
function->SetMinimum(min);
function->SetMaximum(max);
function->SetAllChannels(0);
layer->SetRenderingFunction(function);
ImageType::RegionType lregion = reader->GetOutput()->GetLargestPossibleRegion();
......
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