Package boofcv.abst.feature.associate
Class ScoreAssociateSad.S8
java.lang.Object
boofcv.abst.feature.associate.ScoreAssociateSad.S8
- All Implemented Interfaces:
ScoreAssociateSad<TupleDesc_S8>
,ScoreAssociation<TupleDesc_S8>
- 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
-
Method Summary
Modifier and TypeMethodDescriptionThe type of description it can scoreSpecifies the type of score which is returned.double
score
(TupleDesc_S8 a, TupleDesc_S8 b) Compute the fit score between the two features.
-
Constructor Details
-
S8
public S8()
-
-
Method Details
-
score
Description copied from interface:ScoreAssociation
Compute the fit score between the two features. A better fit score will have a lower value.- Specified by:
score
in interfaceScoreAssociation<TupleDesc_S8>
- Parameters:
a
- first featureb
- second feature- Returns:
- Quality of fit score. Lower is better.
-
getScoreType
Description copied from interface:ScoreAssociation
Specifies the type of score which is returned.- Specified by:
getScoreType
in interfaceScoreAssociation<TupleDesc_S8>
- Returns:
- Type of association score.
-
getDescriptorType
Description copied from interface:ScoreAssociation
The type of description it can score- Specified by:
getDescriptorType
in interfaceScoreAssociation<TupleDesc_S8>
-