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

Class DoNothingTransform_F32

  • All Implemented Interfaces:
    PointTransform_F32


    public class DoNothingTransform_F32
    extends java.lang.Object
    implements PointTransform_F32
    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(float x, float y, Point2D_F32 out)
      Applies transformation
      • Methods inherited from class java.lang.Object

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

      • DoNothingTransform_F32

        public DoNothingTransform_F32()
    • Method Detail

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