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 classThis indexer returns -1 for coordinates outside the image bounds, indicating that a (predefined) default pixel value should be used.static classThis indexer throws an exception if coordinates outside image bounds are accessed.static classThis indexer returns mirrored image values for coordinates outside the image bounds.static classThis indexer returns the closest border pixel for coordinates outside the image bounds.static classThis indexer returns repetitive image values for coordinates outside the image bounds.Methods in imagingbook.common.image that return GridIndexer2DModifier and TypeMethodDescriptionstatic GridIndexer2DGridIndexer2D.create(int width, int height, OutOfBoundsStrategy obs) Creates and returns a newGridIndexer2Dwith the specified size andOutOfBoundsStrategy.static GridIndexer2DGridIndexer2D.create(ImageProcessor ip, OutOfBoundsStrategy obs) Creates and returns a newGridIndexer2Dfor the specified image andOutOfBoundsStrategy. -
Uses of GridIndexer2D in imagingbook.common.image.access
Fields in imagingbook.common.image.access declared as GridIndexer2D