Documentation of 'boofcv.examples.tracking.ExamplePointFeatureTracker' Java class
ExamplePointFeatureTracker
boofcv.examples.tracking

Class ExamplePointFeatureTracker<T extends ImageGray,D extends ImageGray>



  • public class ExamplePointFeatureTracker<T extends ImageGray,D extends ImageGray>
    extends java.lang.Object

    Example of how to use the PointTracker to track different types of point features. ImagePointTracker hides much of the complexity involved in tracking point features and masks the very different underlying structures used by these different trackers. The default trackers provided in BoofCV are general purpose trackers, that might not be the best tracker or utility the underlying image features the best in all situations.

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void createKLT()
      A simple way to create a Kanade-Lucas-Tomasi (KLT) tracker.
      void createSURF()
      Creates a SURF feature tracker.
      static void main(java.lang.String[] args) 
      void process(SimpleImageSequence<T> sequence)
      Processes the sequence of images and displays the tracked features in a window
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExamplePointFeatureTracker

        public ExamplePointFeatureTracker(java.lang.Class<T> imageType,
                                          int pause)
    • Method Detail

      • process

        public void process(SimpleImageSequence<T> sequence)
        Processes the sequence of images and displays the tracked features in a window
      • createKLT

        public void createKLT()
        A simple way to create a Kanade-Lucas-Tomasi (KLT) tracker.
      • createSURF

        public void createSURF()
        Creates a SURF feature tracker.
      • main

        public static void main(java.lang.String[] args)
                         throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.