C D J K M U V

C

computeRect(Raster[], WritableRaster, Rectangle) - Method in class jaitools.media.jai.maskedconvolve.MaskedConvolveOpImage
Performs convolution on a specified rectangle.
create(RenderedImage, KernelJAI, ROI, Boolean, Boolean, Number, int, RenderingHints) - Static method in class jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Constructs a ParameterBlockJAI and invokes JAI.create("maskedconvolve", params) .
create(ParameterBlock, RenderingHints) - Method in class jaitools.media.jai.maskedconvolve.MaskedConvolveRIF
Create a new instance of MaskedConvolveOpImage in the rendered layer.

D

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

J

jaitools.media.jai.maskedconvolve - package jaitools.media.jai.maskedconvolve
Extends the standard JAI Convolve operator with source and/or destination masking

K

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

M

MaskedConvolveDescriptor - Class in jaitools.media.jai.maskedconvolve
An OperationDescriptor describing the "MaskedConvolve" operation.
MaskedConvolveDescriptor() - Constructor for class jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Constructor.
MaskedConvolveOpImage - Class in 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) - Constructor for class jaitools.media.jai.maskedconvolve.MaskedConvolveOpImage
Constructor
MaskedConvolveRIF - Class in jaitools.media.jai.maskedconvolve
The image factory for the MaskedConvolveOpImage operation.
MaskedConvolveRIF() - Constructor for class jaitools.media.jai.maskedconvolve.MaskedConvolveRIF
Constructor
MaskedConvolveSpi - Class in jaitools.media.jai.maskedconvolve
OperationRegistrySpi implementation to register the "MaskedConvolve" operation and its associated image factories.
MaskedConvolveSpi() - Constructor for class jaitools.media.jai.maskedconvolve.MaskedConvolveSpi
Default constructor.
MIN_CELLS_ALL - Static variable in class 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 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.

U

updateRegistry(OperationRegistry) - Method in class 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 jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
 

C D J K M U V

Copyright © 2009-2010. All Rights Reserved.