create(ParameterBlock pb, RenderingHints hints) Creates a
CollectionImage that represents the result of applying
the requested operation once to each image in the collection.
Parameters: pb - the parameter block. Parameters: hints - the rendering hints.
prepareSources(Collection<RenderedImage> sources, RenderingHints hints) Prepares the source images so that they are fit for the Fourier transform.
Parameters: sources - the source images. Parameters: hints - the rendering hints.
Creates a
CollectionImage that represents the result of applying
the requested operation once to each image in the collection.
Parameters: pb - the parameter block. Parameters: hints - the rendering hints. the collection image containing the results.
Prepares the source images so that they are fit for the Fourier transform.
Parameters: sources - the source images. Parameters: hints - the rendering hints. the collection image containing the results.