public interface AccessPointTracks
| Modifier and Type | Method and Description |
|---|---|
java.util.List<georegression.struct.point.Point2D_F64> |
getAllTracks()
All the points being actively tracked in pixel coordinates.
|
long |
getTrackId(int index)
Used to get the track ID of an active Track
|
boolean |
isInlier(int index)
True if the specified track is an inlier used in motion estimation
|
boolean |
isNew(int index)
True if the specified track was just spawned
|
long getTrackId(int index)
index - which trackjava.util.List<georegression.struct.point.Point2D_F64> getAllTracks()
boolean isInlier(int index)
index - The index in allboolean isNew(int index)
index - The index in all