#include <gtest/gtest.h>#include <pcl/point_cloud.h>#include <pcl/features/normal_3d.h>#include <pcl/io/pcd_io.h>#include <pcl/features/spin_image.h>#include <pcl/features/intensity_spin.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, SpinImageEstimation) | |
| TEST (PCL, IntensitySpinEstimation) | |
| TEST (PCL, SpinImageEstimationEigen) | |
| TEST (PCL, IntensitySpinEstimationEigen) | |
Variables | |
| PointCloud< PointXYZ > | cloud |
| vector< int > | indices |
| KdTreePtr | tree |
| typedef search::KdTree<PointXYZ>::Ptr KdTreePtr |
Definition at line 51 of file test_spin_estimation.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 514 of file test_spin_estimation.cpp.
| TEST | ( | PCL | , |
| SpinImageEstimation | |||
| ) |
Definition at line 58 of file test_spin_estimation.cpp.
| TEST | ( | PCL | , |
| IntensitySpinEstimation | |||
| ) |
Definition at line 236 of file test_spin_estimation.cpp.
| TEST | ( | PCL | , |
| SpinImageEstimationEigen | |||
| ) |
Definition at line 285 of file test_spin_estimation.cpp.
| TEST | ( | PCL | , |
| IntensitySpinEstimationEigen | |||
| ) |
Definition at line 464 of file test_spin_estimation.cpp.
Definition at line 53 of file test_spin_estimation.cpp.
| vector<int> indices |
Definition at line 54 of file test_spin_estimation.cpp.
Definition at line 55 of file test_spin_estimation.cpp.