Package boofcv.abst.feature.associate
Interface ScoreAssociateSad<Desc>
- All Superinterfaces:
ScoreAssociation<Desc>
- All Known Implementing Classes:
ScoreAssociateSad.F32
,ScoreAssociateSad.F64
,ScoreAssociateSad.S8
,ScoreAssociateSad.U8
public interface ScoreAssociateSad<Desc> extends ScoreAssociation<Desc>
Scores association using Sum-of-Absolute-Difference error metric.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ScoreAssociateSad.F32
static class
ScoreAssociateSad.F64
static class
ScoreAssociateSad.S8
static class
ScoreAssociateSad.U8
-
Method Summary
Methods inherited from interface boofcv.abst.feature.associate.ScoreAssociation
getDescriptorType, getScoreType, score