boofcv.core.image.border
Class ImageBorderValue
- java.lang.Object
-
- boofcv.core.image.border.ImageBorderValue
-
public class ImageBorderValue extends java.lang.ObjectAll points outside of the image will return the specified value
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classImageBorderValue.Value_F32static classImageBorderValue.Value_F64static classImageBorderValue.Value_Istatic classImageBorderValue.Value_I64static classImageBorderValue.Value_IL_F32static classImageBorderValue.Value_IL_F64static classImageBorderValue.Value_IL_S32static classImageBorderValue.Value_IL_S64
-
Constructor Summary
Constructors Constructor and Description ImageBorderValue()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ImageBorder_F32wrap(GrayF32 image, float value)static ImageBorder_F64wrap(GrayF64 image, double value)static ImageBorder_S32wrap(GrayI image, int value)static ImageBorder_S64wrap(GrayS64 image, long value)static ImageBorderwrap(ImageGray image, double value)static ImageBorderwrap(ImageInterleaved image, double value)
-
-
-
Method Detail
-
wrap
public static ImageBorder wrap(ImageGray image, double value)
-
wrap
public static ImageBorder wrap(ImageInterleaved image, double value)
-
wrap
public static ImageBorder_S64 wrap(GrayS64 image, long value)
-
wrap
public static ImageBorder_F64 wrap(GrayF64 image, double value)
-
wrap
public static ImageBorder_F32 wrap(GrayF32 image, float value)
-
wrap
public static ImageBorder_S32 wrap(GrayI image, int value)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG