#include "pointmatcher/PointMatcher.h"
#include "pointmatcher/IO.h"
#include <cassert>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <boost/format.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | setupArgs (int argc, char *argv[], unsigned int &startId, unsigned int &endId, string &extension) |
void | validateArgs (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Code example for DataFilter taking a sequence of point clouds with
their global coordinates and build a map with a fix (manageable) number of points
Definition at line 57 of file compute_overlap.cpp.
void setupArgs | ( | int | argc, |
char * | argv[], | ||
unsigned int & | startId, | ||
unsigned int & | endId, | ||
string & | extension | ||
) |
void validateArgs | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 270 of file compute_overlap.cpp.