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 |
---|---|
protected MorphologyAnalyzer2DInProData.InProContourSegment |
MorphologyAnalyzer2DInProData.InProContourSegment.nextSegment
Reference to the subsequent segment along the contour.
|
protected MorphologyAnalyzer2DInProData.InProContourSegment |
MorphologyAnalyzer2DInProData.InProContourSegment.prevSegment
Reference to the preceeding segment along the contour.
|
Modifier and Type | Field and Description |
---|---|
private LinkedList<MorphologyAnalyzer2DInProData.InProContourSegment> |
MorphologyAnalyzer2DInProData.indentationSegs
List of indentation segments along the contour.
|
private LinkedList<MorphologyAnalyzer2DInProData.InProContourSegment> |
MorphologyAnalyzer2DInProData.protrusionSegs
List of protrusion segments along the contour.
|
Modifier and Type | Method and Description |
---|---|
MorphologyAnalyzer2DInProData.InProContourSegment |
MorphologyAnalyzer2DInProData.InProContourSegment.getPrecursorSegment()
Get preceeding segment along contour.
|
MorphologyAnalyzer2DInProData.InProContourSegment |
MorphologyAnalyzer2DInProData.InProContourSegment.getSuccessorSegment()
Get subsequent segment along contour.
|
Modifier and Type | Method and Description |
---|---|
LinkedList<MorphologyAnalyzer2DInProData.InProContourSegment> |
MorphologyAnalyzer2DInProData.getIndentationSegments()
Get list of indentation segments.
|
LinkedList<MorphologyAnalyzer2DInProData.InProContourSegment> |
MorphologyAnalyzer2DInProData.getProtrusionSegments()
Get list of protrusion segments.
|
Modifier and Type | Method and Description |
---|---|
void |
MorphologyAnalyzer2DInProData.addIndentationSegments(LinkedList<MorphologyAnalyzer2DInProData.InProContourSegment> is)
Add list of indentation segments to object.
|
void |
MorphologyAnalyzer2DInProData.addProtrusionSegments(LinkedList<MorphologyAnalyzer2DInProData.InProContourSegment> ps)
Add list of protrusion segments to object.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.