![]() |
Terrain Rasterizer
Conversion of GPS data into 2.5D topographic maps
|
Main entry point for the terrain rasterizer application. More...
#include <cstdlib>#include <iostream>#include <string>#include <vector>#include "MNT.hpp"#include "rasterizer.hpp"#include "triangulation.hpp"
Functions | |
| int | main (int argc, char *argv[]) |
Main entry point for the terrain rasterizer application.
Orchestrates the pipeline: loading data, triangulation, spatial indexing, and rasterization.