Package jaitools.imageutils

Various helper classes used by jai-tools image operators.

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 Working around a bug in ImageLayout that blows up when doing hashing with NOT all the fields initialized.
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 that honours double precision coordinates when testing for inclusion.
SamplingBorderExtender A BorderExtender that generates pixel values by randomly sampling the source image within a threshold distance of each border pixel
 

Enum Summary
PixelCoordType Constants for the type of coordinates to use to index pixels.
 

Package jaitools.imageutils Description

Various helper classes used by jai-tools image operators. Also available for general use.



Copyright © 2009-2011. All Rights Reserved.