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