Class ImageWarp.GridTransform

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void cleanUp​(int yIdx)  
      private java.util.Map<java.lang.Integer,​java.awt.geom.Point2D> getRow​(int yIdx)  
      private java.awt.geom.Point2D getValue​(int xIdx, int yIdx)  
      java.awt.geom.Point2D transform​(double x, double y)
      Translates pixel coordinates.
      • Methods inherited from class java.lang.Object

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

      • GridTransform

        public GridTransform​(ImageWarp.PointTransform trfm,
                             double stride)
        Create a new GridTransform.
        Parameters:
        trfm - the master transform, that needs to be optimized
        stride - step size
    • Method Detail

      • getValue

        private java.awt.geom.Point2D getValue​(int xIdx,
                                               int yIdx)
      • getRow

        private java.util.Map<java.lang.Integer,​java.awt.geom.Point2D> getRow​(int yIdx)
      • cleanUp

        private void cleanUp​(int yIdx)