Add resampling code

This commit is contained in:
Gareth Evans
2017-06-01 22:03:50 +01:00
parent d2919ece4d
commit 9fa61bc68d
4 changed files with 98 additions and 6 deletions

View File

@@ -23,6 +23,6 @@ typedef struct _tile_t{
int *data;
} tile_t, *ptile_t;
int tile_load_lidar(tile_t*, char *, int);
int tile_load_lidar(tile_t*, char *);
#endif