Typedefs | Functions | Variables
test_pfh_estimation.cpp File Reference
#include <gtest/gtest.h>
#include <pcl/point_cloud.h>
#include <pcl/features/normal_3d.h>
#include <pcl/features/pfh.h>
#include <pcl/features/fpfh.h>
#include <pcl/features/fpfh_omp.h>
#include <pcl/features/vfh.h>
#include <pcl/io/pcd_io.h>
Include dependency graph for test_pfh_estimation.cpp:

Go to the source code of this file.

Typedefs

typedef search::KdTree
< PointXYZ >::Ptr 
KdTreePtr

Functions

int main (int argc, char **argv)
 TEST (PCL, PFHEstimation)
 TEST (PCL, FPFHEstimation)
 TEST (PCL, FPFHEstimationOpenMP)
 TEST (PCL, VFHEstimation)
 TEST (PCL, PFHEstimationEigen)
 TEST (PCL, FPFHEstimationEigen)
template<typename FeatureEstimation , typename PointT , typename NormalT , typename OutputT >
void testIndicesAndSearchSurface (const typename PointCloud< PointT >::Ptr &points, const typename PointCloud< NormalT >::Ptr &normals, const boost::shared_ptr< vector< int > > &indices, int ndims)
template<typename FeatureEstimation , typename PointT , typename NormalT >
void testIndicesAndSearchSurfaceEigen (const typename PointCloud< PointT >::Ptr &points, const typename PointCloud< NormalT >::Ptr &normals, const boost::shared_ptr< vector< int > > &indices, int ndims)

Variables

PointCloud< PointXYZcloud
vector< int > indices
KdTreePtr tree

Typedef Documentation

Definition at line 53 of file test_pfh_estimation.cpp.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 908 of file test_pfh_estimation.cpp.

TEST ( PCL  ,
PFHEstimation   
)

Definition at line 145 of file test_pfh_estimation.cpp.

TEST ( PCL  ,
FPFHEstimation   
)

Definition at line 265 of file test_pfh_estimation.cpp.

TEST ( PCL  ,
FPFHEstimationOpenMP   
)

Definition at line 427 of file test_pfh_estimation.cpp.

TEST ( PCL  ,
VFHEstimation   
)

Definition at line 502 of file test_pfh_estimation.cpp.

TEST ( PCL  ,
PFHEstimationEigen   
)

Definition at line 627 of file test_pfh_estimation.cpp.

TEST ( PCL  ,
FPFHEstimationEigen   
)

Definition at line 746 of file test_pfh_estimation.cpp.

template<typename FeatureEstimation , typename PointT , typename NormalT , typename OutputT >
void testIndicesAndSearchSurface ( const typename PointCloud< PointT >::Ptr &  points,
const typename PointCloud< NormalT >::Ptr &  normals,
const boost::shared_ptr< vector< int > > &  indices,
int  ndims 
)

Definition at line 61 of file test_pfh_estimation.cpp.

template<typename FeatureEstimation , typename PointT , typename NormalT >
void testIndicesAndSearchSurfaceEigen ( const typename PointCloud< PointT >::Ptr &  points,
const typename PointCloud< NormalT >::Ptr &  normals,
const boost::shared_ptr< vector< int > > &  indices,
int  ndims 
)

Definition at line 541 of file test_pfh_estimation.cpp.


Variable Documentation

Definition at line 55 of file test_pfh_estimation.cpp.

vector<int> indices

Definition at line 56 of file test_pfh_estimation.cpp.

Definition at line 57 of file test_pfh_estimation.cpp.



pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:19:14