Package | Description |
---|---|
de.unihalle.informatik.MiToBo.apps.neurites2D |
Modifier and Type | Field and Description |
---|---|
private NeuriteDetector2D.NeuriteDetector2DMode |
NeuriteDetector2D.detectorMode |
Modifier and Type | Method and Description |
---|---|
NeuriteDetector2D.NeuriteDetector2DMode |
NeuriteDetector2D.getDetectorMode()
Get current detector mode.
|
static NeuriteDetector2D.NeuriteDetector2DMode |
NeuriteDetector2D.NeuriteDetector2DMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeuriteDetector2D.NeuriteDetector2DMode[] |
NeuriteDetector2D.NeuriteDetector2DMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NeuriteDetector2D(String _inputDir,
Integer _nucleiChannel,
int _nucleusSize,
double _nucleusRation,
Integer[] _neuronChannels,
double _niblackConstant,
int _maxFragmentDistance,
NeuriteDetector2D.NeuriteDetector2DMode _detectorMode,
NeuriteDetector2DAlgos.DetectorExternalEnergy _energy,
double _alpha,
double _beta,
double _stepSize,
double _motionFraction,
int _maxIterations,
int _resampleConstant,
int _maxSpineLength,
int _neuriteMaskSize,
Color _neuriteColor,
Boolean _verbose)
Constructor
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.