1 #ifndef STATS_EXTRACTOR_H
2 #define STATS_EXTRACTOR_H
12 const std::string & _identifier);
19 void extractImpl(
unsigned int _width,
21 unsigned int _bytesPerPixel,
24 zmq::message_t * sourceImage);
25 void extractTeardown();
29 void sendBlueness(
double blueness);
31 std::string s_identifier;
32 unsigned int max, min, avg;
36 zmq::socket_t *destinationSocket;
50 template <
typename T>
void accumulate(T* data,
unsigned int w,
unsigned int h);
58 std::string hdrBluenessText;