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
-
Field Summary
FieldsFields inherited from class boofcv.struct.border.ImageBorder
image -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidgetOutside(int x, int y, int[] pixel) voidsetOutside(int x, int y, int[] pixel) Methods inherited from class boofcv.struct.border.ImageBorder_IL_S32
get, getGeneral, set, setGeneralMethods 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:
getOutsidein classImageBorder_IL_S32
-
setOutside
public void setOutside(int x, int y, int[] pixel) - Specified by:
setOutsidein classImageBorder_IL_S32
-
copy
- Specified by:
copyin classImageBorder
-