public class CellposeSegmentationThresholdSettings extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
CellposeSegmentationThresholdSettings() |
CellposeSegmentationThresholdSettings(CellposeSegmentationThresholdSettings other) |
Modifier and Type | Method and Description |
---|---|
double |
getCellProbabilityThreshold() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
double |
getFlowThreshold() |
OptionalDoubleParameter |
getStitchThreshold() |
boolean |
isExcludeOnEdges() |
void |
setCellProbabilityThreshold(double cellProbabilityThreshold) |
void |
setExcludeOnEdges(boolean excludeOnEdges) |
void |
setFlowThreshold(double flowThreshold) |
void |
setStitchThreshold(OptionalDoubleParameter stitchThreshold) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public CellposeSegmentationThresholdSettings()
public CellposeSegmentationThresholdSettings(CellposeSegmentationThresholdSettings other)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public boolean isExcludeOnEdges()
public void setExcludeOnEdges(boolean excludeOnEdges)
public double getFlowThreshold()
public void setFlowThreshold(double flowThreshold)
public double getCellProbabilityThreshold()
public void setCellProbabilityThreshold(double cellProbabilityThreshold)
public OptionalDoubleParameter getStitchThreshold()
public void setStitchThreshold(OptionalDoubleParameter stitchThreshold)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.