Package boofcv.struct.border
-
Interface Summary Interface Description FactoryBorderIndex1D Factory for creating BorderIndex1D.ImageBorder1D Interface for classes that modify the coordinate of a pixel so that it will always reference a pixel inside the image. -
Class Summary Class Description BorderIndex1D Remaps references to elements outside of an array to elements inside of the array.ImageBorder<T extends ImageBase<T>> A wrapper around a normal image that returns a numeric value if a pixel is requested that is outside of the image boundary.ImageBorder_F32 Child ofImageBorder
forGrayF32
.ImageBorder_F64 Child ofImageBorder
forGrayF64
.ImageBorder_IL_F32 Child ofImageBorder
forInterleavedF32
.ImageBorder_IL_F64 Child ofImageBorder
forInterleavedF32
.ImageBorder_IL_S32<T extends InterleavedInteger<T>> Child ofImageBorder
forInterleavedInteger
.ImageBorder_IL_S64 Child ofImageBorder
forInterleavedInteger
.ImageBorder_S32<T extends GrayI<T>> Child ofImageBorder
forGrayI
.ImageBorder_S64 Child ofImageBorder
forGrayI
.ImageBorder1D_F32 Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.ImageBorder1D_F64 Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.ImageBorder1D_IL_F32 Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.ImageBorder1D_IL_F64 Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.ImageBorder1D_IL_S32<T extends InterleavedInteger<T>> Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.ImageBorder1D_IL_S64 Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.ImageBorder1D_S32<T extends GrayI<T>> Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.ImageBorder1D_S64 Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image. -
Enum Summary Enum Description BorderType How the image border is handled by a convolution filter.