Inherits opentl::cvprocess::GpuStdShaders.
Classes | |
| struct | Param |
Public Member Functions | |
| ColorGMM (opentl::core::cvdata::ColorGMM *gmm, Param *param=NULL) | |
| Constructor. | |
| virtual void | execute () |
| Execute shader operation on texture(s). Hint: Requires that prepareExecution() is called once for initialization. | |
| Param & | params () |
| Get/Set parameters for this class. | |
| virtual | ~ColorGMM () |
| Destructor. | |
| opentl::cvprocess::ColorGMM::ColorGMM | ( | opentl::core::cvdata::ColorGMM * | gmm, | |
| Param * | param = NULL | |||
| ) |
Constructor.
| virtual opentl::cvprocess::ColorGMM::~ColorGMM | ( | ) | [virtual] |
Destructor.
| virtual void opentl::cvprocess::ColorGMM::execute | ( | ) | [virtual] |
Execute shader operation on texture(s). Hint: Requires that prepareExecution() is called once for initialization.
Reimplemented from opentl::cvprocess::GpuStdShaders.
| Param& opentl::cvprocess::ColorGMM::params | ( | ) |
Get/Set parameters for this class.
1.5.8