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
Modifier and TypeFieldDescriptionUser specified dataint
The type of feature it belongs tolong
Unique ID associated with this featurelong
The last frame the track was seen atfinal Point2D_F64
Location of the track in the imagelong
The frame the track was spawned at -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<Point2D_F64>
extractTrackPixels
(@Nullable List<Point2D_F64> storage, List<PointTrack> tracks) <T> T
<T> T
void
reset()
void
void
setDescription
(Object description) void
setTo
(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
-