Research Article

Designs and Algorithms to Map Eye Tracking Data with Dynamic Multielement Moving Objects

Pseudocode 1

Pseudocode used for the overall process.
for   till (loop to cover all iteration)
   for   till (loop to cover all time frames)
     for   till (loop to cover all multi-element objects for the current time frame )
       Plot th plane elements for time frame
       Plot th AOI boundary for time frame
     end for
     for   till   loop to cover all eye fixation for the current time frame
       Plot th eye fixation () for time frame
        for   till   loop to check whether the current eye fixation falls within the AOI list of the current time frame
          find whether current fixation falls inside
          store the result: store 1 for inside, 0 for outside AOI
          store the time duration of the eye fixation
        end for
     end for
   end for
   calculate percent number of eye fixations within AOI
   calculate percent time duration of eye fixations within AOI
   calculate the frequency distribution of mapped AOI sets of various cardinalities
end for
calculate the optimal AGT value