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