Uses of Interface
boofcv.alg.border.GrowBorder
Packages that use GrowBorder
-
Uses of GrowBorder in boofcv.alg.border
Subinterfaces of GrowBorder in boofcv.alg.borderModifier and TypeInterfaceDescriptioninterfaceGrowBorderSB<T extends ImageGray<T>,PixelArray> Implementations ofGrowBorderfor single band images.Classes in boofcv.alg.border that implement GrowBorderModifier and TypeClassDescriptionstatic classstatic classstatic classGrowBorderSB.SB_I_S32<T extends GrayI<T>,PixelArray> static classGrowBorderSB.SB_I16<T extends GrayI16<T>>static classGrowBorderSB.SB_I8<T extends GrayI8<T>>static classstatic class -
Uses of GrowBorder in boofcv.alg.disparity
Fields in boofcv.alg.disparity declared as GrowBorderModifier and TypeFieldDescriptionprotected GrowBorder<Input,Object> DisparityBlockMatchRowFormat.growBorderLprotected GrowBorder<Input,Object> DisparityBlockMatchRowFormat.growBorderR -
Uses of GrowBorder in boofcv.core.image.border
Methods in boofcv.core.image.border that return GrowBorderModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
GrowBorder<T,?> FactoryImageBorder.createGrowBorder(ImageType<T> imageType) Creates aGrowBorderclass.