RandomBallCover  1.2.1
 Hosted by GitHub
File List
Here is a list of all files with brief descriptions:
 2d_plot.cppAn application examining the resulting arrangement of the Random Ball Cover data structure on 2-D data
 2d_plot_nn.cppAn application examining the resulting arrangement and operation of the Random Ball Cover data structure on 2-D data
 algorithms.cppDefines classes that organize the execution of OpenCL kernels
 algorithms.hppDeclares classes that organize the execution of OpenCL kernels
 common.hppDeclares classes used by the OpenCL interface classes in cl_algo
 data_types.hppDeclarations of data types used by the Random Ball Cover data structure
 helper_funcs.cppHelper functions for testing
 helper_funcs.hppDeclarations of helper functions for testing
 img_segmentation.cppAn application examining the potential of the Random Ball Cover data structure for image segmentation
 kinect_frame_grabber.cppGrabs and stores in binary files an RGB and a Depth Kinect frame
 rbc_kernels.clKernels for building and accessing the Random Ball Cover data structure
 reduce_kernels.clKernels for performing the Reduce operation
 rgb_img_segmentation.cppAn application examining the potential of the Random Ball Cover data structure for image segmentation
 scan_kernels.clKernels for performing the Scan operation
 testsRBC.cppGoogle Test Unit Tests for the kernels associated with the Random Ball Cover data structure
 testsRBC_RGBD.cppGoogle Test Unit Tests for the kernels associated with the Random Ball Cover data structure
 testsReduce.cppGoogle Test Unit Tests for the Reduce kernels
 testsScan.cppGoogle Test Unit Tests for the Scan kernels