Interface ISTAppearanceModel

  • All Known Implementing Classes:
    HistoAppearanceModel, SparseHistoAppearanceModel

    public interface ISTAppearanceModel
    The public interface for various appearance models used in the tracking module of this library.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • calcProbAppearance

        double calcProbAppearance​(ISTTrackingTrajectory leftTrack,
                                  ISTTrackingTrajectory rightTrack)
        Produces a likelihood value for the two input tracks being the same object based upon their appearance at the join point.
        Parameters:
        leftTrack - The track that is earlier in time.
        rightTrack - The track that is later in time.
        Returns:
        The likelihood value for their similarity.