#include "pointmatcher/PointMatcher.h"
#include <cassert>
#include <iostream>
#include "boost/filesystem.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | validateArgs (int argc, char *argv[], bool &isCSV) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Code example for ICP taking 2 points clouds (2D or 3D) relatively close and computing the transformation between them.
Definition at line 49 of file icp_simple.cpp.
void validateArgs | ( | int | argc, |
char * | argv[], | ||
bool & | isCSV | ||
) |
Definition at line 83 of file icp_simple.cpp.