Package jaitools.media.jai.regionalize

The Regionlize operator: identifies areas of uniform value (within a user-specified tolerance) in a single source image, allocates a unique integer ID to each, and generates an image of the regions plus summary data.

See:
          Description

Class Summary
Region Holds summary data for a single region of uniform value identified in the image
RegionalizeDescriptor Describes the "Regionalize" operation.
RegionalizeOpImage An operator to identify regions of uniform value, within a user-specified tolerance, in the source image.
RegionalizeRIF The image factory for the Regionalize operation.
RegionalizeSpi OperationRegistrySpi implementation to register the "Regionalize" operation and its associated image factories.
 

Package jaitools.media.jai.regionalize Description

The Regionlize operator: identifies areas of uniform value (within a user-specified tolerance) in a single source image, allocates a unique integer ID to each, and generates an image of the regions plus summary data.



Copyright © 2009-2010. All Rights Reserved.