#include <gtest/gtest.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <pcl/io/pcd_io.h>
#include <pcl/segmentation/segment_differences.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (SegmentDifferences, Base) | |
Variables | |
PointCloud< PointXYZ >::Ptr | cloud_ |
PointCloud< PointXYZ >::Ptr | cloud_t_ |
KdTree< PointXYZ >::Ptr | tree_ |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 85 of file test_segmentation.cpp.
TEST | ( | SegmentDifferences | , | |
Base | ||||
) |
Definition at line 55 of file test_segmentation.cpp.
PointCloud<PointXYZ>::Ptr cloud_ |
Definition at line 50 of file test_segmentation.cpp.
PointCloud<PointXYZ>::Ptr cloud_t_ |
Definition at line 51 of file test_segmentation.cpp.
Definition at line 52 of file test_segmentation.cpp.