- java.lang.Object
-
- boofcv.examples.tracking.ExamplePointFeatureTracker<T,D>
-
public class ExamplePointFeatureTracker<T extends ImageGray,D extends ImageGray> extends java.lang.ObjectExample of how to use the
PointTrackerto 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.
-
-
Constructor Summary
Constructors Constructor and Description ExamplePointFeatureTracker(java.lang.Class<T> imageType, int pause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcreateKLT()A simple way to create a Kanade-Lucas-Tomasi (KLT) tracker.voidcreateSURF()Creates a SURF feature tracker.static voidmain(java.lang.String[] args)voidprocess(SimpleImageSequence<T> sequence)Processes the sequence of images and displays the tracked features in a window
-
-
-
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