Class ImageMaker
Defined in File image_maker.h
Class Documentation
-
class ImageMaker
Public Functions
-
inline ImageMaker()
-
ImageMaker(const ImageMaker&) = delete
-
ImageMaker &operator=(const ImageMaker&) = delete
-
void setFrequencyLimits(double min, double max)
-
inline void setUseLogFrequency(bool b)
-
inline void setOverlayEvents(bool b)
-
inline void setLegendWidth(int w)
-
inline void setDebugX(uint16_t v)
-
inline void setDebugY(uint16_t v)
-
inline void setLegendValues(const std::vector<double> &vals)
-
inline void setLegendNumBins(size_t numBins)
-
inline void setScale(double s)
-
inline void setNumSigDigits(int n)
-
cv::Mat make(uint64_t t, const cv::Mat &rawImg, const cv::Mat &eventImg) const
-
inline ImageMaker()