Package org.apache.pdfbox.jbig2.image
Class ParameterizedFilter
- java.lang.Object
-
- org.apache.pdfbox.jbig2.image.ParameterizedFilter
-
class ParameterizedFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParameterizedFilter(Filter f, double scale)
ParameterizedFilter(Filter f, double scale, double support, int width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
eval(double center, int i)
int
maxIndex(double center)
int
minIndex(double center)
-
-
-
Field Detail
-
filter
final Filter filter
-
scale
final double scale
-
support
final double support
-
width
final int width
-
-