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
855bb32a
Commit
855bb32a
authored
Dec 11, 2018
by
Gaetano Raffaele
Browse files
Working on the resume option to resume segmentation after fail or abort.
parent
d5ae8536
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbLSGRM.cxx
View file @
855bb32a
...
...
@@ -237,7 +237,7 @@ private:
// Resume mode?
if
(
GetParameterInt
(
"resume"
))
{
controller
.
SetResumingMode
(
GetParameterInt
(
"resume.tilerow"
),
GetParameterInt
(
"resume.tilecol"
));
controller
->
SetResumingMode
(
GetParameterInt
(
"resume.tilerow"
),
GetParameterInt
(
"resume.tilecol"
));
}
// Run the segmentation
...
...
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