Uses of Class
ij.process.FloatProcessor
-
Packages that use FloatProcessor Package Description ij.plugin.filter ij.process -
-
Uses of FloatProcessor in ij.plugin.filter
Methods in ij.plugin.filter that return FloatProcessor Modifier and Type Method Description FloatProcessorEDM. makeFloatEDM(ImageProcessor ip, int backgroundValue, boolean edgesAreBackground)Creates the Euclidian Distance Map of a (binary) byte image.Methods in ij.plugin.filter with parameters of type FloatProcessor Modifier and Type Method Description voidGaussianBlur. blur1Direction(FloatProcessor ip, double sigma, double accuracy, boolean xDirection, int extraLines)Blur an image in one direction (x or y) by a Gaussian, using multiple threads on multiprocessor machinesvoidGaussianBlur. blurFloat(FloatProcessor ip, double sigmaX, double sigmaY, double accuracy)Gaussian Filtering of a FloatProcessor.voidConvolver. convolveFloat1D(FloatProcessor ip, float[] kernel, int kw, int kh)Convolves the imageipwith a kernel of widthkwand heightkh.voidConvolver. convolveFloat1D(FloatProcessor ip, float[] kernel, int kw, int kh, double scale)Convolves the imageipwith a kernel of widthkwand heightkh.voidUnsharpMask. sharpenFloat(FloatProcessor fp, double sigma, float weight)Unsharp Mask filtering of a float image. -
Uses of FloatProcessor in ij.process
Subclasses of FloatProcessor in ij.process Modifier and Type Class Description classFHTThis class contains a Java implementation of the Fast Hartley Transform.Methods in ij.process that return FloatProcessor Modifier and Type Method Description FloatProcessorImageProcessor. convertToFloatProcessor()Returns a 32-bit float version of this image as a FloatProcessor.FloatProcessorColorProcessor. getBrightness()Returns brightness as a FloatProcessor.FloatProcessorFHT. getRawPowerSpectrum()Returns the unscaled 32-bit power spectrum.FloatProcessorByteProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns a FloatProcessor with the same image, no scaling or calibration (pixel values 0 to 255).FloatProcessorColorProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns a FloatProcessor with one color channel of the image.FloatProcessorFloatProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns this FloatProcessor.abstract FloatProcessorImageProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns a FloatProcessor with the image or one color channel thereof.FloatProcessorShortProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns a FloatProcessor with the same image, no scaling or calibration (pixel values 0 to 65535).FloatProcessor[]ByteProcessor. toFloatProcessors()Methods in ij.process with parameters of type FloatProcessor Modifier and Type Method Description voidColorProcessor. setBrightness(FloatProcessor fp)Updates the brightness using the pixels in the specified FloatProcessor).voidByteProcessor. setFromFloatProcessors(FloatProcessor[] fp)voidByteProcessor. setPixels(int channelNumber, FloatProcessor fp)Sets the pixels from a FloatProcessor, no scaling.voidColorProcessor. setPixels(int channelNumber, FloatProcessor fp)Sets the pixels of one color channel from a FloatProcessor.voidFloatProcessor. setPixels(int channelNumber, FloatProcessor fp)Sets the pixels, and min&max values from a FloatProcessor.abstract voidImageProcessor. setPixels(int channelNumber, FloatProcessor fp)Sets the pixels (of one color channel for RGB images) from a FloatProcessor.voidShortProcessor. setPixels(int channelNumber, FloatProcessor fp)Sets the pixels from a FloatProcessor, no scaling.FloatProcessorByteProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns a FloatProcessor with the same image, no scaling or calibration (pixel values 0 to 255).FloatProcessorColorProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns a FloatProcessor with one color channel of the image.FloatProcessorFloatProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns this FloatProcessor.abstract FloatProcessorImageProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns a FloatProcessor with the image or one color channel thereof.FloatProcessorShortProcessor. toFloat(int channelNumber, FloatProcessor fp)Returns a FloatProcessor with the same image, no scaling or calibration (pixel values 0 to 65535).Constructors in ij.process with parameters of type FloatProcessor Constructor Description FloatBlitter(FloatProcessor ip)Constructs a FloatBlitter from a FloatProcessor.
-