Package | Description |
---|---|
imagingbook.lib.image | |
imagingbook.pub.geometry.mappings |
Modifier and Type | Class and Description |
---|---|
static class |
ImageAccessor.Byte |
static class |
ImageAccessor.Float |
static class |
ImageAccessor.Rgb |
static class |
ImageAccessor.Scalar |
static class |
ImageAccessor.Short |
Modifier and Type | Method and Description |
---|---|
static ImageAccessor |
ImageAccessor.create(ij.process.ImageProcessor ip)
Creates a new
ImageAccessor instance for the given image,
using the default out-of-bounds strategy and interpolation method. |
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. |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.applyTo(ImageAccessor sourceAcc,
ImageAccessor targetAcc)
Transforms the source image (contained in "srcInterpol") to the "target"
image using this geometric mapping and the specified pixel interpolator.
|
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)