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
AgriSoilMoisture
Commits
4cb587a9
Commit
4cb587a9
authored
Jan 20, 2021
by
Lozac'h Loic
Browse files
Update otbInvertSARModel.cxx
parent
6c8d1862
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbInvertSARModel.cxx
View file @
4cb587a9
...
...
@@ -197,7 +197,9 @@ private:
StatsFilterType
::
PixelValueMapType
validRatioMap
=
m_StatsFilter
->
GetValidPixelsRatioMap
();
// for (const auto& entry: meanValues)
// std::cout << "Id:" << entry.first << ", value=" << entry.second << std::endl;
std
::
cout
<<
"Id:105826152, value="
<<
meanValues
.
at
(
105826152
)
<<
std
::
endl
;
std
::
cout
<<
"Id:105826152, validratio="
<<
validRatioMap
.
at
(
105826152
)
<<
std
::
endl
;
std
::
cout
<<
"Id:105826152, pixparcelle="
<<
countValues
.
at
(
105826152
)
<<
std
::
endl
;
// Put VV in dB
std
::
vector
<
long
>
wronglabels
;
...
...
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