Skip to main content
. 2020 Mar 4;20(5):1412. doi: 10.3390/s20051412
Algorithm 1 Proposed LTGP method for T2TASB
Require:
     Local tracks Xk1 and Xk2, parameters w, α, β, γ, M.
  • 1:

    Initialize Wk=0, Rk=INk1×Nk2.

  • 2:

    Search for the M nearest neighbors for each local track in Xk2.

  • 3:

    Find L by minimizing (10).

  • 4:

    while not converged do

  • 5:

    E-step:

  • 6:

       1. Assign membership probability πt,lk using (8) or (9).

  • 7:

       2. Update q(zt,lk) using (13).

  • 8:

    M-step:

  • 9:

       1. Update σk2 based on (16).

  • 10:

       2. Update Wk by solving the linear system in (18).

  • 11:

    end while

Ensure:
     Transformed local track from sensor 2 is f(Xk2)=Xk2+GkWk.
     Association matrix for T2TASB is Ck(t,l) as in (3.2).