Package boofcv.struct.border
Interface ImageBorder1D
- All Known Implementing Classes:
ImageBorder1D_F32,ImageBorder1D_F64,ImageBorder1D_IL_F32,ImageBorder1D_IL_F64,ImageBorder1D_IL_S32,ImageBorder1D_IL_S64,ImageBorder1D_S32,ImageBorder1D_S64
public interface ImageBorder1D
Interface for classes that modify the coordinate of a pixel so that it will always reference a pixel inside
the image. This is done independently for x and y axes. E.g. x=-1 will become x=0.
-
Method Summary
-
Method Details
-
getRowWrap
BorderIndex1D getRowWrap() -
getColWrap
BorderIndex1D getColWrap()
-