Class GrowBorderSB.SB_I16<T extends GrayI16<T>>

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

public static class GrowBorderSB.SB_I16<T extends GrayI16<T>> extends GrowBorderSB.SB_I_S32<T,short[]>
  • Constructor Details

  • Method Details

    • growRow

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

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