| Package | Description |
|---|---|
| boofcv.abst.feature.associate | |
| boofcv.alg.feature.associate |
| Modifier and Type | Class and Description |
|---|---|
class |
EnforceUniqueByScore<A extends Associate>
Ensures that the source and/or destination features are uniquely associated by resolving ambiguity using
association score and preferring matches with better scores.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociateDescription<Desc>
Generalized interface for associating features.
|
interface |
AssociateDescription2D<Desc>
Associates features from two images together using both 2D location and descriptor information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociateDescTo2D<D>
Wrapper around
AssociateDescription that allows it to be used inside of AssociateDescription2D |
class |
AssociateNearestNeighbor<D extends TupleDesc_F64>
Matches features using a
NearestNeighbor search from DDogleg. |
class |
EnforceUniqueByScore<A extends Associate>
Ensures that the source and/or destination features are uniquely associated by resolving ambiguity using
association score and preferring matches with better scores.
|
static class |
EnforceUniqueByScore.Describe<Desc>
Implementation of
EnforceUniqueByScore for AssociateDescription. |
static class |
EnforceUniqueByScore.Describe2D<Desc>
Implementation of
EnforceUniqueByScore for AssociateDescription2D. |
class |
WrapAssociateGreedy<T>
Wrapper around algorithms contained inside of
AssociateGreedy. |
class |
WrapAssociateSurfBasic
Wrapper around for
AssociateDescription. |
| Modifier and Type | Field and Description |
|---|---|
protected A |
EnforceUniqueByScore.association |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociateMaxDistance<D>
Two features can only be associated if their distance in image space is less than the specified number.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociateMaxDistanceNaive<D>
Two features are only considered for association if they are within the specified max distance
of each other.
|
class |
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.
|
Copyright © 2013. All Rights Reserved.