#include <gtest/gtest.h>#include <pcl/point_cloud.h>#include <pcl/features/feature.h>#include <pcl/io/pcd_io.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, BaseFeature) | |
Variables | |
| PointCloud< PointXYZ > | cloud |
| vector< int > | indices |
| KdTreePtr | tree |
| typedef search::KdTree<PointXYZ>::Ptr KdTreePtr |
Definition at line 49 of file test_base_feature.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 156 of file test_base_feature.cpp.
| TEST | ( | PCL | , |
| BaseFeature | |||
| ) |
Definition at line 56 of file test_base_feature.cpp.
Definition at line 51 of file test_base_feature.cpp.
| vector<int> indices |
Definition at line 52 of file test_base_feature.cpp.
Definition at line 53 of file test_base_feature.cpp.