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