#include <pcl/console/parse.h>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/common/transforms.h>
#include <pcl/registration/icp.h>
#include <pcl/registration/elch.h>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Typedefs | |
typedef pcl::PointCloud < PointType > | Cloud |
typedef Cloud::ConstPtr | CloudConstPtr |
typedef std::pair< std::string, CloudPtr > | CloudPair |
typedef Cloud::Ptr | CloudPtr |
typedef std::vector< CloudPair > | CloudVector |
typedef pcl::PointXYZ | PointType |
Functions | |
bool | loopDetection (int end, const CloudVector &clouds, double dist, int &first, int &last) |
int | main (int argc, char **argv) |
typedef pcl::PointCloud<PointType> Cloud |
Definition at line 53 of file tools/elch.cpp.
typedef Cloud::ConstPtr CloudConstPtr |
Definition at line 54 of file tools/elch.cpp.
typedef std::pair<std::string, CloudPtr> CloudPair |
Definition at line 56 of file tools/elch.cpp.
typedef Cloud::Ptr CloudPtr |
Definition at line 55 of file tools/elch.cpp.
typedef std::vector<CloudPair> CloudVector |
Definition at line 57 of file tools/elch.cpp.
typedef pcl::PointXYZ PointType |
Definition at line 52 of file tools/elch.cpp.
bool loopDetection | ( | int | end, |
const CloudVector & | clouds, | ||
double | dist, | ||
int & | first, | ||
int & | last | ||
) |
Definition at line 60 of file tools/elch.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 104 of file tools/elch.cpp.