public class ImgImgFactory<T extends Type<T>,V extends Type<V>> extends Object implements UnaryOutputFactory<Img<T>,Img<V>>
UnaryOutputFactory
used to create an empty output Img
of type
<V>
and the dimensionality of the input Img
Constructor and Description |
---|
ImgImgFactory(V resType) |
Modifier and Type | Method and Description |
---|---|
Img<V> |
createOutput(Img<T> input)
Create an output object given some input.
|
public Img<V> createOutput(Img<T> input)
UnaryOutputFactory
createOutput
in interface UnaryOutputFactory<Img<T extends Type<T>>,Img<V extends Type<V>>>
input
- which determines how to create the outputCopyright © 2014–2022 ImageJ. All rights reserved.