Skip navigation links
A C D E F G I L M N P R S T U V 

F

filterPeaks(int[], double[], double, double, double, double, double) - Static method in class FindPeaks.accessory.classes.FindPeaksTools
This is the second part of the Java implementation of the Octave findPeaks function (see https://searchcode.com/codesearch/view/64213481/) We estimate widths of peaks remove peaks that have quality issues: width smaller than given minal width or larger than maximal width.
findInVector(int, Vector<Integer>) - Static method in class tbgitoo.tools.VectorTools
Is a given value in a vector?
FindPeaks - Class in <Unnamed>
ImageJ plugin to find peaks (maxima) in vertical sections of a z-stack
FindPeaks() - Constructor for class FindPeaks
 
findPeaks(double[], double, double, boolean, double, double, double) - Static method in class FindPeaks.accessory.classes.FindPeaksTools
Main function to identify peaks an array of double values.
FindPeaks.accessory.classes - package FindPeaks.accessory.classes
 
findPeaksInSection(int, int) - Method in class FindPeaks
Finds the indexes of the peaks in the z-Profile at a given xy position
FindPeaksTools - Class in FindPeaks.accessory.classes
Generic methods for peak detection in a one-dimensional array of values Based on the Octave findPeak method (https://searchcode.com/codesearch/view/64213481/) Also, invokes methods from the ArraySortTools class, which is based on snippets from https://stackoverflow.com/questions/4859261/get-the-indices-of-an-array-after-sorting See license at the beginning of this file
FindPeaksTools() - Constructor for class FindPeaks.accessory.classes.FindPeaksTools
 
first - Static variable in class LocalPhase
Internal flag, to set reference secton to image center at first run
FitParabola - Class in tbgitoo.tools
Fit a parabolic profile to unit-spaced values
FitParabola() - Constructor for class tbgitoo.tools.FitParabola
 
fitParabola(double[]) - Static method in class tbgitoo.tools.FitParabola
Fits a parabola (a + bx + cx^2) to series of values (vals).
fitParabolaFixedExtremum(double[], int) - Static method in class tbgitoo.tools.FitParabola
Fits a parabola (a + bx + cx^2) to series of values (vals), but under the restriction that the appex has to occur at the x=xm For the peak fitting purpose intended, xm should be in the interval 0 ..
fitParabolaFixedExtremum(double[], int, boolean) - Static method in class tbgitoo.tools.FitParabola
Fits a parabola (a + bx + cx^2) to series of values (vals), but under the restriction that the appex has to occur at the x=xm
frame_rate - Static variable in class LocalFrequency
Video frame rate, in frame/s
A C D E F G I L M N P R S T U V 
Skip navigation links