类 CurlFilter

    • 构造器详细资料

      • CurlFilter

        public CurlFilter()
        Construct a CurlFilter with no distortion.
    • 方法详细资料

      • setTransition

        public void setTransition​(float transition)
      • getTransition

        public float getTransition()
      • setAngle

        public void setAngle​(float angle)
      • getAngle

        public float getAngle()
      • setRadius

        public void setRadius​(float radius)
      • getRadius

        public float getRadius()
      • transformInverse

        protected void transformInverse​(int x,
                                        int y,
                                        float[] out)
        从类复制的说明: TransformFilter
        Inverse transform a point. This method needs to be overriden by all subclasses.
        指定者:
        transformInverse 在类中 TransformFilter
        参数:
        x - the X position of the pixel in the output image
        y - the Y position of the pixel in the output image
        out - the position of the pixel in the input image