Package | Description |
---|---|
net.imglib2.algorithm.componenttree |
Modifier and Type | Class and Description |
---|---|
class |
BuildComponentTree<T extends Type<T>,C extends PartialComponent<T,C>>
Build the component tree of an image.
|
interface |
PartialComponent<T,C extends PartialComponent<T,C>>
This interface is used by
BuildComponentTree to build the component
tree of an image. |
static interface |
PartialComponent.Generator<T,C extends PartialComponent<T,C>>
Create new components.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T> & Comparable<T>,C extends PartialComponent<T,C>> |
BuildComponentTree.buildComponentTree(RandomAccessibleInterval<T> input,
PartialComponent.Generator<T,C> componentGenerator,
PartialComponent.Handler<C> componentHandler,
boolean darkToBright)
Run the algorithm.
|
static <T extends Type<T>,C extends PartialComponent<T,C>> |
BuildComponentTree.buildComponentTree(RandomAccessibleInterval<T> input,
PartialComponent.Generator<T,C> componentGenerator,
PartialComponent.Handler<C> componentHandler,
Comparator<T> comparator)
Run the algorithm.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.