public static class ImageAccessor.Short extends ImageAccessor.Scalar
ImageAccessor.Byte, ImageAccessor.Float, ImageAccessor.Rgb, ImageAccessor.Scalar, ImageAccessor.Short
interpolator, pixelDefaultValue
height, indexer, interpolationMethod, outOfBoundsStrategy, width
Constructor and Description |
---|
Short(ij.process.ShortProcessor ip,
OutOfBoundsStrategy obs,
InterpolationMethod ipm) |
Modifier and Type | Method and Description |
---|---|
ij.process.ShortProcessor |
getProcessor() |
float |
getVal(int u,
int v) |
void |
setVal(int u,
int v,
float valf) |
create, getPix, getPix, getVal, setPix
create, getInterpolationMethod, getOutOfBoundsStrategy
public Short(ij.process.ShortProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm)
public ij.process.ShortProcessor 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)