Documentation of 'boofcv.alg.tracker.tld.TldAdjustRegion' Java class
TldAdjustRegion
boofcv.alg.tracker.tld

Class TldAdjustRegion



  • public class TldAdjustRegion
    extends java.lang.Object
    Adjusts the previous region using information from the region tracker.
    • Constructor Summary

      Constructors 
      Constructor and Description
      TldAdjustRegion(int numCycles) 
    • Constructor Detail

      • TldAdjustRegion

        public TldAdjustRegion(int numCycles)
        Parameters:
        numCycles - Number of iterations in robust motion estimation. Try 50.
    • Method Detail

      • init

        public void init(int imageWidth,
                         int imageHeight)
      • process

        public boolean process(FastQueue<AssociatedPair> pairs,
                               Rectangle2D_F64 targetRectangle)
        Adjusts target rectangle using track information
        Parameters:
        pairs - List of feature location in previous and current frame.
        targetRectangle - (Input) current location of rectangle. (output) adjusted location
        Returns:
        true if successful

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.