|
Algorithm 1 Optimal warping path algorithm |
Input Accumulated cost matrix D
Output optimal warping path
-
1:
-
2:
while OR
do
-
3:
-
4:
if
then
-
5:
-
6:
-
7:
else
-
8:
if
then
-
9:
-
10:
-
11:
else
-
12:
-
13:
if
OR
then
-
14:
-
15:
end if
-
16:
if
OR
then
-
17:
-
18:
end if
-
19:
-
20:
end if
-
21:
end if
-
22:
end while
-
23:
|