Module imagingbook.common
Package imagingbook.common.image.access
package imagingbook.common.image.access
-
ClassesClassDescriptionImage accessor for scalar images with 8-bit (byte) values.Image 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).