public class GradientCommand
extends org.scijava.command.DynamicCommand
implements org.scijava.command.Command
Constructor and Description |
---|
GradientCommand() |
Modifier and Type | Method and Description |
---|---|
net.imagej.Dataset |
getDataset() |
java.lang.String |
getDirection() |
double |
getGaussianSigma() |
static net.imglib2.RandomAccessibleInterval<net.imglib2.type.numeric.real.DoubleType> |
getOutput2DSlice(net.imglib2.img.Img<net.imglib2.type.numeric.real.DoubleType> img,
int[] ct) |
int |
getThreads() |
void |
run() |
void |
setDataset(net.imagej.Dataset dataset) |
void |
setDirection(java.lang.String gradientDirection) |
void |
setGaussianSigma(double gaussSigma) |
void |
setThreads(int nThreads) |
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancel
cancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void run()
run
in interface java.lang.Runnable
run
in interface org.scijava.module.MutableModule
public static net.imglib2.RandomAccessibleInterval<net.imglib2.type.numeric.real.DoubleType> getOutput2DSlice(net.imglib2.img.Img<net.imglib2.type.numeric.real.DoubleType> img, int[] ct)
public void setDataset(net.imagej.Dataset dataset)
public net.imagej.Dataset getDataset()
public void setGaussianSigma(double gaussSigma)
public double getGaussianSigma()
public void setDirection(java.lang.String gradientDirection)
public java.lang.String getDirection()
public void setThreads(int nThreads)
public int getThreads()