boofcv.abst.geo.fitting
Class ModelManagerEpipolarMatrix
- java.lang.Object
-
- boofcv.abst.geo.fitting.ModelManagerEpipolarMatrix
-
- All Implemented Interfaces:
- ModelManager<org.ejml.data.DenseMatrix64F>
public class ModelManagerEpipolarMatrix extends java.lang.Object implements ModelManager<org.ejml.data.DenseMatrix64F>
ModelManagerfor 3x3DenseMatrix64F.
-
-
Constructor Summary
Constructors Constructor and Description ModelManagerEpipolarMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcopyModel(org.ejml.data.DenseMatrix64F src, org.ejml.data.DenseMatrix64F dst)Turns 'dst' into an exact copy of 'src'.org.ejml.data.DenseMatrix64FcreateModelInstance()Creates a new instance of the model
-
-
-
Method Detail
-
createModelInstance
public org.ejml.data.DenseMatrix64F createModelInstance()
Description copied from interface:ModelManagerCreates a new instance of the model- Specified by:
createModelInstancein interfaceModelManager<org.ejml.data.DenseMatrix64F>- Returns:
- New model instance
-
copyModel
public void copyModel(org.ejml.data.DenseMatrix64F src, org.ejml.data.DenseMatrix64F 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<org.ejml.data.DenseMatrix64F>- Parameters:
src- Original model. Not modified.dst- Where the copy is written to. Modified.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG