Package boofcv.abst.feature.associate
Class ScoreAssociateSad.U8
java.lang.Object
boofcv.abst.feature.associate.ScoreAssociateSad.U8
- All Implemented Interfaces:
ScoreAssociateSad<TupleDesc_U8>,ScoreAssociation<TupleDesc_U8>
- Enclosing interface:
- ScoreAssociateSad<Desc>
-
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_U8 a, TupleDesc_U8 b) Compute the fit score between the two features.
-
Constructor Details
-
U8
public U8()
-
-
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_U8>- 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_U8>- Returns:
- Type of association score.
-
getDescriptorType
Description copied from interface:ScoreAssociationThe type of description it can score- Specified by:
getDescriptorTypein interfaceScoreAssociation<TupleDesc_U8>
-