TuttleOFX
1
|
Public Types | |
typedef std::vector < terry::rgba32f_pixel_t > | PixelList |
Public Member Functions | |
id_keyer_t (PixelList colors, double tolerance, bool useAlpha) | |
template<class Pixel > | |
Pixel | operator() (const Pixel &src) const |
Data Fields | |
PixelList | _colors |
double | _tolerance |
bool | _useAlpha |
Definition at line 31 of file IdKeyerProcess.tcc.
typedef std::vector<terry::rgba32f_pixel_t> tuttle::plugin::idKeyer::id_keyer_t::PixelList |
Definition at line 33 of file IdKeyerProcess.tcc.
tuttle::plugin::idKeyer::id_keyer_t::id_keyer_t | ( | PixelList | colors, |
double | tolerance, | ||
bool | useAlpha | ||
) | [inline] |
Definition at line 38 of file IdKeyerProcess.tcc.
Referenced by tuttle::plugin::idKeyer::IdKeyerProcess< View >::multiThreadProcessImages().
Pixel tuttle::plugin::idKeyer::id_keyer_t::operator() | ( | const Pixel & | src | ) | const [inline] |
Definition at line 46 of file IdKeyerProcess.tcc.
References _colors, _tolerance, _useAlpha, tuttle::max(), and tuttle::min().
Definition at line 34 of file IdKeyerProcess.tcc.
Referenced by operator()().
Definition at line 35 of file IdKeyerProcess.tcc.
Referenced by operator()().
Definition at line 36 of file IdKeyerProcess.tcc.
Referenced by operator()().