|
Algorithm 1: RPOS-LSBA Features Etraction |
SEGMENTATION
rpos_seg // position and orientation thresholds
for each datapoint in scan S do
if position_and_orientation
then
end if
-
end for
return // creates and return Bleak segments
B-SPLINE APPROXIMATION
lsba_curve
for each segment in scan S do
least_square_Approx // no. of control points
-
end for
return
|