Documentation of 'boofcv.struct.distort.DoNothingTransform_F64' Java class
DoNothingTransform_F64
boofcv.struct.distort

Class DoNothingTransform_F64

  • All Implemented Interfaces:
    PointTransform_F64


    public class DoNothingTransform_F64
    extends java.lang.Object
    implements PointTransform_F64
    A transform which applies no transform. Can be used to avoid checking for null
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void compute(double x, double y, Point2D_F64 out)
      Applies transformation
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DoNothingTransform_F64

        public DoNothingTransform_F64()
    • Method Detail

      • 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.