|
GuidedFilter
1.2.0
|
Hosted by GitHub | ![]() |
| ▼Ncl_algo | Offers classes which set up kernel execution parameters and provide interfaces for the handling of memory objects |
| ▼NGF | Offers classes associated with the Guided Filter algorithm |
| ▼NKinect | Offers classes that relate to some kind of processing of the Kinect RGB and Depth streams |
| CGuidedFilterDepth | Interface class for performing Guided Image Filtering on a Depth image from Kinect |
| CGuidedFilterRGB | Interface class for performing Guided Image Filtering on an RGB image from Kinect |
| CGuidedFilterRGB< GuidedFilterRGBConfig::INTERLEAVED_FLOAT > | Interface class for performing Guided Image Filtering on an RGB image from Kinect |
| CGuidedFilterRGB< GuidedFilterRGBConfig::SEPARATED > | Interface class for performing Guided Image Filtering on an RGB image from Kinect |
| ▼NMath | Offers classes associated with mathematics operations |
| CMult | Interface class for the mult kernel |
| CPown | Interface class for the pown_ kernel |
| CBoxFilter | Interface class for the boxFilter kernel |
| CBoxFilterSAT | Interface class for the boxFilterSAT{_Tr} kernel |
| CCombineRGB | Interface class for the combineRGBChannels kernels |
| CCombineRGB< CombineRGBConfig::FLOAT_FLOAT > | Interface class for the combineRGBChannels_Float2Float kernel |
| CCombineRGB< CombineRGBConfig::FLOAT_UCHAR > | Interface class for the combineRGBChannels_FloatUchar kernel |
| CDepth | Interface class for the depth kernels |
| CDepth< DepthConfig::USHORT_FLOAT > | Interface class for the depth_Ushort2Float kernel |
| CDepthTo3D | Interface class for the depthTo3D kernel |
| CGuidedFilter | Interface class for the Guided Filter algorithm |
| CGuidedFilter< GuidedFilterConfig::I_EQ_P > | Interface class for the Guided Filter pipeline |
| CGuidedFilter< GuidedFilterConfig::I_NEQ_P > | Interface class for the Guided Filter pipeline |
| CRGBDTo8D | Interface class for the rgbdTo8D kernel |
| CRGBNorm | Interface class for the rgbNorm kernel |
| CSAT | Interface class for the Summed Area Table operation |
| CScan | Interface class for the scan kernel |
| CSeparateRGB | Interface class for the separateRGBChannels kernels |
| CSeparateRGB< SeparateRGBConfig::FLOAT_FLOAT > | Interface class for the separateRGBChannels_Float2Float kernel |
| CSeparateRGB< SeparateRGBConfig::UCHAR_FLOAT > | Interface class for the separateRGBChannels_Uchar2Float kernel |
| CSplitPC8D | Interface class for the splitPC8D kernel |
| CTranspose | Interface class for the transpose kernel |
| CCLEnvGL | Creates an OpenCL environment with CL-GL interoperability |
| CGFilterPC | Applies Guided Image Filtering on a Kinect RGB frame and delivers the data to OpenGL |
| CGFilterRGB | Applies Guided Image Filtering on a Kinect RGB frame and delivers the data to OpenGL |
| CMyFreenectDevice | A class that extends Freenect::FreenectDevice by defining the VideoCallback function so we can be getting updates with the latest RGB frame |
1.8.9.1