|
Algorithm 1: Algorithm for Feature Points Extraction from Point Cloud using SCAL-SD |
Input: original 3D point cloud
Output: 3D Coordinates of Feature Points
-
1.
Group the original 3D point cloud into subsets based on pitch angle:
-
2.
For each do
-
3.
Apply the SCAL-SD to the points in to generate line clouds:
-
4.
Filter the line clouds to obtain the target line segments , and derive the contour points:
-
5.
End for
-
6.
Fit lines to the contour points , and determine their intersection point:
-
7.
Based on prior knowledge, determine the positions of the remaining two vertices:
|