Package org.apache.pdfbox.jbig2.image
Class Filter.Bessel
- java.lang.Object
-
- org.apache.pdfbox.jbig2.image.Filter
-
- org.apache.pdfbox.jbig2.image.Filter.Bessel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.pdfbox.jbig2.image.Filter
Filter.Bessel, Filter.Blackman, Filter.Box, Filter.Catrom, Filter.Cubic, Filter.Gaussian, Filter.Hamming, Filter.Hanning, Filter.Hermite, Filter.Lanczos, Filter.Mitchell, Filter.Point, Filter.Quadratic, Filter.Sinc, Filter.Triangle
-
-
Constructor Summary
Constructors Constructor Description Bessel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private double
BesselOrderOne(double x)
double
f(double x)
private double
J1(double x)
private double
P1(double x)
private double
Q1(double x)
-
Methods inherited from class org.apache.pdfbox.jbig2.image.Filter
byType, fWindowed, getBlur, getName, getSupport, nameByType, setBlur, setSupport, typeByName
-
-