public abstract class FloatImageOperation extends Object implements IFunction, ImageComputation<FloatType>
Constructor and Description |
---|
FloatImageOperation() |
Modifier and Type | Method and Description |
---|---|
Image<FloatType> |
asImage()
Evaluate this operation as an
Image<FloatType> . |
Image<FloatType> |
asImage(int numThreads)
Evaluate this operation as an
Image<FloatType>
using the defined number of parallel threads. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
duplicate, eval, findCursors
Copyright © 2015–2021 Fiji. All rights reserved.