Package boofcv.core.image
Class ImageBorderValue.Value_IL_S32
java.lang.Object
boofcv.struct.border.ImageBorder<T>
boofcv.struct.border.ImageBorder_IL_S32
boofcv.core.image.ImageBorderValue.Value_IL_S32
- Enclosing class:
- ImageBorderValue
public static class ImageBorderValue.Value_IL_S32 extends ImageBorder_IL_S32
-
Field Summary
Fields Modifier and Type Field Description int
value
Fields inherited from class boofcv.struct.border.ImageBorder
image
-
Constructor Summary
Constructors Constructor Description Value_IL_S32(int value)
Value_IL_S32(InterleavedInteger image, int value)
-
Method Summary
Modifier and Type Method Description ImageBorderValue.Value_IL_S32
copy()
void
getOutside(int x, int y, int[] pixel)
void
setOutside(int x, int y, int[] pixel)
Methods inherited from class boofcv.struct.border.ImageBorder_IL_S32
get, getGeneral, set, setGeneral
Methods inherited from class boofcv.struct.border.ImageBorder
getImage, setImage
-
Field Details
-
value
public int value
-
-
Constructor Details
-
Value_IL_S32
-
Value_IL_S32
public Value_IL_S32(int value)
-
-
Method Details
-
getOutside
public void getOutside(int x, int y, int[] pixel)- Specified by:
getOutside
in classImageBorder_IL_S32
-
setOutside
public void setOutside(int x, int y, int[] pixel)- Specified by:
setOutside
in classImageBorder_IL_S32
-
copy
- Specified by:
copy
in classImageBorder
-