Uses of Class
imagingbook.common.image.GridIndexer2D
Packages that use GridIndexer2D
-
Uses of GridIndexer2D in imagingbook.common.image
Subclasses of GridIndexer2D in imagingbook.common.imageModifier and TypeClassDescriptionstatic class
This indexer throws an exception if coordinates outside image bounds are accessed.static class
This indexer returns mirrored image values for coordinates outside the image bounds.static class
This indexer returns the closest border pixel for coordinates outside the image bounds.static class
This indexer returns -1 for coordinates outside the image bounds, indicating that a (predefined) default value should be used.Methods in imagingbook.common.image that return GridIndexer2DModifier and TypeMethodDescriptionstatic GridIndexer2D
GridIndexer2D.create
(int width, int height, OutOfBoundsStrategy obs) Creates and returns a newGridIndexer2D
with the specified size andOutOfBoundsStrategy
. -
Uses of GridIndexer2D in imagingbook.common.image.access
Fields in imagingbook.common.image.access declared as GridIndexer2D