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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(LlahFeature feature) Adds the feature to the map.lookup
(int hashCode) Looks up a feature which has the same hash and matching invariantsvoid
reset()
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
-