| Package | Description |
|---|---|
| boofcv.abst.feature.associate | |
| boofcv.alg.feature.associate |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociateDescTo2D<D>
Wrapper around
AssociateDescription that allows it to be used inside of AssociateDescription2D |
static class |
EnforceUniqueByScore.Describe2D<Desc>
Implementation of
EnforceUniqueByScore for AssociateDescription2D. |
| Constructor and Description |
|---|
EnforceUniqueByScore.Describe2D(AssociateDescription2D<Desc> alg,
boolean checkSource,
boolean checkDestination) |
| 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.