Package boofcv.core.image.border
Class FactoryImageBorderAlgs
java.lang.Object
boofcv.core.image.border.FactoryImageBorderAlgs
Factory for creating data type specific implementations of
ImageBorder1D
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageBorder1D_F32
static ImageBorder1D_F64
static <T extends GrayI<T>>
ImageBorder1D_S32<T>extend
(T image) static ImageBorder1D_F32
static ImageBorder1D_F64
static <T extends GrayI<T>>
ImageBorder1D_S32<T>reflect
(T image) static ImageBorder_F32
static ImageBorder_F64
static ImageBorder_S32
static ImageBorder1D_F32
static ImageBorder1D_F64
static <T extends GrayI<T>>
ImageBorder1D_S32<T>wrap
(T image)
-
Constructor Details
-
FactoryImageBorderAlgs
public FactoryImageBorderAlgs()
-
-
Method Details
-
extend
-
reflect
-
wrap
-
value
-
extend
-
reflect
-
wrap
-
value
-
extend
-
reflect
-
wrap
-
value
-