Documentation of 'boofcv.alg.feature.associate.EnsureUniqueAssociation' Java class
EnsureUniqueAssociation
boofcv.alg.feature.associate

Class EnsureUniqueAssociation



  • public class EnsureUniqueAssociation
    extends java.lang.Object
    Removes 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 Detail

      • EnsureUniqueAssociation

        public EnsureUniqueAssociation()
    • Method Detail

      • process

        public void process(FastQueue<AssociatedIndex> matches,
                            int sizeDst)
        Removes ambiguous associations. Call getMatches() to get the list of unambiguous matches.
        Parameters:
        matches - List of candidate associations
        sizeDst - Number of 'dst' features

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.