Package org.jaitools.imageutils

Helper classes used by image operators, plus general utility classes.

See:
          Description

Class Summary
FillResult This class is used by the RegionalizeOpImage and FloodFiller to record data describing an image region that has just been flood-filled.
FloodFiller A flood-filling algorithm to use with rasters.
FloodFiller.ScanSegment Records a segment of contiguous pixels in a single row that will become part of a filled region.
ImageLayout2 Extends the standard JAI ImageLayout to provide a reliable hash function.
ImageSet<K>  
ImageSet.Element An ImageSet element consisting of a RenderedImage and an associated outside value.
ImageSet.Iterator<K>  
ImageUtils Provides static utility methods for some common image-related tasks.
RandomBorderExtender A BorderExtender that generates uniform random pixel values in a user-specified range
ROIGeometry An ROI class backed by a vector object providing precision and the ability to handle massive regions.
SamplingBorderExtender A BorderExtender that generates pixel values by randomly sampling the source image within a threshold distance of each border pixel
 

Package org.jaitools.imageutils Description

Helper classes used by image operators, plus general utility classes.



Copyright © 2009-2012. All Rights Reserved.