|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.filter.Analyzer
public class Analyzer
This plugin implements ImageJ's Analyze/Measure and Analyze/Set Measurements commands.
Field Summary | |
---|---|
static java.awt.Color |
darkBlue
|
(package private) static int |
firstParticle
|
(package private) static int |
lastParticle
|
static int |
markWidth
|
static int |
precision
|
Fields inherited from interface ij.plugin.filter.PlugInFilter |
---|
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING |
Fields inherited from interface ij.measure.Measurements |
---|
AREA, AREA_FRACTION, CENTER_OF_MASS, CENTROID, CIRCULARITY, ELLIPSE, FERET, INTEGRATED_DENSITY, INVERT_Y, KURTOSIS, LABELS, LIMIT, MAX_STANDARDS, MEAN, MEDIAN, MIN_MAX, MODE, PERIMETER, RECT, SKEWNESS, SLICE, STD_DEV |
Constructor Summary | |
---|---|
Analyzer()
|
|
Analyzer(ImagePlus imp)
Constructs a new Analyzer using the specified ImagePlus object and the system-wide measurement options and results table. |
|
Analyzer(ImagePlus imp,
int measurements,
ij.measure.ResultsTable rt)
Construct a new Analyzer using an ImagePlus object and private measurement options and results table. |
Method Summary | |
---|---|
void |
displayResults()
Writes the last row in the results table to the ImageJ window. |
(package private) void |
doSetDialog()
|
static int |
getCounter()
Returns the current measurement count. |
(package private) java.lang.String |
getFileName()
|
static int |
getMeasurements()
|
static int |
getPrecision()
Returns the number of digits displayed to the right of decimal point. |
static ImagePlus |
getRedirectImage(ImagePlus currentImage)
Returns the image selected in the "Redirect To:" popup menu of the Analyze/Set Measurements dialog or null if "None" is selected, the image was not found or the image is not the same size as currentImage . |
(package private) ImageStatistics |
getRedirectStats(int measurements,
ij.gui.Roi roi)
|
static ij.measure.ResultsTable |
getResultsTable()
Returns the ImageJ results table. |
static float[] |
getUMeans()
Returns an array containing the first 20 uncalibrated means. |
(package private) void |
incrementCounter()
|
static boolean |
isRedirectImage()
Returns true if an image is selected in the "Redirect To:"
popup menu of the Analyze/Set Measurements dialog box. |
(package private) void |
measure()
|
(package private) void |
measureAngle(ij.gui.Roi roi)
|
(package private) void |
measureLength(ij.gui.Roi roi)
|
(package private) void |
measurePoint(ij.gui.Roi roi)
|
java.lang.String |
n(double n)
Converts a number to a formatted string with a tab at the end. |
(package private) boolean |
reset()
|
static boolean |
resetCounter()
Sets the measurement counter to zero. |
void |
run(ImageProcessor ip)
Filters use this method to process the image. |
static void |
savePreferences(java.util.Properties prefs)
Called once when ImageJ quits. |
void |
saveResults(ImageStatistics stats,
ij.gui.Roi roi)
Saves the measurements specified in the "Set Measurements" dialog, or by calling setMeasurments(), in the system results table. |
static void |
setDefaultHeadings()
Sets the default headings ("Area", "Mean", etc.). |
static void |
setMeasurements(int measurements)
|
(package private) void |
setOptions(ij.gui.GenericDialog gd)
|
static void |
setPrecision(int decimalPlaces)
Sets the number of digits displayed to the right of decimal point. |
static void |
setUnsavedMeasurements(boolean b)
|
int |
setup(java.lang.String arg,
ImagePlus imp)
This method is called once when the filter is loaded. |
void |
summarize()
|
(package private) void |
summarizeAreas()
|
(package private) void |
summarizeLengths(ij.measure.ResultsTable rt)
|
(package private) void |
summarizePoints(ij.measure.ResultsTable rt)
|
void |
updateHeadings()
Updates the displayed column headings. |
static double |
updateY(double y,
int imageHeight)
Returns an updated Y coordinate based on the current "Invert Y Coordinates" flag. |
static int |
updateY(int y,
int imageHeight)
Returns an updated Y coordinate based on the current "Invert Y Coordinates" flag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.Color darkBlue
public static int markWidth
public static int precision
static int firstParticle
static int lastParticle
Constructor Detail |
---|
public Analyzer()
public Analyzer(ImagePlus imp)
public Analyzer(ImagePlus imp, int measurements, ij.measure.ResultsTable rt)
Method Detail |
---|
public int setup(java.lang.String arg, ImagePlus imp)
PlugInFilter
For Plugin-filters specifying the FINAL_PROCESSING flag, the setup method will be called again, this time with arg = "final" after all other processing is done.
setup
in interface PlugInFilter
public void run(ImageProcessor ip)
PlugInFilter
null
.
run
in interface PlugInFilter
void doSetDialog()
void setOptions(ij.gui.GenericDialog gd)
void measure()
boolean reset()
public static boolean isRedirectImage()
true
if an image is selected in the "Redirect To:"
popup menu of the Analyze/Set Measurements dialog box.
public static ImagePlus getRedirectImage(ImagePlus currentImage)
currentImage
.
ImageStatistics getRedirectStats(int measurements, ij.gui.Roi roi)
void measurePoint(ij.gui.Roi roi)
void measureAngle(ij.gui.Roi roi)
void measureLength(ij.gui.Roi roi)
public void saveResults(ImageStatistics stats, ij.gui.Roi roi)
java.lang.String getFileName()
public void displayResults()
public void updateHeadings()
public java.lang.String n(double n)
void incrementCounter()
public void summarize()
void summarizePoints(ij.measure.ResultsTable rt)
void summarizeLengths(ij.measure.ResultsTable rt)
void summarizeAreas()
public static int getCounter()
public static boolean resetCounter()
public static void setUnsavedMeasurements(boolean b)
public static int getMeasurements()
public static void setMeasurements(int measurements)
public static void savePreferences(java.util.Properties prefs)
public static float[] getUMeans()
public static ij.measure.ResultsTable getResultsTable()
public static int getPrecision()
public static void setPrecision(int decimalPlaces)
public static int updateY(int y, int imageHeight)
public static double updateY(double y, int imageHeight)
public static void setDefaultHeadings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |