|
Algorithm 1 Proposed LTGP method for T2TASB |
| Require: |
| Local tracks and , parameters w, , , , M. |
-
1:
Initialize , .
-
2:
Search for the M nearest neighbors for each local track in .
-
3:
Find by minimizing (10).
-
4:
while not converged do
-
5:
E-step:
-
6:
1. Assign membership probability using (8) or (9).
-
7:
2. Update using (13).
-
8:
M-step:
-
9:
1. Update based on (16).
-
10:
2. Update by solving the linear system in (18).
-
11:
end while
|
| Ensure: |
| Transformed local track from sensor 2 is . |
| Association matrix for T2TASB is as in (3.2). |