Package boofcv.alg.feature.describe.llah
Class LlahFeature
java.lang.Object
boofcv.alg.feature.describe.llah.LlahFeature
Describes a LLAH feature. Says which document it appeared in, which landmark it belongs to and it's invariants.
-
Field Summary
Modifier and TypeFieldDescriptionint
int
Hash code for this featurefinal int[]
int
@Nullable LlahFeature
If there's a hash collision -
Constructor Summary
-
Method Summary
-
Field Details
-
next
If there's a hash collision -
documentID
public int documentID -
landmarkID
public int landmarkID -
invariants
public final int[] invariants -
hashCode
public int hashCodeHash code for this feature
-
-
Constructor Details
-
LlahFeature
public LlahFeature(int numInvariants)
-
-
Method Details