com.alibaba.simpleimage.jai.scale
类 InterpolationLanczos

java.lang.Object
  继承者 Interpolation
      继承者 com.alibaba.simpleimage.jai.scale.InterpolationLanczos

public class InterpolationLanczos
extends Interpolation

TODO Comment of InterpolationLanczos

作者:
wendell

构造方法摘要
InterpolationLanczos()
           
 
方法摘要
 double interpolateH(double[] samples, float xfrac)
           
 float interpolateH(float[] samples, float xfrac)
           
 int interpolateH(int[] samples, int xfrac)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

InterpolationLanczos

public InterpolationLanczos()
方法详细信息

interpolateH

public int interpolateH(int[] samples,
                        int xfrac)

interpolateH

public float interpolateH(float[] samples,
                          float xfrac)

interpolateH

public double interpolateH(double[] samples,
                           float xfrac)


Copyright © 2012–2015 Alibaba Group. All rights reserved.