Package boofcv.struct.border
Class ImageBorder_S64
- Direct Known Subclasses:
ImageBorder1D_S64,ImageBorderValue.Value_I64
Child of
ImageBorder for GrayI.-
Field Summary
Fields inherited from class boofcv.struct.border.ImageBorder
image -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongget(int x, int y) voidgetGeneral(int x, int y, double[] pixel) abstract longgetOutside(int x, int y) voidset(int x, int y, long value) voidsetGeneral(int x, int y, double[] pixel) abstract voidsetOutside(int x, int y, long value) Methods inherited from class boofcv.struct.border.ImageBorder
copy, getImage, setImage
-
Constructor Details
-
ImageBorder_S64
-
ImageBorder_S64
protected ImageBorder_S64()
-
-
Method Details
-
get
public long get(int x, int y) -
getOutside
public abstract long getOutside(int x, int y) -
set
public void set(int x, int y, long value) -
getGeneral
public void getGeneral(int x, int y, double[] pixel) - Specified by:
getGeneralin classImageBorder<GrayS64>
-
setGeneral
public void setGeneral(int x, int y, double[] pixel) - Specified by:
setGeneralin classImageBorder<GrayS64>
-
setOutside
public abstract void setOutside(int x, int y, long value)
-