Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
aebeebe4
Commit
aebeebe4
authored
Sep 10, 2018
by
Cédric Traizet
Browse files
BUG : Add RegisterPipeline() method to prevent the relabel filter from being destroyed
parent
086aee41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx
View file @
aebeebe4
...
...
@@ -192,7 +192,7 @@ private:
}
SetParameterOutputImage
(
"out"
,
changeLabelFilter
->
GetOutput
());
RegisterPipeline
();
clock_t
toc
=
clock
();
otbAppLogINFO
(
<<
"Elapsed time: "
<<
(
double
)(
toc
-
tic
)
/
CLOCKS_PER_SEC
<<
" seconds"
);
...
...
Write
Preview
Supports
Markdown
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