georegression.fitting.homography
Class ModelManagerHomography2D_F64
- java.lang.Object
-
- georegression.fitting.homography.ModelManagerHomography2D_F64
-
- All Implemented Interfaces:
- ModelManager<Homography2D_F64>
public class ModelManagerHomography2D_F64 extends java.lang.Object implements ModelManager<Homography2D_F64>
-
-
Constructor Summary
Constructors Constructor and Description ModelManagerHomography2D_F64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcopyModel(Homography2D_F64 src, Homography2D_F64 dst)Turns 'dst' into an exact copy of 'src'.Homography2D_F64createModelInstance()Creates a new instance of the model
-
-
-
Method Detail
-
createModelInstance
public Homography2D_F64 createModelInstance()
Description copied from interface:ModelManagerCreates a new instance of the model- Specified by:
createModelInstancein interfaceModelManager<Homography2D_F64>- Returns:
- New model instance
-
copyModel
public void copyModel(Homography2D_F64 src, Homography2D_F64 dst)
Description copied from interface:ModelManagerTurns 'dst' into an exact copy of 'src'. If the model has a variable structure then it is assumed that the two models have the same structure.- Specified by:
copyModelin interfaceModelManager<Homography2D_F64>- Parameters:
src- Original model. Not modified.dst- Where the copy is written to. Modified.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG