Add histogram

This commit is contained in:
2023-11-13 21:12:23 +01:00
parent 0a803ace10
commit 46b0210078
7 changed files with 122 additions and 1 deletions
+1
View File
@@ -57,6 +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];
};
protected:
std::unique_ptr<PixelType[]> m_pixels;