Uses of Class
imagingbook.common.image.access.ImageAccessor
Packages that use ImageAccessor
-
Uses of ImageAccessor in imagingbook.common.image
Methods in imagingbook.common.image with parameters of type ImageAccessorModifier and TypeMethodDescriptionvoid
ImageMapper.map
(ImageAccessor sourceAcc, ImageAccessor targetAcc) Transforms the source image to the target image using this geometric mapping and the specified pixel interpolation method. -
Uses of ImageAccessor in imagingbook.common.image.access
Subclasses of ImageAccessor in imagingbook.common.image.accessModifier and TypeClassDescriptionclass
Image accessor for scalar images with 8-bit (byte) values.class
Image accessor for scalar images with 32-bit (float) values.class
A special vector-valued image accessor for RGB images (direct subclass ofVectorAccessor
) with depth = 3 color components.class
The common (abstract) super-class for all image accessors to scalar-valued images.class
Image accessor for scalar images with 16-bit (short) values.class
Accessor for vector-valued images with arbitrary depth (number of components).Methods in imagingbook.common.image.access that return ImageAccessorModifier and TypeMethodDescriptionstatic final ImageAccessor
ImageAccessor.create
(ImageProcessor ip) Creates a newImageAccessor
instance for the given image, using the default out-of-bounds strategy and interpolation method.static ImageAccessor
ImageAccessor.create
(ImageProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Creates a newImageAccessor
instance for the given image, using the specified out-of-bounds strategy and interpolation method.