public static class ImageAccessor.Rgb extends ImageAccessor
ImageAccessor.Byte, ImageAccessor.Float, ImageAccessor.Rgb, ImageAccessor.Scalar, ImageAccessor.Shortheight, indexer, interpolationMethod, outOfBoundsStrategy, width| Constructor and Description |
|---|
Rgb(ij.process.ColorProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
| Modifier and Type | Method and Description |
|---|---|
static ImageAccessor.Rgb |
create(ij.process.ImageProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
float[] |
getPix(double x,
double y) |
float[] |
getPix(int u,
int v) |
ij.process.ColorProcessor |
getProcessor() |
void |
setPix(int u,
int v,
float[] valf) |
create, getInterpolationMethod, getOutOfBoundsStrategypublic Rgb(ij.process.ColorProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm)
public static ImageAccessor.Rgb create(ij.process.ImageProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm)
public ij.process.ColorProcessor getProcessor()
getProcessor in class ImageAccessorpublic float[] getPix(int u, int v)
getPix in class ImageAccessorpublic void setPix(int u, int v, float[] valf)
setPix in class ImageAccessorpublic float[] getPix(double x, double y)
getPix in class ImageAccessorCopyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)