- gd - Static variable in class LocalFrequency
-
Reference to the dialog shown in this plugin
- gd - Static variable in class LocalPhase
-
The imageJ dialog
- getClonedByteStack(ImageStack) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getCorrelationInformation(int[], int[]) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getCorrelationStrength(int[], int[]) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getEmptyByteStack(ImageStack) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getEmptyByteStack(int, int, int) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getEmptyByteStack(ImageStack) - Static method in class tbgitoo.tools.ImageTools
-
Get a new stack, byte format, of the same dimensions as given stack
Typically useful for creating mask or greyscale images for the output of some operation
- getEmptyFloatStack(int, int, int) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getHistogram(int[]) - Static method in class tbgitoo.tools.StatisticsTools
-
Histogram
Get the relative histogram of an array, using 0 to 255 value bins (as for greyscale image)
- getIndexesOfSortedArray(double[]) - Static method in class tbgitoo.tools.ArraySortTools
-
This function returns indexes such that they point to increasing elements
This function is based on the stackoverflow question
https://stackoverflow.com/questions/4859261/get-the-indices-of-an-array-after-sorting
see license section at the beginning of the file
- getIndexesOfValuesExceedingThreshold(double[], double) - Static method in class tbgitoo.tools.VectorTools
-
/Indexes of the values at or above the threshold
- getLineStatistics(Roi, ImageProcessor, int, Calibration) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getMaxElementBelow(int[], int) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getMeanPeriod(int[]) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getMinElementAbove(int[], int) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getNearestElement(int[], int) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getPeriod(int[], int) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getPhase(int[], int[]) - Static method in class FindPeaks.accessory.classes.LocalPhaseTools
-
- getPhaseAtxy(ImagePlus, int, int, int[]) - Static method in class LocalPhase
-
Get phase at position xy, without masking options
- getPhaseAtxy(int, int, int[]) - Method in class LocalPhase
-
Get phase at position xy, without masking options
Non-static version, using image assigned to the plugin
- getPhaseImage(ImagePlus, int, int, ImagePlus) - Static method in class LocalPhase
-
Calculate phase image
- getPhaseImage(ImagePlus, int, int, boolean) - Static method in class LocalPhase
-
Calculate phase image
- getPhaseImage(ImagePlus, int, int) - Static method in class LocalPhase
-
Calculate phase image
- getPhaseImage(ImagePlus, int, int, ImagePlus, boolean) - Static method in class LocalPhase
-
Calculate phase image
- getQuantile(double[], double) - Static method in class tbgitoo.tools.StatisticsTools
-
Estimate quantiles from a histogram, the x-values assumed to be 0 to length(histogram)-1 (i.e.
- getQuantileFromValues(double[], double) - Static method in class tbgitoo.tools.StatisticsTools
-
Estimate quantiles from observed values and a desired probability value.
- getStackSection(int, int) - Method in class FindPeaks
-
Get the pixel values along the z direction in a stack, at a horizontal location
specified by x and y
- getStackSection(ImagePlus, int, int) - Static method in class LocalPhase
-
Get the z-profile at the point defined by x,y
- getStackSection(int, int) - Method in class LocalPhase
-
Get the z-profile at the point defined by x,y
Non-static version, uses the image assigned to this plugin
- getZAxisProfileRoi(Roi, ImagePlus) - Method in class FindPeaks.accessory.classes.LocalPhaseTools
-