public class Gradient<T extends RealType<T>> extends MultiThreadedBenchmarkAlgorithm implements OutputAlgorithm<Img<FloatType>>
processingTime
errorMessage, numThreads
Constructor and Description |
---|
Gradient(Img<T> input,
boolean[] doDimension)
Deprecated.
Use
Gradient(RandomAccessibleInterval, ImgFactory, boolean[])
instead and define a imgFactory for the output. |
Gradient(RandomAccessibleInterval<T> input,
ImgFactory<FloatType> imgFactory,
boolean[] doDimension) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkInput() |
Img<FloatType> |
getResult() |
boolean |
process() |
getProcessingTime
getErrorMessage, getNumThreads, setNumThreads, setNumThreads
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorMessage
@Deprecated public Gradient(Img<T> input, boolean[] doDimension)
Gradient(RandomAccessibleInterval, ImgFactory, boolean[])
instead and define a imgFactory for the output.input
- doDimension
- public Gradient(RandomAccessibleInterval<T> input, ImgFactory<FloatType> imgFactory, boolean[] doDimension)
public boolean checkInput()
checkInput
in interface Algorithm
Copyright © 2015–2022 ImgLib2. All rights reserved.