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