Class MotionUtils


  • public class MotionUtils
    extends Object
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Constructor Detail

      • MotionUtils

        public MotionUtils()
    • Method Detail

      • trackMovement

        public static float[] trackMovement​(ISTTrackingTrajectory track)
        Utility function to calculate the mean movement of a track.
        Parameters:
        track - The track to find the mean movement of
        Returns:
        The mean movement vector of the input track.