|
Algorithm 1 Pseudo code single frame transformation. |
-
1:
Given sensor position,
-
2:
for all m in Mirrors do
-
3:
[, , range] = generateMirrorPlanes(m, tilt, distance)
-
4:
for all lasers do ▹ vertical
-
5:
for all in measurements do ▹ horizontal
-
6:
for all m in Mirrors do
-
7:
if azimuth ∈ range then
-
8:
calcTransformedPoint ▹ Equatios (1) to (7)
|