Package | Description |
---|---|
imagingbook.lib.image | |
imagingbook.lib.interpolation | |
imagingbook.pub.geometry.mappings |
Modifier and Type | Field and Description |
---|---|
protected InterpolationMethod |
ImageAccessor.interpolationMethod |
Modifier and Type | Method and Description |
---|---|
InterpolationMethod |
ImageAccessor.getInterpolationMethod() |
Modifier and Type | Method and Description |
---|---|
static ImageAccessor |
ImageAccessor.create(ij.process.ImageProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm)
Creates a new
ImageAccessor instance for the given image,
using the specified out-of-bounds strategy and interpolation method. |
static ImageAccessor.Scalar |
ImageAccessor.Scalar.create(ij.process.ImageProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
static ImageAccessor.Rgb |
ImageAccessor.Rgb.create(ij.process.ImageProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
Constructor and Description |
---|
Byte(ij.process.ByteProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
Float(ij.process.FloatProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
Rgb(ij.process.ColorProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
Short(ij.process.ShortProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
Modifier and Type | Method and Description |
---|---|
static InterpolationMethod |
InterpolationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterpolationMethod[] |
InterpolationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PixelInterpolator |
PixelInterpolator.create(InterpolationMethod method) |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.applyTo(ij.process.ImageProcessor source,
ij.process.ImageProcessor target,
InterpolationMethod im)
Transforms the "source" image to the "target" image using this geometric
mapping and the specified pixel interpolation method.
|
void |
Mapping.applyTo(ij.process.ImageProcessor ip,
InterpolationMethod im)
Destructively transforms the image in "ip" using this geometric
mapping and the specified pixel interpolation method.
|
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)