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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatget(int x, int y) voidgetGeneral(int x, int y, double[] pixel) abstract floatgetOutside(int x, int y) voidset(int x, int y, float val) voidsetGeneral(int x, int y, double[] pixel) abstract voidsetOutside(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:
getGeneralin classImageBorder<GrayF32>
-
setGeneral
public void setGeneral(int x, int y, double[] pixel) - Specified by:
setGeneralin classImageBorder<GrayF32>
-
getOutside
public abstract float getOutside(int x, int y) -
setOutside
public abstract void setOutside(int x, int y, float val)
-