Uses of Interface
boofcv.alg.border.GrowBorder
-
Uses of GrowBorder in boofcv.alg.border
Modifier and TypeInterfaceDescriptioninterface
GrowBorderSB<T extends ImageGray<T>,
PixelArray> Implementations ofGrowBorder
for single band images.Modifier and TypeClassDescriptionstatic 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
-
Uses of GrowBorder in boofcv.alg.disparity
Modifier and TypeFieldDescriptionprotected GrowBorder<Input,
Object> DisparityBlockMatchRowFormat.growBorderL
protected GrowBorder<Input,
Object> DisparityBlockMatchRowFormat.growBorderR
-
Uses of GrowBorder in boofcv.core.image.border
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
GrowBorder<T,?> FactoryImageBorder.createGrowBorder
(ImageType<T> imageType) Creates aGrowBorder
class.