public static class ImageAccessor.Rgb extends ImageAccessor
ImageAccessor.Byte, ImageAccessor.Float, ImageAccessor.Rgb, ImageAccessor.Scalar, ImageAccessor.Short
height, 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, getOutOfBoundsStrategy
public 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 ImageAccessor
public float[] getPix(int u, int v)
getPix
in class ImageAccessor
public void setPix(int u, int v, float[] valf)
setPix
in class ImageAccessor
public float[] getPix(double x, double y)
getPix
in class ImageAccessor
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)