Package org.eclipse.imagen.media.contour


package org.eclipse.imagen.media.contour
Performs the "Contour" operation, tracing smooth contours at specified levels by interpolation of values in a band of the source image. See ContourDescriptor for details.
  • Class
    Description
    Base class for Bezier smoothing of JTS Geometry objects.
    Describes the "Contour" operation in which contour lines are interpolated from values in a source image band.
    Generates contours for user-specified levels of values in the source image.
    The image factory for the Contour operator.
    OperationRegistrySpi implementation to register the "Contour" operation and its associated image factories.
    Line smoothing by interpolation with cubic Bazier curves.
    Defines methods to control the smoothing process.