Trajectory search (on-line)
Trajectory score function
Breath-trip score
Visit as many ROIs as possible
Depth score
Stop a few ROIs for an in-depth visit
Bounded trajectory search (BTS) algorithm
Calculate the score of each trajectories
- Breath-trip score
BT(Tr)=∑{Ri∣Ri∈Tr.VS∩RQ}S(Ri)
Depth-trip score
DT(Tr)=∣{Ri∣Ri∈Tr.VS∩RQ}∣1∑{Ri∣Ri∈Tr.VS∩RQ}S(Ri)
Naive method
Calculate all score of all trajectories, but it's too slow