From a5366da8b5724ab6c6d76b5db2c298e6b5af96d0 Mon Sep 17 00:00:00 2001 From: Arnadi Murtiyoso Date: Wed, 29 Dec 2021 14:46:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19d8879..5d380aa 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Available functions (16/12/2020): - slices.m : function to create multiple vertical slices of a given point cloud - atticsegment.m : function to separate a building's attic (space under the roof) from its body - supportdetect.m : function to detect structural supports (columns or piers) from a building body -- regiongrowingnormals.m : an implementation of PCL's greedy region growing method, based on normal angles and curvatures. See also theoretical primer as explained in http://pointclouds.org/documentation/tutorials/region_growing_segmentation.php +- regiongrowingnormals.m : an implementation of PCL's greedy region growing method, based on normal angles and curvatures. See also theoretical primer as explained in https://pcl.readthedocs.io/projects/tutorials/en/latest/region_growing_segmentation.html - regiongrowingnormalsOct.m : region growing based on smoothness constraints (normals and angles) that work much faster by implementing octree sub-divisions - dispNormals.m : simple function to display the directional arrows of point cloud normals - axedetect.m : detects axes in a (more or less) planar point cloud using (2D) Hough Transform. Useful to determine, for example, if a wooden beam is L-shaped.