Class PointToPixelTransform_F32

java.lang.Object
boofcv.struct.distort.PointToPixelTransform_F32
All Implemented Interfaces:
PixelTransform<Point2D_F32>

@Generated("boofcv.struct.distort.PointToPixelTransform_F64") public class PointToPixelTransform_F32 extends Object implements PixelTransform<Point2D_F32>
Allows a PointToPixelTransform_F32 to be invoked as a PixelTransform.
  • Constructor Details

    • PointToPixelTransform_F32

      public PointToPixelTransform_F32(Point2Transform2_F32 alg)
    • PointToPixelTransform_F32

      public PointToPixelTransform_F32()
  • Method Details