TuttleOFX
1
|
#include <IdKeyerPlugin.hpp>
Public Types | |
typedef boost::gil::rgba32f_pixel_t | Pixel |
Data Fields | |
std::vector< Pixel > | _colors |
double | _tolerance |
bool | _useAlpha |
Definition at line 13 of file IdKeyerPlugin.hpp.
typedef boost::gil::rgba32f_pixel_t tuttle::plugin::idKeyer::IdKeyerProcessParams< View >::Pixel |
Definition at line 15 of file IdKeyerPlugin.hpp.
std::vector<Pixel> tuttle::plugin::idKeyer::IdKeyerProcessParams< View >::_colors |
Definition at line 16 of file IdKeyerPlugin.hpp.
Referenced by tuttle::plugin::idKeyer::IdKeyerPlugin::getProcessParams().
double tuttle::plugin::idKeyer::IdKeyerProcessParams< View >::_tolerance |
Definition at line 17 of file IdKeyerPlugin.hpp.
Referenced by tuttle::plugin::idKeyer::IdKeyerPlugin::getProcessParams().
bool tuttle::plugin::idKeyer::IdKeyerProcessParams< View >::_useAlpha |
Definition at line 18 of file IdKeyerPlugin.hpp.
Referenced by tuttle::plugin::idKeyer::IdKeyerPlugin::getProcessParams().