|
Algorithm 1 Object Localisation |
-
1:
From top view camera
-
2:
transfer the image into HED space
-
3:
segmentation() ∪ segmentation() ∪ segmentation()
-
4:
From side view camera
-
5:
transfer the image into HED space
-
6:
segmentation() ∪ segmentation() ∪ segmentation()
-
7:
if
then
-
8:
Use side view images / / there is no occlusion in the side view
-
9:
else
-
10:
for all
in
do
-
11:
-
12:
-
13:
end for
-
14:
end if
-
15:
if empty then
-
16:
Do nothing / / complete occlusion from the side view
-
17:
else
-
18:
Divide
-
19:
end if
|