Class DoNothingPixelTransform_F64

java.lang.Object
boofcv.alg.distort.DoNothingPixelTransform_F64
All Implemented Interfaces:
PixelTransform<Point2D_F64>

public class DoNothingPixelTransform_F64 extends Object implements PixelTransform<Point2D_F64>
Pixel transform which sets the output to be exactly the same as the input
  • Constructor Details

    • DoNothingPixelTransform_F64

      public DoNothingPixelTransform_F64()
  • Method Details