boofcv.alg.feature.associate
Class EnsureUniqueAssociation
- java.lang.Object
-
- boofcv.alg.feature.associate.EnsureUniqueAssociation
-
public class EnsureUniqueAssociation extends java.lang.ObjectRemoves any ambiguous associations. If multiple features from the 'src' match the same feature in the 'dst' then only the association with the lowest 'fitScore' is saved.
-
-
Constructor Summary
Constructors Constructor and Description EnsureUniqueAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description FastQueue<AssociatedIndex>getMatches()List of unambiguous matches.voidprocess(FastQueue<AssociatedIndex> matches, int sizeDst)Removes ambiguous associations.
-
-
-
Method Detail
-
process
public void process(FastQueue<AssociatedIndex> matches, int sizeDst)
Removes ambiguous associations. CallgetMatches()to get the list of unambiguous matches.- Parameters:
matches- List of candidate associationssizeDst- Number of 'dst' features
-
getMatches
public FastQueue<AssociatedIndex> getMatches()
List of unambiguous matches.- Returns:
- list of matches
-
-
DataMelt 3.0 © DataMelt by jWork.ORG