Class LlahHashTable

java.lang.Object
boofcv.alg.feature.describe.llah.LlahHashTable

public class LlahHashTable extends Object
Hash table that stores LLAH features.
  • Constructor Details

    • LlahHashTable

      public LlahHashTable()
  • Method Details

    • add

      public void add(LlahFeature feature)
      Adds the feature to the map. If there's a collision it's added as the last element in the list
      Parameters:
      feature - Feature to be added
    • lookup

      public LlahFeature lookup(int hashCode)
      Looks up a feature which has the same hash and matching invariants
      Parameters:
      hashCode - Feature's hashcode
      Returns:
      The found matching feature or null if there is no match
    • reset

      public void reset()
      Resets to original state