Package boofcv.abst.feature.associate
Class ScoreAssociateSad.F32
java.lang.Object
boofcv.abst.feature.associate.ScoreAssociateSad.F32
- All Implemented Interfaces:
ScoreAssociateSad<TupleDesc_F32>,ScoreAssociation<TupleDesc_F32>
- Enclosing interface:
- ScoreAssociateSad<Desc>
public static class ScoreAssociateSad.F32
extends Object
implements ScoreAssociateSad<TupleDesc_F32>
-
Nested Class Summary
Nested classes/interfaces inherited from interface boofcv.abst.feature.associate.ScoreAssociateSad
ScoreAssociateSad.F32, ScoreAssociateSad.F64, ScoreAssociateSad.S8, ScoreAssociateSad.U8 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of description it can scoreSpecifies the type of score which is returned.doublescore(TupleDesc_F32 a, TupleDesc_F32 b) Compute the fit score between the two features.
-
Constructor Details
-
F32
public F32()
-
-
Method Details
-
score
Description copied from interface:ScoreAssociationCompute the fit score between the two features. A better fit score will have a lower value.- Specified by:
scorein interfaceScoreAssociation<TupleDesc_F32>- Parameters:
a- first featureb- second feature- Returns:
- Quality of fit score. Lower is better.
-
getScoreType
Description copied from interface:ScoreAssociationSpecifies the type of score which is returned.- Specified by:
getScoreTypein interfaceScoreAssociation<TupleDesc_F32>- Returns:
- Type of association score.
-
getDescriptorType
Description copied from interface:ScoreAssociationThe type of description it can score- Specified by:
getDescriptorTypein interfaceScoreAssociation<TupleDesc_F32>
-