Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
R
S
U
M
makeAmplitudeImage(String)
- Method in class holoj.
HoloJProcessor
Creates an ImagePlus with the amplitude of data.
makeCosProcessor(ImageProcessor)
- Static method in class holoj.
HoloJUtils
Calculates the cosine of pixels in source.
makeInverseParabolicMask(int, int)
- Static method in class holoj.
HoloJUtils
Creates an inverse parabolic mask (intensity=1/(x^2+x^y)).
makeParabolicMask(int, int)
- Static method in class holoj.
HoloJUtils
Creates a parabolic mask (intensity=x^2+x^y).
makePhaseImage(String)
- Method in class holoj.
HoloJProcessor
Creates an ImagePlus with the phase of data.
makePowerSpectrumImage(String)
- Method in class holoj.
HoloJProcessor
Creates an ImagePlus with the power spectrum of data.
makeSimmetricProcessor(ImageProcessor)
- Static method in class holoj.
HoloJUtils
Makes a new ImageProcessor by mirroring the source processor.
makeSinProcessor(ImageProcessor)
- Static method in class holoj.
HoloJUtils
Calculates the sine of pixels in source.
makeSpectrumImage(String)
- Method in class holoj.
HoloJProcessor
Creates an ImagePlus with the spectrum of data.
modulus(double, double)
- Static method in class holoj.
HoloJUtils
Calculates the modulus of complex number with real and imaginary parts passed as arguments.
multiply(HoloJProcessor)
- Method in class holoj.
HoloJProcessor
Multiplies real and complex pixels by the complex pixels of operand HoloJProcessor.
multiply(ImageProcessor)
- Method in class holoj.
HoloJProcessor
Multiplies real and complex pixels by the scalar pixels of operand ImageProcessor.
multiply(double[])
- Method in class holoj.
HoloJProcessor
Multiply complex pixels by scalar data in operand array.
multiply(HoloJProcessor, double)
- Static method in class holoj.
HoloJUtils
Multiplies thbye scalar value the real and complex pixels of HoloJProcessor operand ad return the result in a new HoloJProcessor.
multiply(HoloJProcessor, HoloJProcessor)
- Static method in class holoj.
HoloJUtils
Returns an HoloJProcessor result from the complex multiplication of operand1 pixels for operand2 pixels.
multiply(ImageProcessor, ImageProcessor)
- Static method in class holoj.
HoloJUtils
Multiply each pixel ImageProcessor for pixels of another ImageProcessor one-by-one.
multiply(double, ImageProcessor)
- Static method in class holoj.
HoloJUtils
Multiply each pixel of ImageProcessor for the specified scalar factor.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
R
S
U