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

Class ExampleTrackerObjectQuad



  • public class ExampleTrackerObjectQuad
    extends java.lang.Object
    Demonstration on how to use the high level TrackerObjectQuad interface 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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

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

      • ExampleTrackerObjectQuad

        public ExampleTrackerObjectQuad()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.