Monitor an image over time, to detect interesting events. More...
#include <Apps/BorderWatch/ImageInfo.H>
Classes | |
struct | ImageStats |
Various statistical measures of interestingness returned by this object. More... | |
Public Member Functions | |
ImageInfo (const Image< PixRGB< byte > > &raw, const Dims &dsize, const TransformType ttype, const RescaleType rtype) | |
ImageInfo (OptionManager &mgr, const std::string &descrName="ImageInfo", const std::string &tagName="ImageInfo") | |
Constructor. | |
virtual | ~ImageInfo () |
Destructor. | |
ImageStats | update (nub::ref< SimEventQueue > &q, const Image< PixRGB< byte > > &img, const int frameID) |
Public Attributes | |
Dims | rawdims |
Image< PixRGB< byte > > | img |
double | ratio |
Monitor an image over time, to detect interesting events.
Definition at line 136 of file app-slideshow.C.
ImageInfo::ImageInfo | ( | OptionManager & | mgr, | |
const std::string & | descrName = "ImageInfo" , |
|||
const std::string & | tagName = "ImageInfo" | |||
) |
Constructor.
Definition at line 84 of file ImageInfo.C.
References ModelComponent::addSubComponent().
ImageInfo::~ImageInfo | ( | ) | [virtual] |
Destructor.
Definition at line 98 of file ImageInfo.C.