Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
LSGRM
Commits
ce05ae95
Commit
ce05ae95
authored
Sep 01, 2016
by
remicres
Browse files
ENH: remove DoFastSegmentation(true) to ensure reproductible results
parent
35e0a468
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lsgrmGraphOperations.txx
View file @
ce05ae95
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment