| Package | Description |
|---|---|
| boofcv.abst.feature.associate | |
| boofcv.alg.feature.associate |
| Class and Description |
|---|
| AssociateGreedy
Brute force greedy association for objects described by a
TupleDesc_F64. |
| AssociateSurfBasic
Basic algorithm for specializing association for SURF features.
|
| 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.
|
| FindUnassociated
Given a list of associated features, find all the unassociated features.
|
| Class and Description |
|---|
| AssociateMaxDistance
Two features can only be associated if their distance in image space is less than the specified number.
|
| BaseAssociateLocation2DFilter
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.
|
Copyright © 2013. All Rights Reserved.