Class Homography2D_F32

java.lang.Object
org.ejml.data.FMatrix3x3
georegression.struct.Matrix3x3_F32
georegression.struct.homography.Homography2D_F32
All Implemented Interfaces:
Homography<Homography2D_F32>, InvertibleTransform<Homography2D_F32>, Serializable, FMatrix, FMatrixFixed, Matrix

@Generated("georegression.struct.homography.Homography2D_F64") public class Homography2D_F32 extends Matrix3x3_F32 implements Homography<Homography2D_F32>
Describes a homography transform in 2D.
See Also: