public static class ImageAccessor.Byte extends ImageAccessor.Scalar
ImageAccessor.Byte, ImageAccessor.Float, ImageAccessor.Rgb, ImageAccessor.Scalar, ImageAccessor.Short
interpolator, pixelDefaultValue
height, 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, setPix
create, getInterpolationMethod, getOutOfBoundsStrategy
public Byte(ij.process.ByteProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm)
public ij.process.ByteProcessor getProcessor()
getProcessor
in class ImageAccessor
public float getVal(int u, int v)
getVal
in class ImageAccessor.Scalar
public void setVal(int u, int v, float valf)
setVal
in class ImageAccessor.Scalar
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)