Package boofcv.struct.border
Class ImageBorder_IL_F32
- Direct Known Subclasses:
ImageBorder1D_IL_F32,ImageBorderValue.Value_IL_F32
@Generated("boofcv.struct.border.ImageBorder_IL_F64")
public abstract class ImageBorder_IL_F32
extends ImageBorder<InterleavedF32>
Child of
ImageBorder for InterleavedF32.-
Field Summary
Fields inherited from class boofcv.struct.border.ImageBorder
image -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidget(int x, int y, float[] pixel) voidgetGeneral(int x, int y, double[] pixel) abstract voidgetOutside(int x, int y, float[] pixel) voidset(int x, int y, float[] pixel) voidsetGeneral(int x, int y, double[] pixel) abstract voidsetOutside(int x, int y, float[] pixel) Methods inherited from class boofcv.struct.border.ImageBorder
copy, getImage, setImage
-
Constructor Details
-
ImageBorder_IL_F32
-
ImageBorder_IL_F32
protected ImageBorder_IL_F32()
-
-
Method Details
-
set
public void set(int x, int y, float[] pixel) -
get
public void get(int x, int y, float[] pixel) -
getOutside
public abstract void getOutside(int x, int y, float[] pixel) -
setOutside
public abstract void setOutside(int x, int y, float[] pixel) -
getGeneral
public void getGeneral(int x, int y, double[] pixel) - Specified by:
getGeneralin classImageBorder<InterleavedF32>
-
setGeneral
public void setGeneral(int x, int y, double[] pixel) - Specified by:
setGeneralin classImageBorder<InterleavedF32>
-