Uses of Class
org.ojalgo.data.image.ImageData
Packages that use ImageData
-
Uses of ImageData in org.ojalgo.data.image
Subclasses of ImageData in org.ojalgo.data.imageMethods in org.ojalgo.data.image that return ImageDataModifier and TypeMethodDescriptionImageData.applyGaussianBlur(double sigma) Creates a new image (of the same type) blurring the input using a Gaussian blur kernel.ImageData.convertTo(int imageType) Creates a new image, converting the input to the specified image type in the process.ImageData.convertToGreyScale()static ImageDatastatic ImageDataImageData.fromFrequencyDomain(MatrixStore<ComplexNumber> transformed) Creates a new image, transforming the input (back) from the frequency domain to the spatial domain using the inverse discrete Fourier transform.static ImageDataImageData.newColour(int nbRows, int nbCols) static ImageDataImageData.newColour(Structure2D shape) static ImageDataImageData.newGreyScale(int nbRows, int nbCols) static ImageDataImageData.newGreyScale(Structure2D shape) static ImageDataImageData.ofPowerSpectrum(Access2D<ComplexNumber> transformed) Converts a matrix of complex numbers to an image of its power spectrum (log10 of the squared norms).static ImageDatastatic ImageDataImageData.resample(int nbRows, int nbCols) Will create a new image - the largest possible, with the same aspect ratio, that fits within the specified number of rows/columns (pixel height and width).ImageData.sliceAlphaChannel()ImageData.sliceBlueChannel()ImageData.sliceGreenChannel()ImageData.sliceRedChannel()static ImageDataImageData.wrap(BufferedImage image)