public class PixelTransformAffine_F64 extends PixelTransform_F64
Affine2D_F64.distX, distY| Constructor and Description |
|---|
PixelTransformAffine_F64() |
PixelTransformAffine_F64(georegression.struct.affine.Affine2D_F64 affine) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(int x,
int y)
applies a transform to a pixel coordinate
|
georegression.struct.affine.Affine2D_F64 |
getModel() |
void |
set(georegression.struct.affine.Affine2D_F64 affine) |
getDistX, getDistYpublic PixelTransformAffine_F64()
public PixelTransformAffine_F64(georegression.struct.affine.Affine2D_F64 affine)
public void set(georegression.struct.affine.Affine2D_F64 affine)
public void compute(int x,
int y)
PixelTransform_F64compute in class PixelTransform_F64x - Pixel x-coordinatey - Pixel y-coordinatepublic georegression.struct.affine.Affine2D_F64 getModel()