#include <gtest/gtest.h>
#include <pcl/point_cloud.h>
#include <pcl/pcl_tests.h>
#include <pcl/io/pcd_io.h>
#include <pcl/features/shot_lrf.h>
Go to the source code of this file.
Typedefs | |
typedef search::KdTree < PointXYZ >::Ptr | KdTreePtr |
Functions | |
int | main (int argc, char **argv) |
TEST (PCL, SHOTLocalReferenceFrameEstimation) | |
Variables | |
PointCloud< PointXYZ > | cloud |
vector< int > | indices |
KdTreePtr | tree |
typedef search::KdTree<PointXYZ>::Ptr KdTreePtr |
Definition at line 51 of file test_shot_lrf_estimation.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 133 of file test_shot_lrf_estimation.cpp.
TEST | ( | PCL | , |
SHOTLocalReferenceFrameEstimation | |||
) |
Definition at line 58 of file test_shot_lrf_estimation.cpp.
Definition at line 53 of file test_shot_lrf_estimation.cpp.
vector<int> indices |
Definition at line 54 of file test_shot_lrf_estimation.cpp.
Definition at line 55 of file test_shot_lrf_estimation.cpp.