Uses of Class
org.jaitools.media.jai.AttributeOpImage

Packages that use AttributeOpImage
org.jaitools.media.jai.contour Performs the "Contour" operation, tracing smooth contours at specified levels by interpolation of values in a band of the source image. 
org.jaitools.media.jai.vectorize Vectorizes boundaries of regions in the source image with uniform value 
 

Uses of AttributeOpImage in org.jaitools.media.jai.contour
 

Subclasses of AttributeOpImage in org.jaitools.media.jai.contour
 class ContourOpImage
          Generates contours for user-specified levels of values in the source image.
 

Uses of AttributeOpImage in org.jaitools.media.jai.vectorize
 

Subclasses of AttributeOpImage in org.jaitools.media.jai.vectorize
 class VectorizeOpImage
          Vectorize regions of uniform value in an image.
 



Copyright © 2009-2015. All Rights Reserved.