|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.MiToBo.apps.datatypes.cellImages.SegResult_ParticlesMultiChannel
@ALDParametrizedClass @ALDMetaInfo(export=ALLOWED) public class SegResult_ParticlesMultiChannel
Particle detection result for a multi-channel image.
Field Summary | |
---|---|
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 Summary | |
---|---|
SegResult_ParticlesMultiChannel(String imgName)
Default constructor. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@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
Constructor Detail |
---|
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.Method Detail |
---|
public void addSegmentationResult(SegResult_Particles result)
public Vector<SegResult_Particles> getResultVec()
public String getImageName()
getImageName
in interface SegResult_Interface
public SegResultEnums.MeasureUnit getMeasurementUnit()
SegResult_Interface
getMeasurementUnit
in interface SegResult_Interface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |