Skip navigation links
A C D G I M N O P R S 

A

add(double) - Method in class ImageAccess
Add a constant to each pixel of this image.
add(ImageAccess) - Method in class ImageAccess
Add a ImageAccess object to this ImageAccess (pixelwise mode).

C

clear() - Method in class ImageAccess.Display
Clear all the overlay components.
create(ImagePlus) - Static method in class ImageAccess.RGB
Return an array of 3 ImageAccess containing the three color planes from an ImagePlus color image.
create(ImagePlus) - Static method in class ImageAccess.Stack
Return an array of n ImageAccess containing the n grayscale frames from an ImagePlus color image.
createByteProcessor() - Method in class ImageAccess
Create a ByteProcessor from the pixel data.
createFloatProcessor() - Method in class ImageAccess
Create a FloatProcessor from the pixel data.

D

Display(ImageAccess, String) - Constructor for class ImageAccess.Display
Create a new Display object.
Display(boolean, ImageAccess, ImageAccess, ImageAccess, String) - Constructor for class ImageAccess.Display
Create a new Display object.
Display(ImageAccess[], String) - Constructor for class ImageAccess.Display
Create a new Display object.
divide(double) - Method in class ImageAccess
Divide a constant value to each pixel of this image.
divide(ImageAccess) - Method in class ImageAccess
Divide this image by by an ImageAccess object (pixelwise mode).
duplicate() - Method in class ImageAccess
Duplicate the current image.

G

getArrayPixels() - Method in class ImageAccess
Return a copy of the pixel data organized in a 2D array.
getColumn(int) - Method in class ImageAccess
Get a whole column of this image.
getHeight() - Method in class ImageAccess
Return the height of the image.
getInterpolatedPixel(double, double) - Method in class ImageAccess
Get the gray level of a selected pixel using a bilinear interpolation.
getMaximum() - Method in class ImageAccess
Return the maximum value of ImageAccess.
getMean() - Method in class ImageAccess
Return the mean value of ImageAccess.
getMinimum() - Method in class ImageAccess
Return the minimum value of ImageAccess.
getNeighborhood(int, int, int, int) - Method in class ImageAccess
Return a neighborhood around a pixel position.
getPixel(int, int) - Method in class ImageAccess
Get the gray level of a selected pixel.
getPixels() - Method in class ImageAccess
Return a reference to the pixel data in double (1D).
getRow(int) - Method in class ImageAccess
Get a whole row of this image.
getSubImage(int, int, int, int) - Method in class ImageAccess
Return a sub-image from this image.
getTitle() - Method in class ImageAccess
Return the title of the image.
getWidth() - Method in class ImageAccess
Return the width of the image.

I

ImageAccess - Class in <Unnamed>
This is the prime class of the Image-Processing Laboratories.
ImageAccess() - Constructor for class ImageAccess
Create an ImageAccess object from the current selected ImagePlus.
ImageAccess(String) - Constructor for class ImageAccess
Create am ImageAccess object from ImagePlus specified by its name.
ImageAccess(String, String) - Constructor for class ImageAccess
Create an ImageAccess object from a file.
ImageAccess(ImagePlus) - Constructor for class ImageAccess
Create an ImageAccess object from the specified ImagePlus.
ImageAccess(ImageProcessor) - Constructor for class ImageAccess
Create an ImageAccess object from the specified ImageProcessor.
ImageAccess(int, int, double[]) - Constructor for class ImageAccess
Create an ImageAccess object from a 1D double array of pixels.
ImageAccess(int, int) - Constructor for class ImageAccess
Create an ImageAccess of size [nx, ny].
ImageAccess(ColorProcessor, int) - Constructor for class ImageAccess
Create a new ImageAccess object from the specified ColorProcessor.
ImageAccess.Display - Class in <Unnamed>
Class Display.
ImageAccess.RGB - Class in <Unnamed>
Class RGB.
ImageAccess.Stack - Class in <Unnamed>
Class Stack.

M

multiply(double) - Method in class ImageAccess
Multiply a constant to each pixel of this image.
multiply(ImageAccess) - Method in class ImageAccess
Multiply a ImageAccess object to this ImageAccess (pixelwise mode).

N

nx - Variable in class ImageAccess
Horizontal size of the image.
ny - Variable in class ImageAccess
Vertical size of the image.

O

overlayCircle(int, int, int) - Method in class ImageAccess.Display
Draw a circle overlaid over the image.
overlayCross(int, int, int) - Method in class ImageAccess.Display
Draw a cross overlaid over the image.
overlayLine(int, int, int, int) - Method in class ImageAccess.Display
Draw a line overlaid over the image.
overlayText(int, int, String) - Method in class ImageAccess.Display
Print a message as overlay into a image.
overlayValue(int, int, String, double, int) - Method in class ImageAccess.Display
Print a numerical value as overlay into a image with a prefix.
overlayValue(int, int, String, double) - Method in class ImageAccess.Display
Print a numerical value as overlay into a image with a prefix, 2 decimal digits.
overlayValue(int, int, double) - Method in class ImageAccess.Display
Print a numerical value as overlay into a image, 2 decimal digits.

P

pixels - Variable in class ImageAccess
Array of pixels in double stored row by rows.
pow(double) - Method in class ImageAccess
Raised an ImageAccess object to the power a.
putArrayPixels(double[][]) - Method in class ImageAccess
Put an 2D array into this image.
putColumn(int, double[]) - Method in class ImageAccess
Put a whole column in a specified position into this image.
putPixel(int, int, double) - Method in class ImageAccess
Put a pixel value to a specified position.
putRow(int, double[]) - Method in class ImageAccess
Put a whole row in a specified position into this image.
putSubImage(int, int, ImageAccess) - Method in class ImageAccess
Put a sub-image with the upper left corner in the coordinate (x,y).

R

RGB() - Constructor for class ImageAccess.RGB
 

S

setColor(int, int, int, int) - Method in class ImageAccess.Display
Change the color of the next overlay compound.
setColor(int, int, int) - Method in class ImageAccess.Display
Change the color of the next overlay compound, opaque.
setConstant(double) - Method in class ImageAccess
Set a constant value to all pixels of this image.
setLocation(int, int) - Method in class ImageAccess.Display
Change the location of the image window in the screen.
setStroke(int) - Method in class ImageAccess.Display
Change the stroke (thickness) of the next overlay compound.
setTitle(String) - Method in class ImageAccess
Set the title of the image
show() - Method in class ImageAccess
Show an image (ImageAccess object).
show(String) - Method in class ImageAccess
Show an image (ImageAccess object) and set the title.
sqrt() - Method in class ImageAccess
Compute the square root of an ImageAccess.
Stack() - Constructor for class ImageAccess.Stack
 
subtract(double) - Method in class ImageAccess
Subtract a constant to each pixels of this image.
subtract(ImageAccess) - Method in class ImageAccess
Subtract a ImageAccess object to this ImageAccess (pixelwise mode).
A C D G I M N O P R S 
Skip navigation links