public class QuadTreeOp extends NullOp implements Parallelizable
Modifier and Type | Field and Description |
---|---|
static boolean |
INDEPENDENT |
Constructor and Description |
---|
QuadTreeOp(double tolerance,
boolean independent) |
QuadTreeOp(double tolerance,
boolean independent,
QuadTreeFunction f) |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dest) |
double |
getAverage(java.awt.image.BufferedImage source,
int x,
int y,
int band,
int w,
int h) |
createCompatibleDestImage, getBounds2D, getOpName, getPoint2D, getRenderingHints
public QuadTreeOp(double tolerance, boolean independent, QuadTreeFunction f)
public QuadTreeOp(double tolerance, boolean independent)