Package | Description |
---|---|
net.imglib2.algorithm.componenttree.mser |
Modifier and Type | Method and Description |
---|---|
Mser<T> |
Mser.getParent()
Get the parent of this node in the
MserTree . |
Modifier and Type | Method and Description |
---|---|
ArrayList<Mser<T>> |
Mser.getChildren()
Get the children of this node in the
MserTree . |
Iterator<Mser<T>> |
MserTree.iterator()
Returns an iterator over all MSERs in the tree.
|
HashSet<Mser<T>> |
MserTree.roots()
Get the set of roots of the MSER tree (respectively forest...).
|
Copyright © 2015–2022 ImgLib2. All rights reserved.