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
Modifier and TypeFieldDescriptionint
Specifies where the image starts inside the larger imageint
Specifies where the image starts inside the larger imageFields inherited from class boofcv.struct.border.ImageBorder
image
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
int
getOutside
(int x, int y) void
setOutside
(int x, int y, int value) Methods inherited from class boofcv.struct.border.ImageBorder_S32
get, getGeneral, set, setGeneral
Methods 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:
getOutside
in classImageBorder_S32<T extends GrayI<T>>
-
setOutside
public void setOutside(int x, int y, int value) - Specified by:
setOutside
in classImageBorder_S32<T extends GrayI<T>>
-
copy
- Specified by:
copy
in classImageBorder<T extends GrayI<T>>
-