Interface | Description |
---|---|
Component<T,C extends Component<T,C>> |
Represents a connected component and a node in a
ComponentTree . |
ComponentForest<C extends Component<?,C>> |
A component forest.
|
ComponentTree<C extends Component<?,C>> |
A component tree.
|
PartialComponent<T,C extends PartialComponent<T,C>> |
This interface is used by
BuildComponentTree to build the component
tree of an image. |
PartialComponent.Generator<T,C extends PartialComponent<T,C>> |
Create new components.
|
PartialComponent.Handler<C> |
Handle completed components that are output by
BuildComponentTree
. |
Class | Description |
---|---|
BuildComponentTree<T extends Type<T>,C extends PartialComponent<T,C>> |
Build the component tree of an image.
|
BuildComponentTree.BrightToDark<T extends Comparable<T>> |
Default comparator for
Comparable pixel values for bright-to-dark
pass. |
BuildComponentTree.DarkToBright<T extends Comparable<T>> |
Default comparator for
Comparable pixel values for dark-to-bright
pass. |
Copyright © 2015–2022 ImgLib2. All rights reserved.