|
Algorithm 4 Trajectory fragments connecting. |
|
Input:
, , ; |
|
Output:
; |
Process:
(a1) get of by Equation (17);
(a2) if , go to (a4);
(a3) find ;
update by setting ;
delete ;
update by:
recalculating the i-th row of ;
removing both the j-th row and j-th column of ;
goto (a2);
(a4) set .
|