| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.apps.neurites2D |
| Modifier and Type | Field and Description |
|---|---|
private NeuriteExtractor2D.NeuronColor |
NeuriteExtractor2D.neuronColor |
| Modifier and Type | Method and Description |
|---|---|
NeuriteExtractor2D.NeuronColor |
NeuriteExtractor2D.getNeuronColor()
Get binary neuron color.
|
static NeuriteExtractor2D.NeuronColor |
NeuriteExtractor2D.NeuronColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeuriteExtractor2D.NeuronColor[] |
NeuriteExtractor2D.NeuronColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NeuriteExtractor2D.setNeuronColor(NeuriteExtractor2D.NeuronColor _neuronColor)
Set binary neuron color.
|
| Constructor and Description |
|---|
NeuriteExtractor2D(MTBImageByte _neuronImage,
NeuriteExtractor2D.NeuronColor _neuronColor,
int _neuriteMaskSize,
int _maxSpineLength,
org.rosuda.JRI.Rengine _rEngine,
String _outputDir)
Constructor to create a new neurite extraction object.
|
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.