Package boofcv.struct.border
Class ImageBorder_F64
- Direct Known Subclasses:
ImageBorder1D_F64
,ImageBorderValue.Value_F64
Child of
ImageBorder
for GrayF64
.-
Field Summary
Fields inherited from class boofcv.struct.border.ImageBorder
image
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
get
(int x, int y) void
getGeneral
(int x, int y, double[] pixel) abstract double
getOutside
(int x, int y) void
set
(int x, int y, double val) void
setGeneral
(int x, int y, double[] pixel) abstract void
setOutside
(int x, int y, double val) Methods inherited from class boofcv.struct.border.ImageBorder
copy, getImage, setImage
-
Constructor Details
-
ImageBorder_F64
-
ImageBorder_F64
protected ImageBorder_F64()
-
-
Method Details
-
set
public void set(int x, int y, double val) -
get
public double get(int x, int y) -
getGeneral
public void getGeneral(int x, int y, double[] pixel) - Specified by:
getGeneral
in classImageBorder<GrayF64>
-
setGeneral
public void setGeneral(int x, int y, double[] pixel) - Specified by:
setGeneral
in classImageBorder<GrayF64>
-
getOutside
public abstract double getOutside(int x, int y) -
setOutside
public abstract void setOutside(int x, int y, double val)
-