opentl::cvprocess::Xor Class Reference
executes
Xor operation on 2
input textures --> subtracts 2 textures and sets the pixel to ZERO if negative 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 |
| | Xor () |
| | Constructor.
|
| virtual | ~Xor () |
| | Destructor.
|
Detailed Description
executes
Xor operation on 2
input textures --> subtracts 2 textures and sets the pixel to ZERO if negative Derived class from
GpuStdShaders. ATTENTION: This filter works with a source texture of type GL_TEXTURE_RECTANGLE_ARB only!
- Author:
- Claus Lenz <lenz@in.tum.de>
Constructor & Destructor Documentation
| opentl::cvprocess::Xor::Xor |
( |
|
) |
|
| virtual opentl::cvprocess::Xor::~Xor |
( |
|
) |
[virtual] |