public static class ImageAccessor.Byte extends ImageAccessor.Scalar
ImageAccessor.Byte, ImageAccessor.Float, ImageAccessor.Rgb, ImageAccessor.Scalar, ImageAccessor.Shortinterpolator, pixelDefaultValueheight, indexer, interpolationMethod, outOfBoundsStrategy, width| Constructor and Description |
|---|
Byte(ij.process.ByteProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
| Modifier and Type | Method and Description |
|---|---|
ij.process.ByteProcessor |
getProcessor() |
float |
getVal(int u,
int v) |
void |
setVal(int u,
int v,
float valf) |
create, getPix, getPix, getVal, setPixcreate, getInterpolationMethod, getOutOfBoundsStrategypublic Byte(ij.process.ByteProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm)
public ij.process.ByteProcessor getProcessor()
getProcessor in class ImageAccessorpublic float getVal(int u, int v)
getVal in class ImageAccessor.Scalarpublic void setVal(int u, int v, float valf)
setVal in class ImageAccessor.ScalarCopyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)