Package boofcv.struct.border
Class ImageBorder1D_F32
java.lang.Object
boofcv.struct.border.ImageBorder<GrayF32>
boofcv.struct.border.ImageBorder_F32
boofcv.struct.border.ImageBorder1D_F32
- All Implemented Interfaces:
ImageBorder1D
@Generated("boofcv.struct.border.ImageBorder1D_F64") public class ImageBorder1D_F32 extends ImageBorder_F32 implements ImageBorder1D
Image border is handled independently along each axis by changing the indexes so that it references a pixel
inside the image. For
ImageBorder_F32
.-
Field Summary
Fields inherited from class boofcv.struct.border.ImageBorder
image
-
Constructor Summary
Constructors Constructor Description ImageBorder1D_F32(BorderIndex1D rowWrap, BorderIndex1D colWrap)
ImageBorder1D_F32(FactoryBorderIndex1D factory)
-
Method Summary
Modifier and Type Method Description ImageBorder1D_F32
copy()
BorderIndex1D
getColWrap()
float
getOutside(int x, int y)
BorderIndex1D
getRowWrap()
void
setImage(GrayF32 image)
void
setOutside(int x, int y, float val)
Methods inherited from class boofcv.struct.border.ImageBorder_F32
get, getGeneral, set, setGeneral
Methods inherited from class boofcv.struct.border.ImageBorder
getImage
-
Constructor Details
-
ImageBorder1D_F32
-
ImageBorder1D_F32
-
-
Method Details
-
getRowWrap
- Specified by:
getRowWrap
in interfaceImageBorder1D
-
getColWrap
- Specified by:
getColWrap
in interfaceImageBorder1D
-
setImage
- Overrides:
setImage
in classImageBorder<GrayF32>
-
copy
- Specified by:
copy
in classImageBorder<GrayF32>
-
getOutside
public float getOutside(int x, int y)- Specified by:
getOutside
in classImageBorder_F32
-
setOutside
public void setOutside(int x, int y, float val)- Specified by:
setOutside
in classImageBorder_F32
-