| Modifier and Type | Method and Description |
|---|---|
MTBRootTree |
MTBRootTree.clone() |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<Integer,Vector<MTBRootTree>> |
RootImageSegmentationOperator.inputTreelines
Input treelines to be improved and updated.
|
protected HashMap<Integer,Vector<MTBRootTree>> |
RootImageSegmentationOperator.resultTreelines
Resulting enhanced treeline annotations.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<Integer,Vector<MTBRootTree>> |
RootImageSegmentationOperator.getAllInputTreelines()
Getter for the input treelines of the specified layer.
|
HashMap<Integer,Vector<MTBRootTree>> |
RootImageSegmentationOperator.getAllResultTreelines()
Getter for all result treelines.
|
Vector<MTBRootTree> |
RootImageSegmentationOperator.getInputTreelines(int layer)
Getter for the input treelines of the specified layer.
|
Vector<MTBRootTree> |
RootImageSegmentationOperator.getResultTreelines(int layer)
Getter for the result treelines of a specific layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RootImageSegmentationOperator.setInputTreelines(HashMap<Integer,Vector<MTBRootTree>> tls)
Provide treelines to be enhanced.
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<Integer,HashMap<String,MTBRootTree>> |
MTBRSMLFileInfo.rootSystems
Map holding for each plant the root trees.
|
| Modifier and Type | Method and Description |
|---|---|
private MTBRootTree |
MTBRSMLProjectImporter.createTreeForRoot(RootType root)
Create a root tree from the given root object.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,MTBRootTree> |
MTBRSMLFileInfo.getRootSystem(int plantID)
Get root systems for plant with given ID.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MTBRSMLProjectImporter.fillTreeFromRoot(RootType root,
MTBRootTree tree,
HashMap<Integer,MTBTreeNode> parentTreelineNodes)
Recursively parses all polylines belonging to the given root.
|
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.