public class ImageJAlgorithmUtils extends Object
Constructor and Description |
---|
ImageJAlgorithmUtils() |
Modifier and Type | Method and Description |
---|---|
static ij.process.ByteProcessor |
getLabelMask(ij.process.ImageProcessor processor,
int label) |
static ij.ImagePlus |
getMaskFromMaskOrROI(ImageROITargetArea targetArea,
JIPipeDataBatch dataBatch,
String imageSlotName,
JIPipeProgressInfo progressInfo) |
static ij.process.ImageProcessor |
getMaskProcessorFromMaskOrROI(ImageROITargetArea sourceArea,
int width,
int height,
ROIListData rois,
ij.ImagePlus mask,
ImageSliceIndex sliceIndex) |
static ij.process.ImageProcessor |
getMaskProcessorFromMaskOrROI(ImageROITargetArea targetArea,
JIPipeDataBatch dataBatch,
ImageSliceIndex sliceIndex,
JIPipeProgressInfo progressInfo) |
static ij.process.ByteProcessor |
getThresholdMask(ij.process.ImageProcessor processor,
float minThreshold) |
static ResultsTableData |
measureLabels(ij.process.ImageProcessor label,
ij.process.ImageProcessor image,
ImageStatisticsSetParameter measurements,
ImageSliceIndex index,
ij.measure.Calibration calibration,
JIPipeProgressInfo progressInfo)
Measures properties of a label image
|
static void |
removeLabelsExcept(ij.process.ImageProcessor processor,
int[] labelsToKeep) |
static void |
setLut(ij.ImagePlus image,
ij.process.LUT lut,
boolean applyToAllPlanes) |
static void |
setLutFromColorMap(ij.ImagePlus image,
ColorMap colorMap,
boolean applyToAllPlanes) |
static void |
updateROIOrMaskSlot(ImageROITargetArea sourceArea,
JIPipeSlotConfiguration configuration) |
public static ij.process.ByteProcessor getLabelMask(ij.process.ImageProcessor processor, int label)
public static ij.process.ByteProcessor getThresholdMask(ij.process.ImageProcessor processor, float minThreshold)
public static void removeLabelsExcept(ij.process.ImageProcessor processor, int[] labelsToKeep)
public static ResultsTableData measureLabels(ij.process.ImageProcessor label, ij.process.ImageProcessor image, ImageStatisticsSetParameter measurements, ImageSliceIndex index, ij.measure.Calibration calibration, JIPipeProgressInfo progressInfo)
label
- the labelimage
- the reference imagemeasurements
- the measurementsindex
- the current image index (zero-based)calibration
- the calibration (can be null to disable measurements with calibrations)progressInfo
- the progress infopublic static ij.process.ImageProcessor getMaskProcessorFromMaskOrROI(ImageROITargetArea sourceArea, int width, int height, ROIListData rois, ij.ImagePlus mask, ImageSliceIndex sliceIndex)
public static void updateROIOrMaskSlot(ImageROITargetArea sourceArea, JIPipeSlotConfiguration configuration)
public static ij.process.ImageProcessor getMaskProcessorFromMaskOrROI(ImageROITargetArea targetArea, JIPipeDataBatch dataBatch, ImageSliceIndex sliceIndex, JIPipeProgressInfo progressInfo)
public static ij.ImagePlus getMaskFromMaskOrROI(ImageROITargetArea targetArea, JIPipeDataBatch dataBatch, String imageSlotName, JIPipeProgressInfo progressInfo)
public static void setLutFromColorMap(ij.ImagePlus image, ColorMap colorMap, boolean applyToAllPlanes)
public static void setLut(ij.ImagePlus image, ij.process.LUT lut, boolean applyToAllPlanes)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.