Minor tweaks.

This commit is contained in:
Birunthan Mohanathas
2012-01-23 15:43:31 +00:00
parent 017c2e9ad9
commit 430e287bec
2 changed files with 21 additions and 69 deletions

View File

@ -107,7 +107,7 @@ protected:
std::vector<double> m_MedianMaxValues; // The values for the median filtering
std::vector<double> m_MedianMinValues; // The values for the median filtering
UINT m_MedianPos; // Position in the median array, where the new value is placed
std::vector<double> m_AverageValues;
UINT m_AveragePos;
UINT m_AverageSize;