/*************************************************************************************** * * histogram.h is part of SimpleSkyCam. * ***************************************************************************************/ #ifndef _HISTOGRAM_H_ #define _HISTOGRAM_H_ #include #include #include #include "gui.h" #include "config.h" #include "videoframe.h" void histogram_update(VideoFrame *vf); #endif // _HISTOGRAM_H_