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
-
Method Summary
Modifier and TypeMethodDescriptionlong
get
(int x, int y) void
getGeneral
(int x, int y, double[] pixel) abstract long
getOutside
(int x, int y) void
set
(int x, int y, long value) void
setGeneral
(int x, int y, double[] pixel) abstract void
setOutside
(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:
getGeneral
in classImageBorder<GrayS64>
-
setGeneral
public void setGeneral(int x, int y, double[] pixel) - Specified by:
setGeneral
in classImageBorder<GrayS64>
-
setOutside
public abstract void setOutside(int x, int y, long value)
-