Documentation of 'boofcv.alg.distort.TransformThenPixel_F32' Java class
TransformThenPixel_F32
boofcv.alg.distort

Class TransformThenPixel_F32

  • All Implemented Interfaces:
    PointTransform_F32


    public class TransformThenPixel_F32
    extends java.lang.Object
    implements PointTransform_F32
    Applies a transform which outputs normalized image coordinates then converts that into pixel coordinates
    • Constructor Detail

    • Method Detail

      • set

        public PointTransform_F32 set(float fx,
                                      float fy,
                                      float skew,
                                      float cx,
                                      float cy)
      • set

        public PointTransform_F32 set(double fx,
                                      double fy,
                                      double skew,
                                      double cx,
                                      double cy)
      • compute

        public void compute(float x,
                            float y,
                            Point2D_F32 out)
        Description copied from interface: PointTransform_F32
        Applies transformation
        Specified by:
        compute in interface PointTransform_F32
        Parameters:
        x - x-coordinate of point
        y - y-coordinate of point
        out - Transformed point location.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.