Image Stats

This class defines the structure holding image statistical estimators. Defined in src/img/ImgStats.h

class ImgStats : public TObject

Public Functions

ImgStats()

Constructor.

virtual ~ImgStats()

Destructor.

void Reset()

Reset stats params.

void Log(std::string level = "INFO")

Log stats.

void Print()

Print stats to stdout.

std::string GetPrintable()

Get a printable string.