public class CellCntrSegResultCurves extends CellCntrSegResult
MTB_CellCounter
presegmentation stage(s).| Modifier and Type | Field and Description |
|---|---|
private Vector<MTBQuadraticCurve2D> |
detectedStomata
Set of pre-segmented regions.
|
activityArray, detectedBorders, image| Constructor and Description |
|---|
CellCntrSegResultCurves(MTBImage img,
Vector<MTBQuadraticCurve2D> regs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearData()
Clears all data.
|
private MTBBorder2DSet |
extractRegionBorders()
Extract borders of detected ellipses.
|
int |
getStomataCount()
Get number of stomata regions in set.
|
void |
removeItem(int n)
Remove an item from the set.
|
void |
removeLastItem()
Removes the last data item.
|
getActivityArray, getBorderCount, getBordersprivate Vector<MTBQuadraticCurve2D> detectedStomata
public CellCntrSegResultCurves(MTBImage img, Vector<MTBQuadraticCurve2D> regs)
img - Image on which regions were detected.regs - Extracted curves.private MTBBorder2DSet extractRegionBorders()
public void removeItem(int n)
removeItem in class CellCntrSegResultn - Index of data item to remove.public void removeLastItem()
removeLastItem in class CellCntrSegResultpublic void clearData()
clearData in class CellCntrSegResultpublic int getStomataCount()
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.