Class VisOdomBundleAdjustment.BTrack

    • Field Detail

      • id

        public long id
      • visualTrack

        public boofcv.abst.tracker.PointTrack visualTrack
        Reference to the a track in the image based tracker if null that means the track is no longer being tracked by the tracker
      • worldLoc

        public final georegression.struct.point.Point4D_F64 worldLoc
      • hasBeenInlier

        public boolean hasBeenInlier
        if true then the track has been an inlier at least once and should be considered for optimization
      • selected

        public boolean selected
        true if it was selected for inclusion in the optimization
    • Constructor Detail

      • BTrack

        public BTrack()