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