Commit ce05ae95 authored by remicres's avatar remicres
Browse files

ENH: remove DoFastSegmentation(true) to ensure reproductible results

Showing with 1 addition and 1 deletion
+1 -1
......@@ -86,7 +86,7 @@ MergeAllGraphsAndAchieveSegmentation(
segmenter.SetNumberOfComponentsPerPixel(imageBands);
segmenter.SetParam(params);
segmenter.SetThreshold(threshold);
segmenter.SetDoFastSegmentation(true);
segmenter.SetDoFastSegmentation(false); // was true
segmenter.SetNumberOfIterations(numberOfIterations);
grm::GraphOperations<TSegmenter>::PerfomAllIterationsWithLMBFAndConstThreshold(segmenter);
......
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