boofcv.alg.distort
Class DoNothingPixelTransform_F64
- java.lang.Object
-
- boofcv.struct.distort.PixelTransform_F64
-
- boofcv.alg.distort.DoNothingPixelTransform_F64
-
public class DoNothingPixelTransform_F64 extends PixelTransform_F64
Pixel transform which sets the output to be exactly the same as the input
-
-
Field Summary
-
Fields inherited from class boofcv.struct.distort.PixelTransform_F64
distX, distY
-
-
Constructor Summary
Constructors Constructor and Description DoNothingPixelTransform_F64()
-
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_F64
getDistX, getDistY
-
-
-
-
Method Detail
-
compute
public void compute(int x, int y)Description copied from class:PixelTransform_F64applies a transform to a pixel coordinate- Specified by:
computein classPixelTransform_F64- Parameters:
x- Pixel x-coordinatey- Pixel y-coordinate
-
-
DataMelt 3.0 © DataMelt by jWork.ORG