Integration
These are modules that integrate MorphoCut with existing technologies.
FlowCam
Read FlowCam® collage files.
FlowCam® is an automated particle analysis instrument for measuring size and shape of microscopic particles in a fluid medium.
- class morphocut.integration.flowcam.FlowCamObject(data, lst_name, collage, collage_bin)[source]
A single object.
Not to be instanciated manually.
See also
- property image
The object image.
- property mask
The object mask.
- morphocut.integration.flowcam.FlowCamReader(lst_fn: str | Path | Variable[str | Path])[source]
Stream Read a flowcam sample with collage files.
Note
This Node creates multiple objects per incoming object.
- Parameters:
lst_fn (str or Path, optional) – The path to a
.lstfile.
Example
obj = FlowCamReader("flowcam.lst") image = obj.image mask = obj.mask