GuidedFilter  1.2.0
 Hosted by GitHub
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Ncl_algoOffers classes which set up kernel execution parameters and provide interfaces for the handling of memory objects
 NGFOffers classes associated with the Guided Filter algorithm
 NKinectOffers classes that relate to some kind of processing of the Kinect RGB and Depth streams
 CGuidedFilterDepthInterface class for performing Guided Image Filtering on a Depth image from Kinect
 CGuidedFilterRGBInterface 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
 NMathOffers classes associated with mathematics operations
 CMultInterface class for the mult kernel
 CPownInterface class for the pown_ kernel
 CBoxFilterInterface class for the boxFilter kernel
 CBoxFilterSATInterface class for the boxFilterSAT{_Tr} kernel
 CCombineRGBInterface 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
 CDepthInterface class for the depth kernels
 CDepth< DepthConfig::USHORT_FLOAT >Interface class for the depth_Ushort2Float kernel
 CDepthTo3DInterface class for the depthTo3D kernel
 CGuidedFilterInterface 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
 CRGBDTo8DInterface class for the rgbdTo8D kernel
 CRGBNormInterface class for the rgbNorm kernel
 CSATInterface class for the Summed Area Table operation
 CScanInterface class for the scan kernel
 CSeparateRGBInterface 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
 CSplitPC8DInterface class for the splitPC8D kernel
 CTransposeInterface class for the transpose kernel
 CCLEnvGLCreates an OpenCL environment with CL-GL interoperability
 CGFilterPCApplies Guided Image Filtering on a Kinect RGB frame and delivers the data to OpenGL
 CGFilterRGBApplies Guided Image Filtering on a Kinect RGB frame and delivers the data to OpenGL
 CMyFreenectDeviceA class that extends Freenect::FreenectDevice by defining the VideoCallback function so we can be getting updates with the latest RGB frame