boofcv.examples.tracking
Class ExampleTrackerObjectQuad
- java.lang.Object
-
- boofcv.examples.tracking.ExampleTrackerObjectQuad
-
public class ExampleTrackerObjectQuad extends java.lang.ObjectDemonstration on how to use the high levelTrackerObjectQuadinterface for tracking objects in a video sequence. This interface allows the target to be specified using an arbitrary quadrilateral. Specific implementations might not support that shape, so they instead will track an approximation of it. The interface also allows information on target visibility to be returned. As is usually the case, tracker specific information is lost in the high level interface and you should consider using the trackers directly if more control is needed. This is an active area of research and all of the trackers eventually diverge given a long enough sequence.
-
-
Constructor Summary
Constructors Constructor and Description ExampleTrackerObjectQuad()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
DataMelt 3.0 © DataMelt by jWork.ORG