Package boofcv.struct.border
Class ImageBorder_F32
- Direct Known Subclasses:
ImageBorder1D_F32
,ImageBorderValue.Value_F32
,ImageBorderWrapped.F32
@Generated("boofcv.struct.border.ImageBorder_F64")
public abstract class ImageBorder_F32
extends ImageBorder<GrayF32>
Child of
ImageBorder
for GrayF32
.-
Field Summary
Fields inherited from class boofcv.struct.border.ImageBorder
image
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
get
(int x, int y) void
getGeneral
(int x, int y, double[] pixel) abstract float
getOutside
(int x, int y) void
set
(int x, int y, float val) void
setGeneral
(int x, int y, double[] pixel) abstract void
setOutside
(int x, int y, float val) Methods inherited from class boofcv.struct.border.ImageBorder
copy, getImage, setImage
-
Constructor Details
-
ImageBorder_F32
-
ImageBorder_F32
protected ImageBorder_F32()
-
-
Method Details
-
set
public void set(int x, int y, float val) -
get
public float get(int x, int y) -
getGeneral
public void getGeneral(int x, int y, double[] pixel) - Specified by:
getGeneral
in classImageBorder<GrayF32>
-
setGeneral
public void setGeneral(int x, int y, double[] pixel) - Specified by:
setGeneral
in classImageBorder<GrayF32>
-
getOutside
public abstract float getOutside(int x, int y) -
setOutside
public abstract void setOutside(int x, int y, float val)
-