public class PixelTransformAffine_F32 extends PixelTransform_F32
Affine2D_F32.distX, distY| Constructor and Description |
|---|
PixelTransformAffine_F32() |
PixelTransformAffine_F32(georegression.struct.affine.Affine2D_F32 affine) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(int x,
int y)
applies a transform to a pixel coordinate
|
georegression.struct.affine.Affine2D_F32 |
getModel() |
void |
set(georegression.struct.affine.Affine2D_F32 affine) |
void |
set(georegression.struct.affine.Affine2D_F64 affine) |
getDistX, getDistYpublic PixelTransformAffine_F32()
public PixelTransformAffine_F32(georegression.struct.affine.Affine2D_F32 affine)
public void set(georegression.struct.affine.Affine2D_F32 affine)
public void set(georegression.struct.affine.Affine2D_F64 affine)
public void compute(int x,
int y)
PixelTransform_F32compute in class PixelTransform_F32x - Pixel x-coordinatey - Pixel y-coordinatepublic georegression.struct.affine.Affine2D_F32 getModel()
Copyright © 2013. All Rights Reserved.