Class GrowBorderSB.SB_I8<T extends GrayI8<T>>

java.lang.Object
boofcv.alg.border.GrowBorderSB.SB_I_S32<T,byte[]>
boofcv.alg.border.GrowBorderSB.SB_I8<T>
All Implemented Interfaces:
GrowBorder<T,byte[]>, GrowBorderSB<T,byte[]>
Enclosing interface:
GrowBorderSB<T extends ImageGray<T>,PixelArray>

public static class GrowBorderSB.SB_I8<T extends GrayI8<T>> extends GrowBorderSB.SB_I_S32<T,byte[]>
  • Constructor Details

  • Method Details

    • growRow

      public void growRow(int y, int borderLower, int borderUpper, byte[] output, int offset)
    • growCol

      public void growCol(int x, int borderLower, int borderUpper, byte[] output, int offset)