Class Point2D3DTrack


  • public class Point2D3DTrack
    extends boofcv.struct.geo.Point2D3D
    Adds track maintenance information for Point2D3D.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long lastInlier  
      • Fields inherited from class boofcv.struct.geo.Point2D3D

        location, observation
    • Constructor Summary

      Constructors 
      Constructor Description
      Point2D3DTrack()  
    • Method Summary

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

        copy, getLocation, getObservation, set, set, setLocation, setObservation
      • Methods inherited from class java.lang.Object

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

      • lastInlier

        public long lastInlier
    • Constructor Detail

      • Point2D3DTrack

        public Point2D3DTrack()