Skip to main content
. 2018 Oct 18;18(10):3513. doi: 10.3390/s18103513
Algorithm 2: Motion tracking model.
 for t+1=t0+1 to the end of the frame sequence
  •  1.

    take M candidate states {X^t+1j}j=1MN(Xt,σ)

    around the point (xtc,ytc)

  •  2.

    build up the M descriptors {vt+1j}j=1M

    and their measurements {Y^t+1j}j=1M

  •  3.

    compute the motion model p(X^t+1j|Xt) (Equation (8))

  •  4.

    compute the observation model p(Y^t+1j|X^t+1j,Xt) by Equation (10)

  •  5.

    estimate the a posteriori prob. p(X^t+1j|Y^t+1j,Xt) using Equation (11)

  •  6.

    find the most likely target state Xt+1 by Equation (12)

  •  7.

    create the target descriptor vt+1tgRs

  •  8.

    create the background descriptors vt+1,(ax,bx)bgRs

 end