- dialogItemChanged(GenericDialog, AWTEvent) - Method in class FindPeaks
-
Read the peak_fraction, minD, doFiltering, minW, maxW and minH parameters
from the dialog
- dialogItemChanged(GenericDialog, AWTEvent) - Method in class LocalFrequency
-
Read the video frame rate from user input
- dialogItemChanged(GenericDialog, AWTEvent) - Method in class LocalPhase
-
Read the position (xy) of the reference section and masking preferences from
the user dialog
- do_masking - Static variable in class LocalPhase
-
Should we use a mask to speed up calculation by analyzing only the non-zero points in the mask?
- doDialog() - Method in class FindPeaks
-
Displays the dialog with the various findPeaks options
- doDialog() - Method in class LocalFrequency
-
Displays the dialog with the input field for the frame rate
- doDialog() - Method in class LocalPhase
-
Displays the dialog for inputting the reference position (phase 0)
and also masking options
- doEvaluationAtxy(ImagePlus, int, int, int[], ImagePlus) - Static method in class LocalPhase
-
Calculate the phase at a fixed xy position by comparing the local z-profile to the reference z-profile
- doEvaluationAtxy(ImagePlus, int, int, int[]) - Static method in class LocalPhase
-
Calculate the phase at a fixed xy position by comparing the local z-profile to the reference z-profile
- doEvaluationAtxy(int, int, int[]) - Method in class LocalPhase
-
Calculate the phase at a fixed xy position by comparing the local z-profile to the reference z-profile
non-static method, uses image passed to plugin
- doFiltering - Static variable in class FindPeaks
-
Octave's findpeak function works in two parts: primary peak detection, and then filtering
according to various criteria to reject local maxima that do not satisfy the quality criteria
This variable indicates whether this filtering step should be done (true) or not (false)