public class HistogramContrastEnhancerAlgorithm extends JIPipeSimpleIteratingAlgorithm
ContrastEnhancer
This class is not very portable, so I adapted the code hereModifier and Type | Class and Description |
---|---|
static class |
HistogramContrastEnhancerAlgorithm.Method |
JIPipeAlgorithm.StateSerializer
JIPipeGraphNode.BaseDirectoryChangedEvent, JIPipeGraphNode.Serializer
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
SLOT_PARAMETERS
Constructor and Description |
---|
HistogramContrastEnhancerAlgorithm(HistogramContrastEnhancerAlgorithm other) |
HistogramContrastEnhancerAlgorithm(JIPipeNodeInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
equalize(ij.ImagePlus imp,
boolean classicEqualization) |
void |
equalize(ij.process.ImageProcessor ip,
boolean classicEqualization)
Changes the tone curves of images.
|
HistogramContrastEnhancerAlgorithm.Method |
getMethod() |
double |
getSaturatedPixels() |
boolean |
isUseStackHistogram() |
protected void |
runIteration(JIPipeDataBatch dataBatch,
JIPipeProgressInfo progressInfo)
Runs code on one data row
|
void |
setMethod(HistogramContrastEnhancerAlgorithm.Method method) |
boolean |
setSaturatedPixels(double saturatedPixels) |
void |
setUseStackHistogram(boolean useStackHistogram) |
void |
stretchHistogram(ij.ImagePlus imp,
double saturated,
boolean normalize) |
void |
stretchHistogram(ij.process.ImageProcessor ip,
double saturated,
boolean normalize) |
void |
stretchHistogram(ij.process.ImageProcessor ip,
double saturated,
ij.process.ImageStatistics stats,
boolean normalize) |
generateDataBatchesDryRun, getAdaptiveParameterSettings, getDataBatchGenerationSettings, getGenerationSettingsInterface, getParallelizationBatchSize, isParallelizationEnabled, isParameterUIVisible, isParameterUIVisible, reportValidity, runParameterSet, runPassThrough, setParallelizationEnabled, supportsParallelization
getDataInputSlotCount, getDataInputSlots, getFirstInputSlot, getNonParameterInputSlots, getParameterSlot, getParameterSlotAlgorithmSettings, run
canAutoPassThrough, canPassThrough, getStateId, getThreadPool, isEnabled, isPassThrough, isPostprocessor, isPreprocessor, loadExample, runPassThrough, setEnabled, setPassThrough, setThreadPool
canUserDelete, clearLocations, clearSlotData, copySlotConfiguration, duplicate, fromJson, fromJsonNode, getAliasIdInParentGraph, getBaseDirectory, getCategory, getCompartmentDisplayName, getCompartmentUUIDInGraphAsString, getCompartmentUUIDInParentGraph, getCustomDescription, getDependencies, getDisplayName, getEventBus, getFirstOutputSlot, getInfo, getInputSlot, getInputSlotMap, getInputSlotOrder, getInputSlots, getInputSlotsWithRole, getInternalStoragePath, getLastInputSlot, getLastOutputSlot, getLocations, getLocationWithin, getName, getNewScratch, getOpenInputSlots, getOutputSlot, getOutputSlotMap, getOutputSlots, getOutputSlotsWithRole, getParentGraph, getProjectCompartment, getProjectDirectory, getScratchBaseDirectory, getSlotConfiguration, getStoragePath, getUUIDInParentGraph, hasInputSlot, hasOutputSlot, isBookmarked, isVisibleIn, onDeserialized, onParameterChanged, onParameterStructureChanged, onParameterUIChanged, onSlotConfigurationChanged, onSlotConnected, onSlotDisconnected, registerSubParameter, renderInputSlots, renderOutputSlots, setAllSlotsVirtual, setBaseDirectory, setBookmarked, setCustomDescription, setCustomName, setInfo, setInternalStoragePath, setLocations, setLocationWithin, setLocationWithin, setParentGraph, setProjectDirectory, setScratchBaseDirectory, setSlotConfiguration, setStoragePath, toggleSlot, toJson, triggerSlotsChangedEvent, updateGraphNodeSlots, updateSlotInheritance
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateValidityReport
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public HistogramContrastEnhancerAlgorithm(JIPipeNodeInfo info)
public HistogramContrastEnhancerAlgorithm(HistogramContrastEnhancerAlgorithm other)
protected void runIteration(JIPipeDataBatch dataBatch, JIPipeProgressInfo progressInfo)
JIPipeSimpleIteratingAlgorithm
runIteration
in class JIPipeSimpleIteratingAlgorithm
dataBatch
- The data interfaceprogressInfo
- the progress info from the runpublic double getSaturatedPixels()
public boolean setSaturatedPixels(double saturatedPixels)
public HistogramContrastEnhancerAlgorithm.Method getMethod()
public void setMethod(HistogramContrastEnhancerAlgorithm.Method method)
public boolean isUseStackHistogram()
public void setUseStackHistogram(boolean useStackHistogram)
public void stretchHistogram(ij.ImagePlus imp, double saturated, boolean normalize)
public void stretchHistogram(ij.process.ImageProcessor ip, double saturated, boolean normalize)
public void stretchHistogram(ij.process.ImageProcessor ip, double saturated, ij.process.ImageStatistics stats, boolean normalize)
public void equalize(ij.ImagePlus imp, boolean classicEqualization)
public void equalize(ij.process.ImageProcessor ip, boolean classicEqualization)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.