1205ce6b4d5d27ccecc6aa9f5e47803adfca6dba
G3Point
Granulometry from 3D Point clouds
Based on Steer, Guerit et al. (2022)
Introduction
G3Point is a tool which aims at automatically measuring the size, shape, and orientation of a large number of individual grains as detected from any type of 3D point clouds describing the topography of surfaces covered by sediments.
The tool has been developped initially in Matlab https://github.com/philippesteer/G3Point This repository aims at making a plugin for CloudCompare from the original Matlab tool, also including later developments of the tool, either in Matlab (https://github.com/philippesteer/G3Point_dev) or in Python (https://github.com/p-leroy/g3point_python).
This algorithm relies on 3 main phases:
- Grain segmentation using a waterhsed algorithm
- Grain merging and cleaning
- Grain fitting by geometrical models including ellipsoids and cuboids
Description
Languages
C++
93.2%
CMake
3.4%
GLSL
3.4%
