Package inra.ijpb.data.image

Some classes to access image data in a unified and hopefully efficient way.

  • Interface Summary
    Interface Description
    Image3D
    Interface for accessing the values of a 3D stack.
  • Class Summary
    Class Description
    ByteStackWrapper
    Access the data of a 3D image containing gray8 values stored as bytes.
    ColorImages
    A set of static methods for working with color images.
    FloatStackWrapper
    Access the data of a 3D image containing intensity values stored as float.
    Images3D
    A collection of static methods for working on 3D images.
    ImageUtils
    A collection of static utility methods for processing 2D or 3D images.
    ShortStackWrapper
    Access the data of a 3D image containing gray16 values stored as short.