ScalableCytometryImageProcessing / SCIP

Scalable Cytometry Image Processing (SCIP) is an open-source tool that implements an image processing pipeline on top of Dask, a distributed computing framework written in Python. SCIP performs projection, illumination correction, image segmentation and masking, and feature extraction.
https://scalable-cytometry-image-processing.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 0 forks source link

Focus selection or focus stacking for multi-focal images #41

Closed MaximLippeveld closed 2 years ago

MaximLippeveld commented 2 years ago

The CZI images have a Z-dimension. The planes in the Z-dimension have to be converted into one plane. This can be done by selecting one plane, either fixed in config or dynamically using a focus metric. Another option is to fuse the planes with focus stacking.