| Package | Description | 
|---|---|
| org.openimaj.image.analysis.watershed | |
| org.openimaj.image.feature.local.detector.mser | |
| org.openimaj.util.tree | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode<Component> | 
MergeTreeBuilder.getTree()
Return the tree that has been built. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode<Component> | 
MSERDetector.getMergeTree()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
MSERFeatureGenerator.countMSERs(TreeNode<Component> tree)
Returns a count of the number of components in the tree that are marked
 as MSERs. 
 | 
| Constructor and Description | 
|---|
MSERDetector(TreeNode<Component> mergeTree)
Constructor that takes the merge tree from the watershed algorithm. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TreeNodeImpl<T>  | 
| Modifier and Type | Field and Description | 
|---|---|
List<TreeNode<T>> | 
TreeNodeImpl.children
The list of child nodes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<TreeNode<T>> | 
TreeNode.getChildren()
Get all children 
 | 
List<TreeNode<T>> | 
TreeNodeImpl.getChildren()  | 
Iterator<TreeNode<T>> | 
TreeNode.iterator()  | 
Iterator<TreeNode<T>> | 
TreeNodeImpl.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TreeNode.addChild(TreeNode<T> tn)
Add a child node. 
 | 
void | 
TreeNodeImpl.addChild(TreeNode<T> tn)  | 
void | 
TreeNode.removeChild(TreeNode<T> tn)
Remove a child node (if it exists) 
 | 
void | 
TreeNodeImpl.removeChild(TreeNode<T> tn)  |