Documentation of 'boofcv.abst.feature.tracker.PointTrackerTwoPass' Java class
PointTrackerTwoPass
boofcv.abst.feature.tracker

Interface PointTrackerTwoPass<T extends ImageBase>

    • Method Detail

      • performSecondPass

        void performSecondPass()
        Updates spacial information for each track and active list. Does not change the track description or any other lists. Can be called multiple times.
      • finishTracking

        void finishTracking()
        Finishes tracking and updates the track's description, updates inactive and drop track lists.
      • setHint

        void setHint(double pixelX,
                     double pixelY,
                     PointTrack track)
        Provides a hint for where the
        Parameters:
        pixelX - x-coordinate hint for where the track is in the image
        pixelY - y-coordinate hint for where the track is in the image
        track - The track for which the hint is being provided for

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.