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
Machine Learning Utils for OTB
Commits
4f6de365
Commit
4f6de365
authored
Jul 20, 2020
by
remi cresson
Browse files
ENH: no-data value can be chose
parent
1ce6a7da
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbClassificationMapMosaic.cxx
View file @
4f6de365
...
...
@@ -139,7 +139,6 @@ public:
// Set nodata
FloatVectorImageType
::
PixelType
innodatapix
,
outnodatapix
;
m_ArgmaxMosaicFilter
->
UpdateOutputInformation
();
innodatapix
.
SetSize
(
inputArray
->
GetNthElement
(
0
)
->
GetNumberOfComponentsPerPixel
());
outnodatapix
.
SetSize
(
1
);
innodatapix
.
Fill
(
GetParameterFloat
(
"nodata"
));
...
...
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