| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.imageJ.plugins.cellCounter.operators | |
| mtb_cellcounter |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<Integer,CellCntrMarkerVector> |
CellCounterDetectOperator.markerVects
Set of available marker vectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellCounterDetectOperator.setMarkerVectors(HashMap<Integer,CellCntrMarkerVector> v)
Set currently available marker vectors.
|
| Modifier and Type | Field and Description |
|---|---|
private CellCntrMarkerVector |
CellCntrRegionFilterFrame.currentMarkers
Current markers.
|
protected CellCntrMarkerVector |
CellCounter.currentMarkerVector |
private CellCntrMarkerVector |
CellCntrImageCanvas.currentMarkerVector |
private CellCntrMarkerVector |
CellCounter.markerVector |
| Modifier and Type | Field and Description |
|---|---|
protected Vector<CellCntrMarkerVector> |
CellCounter.typeVector
Keeps track of the marker vectors.
|
private Vector<CellCntrMarkerVector> |
CellCntrImageCanvas.typeVector |
| Modifier and Type | Method and Description |
|---|---|
CellCntrMarkerVector |
CellCounter.getCurrentMarkerVector() |
CellCntrMarkerVector |
CellCntrImageCanvas.getCurrentMarkerVector() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CellCntrRegionFilterFrame.filterMarkerRegions(CellCntrMarkerVector markers,
int z,
int minSize,
int maxSize,
int minIntensity,
int maxIntensity)
Function to filter given set of markers with region shape.
|
private JRadioButton |
CellCounter.makeDynRadioButton(int id,
CellCntrMarkerVector mv)
Initializes the radio buttons to select the marker type.
|
void |
CellCounter.setCurrentMarkerVector(CellCntrMarkerVector currMarkerVector) |
void |
CellCntrImageCanvas.setCurrentMarkerVector(CellCntrMarkerVector currentMarkerVector) |
private void |
CellCntrRegionFilterFrame.setMarkers(CellCntrMarkerVector data,
MTBImage image,
int stackZ)
Set new markers.
|
void |
CellCntrRegionFilterFrame.updateMarkerData(CellCntrMarkerVector data,
MTBImage image,
int stackZ,
boolean ignoreHistory)
Update marker data.
|
| Constructor and Description |
|---|
CellCntrRegionFilterFrame(CellCounter counter,
CellCntrMarkerVector markers,
MTBImage image,
int stackZ)
Default constructor.
|
| Constructor and Description |
|---|
CellCntrImageCanvas(ij.ImagePlus img,
Vector<CellCntrMarkerVector> typeVector,
CellCounter cc,
Vector displayList)
Creates a new instance of CellCntrImageCanvas
|
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.