C D K M O U V

C

computeRect(Raster[], WritableRaster, Rectangle) - Method in class org.jaitools.media.jai.maskedconvolve.MaskedConvolveOpImage
Performs convolution on a specified rectangle.
create(ParameterBlock, RenderingHints) - Method in class org.jaitools.media.jai.maskedconvolve.MaskedConvolveRIF
Create a new instance of MaskedConvolveOpImage in the rendered layer.

D

DEFAULT_NIL_VALUE - Static variable in class org.jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Default value for nilValue parameter (0)

K

KERNEL_TOL - Static variable in class org.jaitools.media.jai.maskedconvolve.MaskedConvolveOpImage
The tolerance used when marking kernel cells as active (ie.

M

MaskedConvolveDescriptor - Class in org.jaitools.media.jai.maskedconvolve
The "MaskedConvolve" operation extends JAI's convolve operator by providing the option to select which source and or destination pixels are included in processing using an associated ROI object.
MaskedConvolveDescriptor() - Constructor for class org.jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Constructor.
MaskedConvolveOpImage - Class in org.jaitools.media.jai.maskedconvolve
An operator to perform masked convolution on a source image.
MaskedConvolveOpImage(RenderedImage, BorderExtender, Map, ImageLayout, KernelJAI, ROI, Boolean, Boolean, Number, int, Collection<Object>, Boolean) - Constructor for class org.jaitools.media.jai.maskedconvolve.MaskedConvolveOpImage
Creates a new instance.
MaskedConvolveRIF - Class in org.jaitools.media.jai.maskedconvolve
The image factory for the MaskedConvolveOpImage operation.
MaskedConvolveRIF() - Constructor for class org.jaitools.media.jai.maskedconvolve.MaskedConvolveRIF
Constructor
MaskedConvolveSpi - Class in org.jaitools.media.jai.maskedconvolve
OperationRegistrySpi implementation to register the "MaskedConvolve" operation and its associated image factories.
MaskedConvolveSpi() - Constructor for class org.jaitools.media.jai.maskedconvolve.MaskedConvolveSpi
Default constructor.
MIN_CELLS_ALL - Static variable in class org.jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Constant that can be used for the minCells parameter to require all non-zero kernel cells to overlap with unmasked source image cells for convolution to be performed for a terget cell
MIN_CELLS_ANY - Static variable in class org.jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Constant that can be used for the minCells parameter to specify convolution will be performed for a terget cell if any non-zero kernel cells overlap with unmasked source image cells.

O

org.jaitools.media.jai.maskedconvolve - package org.jaitools.media.jai.maskedconvolve
Performs the "MaskedConvolve" operation, convolution with the ability to selectively include source and/or destination pixels based on an ROI.

U

updateRegistry(OperationRegistry) - Method in class org.jaitools.media.jai.maskedconvolve.MaskedConvolveSpi
Registers the MaskedConvolve operation and its associated image factories across all supported operation modes.

V

validateParameters(String, ParameterBlock, StringBuffer) - Method in class org.jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Validates the supplied parameters.

C D K M O U V

Copyright © 2009-2013. All Rights Reserved.