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