Package boofcv.core.image
Class ImageBorderValue
java.lang.Object
boofcv.core.image.ImageBorderValue
public class ImageBorderValue extends Object
All points outside of the image will return the specified value
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImageBorderValue.Value_F32
static class
ImageBorderValue.Value_F64
static class
ImageBorderValue.Value_I
static class
ImageBorderValue.Value_I64
static class
ImageBorderValue.Value_IL_F32
static class
ImageBorderValue.Value_IL_F64
static class
ImageBorderValue.Value_IL_S32
static class
ImageBorderValue.Value_IL_S64
-
Constructor Summary
Constructors Constructor Description ImageBorderValue()
-
Method Summary
Modifier and Type Method Description static ImageBorder_F32
wrap(GrayF32 image, float value)
static ImageBorder_F64
wrap(GrayF64 image, double value)
static ImageBorder_S32
wrap(GrayI image, int value)
static ImageBorder_S64
wrap(GrayS64 image, long value)
static ImageBorder
wrap(ImageGray image, double value)
static ImageBorder
wrap(ImageInterleaved image, double value)
-
Constructor Details
-
ImageBorderValue
public ImageBorderValue()
-
-
Method Details
-
wrap
-
wrap
-
wrap
-
wrap
-
wrap
-
wrap
-