Point Cloud Library (PCL)
1.3.1
|
#include <limits.h>
#include <pcl/pcl_base.h>
#include "pcl/pcl_macros.h"
#include "pcl/point_cloud.h"
#include "pcl/point_representation.h"
#include "pcl/search/pcl_search.h"
Go to the source code of this file.
Classes | |
class | pcl::search::AutotunedSearch |
search::AutotunedSearch is a wrapper class which inherits all the search functions written in PCL and provides an intutive interface to all the functions. More... | |
Namespaces | |
namespace | pcl |
Software License Agreement (BSD License) | |
namespace | pcl::search |
Enumerations | |
enum | pcl::search::SearchType { pcl::search::KDTREE, pcl::search::ORGANIZED_INDEX, pcl::search::OCTREE, pcl::search::AUTO_TUNED, pcl::search::NEAREST_K_SEARCH, pcl::search::NEAREST_RADIUS_SEARCH } |