1 #ifndef RELIABILITY_HISTOGRAM_H     2 #define RELIABILITY_HISTOGRAM_H     5 #include "ModuleInterface.h"     7 #include "ThermalColor.h"     8 #include "image_display.h"    17         bool setParameters(QDomNode& config);
    26         bool updateParameters();
    28         void displayHistogram( cv::Mat histogram);
    30         bool firstTime, showHistogram;
    31         int width, height, numBins, showDataAtFrame;
    32         cv::Mat  currGrayImg, thermalARGB32, currThermal, reliabHisto, histNorm, reliability, fieldMask;
    33         std::vector<cv::Mat> channels;
    38 #endif // RELIABILITY_HISTOGRAM_H Definition: ModuleInterface.h:43
Definition: ReliabilityHistogram.h:10
An object of this class is instantiated at main code, and this object is used by every class to push ...
Definition: Datapool.h:39
Definition: ThermalColor.h:7