Package boofcv.alg.border
Interface GrowBorderSB<T extends ImageGray<T>,PixelArray>
- All Superinterfaces:
GrowBorder<T,
PixelArray>
- All Known Implementing Classes:
GrowBorderSB.SB_F32
,GrowBorderSB.SB_F64
,GrowBorderSB.SB_I_S32
,GrowBorderSB.SB_I16
,GrowBorderSB.SB_I8
,GrowBorderSB.SB_S32
,GrowBorderSB.SB_S64
@Generated("boofcv.alg.border.GenerateGrowBorderSB")
public interface GrowBorderSB<T extends ImageGray<T>,PixelArray>
extends GrowBorder<T,PixelArray>
Implementations of
GrowBorder
for single band images.
DO NOT MODIFY. This code was automatically generated by GenerateGrowBorderSB.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
GrowBorderSB.SB_I_S32<T extends GrayI<T>,
PixelArray> static class
GrowBorderSB.SB_I16<T extends GrayI16<T>>
static class
GrowBorderSB.SB_I8<T extends GrayI8<T>>
static class
static class
-
Method Summary
Methods inherited from interface boofcv.alg.border.GrowBorder
getImageType, growCol, growRow, setBorder, setImage