Class that lets us do lazy computation of luminance/rg/by from an input frame. More...
#include <TIGS/TigsInputFrame.H>
Public Member Functions | |
TigsInputFrame (const Image< PixRGB< byte > > &in, const SimTime &t) | |
TigsInputFrame (const SimTime &t, const Dims &dims, const Digest< 16 > &hash) | |
std::string | toGhostString () const |
bool | isGhost () const |
SimTime | t () const |
Digest< 16 > | getHash () const |
const Rectangle & | origbounds () const |
const Image< PixRGB< byte > > & | origframe () const |
const Image< PixRGB< byte > > & | rgb () const |
const Image< float > & | lum () const |
const Image< float > & | rg () const |
const Image< float > & | by () const |
Static Public Member Functions | |
static rutz::shared_ptr < TigsInputFrame > | fromGhostString (const std::string &s) |
Class that lets us do lazy computation of luminance/rg/by from an input frame.
Definition at line 49 of file TigsInputFrame.H.