Sum all channels histograms

This commit is contained in:
2023-11-14 12:04:55 +01:00
parent d462ece7c9
commit 4a9d720343
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ public:
double m_max[4] = {0.0};
double m_mad[4] = {0.0};
uint32_t m_saturated[4] = {0};
std::vector<uint32_t> m_histogram[4];
std::vector<uint32_t> m_histogram;
};
protected:
std::unique_ptr<PixelType[]> m_pixels;