Package boofcv.alg.feature.describe.llah
Class LlahHasher.CrossRatio
java.lang.Object
boofcv.alg.feature.describe.llah.LlahHasher
boofcv.alg.feature.describe.llah.LlahHasher.CrossRatio
- Enclosing class:
- LlahHasher
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.alg.feature.describe.llah.LlahHasher
LlahHasher.Affine, LlahHasher.CrossRatio -
Field Summary
Fields inherited from class boofcv.alg.feature.describe.llah.LlahHasher
DEFAULT_HASH_K, DEFAULT_HASH_SIZE, samples -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doublecomputeInvariant(Combinations<Point2D_F64> combinator) Computes the invariants given the set of pointsprotected intNumber of points required to compute the invariantsMethods inherited from class boofcv.alg.feature.describe.llah.LlahHasher
computeHash, computeInvariants, discretize, getNumberOfInvariants, getNumValues, learnDiscretization
-
Constructor Details
-
CrossRatio
public CrossRatio(long hashK, int hashSize)
-
-
Method Details
-
getInvariantSampleSize
protected int getInvariantSampleSize()Description copied from class:LlahHasherNumber of points required to compute the invariants- Specified by:
getInvariantSampleSizein classLlahHasher
-
computeInvariant
Description copied from class:LlahHasherComputes the invariants given the set of points- Specified by:
computeInvariantin classLlahHasher
-