public class PointTransformHomography_F32 extends Object implements PointTransform_F32
PointTransform_F32 using Homography2D_F32.| Constructor and Description |
|---|
PointTransformHomography_F32() |
PointTransformHomography_F32(org.ejml.data.DenseMatrix64F homo) |
PointTransformHomography_F32(georegression.struct.homo.Homography2D_F32 homo) |
PointTransformHomography_F32(georegression.struct.homo.Homography2D_F64 homo) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
Applies transformation
|
georegression.struct.homo.Homography2D_F32 |
getModel() |
void |
set(georegression.struct.homo.Homography2D_F32 transform) |
void |
set(georegression.struct.homo.Homography2D_F64 transform) |
public PointTransformHomography_F32()
public PointTransformHomography_F32(org.ejml.data.DenseMatrix64F homo)
public PointTransformHomography_F32(georegression.struct.homo.Homography2D_F32 homo)
public PointTransformHomography_F32(georegression.struct.homo.Homography2D_F64 homo)
public void set(georegression.struct.homo.Homography2D_F32 transform)
public void set(georegression.struct.homo.Homography2D_F64 transform)
public void compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
PointTransform_F32compute in interface PointTransform_F32x - x-coordinate of pointy - y-coordinate of pointout - Transformed point location.public georegression.struct.homo.Homography2D_F32 getModel()
Copyright © 2013. All Rights Reserved.