Package | Description |
---|---|
net.imglib2.algorithm.componenttree | |
net.imglib2.algorithm.componenttree.mser | |
net.imglib2.algorithm.componenttree.pixellist |
Modifier and Type | Interface and Description |
---|---|
interface |
Component<T,C extends Component<T,C>>
Represents a connected component and a node in a
ComponentTree . |
interface |
ComponentForest<C extends Component<?,C>>
A component forest.
|
interface |
ComponentTree<C extends Component<?,C>>
A component tree.
|
Modifier and Type | Class and Description |
---|---|
class |
Mser<T extends Type<T>>
A maximally stable extremal region (MSER) of the image thresholded at
Mser.value() . |
Modifier and Type | Class and Description |
---|---|
class |
PixelListComponent<T extends Type<T>>
A connected component of the image thresholded at
PixelListComponent.value() . |
Copyright © 2015–2022 ImgLib2. All rights reserved.