Research Article

Detection of Dummy Trajectories Using Convolutional Neural Networks

Algorithm 3

Dummy trajectory section generation.

Input: real trajectory section set
Output: dummy trajectory section set
(1) Procedure
(2) for each real trajectory section in real trajectory section set do:
(3) for=1 to k do:
(4) for j=1 to n-1do:
(5) randomly selected rotation angle in
(6) Randomly selected expansion rates in
(7) rotate and expanse trajectory segment j
(8) end for
(9) end for
(10) end for