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) |
double |
getGeneral(int x,
int y)
Generalized non image type specific set.
|
abstract float |
getOutside(int x,
int y) |
void |
set(int x,
int y,
float val) |
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 double getGeneral(int x,
int y)
ImageBordergetGeneral in class ImageBorder<ImageFloat32>public abstract float getOutside(int x,
int y)
public abstract void setOutside(int x,
int y,
float val)
Copyright © 2013. All Rights Reserved.