Documentation of 'boofcv.abst.geo.fitting.ModelManagerEpipolarMatrix' Java class
ModelManagerEpipolarMatrix
boofcv.abst.geo.fitting

Class ModelManagerEpipolarMatrix

  • All Implemented Interfaces:
    ModelManager<org.ejml.data.DenseMatrix64F>


    public class ModelManagerEpipolarMatrix
    extends java.lang.Object
    implements ModelManager<org.ejml.data.DenseMatrix64F>
    ModelManager for 3x3 DenseMatrix64F.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyModel(org.ejml.data.DenseMatrix64F src, org.ejml.data.DenseMatrix64F dst)
      Turns 'dst' into an exact copy of 'src'.
      org.ejml.data.DenseMatrix64F createModelInstance()
      Creates a new instance of the model
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModelManagerEpipolarMatrix

        public ModelManagerEpipolarMatrix()
    • Method Detail

      • createModelInstance

        public org.ejml.data.DenseMatrix64F createModelInstance()
        Description copied from interface: ModelManager
        Creates a new instance of the model
        Specified by:
        createModelInstance in interface ModelManager<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: ModelManager
        Turns '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:
        copyModel in interface ModelManager<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

You see the box below because you did not login.