Skip to content
Snippets Groups Projects
Commit fa5f216a authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: updated doc for output number parameter

parent 43a93438
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ private:
"False alarm rate for the virtual dimensionality algorithm");
AddParameter(ParameterType_Int,"number","Number of endmembers");
SetParameterDescription("number", "Estimated number of endmembers");
SetParameterDescription("number", "The output estimated number of endmembers");
SetParameterRole("number", Role_Output);
AddRAMParameter();
......@@ -134,7 +134,7 @@ private:
auto statisticsFilter = StreamingStatisticsVectorImageFilterType::New();
statisticsFilter->SetInput(inputImage);
AddProcess(statisticsFilter->GetStreamer(), "Statistic estimation step");
statisticsFilter->Update();
auto correlationMatrix = statisticsFilter->GetCorrelation().GetVnlMatrix();
......
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