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