public abstract class ImageBorder_F64 extends ImageBorder<ImageFloat64>
ImageBorder for ImageFloat64.| Modifier | Constructor and Description |
|---|---|
protected |
ImageBorder_F64() |
|
ImageBorder_F64(ImageFloat64 image) |
| Modifier and Type | Method and Description |
|---|---|
double |
get(int x,
int y) |
double |
getGeneral(int x,
int y)
Generalized non image type specific set.
|
abstract double |
getOutside(int x,
int y) |
void |
set(int x,
int y,
double val) |
abstract void |
setOutside(int x,
int y,
double val) |
getImage, setImagepublic ImageBorder_F64(ImageFloat64 image)
protected ImageBorder_F64()
public void set(int x,
int y,
double val)
public double get(int x,
int y)
public double getGeneral(int x,
int y)
ImageBordergetGeneral in class ImageBorder<ImageFloat64>public abstract double getOutside(int x,
int y)
public abstract void setOutside(int x,
int y,
double val)
Copyright © 2013. All Rights Reserved.