nilason 4d4a007dd2 libgis: Enable the C99 bool type (#1567) 4 tahun lalu
..
InterpSpline.c 888ef80456 reorganizing lidar tools: move lidarlib to lib/lidar 15 tahun lalu
Makefile 888ef80456 reorganizing lidar tools: move lidarlib to lib/lidar 15 tahun lalu
README 28402f738c reorganizing lidar tools: move vector lidar tools to vector 15 tahun lalu
lidar.h 4d4a007dd2 libgis: Enable the C99 bool type (#1567) 4 tahun lalu
raster.c a4be91acec libsegment: function prefixes change from segment_ to Segment_ (trac https://trac.osgeo.org/grass/ticket/2422) 10 tahun lalu
zones.c b0ccc81df0 lidarlib: free structs 8 tahun lalu

README

modules currently using the lidar library are

for LiDAR point cloud filtering
v.lidar.edgedetection
v.lidar.growing
v.lidar.correction

for more general purpose
v.outlier
v.surf.bspline
r.resamp.bspline

when modifying the lidar library, the above modules might need adjustment

All the above modules use similar routines and are currently in sync.
If a bug is detected in one of the modules, the bug might be
present in the other modules as well, please check these as well

MM 2010/05