Package boofcv.alg.feature.describe.llah
Class LlahHashTable
java.lang.Object
boofcv.alg.feature.describe.llah.LlahHashTable
Hash table that stores LLAH features.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(LlahFeature feature) Adds the feature to the map.lookup(int hashCode) Looks up a feature which has the same hash and matching invariantsvoidreset()Resets to original state
-
Constructor Details
-
LlahHashTable
public LlahHashTable()
-
-
Method Details
-
add
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
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
-