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
c1b714b1
Commit
c1b714b1
authored
Sep 07, 2018
by
Laurentiu Nicola
Browse files
ENH: initialize class field
parent
fa93eaec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Filtering/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.h
View file @
c1b714b1
...
...
@@ -57,7 +57,7 @@ public:
typedef
typename
TRealVectorPixelType
::
ValueType
RealValueType
;
// Constructor (default)
StatisticsAccumulator
(){}
StatisticsAccumulator
()
:
m_Count
()
{}
// Constructor (initialize the accumulator with the given pixel)
StatisticsAccumulator
(
const
TRealVectorPixelType
&
pixel
)
...
...
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