boofcv.core.image.border
Class FactoryImageBorderAlgs
- java.lang.Object
-
- boofcv.core.image.border.FactoryImageBorderAlgs
-
public class FactoryImageBorderAlgs extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description FactoryImageBorderAlgs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ImageBorder1D_F32extend(GrayF32 image)static ImageBorder1D_F64extend(GrayF64 image)static <T extends GrayI>
ImageBorder1D_S32<T>extend(T image)static ImageBorder1D_F32reflect(GrayF32 image)static ImageBorder1D_F64reflect(GrayF64 image)static <T extends GrayI>
ImageBorder1D_S32<T>reflect(T image)static ImageBorder_F32value(GrayF32 image, float value)static ImageBorder_F64value(GrayF64 image, double value)static ImageBorder_S32value(GrayI image, int value)static ImageBorder1D_F32wrap(GrayF32 image)static ImageBorder1D_F64wrap(GrayF64 image)static <T extends GrayI>
ImageBorder1D_S32<T>wrap(T image)
-
-
-
Method Detail
-
extend
public static ImageBorder1D_F64 extend(GrayF64 image)
-
reflect
public static ImageBorder1D_F64 reflect(GrayF64 image)
-
wrap
public static ImageBorder1D_F64 wrap(GrayF64 image)
-
value
public static ImageBorder_F64 value(GrayF64 image, double value)
-
extend
public static ImageBorder1D_F32 extend(GrayF32 image)
-
reflect
public static ImageBorder1D_F32 reflect(GrayF32 image)
-
wrap
public static ImageBorder1D_F32 wrap(GrayF32 image)
-
value
public static ImageBorder_F32 value(GrayF32 image, float value)
-
extend
public static <T extends GrayI> ImageBorder1D_S32<T> extend(T image)
-
reflect
public static <T extends GrayI> ImageBorder1D_S32<T> reflect(T image)
-
wrap
public static <T extends GrayI> ImageBorder1D_S32<T> wrap(T image)
-
value
public static ImageBorder_S32 value(GrayI image, int value)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG