public class Threshold<T extends RealType<T>> extends InteractiveImageCommand
Command
that allows one to interactively create and
manipulate ThresholdOverlay
s for a ImageDisplay
. It uses
autodiscovered ThresholdMethod
s.imageDisplayService
moduleService, pluginService
Constructor and Description |
---|
Threshold() |
Modifier and Type | Method and Description |
---|---|
protected void |
autoThreshold() |
protected void |
backgroundChange() |
protected void |
changePixels() |
protected void |
deleteThreshold() |
protected void |
displayTypeChanged() |
ImageDisplay |
getImageDisplay() |
protected void |
initValues() |
protected void |
onEvent(AxisPositionEvent evt) |
protected void |
rangeChanged() |
void |
run() |
void |
setImageDisplay(ImageDisplay disp) |
protected void |
stackHistogram() |
updateInput
asType, cancel, log, onEvent, preview, update
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancel
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addInput, addInput, addOutput, addOutput, removeInput, removeOutput
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutput
public void setImageDisplay(ImageDisplay disp)
public ImageDisplay getImageDisplay()
public void run()
protected void initValues()
protected void autoThreshold()
protected void backgroundChange()
protected void changePixels()
protected void deleteThreshold()
protected void displayTypeChanged()
protected void rangeChanged()
protected void stackHistogram()
protected void onEvent(AxisPositionEvent evt)
Copyright © 2014–2022 ImageJ. All rights reserved.