T - public class CreateImgFactoryFromImg<T> extends AbstractUnaryFunctionOp<Img<T>,ImgFactory<T>> implements Ops.Create.ImgFactory
ImgFactory for the given Img.SpecialOp.FlavorNAME| Constructor and Description |
|---|
CreateImgFactoryFromImg() |
| Modifier and Type | Method and Description |
|---|---|
ImgFactory<T> |
calculate(Img<T> input)
Calculates the output given some input.
|
in, out, run, setInputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, getIndependentInstance, runruncandidates, filterArity, opinitializepublic ImgFactory<T> calculate(Img<T> input)
UnaryFunctionOpcalculate in interface UnaryFunctionOp<Img<T>,ImgFactory<T>>input - Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.