| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.apps.neurites2D | |
| de.unihalle.informatik.MiToBo.core.datatypes |
Provides basic datatypes for MiToBo.
|
| de.unihalle.informatik.MiToBo.core.datatypes.neurites |
| Modifier and Type | Field and Description |
|---|---|
private MTBNeuriteSkelGraph |
NeuriteExtractor2D.neuronSkelGraph
NSG of the whole neuron.
|
| Modifier and Type | Field and Description |
|---|---|
private Vector<MTBNeuriteSkelGraph> |
NeuriteExtractor2D.neuriteGraphs
Vector of neurite graphs, one for each localized neurite.
|
| Modifier and Type | Method and Description |
|---|---|
private MTBNeuriteSkelGraph |
NeuriteExtractor2D.generateSkelGraph()
Compute the skeleton graph for the complete neuron region.
|
| Modifier and Type | Method and Description |
|---|---|
MTBNeuriteSkelGraph |
MTBNeuriteSkelGraph.clone() |
| Modifier and Type | Field and Description |
|---|---|
private MTBNeuriteSkelGraph |
MTBNeurite2D.neuriteGraph
Neurite skeleton Graph (NSG) of the current neurite.
|
| Modifier and Type | Method and Description |
|---|---|
MTBNeuriteSkelGraph |
MTBNeurite2D.getNeuriteGraph()
Get neurite corresponding skeleton graph.
|
| Constructor and Description |
|---|
MTBNeurite2D(MTBNeuriteSkelGraph _neuriteGraph,
Vector<Vector<Point2D.Double>> _featurePoints,
Vector<Vector<Line2D.Double>> _featureLines,
MTBRegion2D _neuriteRegion,
int _maxSpineLength,
int[] _neuriteShaftLengths,
Vector<Vector<Double>> _neuriteWidths)
Constructor to generate a new neurite object.
|
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.