Package | Description |
---|---|
org.openimaj.image | |
org.openimaj.image.renderer |
Modifier and Type | Method and Description |
---|---|
SVGImage |
SVGImage.abs() |
SVGImage |
SVGImage.addInplace(Float[] num) |
SVGImage |
SVGImage.addInplace(Image<?,?> im) |
SVGImage |
SVGImage.clip(Float[] min,
Float[] max) |
SVGImage |
SVGImage.clipMax(Float[] thresh) |
SVGImage |
SVGImage.clipMin(Float[] thresh) |
SVGImage |
SVGImage.clone() |
SVGImage |
SVGImage.divideInplace(Float[] val) |
SVGImage |
SVGImage.divideInplace(Image<?,?> im) |
SVGImage |
SVGImage.extractCentreSubPix(float cx,
float cy,
SVGImage out) |
SVGImage |
SVGImage.extractROI(int x,
int y,
int w,
int h) |
SVGImage |
SVGImage.extractROI(int x,
int y,
SVGImage img) |
SVGImage |
SVGImage.fill(Float[] colour) |
SVGImage |
SVGImage.flipX() |
SVGImage |
SVGImage.flipY() |
SVGImage |
SVGImage.getField(Image.Field f) |
SVGImage |
SVGImage.getFieldCopy(Image.Field f) |
SVGImage |
SVGImage.getFieldInterpolate(Image.Field f) |
SVGImage |
SVGImage.internalAssign(int[] pixelData,
int width,
int height) |
SVGImage |
SVGImage.internalAssign(SVGImage im) |
SVGImage |
SVGImage.internalCopy(SVGImage im) |
SVGImage |
SVGImage.inverse() |
SVGImage |
SVGImage.multiplyInplace(Float[] num) |
SVGImage |
SVGImage.multiplyInplace(Image<?,?> im) |
SVGImage |
SVGImage.newInstance(int width,
int height) |
SVGImage |
SVGImage.normalise() |
SVGImage |
SVGImage.overlayInplace(SVGImage image,
int x,
int y) |
SVGImage |
SVGImage.replace(Float[] target,
Float[] replacement) |
SVGImage |
SVGImage.subtractInplace(Float[] num) |
SVGImage |
SVGImage.subtractInplace(Image<?,?> im) |
SVGImage |
SVGImage.threshold(Float[] thresh) |
SVGImage |
SVGImage.zero() |
Modifier and Type | Method and Description |
---|---|
ImageRenderer<Float[],SVGImage> |
SVGImage.createRenderer(RenderHints options) |
Modifier and Type | Method and Description |
---|---|
SVGImage |
SVGImage.extractCentreSubPix(float cx,
float cy,
SVGImage out) |
SVGImage |
SVGImage.extractROI(int x,
int y,
SVGImage img) |
SVGImage |
SVGImage.internalAssign(SVGImage im) |
SVGImage |
SVGImage.internalCopy(SVGImage im) |
SVGImage |
SVGImage.overlayInplace(SVGImage image,
int x,
int y) |
static void |
VectorImageUtilities.write(SVGImage image,
File output,
org.apache.batik.transcoder.Transcoder trans)
Write an SVG image to a file with the given transcoder to determine the
format
|
Modifier and Type | Method and Description |
---|---|
void |
SVGRenderer.drawImage(SVGImage image,
int x,
int y) |
Constructor and Description |
---|
SVGRenderer(SVGImage targetImage)
Construct with given target image.
|
SVGRenderer(SVGImage img,
Graphics create) |
SVGRenderer(SVGImage img,
RenderHints renderHints,
Graphics create) |
SVGRenderer(SVGImage targetImage,
SVGRenderHints hints)
Construct with given target image and rendering hints.
|