Uses of Class
jjil.core.Gray32Image

Packages that use Gray32Image
jjil.core   
 

Uses of Gray32Image in jjil.core
 

Subclasses of Gray32Image in jjil.core
 class Gray32MaskedImage
          Gray32MaskedImage is the image type used to store a 32-bit integer image and its associated 8-bit mask.
 class Gray32SubImage
          Gray32SubImage is used to represent a rectangular region extracted from a larger Gray32Image, retaining the x and y position where the image was extracted.
 

Methods in jjil.core that return Gray32Image
 Gray32Image Gray32MaskedImage.getImage()
          Get the input Gray32Image.
 

Constructors in jjil.core with parameters of type Gray32Image
Gray32MaskedImage(Gray32Image imData, Gray8Image imMask)
          Creates a new instance of Gray32MaskedImage from an existing image and mask.