All Packages Class Hierarchy This Package Previous Next Index
Class ij.process.FloatProcessor
java.lang.Object
|
+----ij.process.ImageProcessor
|
+----ij.process.FloatProcessor
- public class FloatProcessor
- extends ImageProcessor
Processes 32-bit real images.
-
FloatProcessor(float[], int, int, ColorModel, ProgressBar)
-
-
add(int)
-
-
and(int)
-
-
autoThreshold()
-
-
clear()
-
-
createImage()
-
-
crop()
-
-
fill()
-
-
findEdges()
-
-
flipHorizontal()
-
-
flipVertical()
-
-
gamma(double)
-
-
getHistogram()
-
-
getMax()
- For short and float images, returns the maxmum pixel value.
-
getMin()
- For short and float images, returns the minimum pixel value.
-
getPixel(int, int)
-
-
getPixels()
-
-
insert(ImageProcessor, int, int)
-
-
invert()
-
-
log()
-
-
medianFilter()
-
-
multiply(double)
-
-
noise(double)
-
-
or(int)
-
-
putPixel(int, int)
-
-
reset()
-
-
reset(int[])
-
-
rotate(double)
-
-
scale(double, double, boolean)
-
-
setMinAndMax(double, double)
-
-
sharpen()
-
-
smooth()
-
-
snapshot()
-
-
threshold(int)
-
-
xor(int)
-
FloatProcessor
public FloatProcessor(float pixels[],
int width,
int height,
ColorModel cm,
ProgressBar bar)
createImage
public Image createImage()
- Overrides:
- createImage in class ImageProcessor
snapshot
public void snapshot()
- Overrides:
- snapshot in class ImageProcessor
reset
public void reset()
- Overrides:
- reset in class ImageProcessor
reset
public void reset(int mask[])
- Overrides:
- reset in class ImageProcessor
getPixel
public float getPixel(int x,
int y)
- Overrides:
- getPixel in class ImageProcessor
getMin
public double getMin()
- For short and float images, returns the minimum pixel value.
- Overrides:
- getMin in class ImageProcessor
getMax
public double getMax()
- For short and float images, returns the maxmum pixel value.
- Overrides:
- getMax in class ImageProcessor
setMinAndMax
public void setMinAndMax(double min,
double max)
- Overrides:
- setMinAndMax in class ImageProcessor
getPixels
public Object getPixels()
- Overrides:
- getPixels in class ImageProcessor
insert
public void insert(ImageProcessor ip,
int xloc,
int yloc)
- Overrides:
- insert in class ImageProcessor
invert
public void invert()
- Overrides:
- invert in class ImageProcessor
clear
public void clear()
- Overrides:
- clear in class ImageProcessor
fill
public void fill()
- Overrides:
- fill in class ImageProcessor
add
public void add(int value)
- Overrides:
- add in class ImageProcessor
multiply
public void multiply(double value)
- Overrides:
- multiply in class ImageProcessor
and
public void and(int value)
- Overrides:
- and in class ImageProcessor
or
public void or(int value)
- Overrides:
- or in class ImageProcessor
xor
public void xor(int value)
- Overrides:
- xor in class ImageProcessor
gamma
public void gamma(double value)
- Overrides:
- gamma in class ImageProcessor
log
public void log()
- Overrides:
- log in class ImageProcessor
smooth
public void smooth()
- Overrides:
- smooth in class ImageProcessor
sharpen
public void sharpen()
- Overrides:
- sharpen in class ImageProcessor
findEdges
public void findEdges()
- Overrides:
- findEdges in class ImageProcessor
noise
public void noise(double range)
- Overrides:
- noise in class ImageProcessor
crop
public Image crop()
- Overrides:
- crop in class ImageProcessor
scale
public void scale(double xScale,
double yScale,
boolean resizeImage)
- Overrides:
- scale in class ImageProcessor
rotate
public void rotate(double angle)
- Overrides:
- rotate in class ImageProcessor
flipVertical
public void flipVertical()
- Overrides:
- flipVertical in class ImageProcessor
flipHorizontal
public void flipHorizontal()
- Overrides:
- flipHorizontal in class ImageProcessor
threshold
public void threshold(int level)
autoThreshold
public void autoThreshold()
- Overrides:
- autoThreshold in class ImageProcessor
medianFilter
public void medianFilter()
- Overrides:
- medianFilter in class ImageProcessor
getHistogram
public int[] getHistogram()
- Overrides:
- getHistogram in class ImageProcessor
putPixel
public void putPixel(int x,
int y)
- Overrides:
- putPixel in class ImageProcessor
All Packages Class Hierarchy This Package Previous Next Index