T
- value type of the input image.C
- component type.public static interface PartialComponent.Generator<T,C extends PartialComponent<T,C>>
Modifier and Type | Method and Description |
---|---|
C |
createComponent(T value)
Create a new empty component with the given value (e.g., grey-level).
|
C |
createMaxComponent()
Create a component with a value (e.g., grey-level) greater than any
occurring in the input for the
BuildComponentTree . |
C createComponent(T value)
value
- value of the componentC createMaxComponent()
BuildComponentTree
. This is
used as a terminator element on the component stack.Copyright © 2015–2022 ImgLib2. All rights reserved.