#include <gtest/gtest.h>
#include <pcl/point_cloud.h>
#include <pcl/features/normal_3d.h>
#include <pcl/features/normal_3d_omp.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, NormalEstimation) | |
TEST (PCL, NormalEstimationOpenMP) | |
TEST (PCL, NormalEstimationEigen) | |
TEST (PCL, NormalEstimationOpenMPEigen) | |
Variables | |
PointCloud< PointXYZ > | cloud |
vector< int > | indices |
KdTreePtr | tree |
typedef search::KdTree<PointXYZ>::Ptr KdTreePtr |
Definition at line 50 of file test_normal_estimation.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 306 of file test_normal_estimation.cpp.
TEST | ( | PCL | , |
NormalEstimation | |||
) |
Definition at line 57 of file test_normal_estimation.cpp.
TEST | ( | PCL | , |
NormalEstimationOpenMP | |||
) |
Definition at line 148 of file test_normal_estimation.cpp.
TEST | ( | PCL | , |
NormalEstimationEigen | |||
) |
Definition at line 181 of file test_normal_estimation.cpp.
TEST | ( | PCL | , |
NormalEstimationOpenMPEigen | |||
) |
Definition at line 272 of file test_normal_estimation.cpp.
Definition at line 52 of file test_normal_estimation.cpp.
vector<int> indices |
Definition at line 53 of file test_normal_estimation.cpp.
Definition at line 54 of file test_normal_estimation.cpp.