Class FrameSkipModel

  • All Implemented Interfaces:
    ISTFrameSkipModel

    public class FrameSkipModel
    extends Object
    implements ISTFrameSkipModel
    Model of frame skipping that return the probability of two track fragments being from the same object, given the number of skipped frames between them. This model uses the exit probability as a means to calculate this value.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Constructor Detail

    • Method Detail

      • getSkipProb

        public double getSkipProb​(ISTTrackingTrajectory leftTrack,
                                  ISTTrackingTrajectory rightTrack)
        Description copied from interface: ISTFrameSkipModel
        Returns the probability of two track fragments being from the same object, given the number of skipped frames between them.
        Specified by:
        getSkipProb in interface ISTFrameSkipModel
        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 fragments being the same object only based on the number of skipped frames between them.