Package boofcv.core.image
Class ImageBorderWrapped.S32<T extends GrayI<T>>
java.lang.Object
boofcv.struct.border.ImageBorder<T>
boofcv.struct.border.ImageBorder_S32<T>
boofcv.core.image.ImageBorderWrapped.S32<T>
- Enclosing class:
- ImageBorderWrapped
-
Field Summary
FieldsModifier and TypeFieldDescriptionintSpecifies where the image starts inside the larger imageintSpecifies where the image starts inside the larger imageFields inherited from class boofcv.struct.border.ImageBorder
image -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()intgetOutside(int x, int y) voidsetOutside(int x, int y, int value) Methods inherited from class boofcv.struct.border.ImageBorder_S32
get, getGeneral, set, setGeneralMethods inherited from class boofcv.struct.border.ImageBorder
getImage, setImage
-
Field Details
-
offsetX
public int offsetXSpecifies where the image starts inside the larger image -
offsetY
public int offsetYSpecifies where the image starts inside the larger image -
borderImage
-
-
Constructor Details
-
S32
-
S32
public S32()
-
-
Method Details
-
getOutside
public int getOutside(int x, int y) - Specified by:
getOutsidein classImageBorder_S32<T extends GrayI<T>>
-
setOutside
public void setOutside(int x, int y, int value) - Specified by:
setOutsidein classImageBorder_S32<T extends GrayI<T>>
-
copy
- Specified by:
copyin classImageBorder<T extends GrayI<T>>
-