Public Member Functions | |
bool | initialized () const |
Dims | getDims () const |
const Image< int > & | grayInt () const |
const Image< int > & | rgInt () const |
const Image< int > & | byInt () const |
Static Public Member Functions | |
static IntegerInput | fromRgb (const Image< PixRGB< byte > > &f, const unsigned int inputbits) |
static IntegerInput | fromVideo (const VideoFrame &f, const unsigned int inputbits) |
static IntegerInput | decode (const GenericFrame &f, const IntegerDecodeType t, const unsigned int inputbits) |
static IntegerInput | fromGrayOnly (const Image< int > &bw) |
Definition at line 48 of file IntegerInput.H.