Package | Description |
---|---|
imagingbook.lib.filters | |
imagingbook.lib.image |
Modifier and Type | Method and Description |
---|---|
void |
GenericFilter.setOutOfBoundsStrategy(OutOfBoundsStrategy obs)
Set the out-of-bounds strategy of this
GenericFilter . |
Modifier and Type | Field and Description |
---|---|
protected OutOfBoundsStrategy |
ImageAccessor.outOfBoundsStrategy |
Modifier and Type | Method and Description |
---|---|
OutOfBoundsStrategy |
ImageAccessor.getOutOfBoundsStrategy() |
static OutOfBoundsStrategy |
OutOfBoundsStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutOfBoundsStrategy[] |
OutOfBoundsStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
static PixelIndexer |
PixelIndexer.create(int width,
int height,
OutOfBoundsStrategy mode) |
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) |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)