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

Class TldFernFeature



  • public class TldFernFeature
    extends java.lang.Object
    Contains information on a fern feature value pair.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int numN
      Number of times N-constraint has been applied
      int numP
      Number of times P-constraint has been applied
      double posterior
      Posterior probability.
      int value
      Numerical value of this descriptor
    • Constructor Summary

      Constructors 
      Constructor and Description
      TldFernFeature() 
    • Field Detail

      • value

        public int value
        Numerical value of this descriptor
      • numP

        public int numP
        Number of times P-constraint has been applied
      • numN

        public int numN
        Number of times N-constraint has been applied
      • posterior

        public double posterior
        Posterior probability. P/(P+N)
    • Constructor Detail

      • TldFernFeature

        public TldFernFeature()
    • Method Detail

      • init

        public void init(int value)
      • incrementP

        public void incrementP()
      • incrementN

        public void incrementN()
      • getPosterior

        public double getPosterior()
      • getValue

        public int getValue()

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.