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 TypeMethodDescriptionvoidImageMapper.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 TypeClassDescriptionclassImage accessor for scalar images with 8-bit (byte) values.classImage accessor for scalar images with 32-bit (float) values.classA special vector-valued image accessor for RGB images (direct subclass ofVectorAccessor) with depth = 3 color components.classThe common (abstract) super-class for all image accessors to scalar-valued images.classImage accessor for scalar images with 16-bit (short) values.classAccessor for vector-valued images with arbitrary depth (number of components).Methods in imagingbook.common.image.access that return ImageAccessorModifier and TypeMethodDescriptionstatic final ImageAccessorImageAccessor.create(ImageProcessor ip) Creates a newImageAccessorinstance for the given image, using the default out-of-bounds strategy and interpolation method.static ImageAccessorImageAccessor.create(ImageProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Creates a newImageAccessorinstance for the given image, using the specified out-of-bounds strategy and interpolation method.