T
- public class CreateImgFactoryFromImg<T> extends AbstractUnaryFunctionOp<Img<T>,ImgFactory<T>> implements Ops.Create.ImgFactory
ImgFactory
for the given Img
.SpecialOp.Flavor
NAME
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, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
calculate, getIndependentInstance, run
run
candidates, filterArity, op
initialize
public ImgFactory<T> calculate(Img<T> input)
UnaryFunctionOp
calculate
in interface UnaryFunctionOp<Img<T>,ImgFactory<T>>
input
- Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.