Inherits opentl::cvprocess::GpuStdShaders.
Classes | |
| struct | Param |
Public Member Functions | |
| virtual void | execute () |
| Execute shader operation on texture(s). Hint: Requires that prepareExecution() is called once for initialization. | |
| Laplacian (Param *param=NULL) | |
| Constructor. | |
| Param & | params () |
| Get/Set parameters for this class. | |
| virtual | ~Laplacian () |
| Destructor. | |
| opentl::cvprocess::Laplacian::Laplacian | ( | Param * | param = NULL |
) |
Constructor.
| virtual opentl::cvprocess::Laplacian::~Laplacian | ( | ) | [virtual] |
Destructor.
| virtual void opentl::cvprocess::Laplacian::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::Laplacian::params | ( | ) |
Get/Set parameters for this class.
1.5.8