@ALDParametrizedClass public class SegResult_ParticlesMultiChannel extends Object implements SegResult_Interface
| Modifier and Type | Field and Description |
|---|---|
protected String |
image_name
Name of the analyzed image.
|
protected Vector<SegResult_Particles> |
resultVector
Name of the analyzed image.
|
protected SegResultEnums.MeasureUnit |
units
Unit in which measurements are provided.
|
| Constructor and Description |
|---|
SegResult_ParticlesMultiChannel(String imgName)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSegmentationResult(SegResult_Particles result) |
String |
getImageName()
Note: Returned string might be null if the result is associated with a
single cell rather than a complete image!
|
SegResultEnums.MeasureUnit |
getMeasurementUnit()
Returns the unit of measurements.
|
Vector<SegResult_Particles> |
getResultVec() |
@ALDClassParameter(label="Processed image",
dataIOOrder=-10)
protected String image_name
@ALDClassParameter(label="Measurement unit",
dataIOOrder=-5)
protected SegResultEnums.MeasureUnit units
@ALDClassParameter(label="Processed image",
dataIOOrder=-10)
protected Vector<SegResult_Particles> resultVector
public SegResult_ParticlesMultiChannel(String imgName)
imgName - Name of analyzed image.ch - Processed channel.regions - Set of detected regions.mask - Binary mask with segmentation result.count - Number of detected particles.avgsize - Average size of nuclei.public void addSegmentationResult(SegResult_Particles result)
public Vector<SegResult_Particles> getResultVec()
public String getImageName()
getImageName in interface SegResult_Interfacepublic SegResultEnums.MeasureUnit getMeasurementUnit()
SegResult_InterfacegetMeasurementUnit in interface SegResult_InterfaceCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.