Class DoNothingPixelTransform_F32

java.lang.Object
boofcv.alg.distort.DoNothingPixelTransform_F32
All Implemented Interfaces:
PixelTransform<Point2D_F32>

@Generated("boofcv.alg.distort.DoNothingPixelTransform_F64") public class DoNothingPixelTransform_F32 extends Object implements PixelTransform<Point2D_F32>
Pixel transform which sets the output to be exactly the same as the input
  • Constructor Details

    • DoNothingPixelTransform_F32

      public DoNothingPixelTransform_F32()
  • Method Details