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
otbtf
Commits
e3494494
Commit
e3494494
authored
Oct 26, 2019
by
Cresson Remi
Browse files
ENH: new sample selection/extraction strategy (use nodata in selection or extraction)
parent
6124fa79
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbPatchesSelection.cxx
View file @
e3494494
...
...
@@ -249,7 +249,7 @@ public:
m_StreamingManager
->
SetAvailableRAMInMB
(
GetParameterInt
(
"ram"
));
UInt8ImageType
::
Pointer
inputImage
;
if
(
GetParameterInt
(
"noc
k
eck"
)
==
1
)
if
(
GetParameterInt
(
"noc
h
eck"
)
==
1
)
inputImage
=
GetParameterUInt8Image
(
"mask"
);
else
inputImage
=
m_MorphoFilter
->
GetOutput
();
...
...
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