Package boofcv.misc
Class ModelMatcherDefault<Model,Point>
java.lang.Object
boofcv.misc.ModelMatcherDefault<Model,Point>
- All Implemented Interfaces:
ModelMatcher<Model,Point>
Provides default implementations of ModelMatcher functions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleintgetInputIndex(int matchIndex) intbooleanvoidreset()
-
Constructor Details
-
ModelMatcherDefault
public ModelMatcherDefault()
-
-
Method Details
-
process
- Specified by:
processin interfaceModelMatcher<Model,Point>
-
getModelParameters
- Specified by:
getModelParametersin interfaceModelMatcher<Model,Point>
-
getMatchSet
- Specified by:
getMatchSetin interfaceModelMatcher<Model,Point>
-
getInputIndex
public int getInputIndex(int matchIndex) - Specified by:
getInputIndexin interfaceModelMatcher<Model,Point>
-
getFitQuality
public double getFitQuality()- Specified by:
getFitQualityin interfaceModelMatcher<Model,Point>
-
getMinimumSize
public int getMinimumSize()- Specified by:
getMinimumSizein interfaceModelMatcher<Model,Point>
-
reset
public void reset()- Specified by:
resetin interfaceModelMatcher<Model,Point>
-
getPointType
- Specified by:
getPointTypein interfaceModelMatcher<Model,Point>
-
getModelType
- Specified by:
getModelTypein interfaceModelMatcher<Model,Point>
-