public class PointTransformHomography_F64 extends Object implements PointTransform_F64
PointTransform_F64 using Homography2D_F64.| Constructor and Description |
|---|
PointTransformHomography_F64() |
PointTransformHomography_F64(org.ejml.data.DenseMatrix64F homo) |
PointTransformHomography_F64(georegression.struct.homo.Homography2D_F64 homo) |
public PointTransformHomography_F64()
public PointTransformHomography_F64(org.ejml.data.DenseMatrix64F homo)
public PointTransformHomography_F64(georegression.struct.homo.Homography2D_F64 homo)
public void set(georegression.struct.homo.Homography2D_F64 transform)
public void compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
PointTransform_F64compute in interface PointTransform_F64x - x-coordinate of pointy - y-coordinate of pointout - Transformed point location.public georegression.struct.homo.Homography2D_F64 getModel()
Copyright © 2013. All Rights Reserved.