Package boofcv.alg.geo.robust
Class MmModelChanger<ModelA,ModelB,Point>
java.lang.Object
boofcv.alg.geo.robust.MmModelChanger<ModelA,ModelB,Point>
- All Implemented Interfaces:
ModelMatcher<ModelB,Point>
public abstract class MmModelChanger<ModelA,ModelB,Point>
extends Object
implements ModelMatcher<ModelB,Point>
Base class for when you want to change the output type of a
ModelMatcherMultiview.-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ddogleg.fitting.modelset.ModelMatcher
getModelParameters, getModelType, reset
-
Field Details
-
mm
-
-
Constructor Details
-
MmModelChanger
-
MmModelChanger
protected MmModelChanger()
-
-
Method Details
-
process
- Specified by:
processin interfaceModelMatcher<ModelA,ModelB>
-
getMatchSet
- Specified by:
getMatchSetin interfaceModelMatcher<ModelA,ModelB>
-
getInputIndex
public int getInputIndex(int matchIndex) - Specified by:
getInputIndexin interfaceModelMatcher<ModelA,ModelB>
-
getFitQuality
public double getFitQuality()- Specified by:
getFitQualityin interfaceModelMatcher<ModelA,ModelB>
-
getMinimumSize
public int getMinimumSize()- Specified by:
getMinimumSizein interfaceModelMatcher<ModelA,ModelB>
-
getPointType
- Specified by:
getPointTypein interfaceModelMatcher<ModelA,ModelB>
-