Package boofcv.alg.border
Class GrowBorderSB.SB_I_S32<T extends GrayI<T>,PixelArray>
java.lang.Object
boofcv.alg.border.GrowBorderSB.SB_I_S32<T,PixelArray>
- All Implemented Interfaces:
GrowBorder<T,PixelArray>
,GrowBorderSB<T,PixelArray>
- Direct Known Subclasses:
GrowBorderSB.SB_I16
,GrowBorderSB.SB_I8
- Enclosing interface:
- GrowBorderSB<T extends ImageGray<T>,PixelArray>
public abstract static class GrowBorderSB.SB_I_S32<T extends GrayI<T>,PixelArray> extends Object implements GrowBorderSB<T,PixelArray>
-
Nested Class Summary
Nested classes/interfaces inherited from interface boofcv.alg.border.GrowBorderSB
GrowBorderSB.SB_F32, GrowBorderSB.SB_F64, GrowBorderSB.SB_I_S32<T extends GrayI<T>,PixelArray>, GrowBorderSB.SB_I16<T extends GrayI16<T>>, GrowBorderSB.SB_I8<T extends GrayI8<T>>, GrowBorderSB.SB_S32, GrowBorderSB.SB_S64
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description ImageType<T>
getImageType()
void
setBorder(ImageBorder<T> _border)
void
setImage(T image)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.alg.border.GrowBorder
growCol, growRow
-
Constructor Details
-
SB_I_S32
-
-
Method Details
-
setBorder
- Specified by:
setBorder
in interfaceGrowBorder<T extends GrayI<T>,PixelArray>
-
setImage
- Specified by:
setImage
in interfaceGrowBorder<T extends GrayI<T>,PixelArray>
-
getImageType
- Specified by:
getImageType
in interfaceGrowBorder<T extends GrayI<T>,PixelArray>
-