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

TEST: (Visu Refactoring) Previous commit was wrong, channels parameter are consisten

parent 51ccecd2
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,6 @@ 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