Documentation of 'boofcv.alg.tracker.klt.PyramidKltFeature' Java class
PyramidKltFeature
boofcv.alg.tracker.klt

Class PyramidKltFeature



  • public class PyramidKltFeature
    extends java.lang.Object
    Feature which is tracked by the PyramidKltTracker. Each layer has its own feature description.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Object cookie
      user specified data, not used by the tracker
      KltFeature[] desc
      KLT feature description for each layer in the pyramid
      float x
      the feature's location in the original image
      float y
      the feature's location in the original image
    • Constructor Summary

      Constructors 
      Constructor and Description
      PyramidKltFeature(int numLayers, int radius)
      Configures the feature's description
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      <T> T getCookie() 
      void setCookie(java.lang.Object cookie) 
      void setPosition(float x, float y) 
      • Methods inherited from class java.lang.Object

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

      • desc

        public KltFeature[] desc
        KLT feature description for each layer in the pyramid
      • x

        public float x
        the feature's location in the original image
      • y

        public float y
        the feature's location in the original image
      • cookie

        public java.lang.Object cookie
        user specified data, not used by the tracker
    • Constructor Detail

      • PyramidKltFeature

        public PyramidKltFeature(int numLayers,
                                 int radius)
        Configures the feature's description
        Parameters:
        numLayers - Number of layers inside the image pyramid
        radius - Radius of the feature description in each layer
    • Method Detail

      • setPosition

        public void setPosition(float x,
                                float y)
      • setCookie

        public void setCookie(java.lang.Object cookie)
      • getCookie

        public <T> T getCookie()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.