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
S
setCalibration(Calibration)
- Method in class holoj.
HoloJProcessor
Set the calibration of this HoloJProcessor to new calibration.
setComplexOrigin()
- Method in class holoj.
HoloJProcessor
Set origin of this HoloJProcessor to Complex.
setComplexPixelsArray(double[])
- Method in class holoj.
HoloJProcessor
Sets complex pixels from a double array of data in row major mode.
setRealOrigin()
- Method in class holoj.
HoloJProcessor
Set origin of this HoloJProcessor to Real.
setRealPixelsArray(double[])
- Method in class holoj.
HoloJProcessor
Sets real pixels from a double array of data in row major mode.
setTitle(String)
- Method in class holoj.
HoloJProcessor
Set the title of this HoloJProcesor to new title.
setup(String, ImagePlus)
- Method in class
CosinePlot_
setup(String, ImagePlus)
- Method in class
UnwrapJ_
show(String)
- Method in class holoj.
HoloJProcessor
Creates and shows an ImagePlus containing the power spectrum.
showAmplitude(String)
- Method in class holoj.
HoloJProcessor
Creates and show an ImagePlus displaying the amplitude of data.
showPhase(String)
- Method in class holoj.
HoloJProcessor
Creates and show an ImagePlus displaying the phase of data.
showPowerSpectrum(String)
- Method in class holoj.
HoloJProcessor
Creates and show an ImagePlus displaying the power spectrum of data.
showSpectrum(String)
- Method in class holoj.
HoloJProcessor
Creates and show an ImagePlus displaying the spectrum of data.
subtract(HoloJProcessor)
- Method in class holoj.
HoloJProcessor
Subtracts the complex pixels of operand HoloJProcessor to real and complex pixels.
subtract(ImageProcessor)
- Method in class holoj.
HoloJProcessor
Subtract to real pixels, the real pixels of operand ImageProcessor.
subtract(double[])
- Method in class holoj.
HoloJProcessor
Subtract to complex pixels the scalar data in operand array.
subtract(HoloJProcessor, double, double)
- Static method in class holoj.
HoloJUtils
Subtract the complex number represented by (realValue, complexValue) from real and complex pixels of HoloJProcessor operand.
subtract(HoloJProcessor, HoloJProcessor)
- Static method in class holoj.
HoloJUtils
Subtracts the complex pixels of operand HoloJProcessor to real and complex pixels.
subtract(ImageProcessor, ImageProcessor)
- Static method in class holoj.
HoloJUtils
Subtract each pixel ImageProcessor to pixels of another ImageProcessor one-by-one.
sum(HoloJProcessor, double, double)
- Static method in class holoj.
HoloJUtils
Adds the complex number represented by (realValue, complexValue) to real and complex pixels of HoloJProcessor operand.
sum(HoloJProcessor, HoloJProcessor)
- Static method in class holoj.
HoloJUtils
Adds the complex pixels of operand1 HoloJProcessor to real and complex pixels of operand2 and returns the resulting HoloJProcessor.
swap(double[], int)
- Static method in class holoj.
HoloJUtils
Swap the quadrants of data.
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