public abstract class ImageBorder_S64 extends ImageBorder<GrayS64>
ImageBorder for GrayI.| Modifier | Constructor and Description |
|---|---|
protected |
ImageBorder_S64() |
|
ImageBorder_S64(GrayS64 image) |
| Modifier and Type | Method and Description |
|---|---|
long |
get(int x,
int y) |
void |
getGeneral(int x,
int y,
double[] pixel) |
abstract long |
getOutside(int x,
int y) |
void |
set(int x,
int y,
long value) |
void |
setGeneral(int x,
int y,
double[] pixel) |
abstract void |
setOutside(int x,
int y,
long value) |
getImage, setImagepublic ImageBorder_S64(GrayS64 image)
protected ImageBorder_S64()
public long get(int x,
int y)
public abstract long getOutside(int x,
int y)
public void set(int x,
int y,
long value)
public void getGeneral(int x,
int y,
double[] pixel)
getGeneral in class ImageBorder<GrayS64>public void setGeneral(int x,
int y,
double[] pixel)
setGeneral in class ImageBorder<GrayS64>public abstract void setOutside(int x,
int y,
long value)