|
Algorithm 1 Pre-processing to retrieve unreturned LiDAR beams. Inputs: (3D Cartesian coordinates), (intensity values), and (calibrated elevation and azimuth angles), (maximum sensor range). |
-
1:
function PreProcess()
-
2:
Init: as zeros
-
3:
-
4:
-
5:
-
6:
; ;
-
7:
;
-
8:
-
9:
-
10:
-
11:
return
-
12:
end function
|