Interface ISTAssociationProblem

    • Method Detail

      • getTrackLinked

        List<ISTTrackingTrajectory> getTrackLinked()
        Returns the tracks from the solved association problem.
        Returns:
        The tracks that were the result of the association problem.
      • addAssociationPossibility

        void addAssociationPossibility​(ISTTrackingTrajectory from,
                                       ISTTrackingTrajectory to)
        Adds a possible path to the association problem.
        Parameters:
        from - The ITrack the path starts from.
        to - The ITrack the path ends at.
      • solve

        boolean solve()
        Solves the association problem
        Returns:
        True if the problem was solved.