public class EnsureUniqueAssociation
extends java.lang.Object
| Constructor and Description |
|---|
EnsureUniqueAssociation() |
| Modifier and Type | Method and Description |
|---|---|
org.ddogleg.struct.FastQueue<AssociatedIndex> |
getMatches()
List of unambiguous matches.
|
void |
process(org.ddogleg.struct.FastQueue<AssociatedIndex> matches,
int sizeDst)
Removes ambiguous associations.
|
public void process(org.ddogleg.struct.FastQueue<AssociatedIndex> matches, int sizeDst)
getMatches() to get the list of unambiguous
matches.matches - List of candidate associationssizeDst - Number of 'dst' featurespublic org.ddogleg.struct.FastQueue<AssociatedIndex> getMatches()