public class PointTransformHomography_F64 extends java.lang.Object implements PointTransformModel_F64<georegression.struct.homography.Homography2D_F64>
PointTransformModel_F64 using Homography2D_F64.| Constructor and Description |
|---|
PointTransformHomography_F64() |
PointTransformHomography_F64(org.ejml.data.DenseMatrix64F homo) |
PointTransformHomography_F64(georegression.struct.homography.Homography2D_F64 homo) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
Applies transformation
|
georegression.struct.homography.Homography2D_F64 |
getModel()
Returns the active motion model
|
georegression.struct.homography.Homography2D_F64 |
newInstanceModel()
Returns a new instance of the motion model
|
void |
set(georegression.struct.homography.Homography2D_F64 transform) |
void |
setModel(georegression.struct.homography.Homography2D_F64 o)
Specifies the distortion model used by the transform
|
public PointTransformHomography_F64()
public PointTransformHomography_F64(org.ejml.data.DenseMatrix64F homo)
public PointTransformHomography_F64(georegression.struct.homography.Homography2D_F64 homo)
public void set(georegression.struct.homography.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 void setModel(georegression.struct.homography.Homography2D_F64 o)
PointTransformModel_F64setModel in interface PointTransformModel_F64<georegression.struct.homography.Homography2D_F64>o - Distortion modelpublic georegression.struct.homography.Homography2D_F64 getModel()
PointTransformModel_F64getModel in interface PointTransformModel_F64<georegression.struct.homography.Homography2D_F64>public georegression.struct.homography.Homography2D_F64 newInstanceModel()
PointTransformModel_F64newInstanceModel in interface PointTransformModel_F64<georegression.struct.homography.Homography2D_F64>