opentl::cvprocess::RGB2HSV Class Reference
RGB to HSV conversion. Derived class from
GpuStdShaders. ATTENTION: This filter works with a source texture of type GL_TEXTURE_RECTANGLE_ARB only.
More...
Inherits opentl::cvprocess::GpuStdShaders.
List of all members.
|
Public Member Functions |
| | RGB2HSV () |
| | Constructor.
|
| virtual | ~RGB2HSV () |
| | Destructor.
|
Detailed Description
RGB to HSV conversion. Derived class from
GpuStdShaders. ATTENTION: This filter works with a source texture of type GL_TEXTURE_RECTANGLE_ARB only.
- Author:
- Thorsten Roeder <roeder@in.tum.de>
Constructor & Destructor Documentation
| opentl::cvprocess::RGB2HSV::RGB2HSV |
( |
|
) |
|
| virtual opentl::cvprocess::RGB2HSV::~RGB2HSV |
( |
|
) |
[virtual] |