| Package | Description |
|---|---|
| boofcv.abst.feature.associate | |
| boofcv.alg.feature.associate | |
| boofcv.struct.feature |
| Modifier and Type | Method and Description |
|---|---|
org.ddogleg.struct.FastQueue<AssociatedIndex> |
WrapAssociateSurfBasic.getMatches() |
org.ddogleg.struct.FastQueue<AssociatedIndex> |
AssociateNearestNeighbor.getMatches() |
org.ddogleg.struct.FastQueue<AssociatedIndex> |
AssociateDescTo2D.getMatches() |
org.ddogleg.struct.FastQueue<AssociatedIndex> |
EnforceUniqueByScore.getMatches() |
org.ddogleg.struct.FastQueue<AssociatedIndex> |
WrapAssociateGreedy.getMatches() |
org.ddogleg.struct.FastQueue<AssociatedIndex> |
Associate.getMatches()
List of associated features.
|
| Modifier and Type | Method and Description |
|---|---|
org.ddogleg.struct.FastQueue<AssociatedIndex> |
BaseAssociateLocation2DFilter.getMatches() |
org.ddogleg.struct.FastQueue<AssociatedIndex> |
AssociateSurfBasic.getMatches()
Returns a list of found matches.
|
org.ddogleg.struct.FastQueue<AssociatedIndex> |
AssociateUniqueByScoreAlg.getMatches() |
org.ddogleg.struct.FastQueue<AssociatedIndex> |
EnsureUniqueAssociation.getMatches()
List of unambiguous matches.
|
| Modifier and Type | Method and Description |
|---|---|
org.ddogleg.struct.GrowQueue_I32 |
FindUnassociated.checkDestination(org.ddogleg.struct.FastQueue<AssociatedIndex> matches,
int num) |
org.ddogleg.struct.GrowQueue_I32 |
FindUnassociated.checkSource(org.ddogleg.struct.FastQueue<AssociatedIndex> matches,
int num) |
void |
EnsureUniqueAssociation.process(org.ddogleg.struct.FastQueue<AssociatedIndex> matches,
int sizeDst)
Removes ambiguous associations.
|
void |
AssociateUniqueByScoreAlg.process(org.ddogleg.struct.FastQueue<AssociatedIndex> matches,
int numSource,
int numDestination)
Given a set of matches, enforce the uniqueness rules it was configured to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociatedIndex.set(AssociatedIndex a) |
Copyright © 2013. All Rights Reserved.