Interface ISTMotionModel

  • All Known Implementing Classes:
    MotionModel

    public interface ISTMotionModel
    The public interface for models of motion that return the probability of two track fragments being of the same object, based on some model of motion. From Kempton et. al 2015 and 2018.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • calcProbMotion

        double calcProbMotion​(ISTTrackingTrajectory leftTrack,
                              ISTTrackingTrajectory rightTrack)
        Returns the probability of two track fragments being the same object based on some model of motion similarity.
        Parameters:
        leftTrack - The track fragment that is earlier in time.
        rightTrack - The track fragment that is later in time.
        Returns:
        The probability of the two track fragments being from the same object with range [0,1].