public class OmniposeSegmentationThresholdSettings extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
OmniposeSegmentationThresholdSettings() |
OmniposeSegmentationThresholdSettings(OmniposeSegmentationThresholdSettings other) |
Modifier and Type | Method and Description |
---|---|
double |
getDiamThreshold() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
double |
getFlowThreshold() |
double |
getMaskThreshold() |
OptionalDoubleParameter |
getStitchThreshold() |
boolean |
isExcludeOnEdges() |
void |
setDiamThreshold(double diamThreshold) |
void |
setExcludeOnEdges(boolean excludeOnEdges) |
void |
setFlowThreshold(double flowThreshold) |
void |
setMaskThreshold(double maskThreshold) |
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 OmniposeSegmentationThresholdSettings()
public OmniposeSegmentationThresholdSettings(OmniposeSegmentationThresholdSettings 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 getMaskThreshold()
public void setMaskThreshold(double maskThreshold)
public double getDiamThreshold()
public void setDiamThreshold(double diamThreshold)
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.