Uses of Class
org.ojalgo.data.image.ImageData
-
Packages that use ImageData Package Description org.ojalgo.data.image -
-
Uses of ImageData in org.ojalgo.data.image
Subclasses of ImageData in org.ojalgo.data.image Modifier and Type Class Description (package private) static classImageData.SingleChannelMethods in org.ojalgo.data.image that return ImageData Modifier and Type Method Description ImageDataImageData. applyGaussianBlur(double sigma)Creates a new image (of the same type) blurring the input using a Gaussian blur kernel.ImageDataImageData. convertTo(int imageType)Creates a new image, converting the input to the specified image type in the process.ImageDataImageData. convertToGreyScale()static ImageDataImageData. copy(Access2D<?> values)static 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 ImageDataImageData. read(java.io.File file)static ImageDataImageData. read(java.io.File directory, java.lang.String fileName)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).ImageDataImageData. sliceAlphaChannel()ImageDataImageData. sliceBlueChannel()ImageDataImageData. sliceGreenChannel()ImageDataImageData. sliceRedChannel()static ImageDataImageData. wrap(java.awt.image.BufferedImage image)
-