boofcv.abst.feature.tracker
Class PointTrack
- java.lang.Object
-
- georegression.struct.GeoTuple<T>
-
- georegression.struct.GeoTuple_F64<T>
-
- georegression.struct.GeoTuple2D_F64<Point2D_F64>
-
- georegression.struct.point.Point2D_F64
-
- boofcv.abst.feature.tracker.PointTrack
-
- All Implemented Interfaces:
- java.io.Serializable
public class PointTrack extends Point2D_F64
Current location of feature in aPointTracker.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.ObjectcookieUser specified datalongfeatureIdUnique ID associated with this feature-
Fields inherited from class georegression.struct.GeoTuple2D_F64
x, y
-
-
Constructor Summary
Constructors Constructor and Description PointTrack()PointTrack(double x, double y, long featureId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description <T> TgetCookie()<T> TgetDescription()voidreset()voidset(PointTrack t)voidsetCookie(java.lang.Object cookie)voidsetDescription(java.lang.Object description)-
Methods inherited from class georegression.struct.point.Point2D_F64
copy, createNewInstance, set, toString
-
Methods inherited from class georegression.struct.GeoTuple2D_F64
distance, distance, distance2, distance2, getDimension, getIndex, getX, getY, isIdentical, isIdentical, isIdentical, norm, normSq, plus, plusIP, print, scale, set, setIndex, setX, setY, times, timesIP
-
-
-
-
Field Detail
-
featureId
public long featureId
Unique ID associated with this feature
-
cookie
public java.lang.Object cookie
User specified data
-
-
Constructor Detail
-
PointTrack
public PointTrack(double x, double y, long featureId)
-
PointTrack
public PointTrack()
-
-
Method Detail
-
set
public void set(PointTrack t)
-
reset
public void reset()
-
getCookie
public <T> T getCookie()
-
getDescription
public <T> T getDescription()
-
setDescription
public void setDescription(java.lang.Object description)
-
setCookie
public void setCookie(java.lang.Object cookie)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG