Class AssociatedPairTrack


  • public class AssociatedPairTrack
    extends boofcv.struct.geo.AssociatedPair
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long lastUsed
      The tick at which the track was last inside the inlier list
      • Fields inherited from class boofcv.struct.geo.AssociatedPair

        p1, p2
    • Method Summary

      • Methods inherited from class boofcv.struct.geo.AssociatedPair

        assign, copy, distance, distance2, getP1, getP2, set, set, set, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • lastUsed

        public long lastUsed
        The tick at which the track was last inside the inlier list
    • Constructor Detail

      • AssociatedPairTrack

        public AssociatedPairTrack()