public class Measure_Slanted_Edge
extends java.lang.Object
implements ij.plugin.PlugIn
Constructor and Description |
---|
Measure_Slanted_Edge() |
Modifier and Type | Method and Description |
---|---|
static double |
abs(int pos,
double[] array)
Computes the absolute value of the complex number at position pos in the array
|
static ij.gui.Plot |
createPlot(double[] xValues,
double[] yValues,
java.lang.String title,
java.lang.String xLabel,
java.lang.String yLabel) |
static ij.gui.Plot |
createPlot(double[] yValues,
java.lang.String title,
java.lang.String xLabel,
java.lang.String yLabel) |
static ij.gui.Plot |
createPlot(java.lang.String title,
double[] yValues) |
void |
evaluate() |
static double[] |
fft(double[] array) |
static int |
getNextPowerOfTwo(int value) |
void |
run(java.lang.String arg) |
public static double abs(int pos, double[] array)
pos
- the positionarray
- the array which contains the valuespublic static int getNextPowerOfTwo(int value)
public static double[] fft(double[] array)
public void evaluate()
public static ij.gui.Plot createPlot(double[] xValues, double[] yValues, java.lang.String title, java.lang.String xLabel, java.lang.String yLabel)
public static ij.gui.Plot createPlot(java.lang.String title, double[] yValues)
public static ij.gui.Plot createPlot(double[] yValues, java.lang.String title, java.lang.String xLabel, java.lang.String yLabel)
public void run(java.lang.String arg)
run
in interface ij.plugin.PlugIn