Uses of Interface
ij.measure.Measurements
-
Packages that use Measurements Package Description ij ij.gui ij.macro ij.plugin ij.plugin.filter ij.plugin.frame ij.process -
-
Uses of Measurements in ij
Classes in ij that implement Measurements Modifier and Type Class Description classCompositeImageclassImagePlusAn ImagePlus contain an ImageProcessor (2D image) or an ImageStack (3D, 4D or 5D image). -
Uses of Measurements in ij.gui
Classes in ij.gui that implement Measurements Modifier and Type Class Description classHistogramPlotclassHistogramWindowThis class is an extended ImageWindow that displays histograms. -
Uses of Measurements in ij.macro
Classes in ij.macro that implement Measurements Modifier and Type Class Description classFunctionsThis class implements the built-in macro functions. -
Uses of Measurements in ij.plugin
Classes in ij.plugin that implement Measurements Modifier and Type Class Description classBMP_ReaderThis plugin reads BMP files.classContrastEnhancerImplements ImageJ's Process/Enhance Contrast command.classDICOMThis plugin decodes DICOM files.classFFTThis class implements the FFT, Inverse FFT and Redisplay Power Spectrum commands in the Process/FFT submenu.classFITS_ReaderOpens and displays FITS images.classGIF_ReaderThis plugin opens GIFs and Animated GIFs.classLutLoaderOpens NIH Image look-up tables (LUTs), 768 byte binary LUTs (256 reds, 256 greens and 256 blues), LUTs in text format, or generates the LUT specified by the string argument passed to the run() method.classPGM_ReaderThis plugin opens PxM format images.classSelectionThis plugin implements the commands in the Edit/Selection submenu.classThresholderThis plugin implements the Process/Binary/Make Binary and Convert to Mask commands.classZAxisProfilerImplements the Image/Stacks/Plot Z-axis Profile command, which plots the selection mean gray value versus slice number. -
Uses of Measurements in ij.plugin.filter
Classes in ij.plugin.filter that implement Measurements Modifier and Type Class Description classAnalyzerThis plugin implements ImageJ's Analyze/Measure and Analyze/Set Measurements commands.classCalibratorImplements the Analyze/Calibrate command.classFFTCustomFilterThis class implements the Process/FFT/Custom Filter command.classFFTFilterThis class implements the Process/FFT/Bandpass Filter command.classFillerThis plugin implements ImageJ's Fill, Clear, Clear Outside and Draw commands.classLineGraphAnalyzerImplements ImageJ's Analyze/Tools/Analyze Line Graph command.classParticleAnalyzerImplements ImageJ's Analyze Particles command. -
Uses of Measurements in ij.plugin.frame
Classes in ij.plugin.frame that implement Measurements Modifier and Type Class Description classColorThresholderSelects pixels according to hsb or rgb components.classThresholdAdjusterAdjusts the lower and upper threshold levels of the active image. -
Uses of Measurements in ij.process
Classes in ij.process that implement Measurements Modifier and Type Class Description classByteStatistics8-bit image statistics, including histogram.classColorStatisticsRGB image statistics, including histogram.classFloatStatistics32-bit (float) image statistics, including histogram.classImageStatisticsStatistics, including the histogram, of an image or selection.classShortStatistics16-bit image statistics, including histogram.classStackStatisticsStatistics, including the histogram, of a stack.
-