- CONTOUR_PROPERTY_NAME - Static variable in class org.jaitools.media.jai.contour.ContourDescriptor
-
Constant identifying the image property that will hold the generated contours.
- ContourDescriptor - Class in org.jaitools.media.jai.contour
-
Describes the "Contour" operation in which contour lines are interpolated
from values in a source image band.
- ContourDescriptor() - Constructor for class org.jaitools.media.jai.contour.ContourDescriptor
-
Creates a new instance.
- ContourOpImage - Class in org.jaitools.media.jai.contour
-
Generates contours for user-specified levels of values in the source image.
- ContourOpImage(RenderedImage, ROI, int, Collection<? extends Number>, Double, Collection<Object>, boolean, boolean, boolean) - Constructor for class org.jaitools.media.jai.contour.ContourOpImage
-
Constructor.
- ContourRIF - Class in org.jaitools.media.jai.contour
-
The image factory for the Contour operator.
- ContourRIF() - Constructor for class org.jaitools.media.jai.contour.ContourRIF
-
- ContourSpi - Class in org.jaitools.media.jai.contour
-
OperationRegistrySpi implementation to register the "Contour"
operation and its associated image factories.
- ContourSpi() - Constructor for class org.jaitools.media.jai.contour.ContourSpi
-
Default constructor.
- create(ParameterBlock, RenderingHints) - Method in class org.jaitools.media.jai.contour.ContourRIF
-
Creates a new instance of ContourOpImage in the rendered layer.