Uses of Package
imagingbook.common.image.access
Packages that use imagingbook.common.image.access
Package
Description
-
Classes in imagingbook.common.image.access used by imagingbook.common.imageClassDescriptionAn 'image accessor' is a wrapper around some
ImageProcessor
object to allow unified (read and write) access to its pixels values. -
Classes in imagingbook.common.image.access used by imagingbook.common.image.accessClassDescriptionImage accessor for scalar images with 32-bit (float) values.An 'image accessor' is a wrapper around some
ImageProcessor
object to allow unified (read and write) access to its pixels values.A special vector-valued image accessor for RGB images (direct subclass ofVectorAccessor
) with depth = 3 color components.The common (abstract) super-class for all image accessors to scalar-valued images.Image accessor for scalar images with 16-bit (short) values.Accessor for vector-valued images with arbitrary depth (number of components). -
Classes in imagingbook.common.image.access used by imagingbook.common.image.interpolationClassDescriptionThe common (abstract) super-class for all image accessors to scalar-valued images.