public class Cellpose3DenoiseTrainingNoiseSettings extends AbstractJIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterChangedEventEmitter, JIPipeParameterCollection.ParameterChangedEventListener, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEventEmitter, JIPipeParameterCollection.ParameterStructureChangedEventListener, JIPipeParameterCollection.ParameterUIChangedEvent, JIPipeParameterCollection.ParameterUIChangedEventEmitter, JIPipeParameterCollection.ParameterUIChangedEventListener
Constructor and Description |
---|
Cellpose3DenoiseTrainingNoiseSettings() |
Cellpose3DenoiseTrainingNoiseSettings(Cellpose3DenoiseTrainingNoiseSettings other) |
Modifier and Type | Method and Description |
---|---|
double |
getCustomBeta() |
double |
getCustomBlur() |
double |
getCustomDownsample() |
double |
getCustomGBlur() |
double |
getCustomPoisson() |
OptionalIntegerParameter |
getMaxDownsampling() |
Cellpose3DenoiseTrainingNoiseType |
getNoiseType() |
boolean |
isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Allows to override the visibility of parameters inside the UI
|
void |
setCustomBeta(double customBeta) |
void |
setCustomBlur(double customBlur) |
void |
setCustomDownsample(double customDownsample) |
void |
setCustomGBlur(double customGBlur) |
void |
setCustomPoisson(double customPoisson) |
void |
setMaxDownsampling(OptionalIntegerParameter maxDownsampling) |
void |
setNoiseType(Cellpose3DenoiseTrainingNoiseType noiseType) |
getParameterChangedEventEmitter, getParameterStructureChangedEventEmitter, getParameterUIChangedEventEmitter, onParameterChanged, onParameterStructureChanged, onParameterUIChanged, registerSubParameter, registerSubParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deserializeFromJsonNode, emitParameterChangedEvent, emitParameterStructureChangedEvent, emitParameterUIChangedEvent, getContextActions, getParameter, getParameterAccess, installUIOverrideParameterEditor, installUIParameterOptions, isParameterUIVisible, serializeToJsonFile, serializeToJsonGenerator, serializeToJsonString, setParameter
public Cellpose3DenoiseTrainingNoiseSettings()
public Cellpose3DenoiseTrainingNoiseSettings(Cellpose3DenoiseTrainingNoiseSettings other)
public Cellpose3DenoiseTrainingNoiseType getNoiseType()
public void setNoiseType(Cellpose3DenoiseTrainingNoiseType noiseType)
public double getCustomPoisson()
public void setCustomPoisson(double customPoisson)
public double getCustomBeta()
public void setCustomBeta(double customBeta)
public double getCustomBlur()
public void setCustomBlur(double customBlur)
public double getCustomGBlur()
public void setCustomGBlur(double customGBlur)
public double getCustomDownsample()
public void setCustomDownsample(double customDownsample)
public OptionalIntegerParameter getMaxDownsampling()
public void setMaxDownsampling(OptionalIntegerParameter maxDownsampling)
public boolean isParameterUIVisible(JIPipeParameterTree tree, JIPipeParameterAccess access)
JIPipeParameterCollection
tree
- the parameter tree that is used to access this parameteraccess
- the parameterCopyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.