boofcv.alg.distort
Class DoNothingPixelTransform_F32
- java.lang.Object
-
- boofcv.struct.distort.PixelTransform_F32
-
- boofcv.alg.distort.DoNothingPixelTransform_F32
-
public class DoNothingPixelTransform_F32 extends PixelTransform_F32
Pixel transform which sets the output to be exactly the same as the input
-
-
Field Summary
-
Fields inherited from class boofcv.struct.distort.PixelTransform_F32
distX, distY
-
-
Constructor Summary
Constructors Constructor and Description DoNothingPixelTransform_F32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcompute(int x, int y)applies a transform to a pixel coordinate-
Methods inherited from class boofcv.struct.distort.PixelTransform_F32
getDistX, getDistY
-
-
-
-
Method Detail
-
compute
public void compute(int x, int y)Description copied from class:PixelTransform_F32applies a transform to a pixel coordinate- Specified by:
computein classPixelTransform_F32- Parameters:
x- Pixel x-coordinatey- Pixel y-coordinate
-
-
DataMelt 3.0 © DataMelt by jWork.ORG