Package | Description |
---|---|
de.unihalle.informatik.MiToBo.features |
Provides operators for calculating features from given images, e.g., statistical
indicators or texture measures.
|
Modifier and Type | Field and Description |
---|---|
private Vector<MorphologyAnalyzer2DInProData> |
MorphologyAnalyzer2D.inProDetails
Vector with detailed result data on indentations and protrusions.
|
Modifier and Type | Method and Description |
---|---|
(package private) Vector<MorphologyAnalyzer2DInProData> |
MorphologyAnalyzer2DInProHelper.doProtrusionIndentationAnalysis(MTBContour2DSet contours,
Vector<double[]> curvatureValues,
int minProtrusionLength,
int minIndentationLength)
Method to perform analysis of intrusions/protrusions along contours.
|
Vector<MorphologyAnalyzer2DInProData> |
MorphologyAnalyzer2D.getDetailedInProResults()
Access detailed information on indentations and protrusions.
|
Modifier and Type | Method and Description |
---|---|
private void |
MorphologyAnalyzer2DInProHelper.detectProtrusionsIndentations(MTBContour2D c,
MorphologyAnalyzer2DInProData levelResult,
double[] curvVals,
int minProtrusionLength,
int minIndentationLength)
Method to detect significant indentations and protrusions along contour.
|
private void |
MorphologyAnalyzer2DInProHelper.postprocessIndentationSegments(MorphologyAnalyzer2DInProData levelResult)
Post-process indentation segments to get more information on protrusions.
|
private void |
MorphologyAnalyzer2DInProHelper.postprocessProtrusionSegments(MorphologyAnalyzer2DInProData levelResult)
Post-process protrusion segments to get more information on indentations.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.