Documentation of 'boofcv.abst.sfm.AccessPointTracks' Java class
AccessPointTracks
boofcv.abst.sfm

Interface AccessPointTracks

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List<Point2D_F64> getAllTracks()
      All the points being actively tracked in pixel coordinates.
      long getTrackId(int index)
      Used to get the track ID of an active Track
      boolean isInlier(int index)
      True if the specified track is an inlier used in motion estimation
      boolean isNew(int index)
      True if the specified track was just spawned
    • Method Detail

      • getTrackId

        long getTrackId(int index)
        Used to get the track ID of an active Track
        Parameters:
        index - which track
        Returns:
        The track's ID
      • getAllTracks

        java.util.List<Point2D_F64> getAllTracks()
        All the points being actively tracked in pixel coordinates.
        Returns:
        all active tracks in pixel coordinates
      • isInlier

        boolean isInlier(int index)
        True if the specified track is an inlier used in motion estimation
        Parameters:
        index - The index in all
        Returns:
        if it is an inlier or not
      • isNew

        boolean isNew(int index)
        True if the specified track was just spawned
        Parameters:
        index - The index in all
        Returns:
        if it is new or not

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.