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

Class TldLearning<T extends ImageGray>



  • public class TldLearning<T extends ImageGray>
    extends java.lang.Object
    Uses information from the user and from the tracker to update the positive and negative target model for both ferns and templates.
    • Method Detail

      • initialLearning

        public void initialLearning(Rectangle2D_F64 targetRegion,
                                    FastQueue<ImageRectangle> cascadeRegions)
        Select positive and negative examples based on the region the user's initially selected region. The selected region is used as a positive example while all the other regions far away are used as negative examples.
        Parameters:
        targetRegion - user selected region
        cascadeRegions - Set of regions used by the cascade detector
      • updateLearning

        public void updateLearning(Rectangle2D_F64 targetRegion)
        Updates learning using the latest tracking results.
        Parameters:
        targetRegion - Region selected by the fused tracking

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.