public class MTBRSMLFileInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
imageName
Full image name including path.
|
protected String |
imageSHA256
Image hash.
|
protected int |
plantCount
Number of plants.
|
protected HashMap<Integer,Integer> |
rootCountPerPlant
Map holding the number of roots for each plant.
|
protected HashMap<Integer,HashMap<String,MTBRootTree>> |
rootSystems
Map holding for each plant the root trees.
|
protected int |
timeSeriesID
ID in time-series.
|
| Constructor and Description |
|---|
MTBRSMLFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageName()
Get image name.
|
String |
getImageSHA256()
Get image hash code.
|
int |
getPlantCount()
Get number of plants in scene.
|
HashMap<String,MTBRootTree> |
getRootSystem(int plantID)
Get root systems for plant with given ID.
|
int |
getTimeSeriesID()
Get ID of file in time-series.
|
void |
print()
Prints file information to standard output.
|
protected String imageSHA256
protected String imageName
protected int timeSeriesID
protected int plantCount
protected HashMap<Integer,Integer> rootCountPerPlant
protected HashMap<Integer,HashMap<String,MTBRootTree>> rootSystems
The map of root trees per plant is indexed with the root identifier. Root trees being conencted over time share the same identifier.
public String getImageSHA256()
public String getImageName()
public int getTimeSeriesID()
public int getPlantCount()
public HashMap<String,MTBRootTree> getRootSystem(int plantID)
plantID - ID of plant.public void print()
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.