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.