public abstract class CellCntrMarkerShape extends Object
In the MTB Cell Counter in addition to a position a marker also owns a shape, e.g., a region contour.
| Modifier and Type | Field and Description |
|---|---|
protected double |
avgIntensity
Average intensity of all shape pixels.
|
protected MTBBorder2D |
mBorder
Border of the object.
|
| Constructor and Description |
|---|
CellCntrMarkerShape() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
getArea()
Get area of the shape.
|
double |
getAvgIntensity()
Get average intensity.
|
MTBBorder2D |
getOutline()
Get outline of shape.
|
void |
setAvgIntensity(double ai)
Set average region intensity.
|
protected MTBBorder2D mBorder
protected double avgIntensity
public MTBBorder2D getOutline()
public abstract double getArea()
public void setAvgIntensity(double ai)
ai - Average intensity.public double getAvgIntensity()
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.