|
template<typename Setter , typename PointCloud , typename KdTree > |
void | small_gicp::estimate_local_features_tbb (PointCloud &cloud, KdTree &kdtree, int num_neighbors) |
|
template<typename Setter , typename PointCloud > |
void | small_gicp::estimate_local_features_tbb (PointCloud &cloud, int num_neighbors) |
|
template<typename PointCloud > |
void | small_gicp::estimate_normals_tbb (PointCloud &cloud, int num_neighbors=20) |
| Estimate point normals with TBB. More...
|
|
template<typename PointCloud , typename KdTree > |
void | small_gicp::estimate_normals_tbb (PointCloud &cloud, KdTree &kdtree, int num_neighbors=20) |
| Estimate point normals with TBB. More...
|
|
template<typename PointCloud > |
void | small_gicp::estimate_covariances_tbb (PointCloud &cloud, int num_neighbors=20) |
| Estimate point covariances with TBB. More...
|
|
template<typename PointCloud , typename KdTree > |
void | small_gicp::estimate_covariances_tbb (PointCloud &cloud, KdTree &kdtree, int num_neighbors=20) |
| Estimate point covariances with TBB. More...
|
|
template<typename PointCloud > |
void | small_gicp::estimate_normals_covariances_tbb (PointCloud &cloud, int num_neighbors=20) |
| Estimate point normals and covariances with TBB. More...
|
|
template<typename PointCloud , typename KdTree > |
void | small_gicp::estimate_normals_covariances_tbb (PointCloud &cloud, KdTree &kdtree, int num_neighbors=20) |
| Estimate point normals and covariances with TBB. More...
|
|