public class RidgeDetector2DAlgorithm extends JIPipeSimpleIteratingAlgorithm
JIPipeAlgorithm.StateSerializer
JIPipeGraphNode.BaseDirectoryChangedEvent, JIPipeGraphNode.Serializer
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
SLOT_PARAMETERS
Constructor and Description |
---|
RidgeDetector2DAlgorithm(JIPipeNodeInfo info) |
RidgeDetector2DAlgorithm(RidgeDetector2DAlgorithm other) |
Modifier and Type | Method and Description |
---|---|
double |
getContrastHigh() |
double |
getContrastLow() |
double |
getLineWidth() |
double |
getLowerThreshold() |
double |
getMaxLength() |
double |
getMinLength() |
de.biomedical_imaging.ij.steger.OverlapOption |
getOverlapResolution() |
double |
getSigma() |
double |
getUpperThreshold() |
boolean |
isDarkLine() |
boolean |
isDoCorrectPosition() |
boolean |
isDoEstimateWidth() |
boolean |
isDoExtendLine() |
boolean |
isEstimateHighThreshold() |
boolean |
isEstimateLowThreshold() |
boolean |
isEstimateSigma() |
boolean |
isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Allows to override the visibility of parameters inside the UI
|
protected void |
runIteration(JIPipeDataBatch dataBatch,
JIPipeProgressInfo progressInfo)
Runs code on one data row
|
void |
setContrastHigh(double contrastHigh) |
void |
setContrastLow(double contrastLow) |
void |
setDarkLine(boolean darkLine) |
void |
setDoCorrectPosition(boolean doCorrectPosition) |
void |
setDoEstimateWidth(boolean doEstimateWidth) |
void |
setDoExtendLine(boolean doExtendLine) |
void |
setEstimateHighThreshold(boolean estimateHighThreshold) |
void |
setEstimateLowThreshold(boolean estimateLowThreshold) |
void |
setEstimateSigma(boolean estimateSigma) |
void |
setLineWidth(double lineWidth) |
void |
setLowerThreshold(double lowerThreshold) |
void |
setMaxLength(double maxLength) |
void |
setMinLength(double minLength) |
void |
setOverlapResolution(de.biomedical_imaging.ij.steger.OverlapOption overlapResolution) |
void |
setSigma(double sigma) |
void |
setUpperThreshold(double upperThreshold) |
generateDataBatchesDryRun, getAdaptiveParameterSettings, getDataBatchGenerationSettings, getGenerationSettingsInterface, getParallelizationBatchSize, isParallelizationEnabled, 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 RidgeDetector2DAlgorithm(JIPipeNodeInfo info)
public RidgeDetector2DAlgorithm(RidgeDetector2DAlgorithm other)
protected void runIteration(JIPipeDataBatch dataBatch, JIPipeProgressInfo progressInfo)
JIPipeSimpleIteratingAlgorithm
runIteration
in class JIPipeSimpleIteratingAlgorithm
dataBatch
- The data interfaceprogressInfo
- the progress info from the runpublic double getMinLength()
public void setMinLength(double minLength)
public double getMaxLength()
public void setMaxLength(double maxLength)
public boolean isDoCorrectPosition()
public void setDoCorrectPosition(boolean doCorrectPosition)
public boolean isDoEstimateWidth()
public void setDoEstimateWidth(boolean doEstimateWidth)
public boolean isDoExtendLine()
public void setDoExtendLine(boolean doExtendLine)
public de.biomedical_imaging.ij.steger.OverlapOption getOverlapResolution()
public void setOverlapResolution(de.biomedical_imaging.ij.steger.OverlapOption overlapResolution)
public double getSigma()
public void setSigma(double sigma)
public double getLowerThreshold()
public void setLowerThreshold(double lowerThreshold)
public double getUpperThreshold()
public void setUpperThreshold(double upperThreshold)
public boolean isDarkLine()
public void setDarkLine(boolean darkLine)
public double getLineWidth()
public void setLineWidth(double lineWidth)
public double getContrastHigh()
public void setContrastHigh(double contrastHigh)
public double getContrastLow()
public void setContrastLow(double contrastLow)
public boolean isEstimateSigma()
public void setEstimateSigma(boolean estimateSigma)
public boolean isEstimateLowThreshold()
public void setEstimateLowThreshold(boolean estimateLowThreshold)
public boolean isEstimateHighThreshold()
public void setEstimateHighThreshold(boolean estimateHighThreshold)
public boolean isParameterUIVisible(JIPipeParameterTree tree, JIPipeParameterAccess access)
JIPipeParameterCollection
isParameterUIVisible
in interface JIPipeParameterCollection
isParameterUIVisible
in class JIPipeSimpleIteratingAlgorithm
tree
- the parameter tree that is used to access this parameteraccess
- the parameterCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.