Package boofcv.abst.tracker
Class PointTrack
java.lang.Object
boofcv.abst.tracker.PointTrack
- Direct Known Subclasses:
HybridTrack
Current location of feature in a
PointTracker.-
Field Summary
FieldsModifier and TypeFieldDescriptionUser specified dataintThe type of feature it belongs tolongUnique ID associated with this featurelongThe last frame the track was seen atfinal Point2D_F64Location of the track in the imagelongThe frame the track was spawned at -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Point2D_F64>extractTrackPixels(@Nullable List<Point2D_F64> storage, List<PointTrack> tracks) <T> T<T> Tvoidreset()voidvoidsetDescription(Object description) voidsetTo(PointTrack t)
-
Field Details
-
pixel
Location of the track in the image -
detectorSetId
public int detectorSetIdThe type of feature it belongs to -
featureId
public long featureIdUnique ID associated with this feature -
cookie
User specified data -
spawnFrameID
public long spawnFrameIDThe frame the track was spawned at -
lastSeenFrameID
public long lastSeenFrameIDThe last frame the track was seen at
-
-
Constructor Details
-
PointTrack
public PointTrack(double x, double y, long featureId) -
PointTrack
public PointTrack()
-
-
Method Details
-
extractTrackPixels
public static List<Point2D_F64> extractTrackPixels(@Nullable @Nullable List<Point2D_F64> storage, List<PointTrack> tracks) -
setTo
-
reset
public void reset() -
getCookie
public <T> T getCookie() -
getDescription
public <T> T getDescription() -
setDescription
-
setCookie
-