Uses of Class
boofcv.struct.border.ImageBorder_IL_F32
Packages that use ImageBorder_IL_F32
Package
Description
- 
Uses of ImageBorder_IL_F32 in boofcv.alg.filter.convolve
Methods in boofcv.alg.filter.convolve with parameters of type ImageBorder_IL_F32Modifier and TypeMethodDescriptionstatic voidConvolveImage.convolve(Kernel2D_F32 kernel, InterleavedF32 input, InterleavedF32 output, ImageBorder_IL_F32 border) Performs a 2D convolution across the image.static voidConvolveImage.horizontal(Kernel1D_F32 kernel, InterleavedF32 input, InterleavedF32 output, ImageBorder_IL_F32 border) Performs a horizontal 1D convolution across the image.static voidConvolveImage.vertical(Kernel1D_F32 kernel, InterleavedF32 input, InterleavedF32 output, ImageBorder_IL_F32 border) Performs a vertical 1D convolution across the image. - 
Uses of ImageBorder_IL_F32 in boofcv.alg.filter.convolve.border
Methods in boofcv.alg.filter.convolve.border with parameters of type ImageBorder_IL_F32Modifier and TypeMethodDescriptionstatic voidConvolveJustBorder_General_IL.convolve(Kernel2D_F32 kernel, ImageBorder_IL_F32 src, InterleavedF32 dst) static voidConvolveJustBorder_General_IL.horizontal(Kernel1D_F32 kernel, ImageBorder_IL_F32 src, InterleavedF32 dst) static voidConvolveJustBorder_General_IL.vertical(Kernel1D_F32 kernel, ImageBorder_IL_F32 src, InterleavedF32 dst)  - 
Uses of ImageBorder_IL_F32 in boofcv.core.image
Subclasses of ImageBorder_IL_F32 in boofcv.core.imageConstructors in boofcv.core.image with parameters of type ImageBorder_IL_F32 - 
Uses of ImageBorder_IL_F32 in boofcv.struct.border
Subclasses of ImageBorder_IL_F32 in boofcv.struct.borderModifier and TypeClassDescriptionclassImage border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.