Package boofcv.alg.sfm.d2
Class AssociatedPairTrack
java.lang.Object
boofcv.struct.geo.AssociatedPair
boofcv.alg.sfm.d2.AssociatedPairTrack
A track that's observed in two images at the same time.
-
Field Summary
Modifier and TypeFieldDescriptionlong
The tick at which the track was last inside the inlier listFields inherited from class boofcv.struct.geo.AssociatedPair
p1, p2
-
Constructor Summary
-
Method Summary
-
Field Details
-
lastUsed
public long lastUsedThe tick at which the track was last inside the inlier list
-
-
Constructor Details
-
AssociatedPairTrack
public AssociatedPairTrack()
-