Documentation of 'georegression.struct.homography.UtilHomography' Java class
UtilHomography
georegression.struct.homography

Class UtilHomography



  • public class UtilHomography
    extends java.lang.Object
    Various useful functions related to homographies.
    • Constructor Detail

      • UtilHomography

        public UtilHomography()
    • Method Detail

      • convert

        public static Homography2D_F64 convert(org.ejml.data.DenseMatrix64F m,
                                               Homography2D_F64 ret)
        Converts the provided 3x3 matrix into a Homography2D_F64.
        Parameters:
        m - Input 3x3 matrix.
        ret - Storage for output. If null then a new instance is created.
        Returns:
        Equivalent homography.
      • convert

        public static Homography2D_F32 convert(org.ejml.data.DenseMatrix64F m,
                                               Homography2D_F32 ret)
        Converts the provided 3x3 matrix into a Homography2D_F32.
        Parameters:
        m - Input 3x3 matrix.
        ret - Storage for output. If null then a new instance is created.
        Returns:
        Equivalent homography.
      • convert

        public static org.ejml.data.DenseMatrix64F convert(Homography2D_F64 m,
                                                           org.ejml.data.DenseMatrix64F ret)
        Converts a Homography2D_F64 into a 3x3 matrix.
        Parameters:
        m - Homography
        ret - Storage for output. If null then a new instance is created.
        Returns:
        Equivalent matrix.
      • convert

        public static org.ejml.data.DenseMatrix64F convert(Homography2D_F32 m,
                                                           org.ejml.data.DenseMatrix64F ret)
        Converts a Homography2D_F32 into a 3x3 matrix.
        Parameters:
        m - Homography
        ret - Storage for output. If null then a new instance is created.
        Returns:
        Equivalent matrix.

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.