Package boofcv.alg.tracker
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 TypeMethodDescriptionlong
Unique ID.void
getLocation
(T track, Point2D_F64 location) Location of the track inside the image.
-
Method Details
-
getLocation
Location of the track inside the image. It's assumed the track is inside the image. -
getID
Unique ID. It is assumed the older tracks have a lower ID
-