Class ScoreAssociateHamming_B

java.lang.Object
boofcv.abst.feature.associate.ScoreAssociateHamming_B
All Implemented Interfaces:
ScoreAssociation<TupleDesc_B>

public class ScoreAssociateHamming_B extends Object implements ScoreAssociation<TupleDesc_B>
Score association between two BRIEF features. Scoring is done using the Hamming distance. Hamming distance is the number of bits in the descriptor which do not have the same value.