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
Lozac'h Loic
otbtf
Commits
1e8bf930
Commit
1e8bf930
authored
Sep 05, 2018
by
remi cresson
Browse files
FIX: parameter for output exression field name rfieldX
parent
3741371d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbTensorflowModelServe.cxx
View file @
1e8bf930
...
...
@@ -282,8 +282,8 @@ public:
// Output field of expression
FloatVectorImageType
::
SizeType
foe
;
foe
[
0
]
=
GetParameterInt
(
"output.
foe
x"
);
foe
[
1
]
=
GetParameterInt
(
"output.
foe
y"
);
foe
[
0
]
=
GetParameterInt
(
"output.
efield
x"
);
foe
[
1
]
=
GetParameterInt
(
"output.
efield
y"
);
m_TFFilter
->
SetOutputExpressionFields
({
foe
});
otbAppLogINFO
(
"Output field of expression: "
<<
m_TFFilter
->
GetOutputExpressionFields
()[
0
]);
...
...
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