Driver for 2-D closest point transform. More...
#include "cpt.h"#include "ads/timer/Timer.h"#include "ads/utility/ParseOptionsArguments.h"#include <iostream>#include <iomanip>#include <fstream>#include <sstream>#include <string>#include <cassert>#include <cmath>
Typedefs | |
| typedef double | Number |
| The number type. | |
Functions | |
| int | main (int argc, char *argv[]) |
| The main loop. | |
Driver for 2-D closest point transform.