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