Interface PruneCloseTracks.TrackInfo<T>

Enclosing class:
PruneCloseTracks<T>

public static interface PruneCloseTracks.TrackInfo<T>
Interface which allows multiple track data structures be passed in
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getID(T track)
    Unique ID.
    void
    getLocation(T track, Point2D_F64 location)
    Location of the track inside the image.
  • Method Details

    • getLocation

      void getLocation(T track, Point2D_F64 location)
      Location of the track inside the image. It's assumed the track is inside the image.
    • getID

      long getID(T track)
      Unique ID. It is assumed the older tracks have a lower ID