fish-quant / fq-segmentation

Wrapper code for segmentation of cells and nuclei with Cellpose.
https://fq-segmentation.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Define resizing factor rather than new image #17

Closed muellerflorian closed 4 years ago

muellerflorian commented 4 years ago

Currently resizing is defined by an image size. However, it might be more convenient to define this by a factor (e.g. 2). This would work more generally for differently sized images.

Both behaviors could be considered by checking the input string for the presence of a ,

muellerflorian commented 4 years ago

closed with PR #18