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
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
ConstructorsConstructorDescriptionImageBorder1D_IL_S64(BorderIndex1D rowWrap, BorderIndex1D colWrap) ImageBorder1D_IL_S64(FactoryBorderIndex1D factory) -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidgetOutside(int x, int y, long[] pixel) voidsetImage(InterleavedS64 image) voidsetOutside(int x, int y, long[] pixel) Methods inherited from class boofcv.struct.border.ImageBorder_IL_S64
get, getGeneral, set, setGeneralMethods inherited from class boofcv.struct.border.ImageBorder
getImage
-
Constructor Details
-
ImageBorder1D_IL_S64
-
ImageBorder1D_IL_S64
-
-
Method Details
-
getRowWrap
- Specified by:
getRowWrapin interfaceImageBorder1D
-
getColWrap
- Specified by:
getColWrapin interfaceImageBorder1D
-
setImage
- Overrides:
setImagein classImageBorder<InterleavedS64>
-
copy
- Specified by:
copyin classImageBorder<InterleavedS64>
-
getOutside
public void getOutside(int x, int y, long[] pixel) - Specified by:
getOutsidein classImageBorder_IL_S64
-
setOutside
public void setOutside(int x, int y, long[] pixel) - Specified by:
setOutsidein classImageBorder_IL_S64
-