#include "pointmatcher/PointMatcher.h"#include "pointmatcher/IO.h"#include <cassert>#include <iostream>#include <fstream>#include <boost/format.hpp>#include <boost/filesystem/path.hpp>#include <boost/filesystem/operations.hpp>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| void | validateArgs (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Code example for ICP taking a sequence of point clouds relatively close and computing the transformation between them.
Definition at line 55 of file align_sequence.cpp.
| void validateArgs | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 160 of file align_sequence.cpp.