public class PointTransformHomography_F32 extends java.lang.Object implements PointTransformModel_F32<georegression.struct.homography.Homography2D_F32>
PointTransformModel_F32 using Homography2D_F32.| Constructor and Description |
|---|
PointTransformHomography_F32() |
PointTransformHomography_F32(org.ejml.data.DenseMatrix64F homo) |
PointTransformHomography_F32(georegression.struct.homography.Homography2D_F32 homo) |
PointTransformHomography_F32(georegression.struct.homography.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.homography.Homography2D_F32 |
getModel()
Returns the active motion model
|
georegression.struct.homography.Homography2D_F32 |
newInstanceModel()
Returns a new instance of the motion model
|
void |
set(org.ejml.data.DenseMatrix64F transform) |
void |
set(georegression.struct.homography.Homography2D_F32 transform) |
void |
set(georegression.struct.homography.Homography2D_F64 transform) |
void |
setModel(georegression.struct.homography.Homography2D_F32 o)
Specifies the distortion model used by the transform
|
public PointTransformHomography_F32()
public PointTransformHomography_F32(org.ejml.data.DenseMatrix64F homo)
public PointTransformHomography_F32(georegression.struct.homography.Homography2D_F32 homo)
public PointTransformHomography_F32(georegression.struct.homography.Homography2D_F64 homo)
public void set(org.ejml.data.DenseMatrix64F transform)
public void set(georegression.struct.homography.Homography2D_F32 transform)
public void set(georegression.struct.homography.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 void setModel(georegression.struct.homography.Homography2D_F32 o)
PointTransformModel_F32setModel in interface PointTransformModel_F32<georegression.struct.homography.Homography2D_F32>o - Distortion modelpublic georegression.struct.homography.Homography2D_F32 getModel()
PointTransformModel_F32getModel in interface PointTransformModel_F32<georegression.struct.homography.Homography2D_F32>public georegression.struct.homography.Homography2D_F32 newInstanceModel()
PointTransformModel_F32newInstanceModel in interface PointTransformModel_F32<georegression.struct.homography.Homography2D_F32>