Applies Guided Image Filtering on a Kinect RGB frame and delivers the data to OpenGL.
More...
Public Member Functions | |
| GFilterRGB () | |
| void | process (cl_uchar *rgb) |
| Processes an RGB frame on the GPU. More... | |
| void | radiusUp () |
| void | radiusDown () |
| void | resetRadius () |
| int | getRadius () |
| void | epsUp () |
| void | epsDown () |
| void | resetEps () |
| float | getEps () |
| void | toggleRGBNorm () |
Applies Guided Image Filtering on a Kinect RGB frame and delivers the data to OpenGL.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Processes an RGB frame on the GPU.
The processed frame is delivered directly to OpenGL from the GPU.
| [in] | rgb | frame to be processed. |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.9.1