Algorithm 1 The GP-PHD algorithm |
-
Input:
, , ,
-
1:
Predict
-
2:
(1) predict newborn targets
-
3:
-
4:
for
do
-
5:
-
6:
, ,
-
7:
end for
-
8:
(2) predict existing targets
-
9:
for
do
-
10:
-
11:
use (29)–(33) calculate the predictive parameters and for the birth targets
-
12:
end for
-
13:
-
14:
Update
-
15:
for
do
-
16:
, ,
-
17:
end for
-
18:
-
19:
for
do
-
20:
-
21:
for do
-
22:
-
23:
use (36), (38)–(48) calculate the update parameters and
-
24:
end for
-
25:
use (37) calculate the update parameters
-
26:
end for
-
27:
-
Output:
|