deblur_image
Deblur microscopy images using Cellpose restoration models for clearer cell analysis.
Instructions
Deblur a microscopy image using Cellpose restoration models.
Args: image_path: Path to input image model_type: Restoration model type (deblur_cyto2, deblur_cyto3, etc.) channels: Channel specification diameter: Expected object diameter for scaling gpu: Whether to use GPU acceleration output_path: Optional path to save deblurred image
Returns
Dictionary with deblurring resultsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | No | ||
| channels | No | ||
| diameter | No | ||
| image_path | Yes | ||
| model_type | No | deblur_cyto3 | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||