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

Class TransformThenPixel_F64

  • All Implemented Interfaces:
    PointTransform_F64


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

    • Method Detail

      • set

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

        public void compute(double x,
                            double y,
                            Point2D_F64 out)
        Description copied from interface: PointTransform_F64
        Applies transformation
        Specified by:
        compute in interface PointTransform_F64
        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.