rustgeomapping 0.1.2

A set of base tools that are designed to allow RGBD cameras create 2.5D heightmaps from the captured pointclouds. Primarily aimed at autonomous geotechnical feature reconstruction.
1
2
3
4
pub mod analysis;
pub mod backend;
pub mod data_types;
pub mod depth_cam;