Package boofcv.struct.border
Class ImageBorder1D_F64
java.lang.Object
boofcv.struct.border.ImageBorder<GrayF64>
boofcv.struct.border.ImageBorder_F64
boofcv.struct.border.ImageBorder1D_F64
- All Implemented Interfaces:
ImageBorder1D
public class ImageBorder1D_F64 extends ImageBorder_F64 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_F64
.-
Field Summary
Fields inherited from class boofcv.struct.border.ImageBorder
image
-
Constructor Summary
Constructors Constructor Description ImageBorder1D_F64(BorderIndex1D rowWrap, BorderIndex1D colWrap)
ImageBorder1D_F64(FactoryBorderIndex1D factory)
-
Method Summary
Modifier and Type Method Description ImageBorder1D_F64
copy()
BorderIndex1D
getColWrap()
double
getOutside(int x, int y)
BorderIndex1D
getRowWrap()
void
setImage(GrayF64 image)
void
setOutside(int x, int y, double val)
Methods inherited from class boofcv.struct.border.ImageBorder_F64
get, getGeneral, set, setGeneral
Methods inherited from class boofcv.struct.border.ImageBorder
getImage
-
Constructor Details
-
ImageBorder1D_F64
-
ImageBorder1D_F64
-
-
Method Details
-
getRowWrap
- Specified by:
getRowWrap
in interfaceImageBorder1D
-
getColWrap
- Specified by:
getColWrap
in interfaceImageBorder1D
-
setImage
- Overrides:
setImage
in classImageBorder<GrayF64>
-
copy
- Specified by:
copy
in classImageBorder<GrayF64>
-
getOutside
public double getOutside(int x, int y)- Specified by:
getOutside
in classImageBorder_F64
-
setOutside
public void setOutside(int x, int y, double val)- Specified by:
setOutside
in classImageBorder_F64
-