| Interface | Description |
|---|---|
| AssociateMaxDistance<D> |
Two features can only be associated if their distance in image space is less than the specified number.
|
| Class | Description |
|---|---|
| AssociateGreedy<D> |
Brute force greedy association for objects described by a
TupleDesc_F64. |
| AssociateMaxDistanceNaive<D> |
Two features are only considered for association if they are within the specified max distance
of each other.
|
| AssociateSurfBasic |
Basic algorithm for specializing association for SURF features.
|
| AssociateSurfBasic.Helper | |
| AssociateUniqueByScoreAlg |
If multiple associations are found for a single source and/or destination feature then this ambiguity is
removed by selecting the association with the best score.
|
| BaseAssociateLocation2DFilter<D> |
Base class for algorithms which consider all possible associations but perform a quick distance calculation
to remove unlikely matches before computing the more expensive fit score between two descriptions.
|
| EnsureUniqueAssociation |
Removes any ambiguous associations.
|
| FindUnassociated |
Given a list of associated features, find all the unassociated features.
|