denoise_image
Reduce noise in microscopy images using Cellpose restoration models. Improve image clarity for accurate cell segmentation and analysis.
Instructions
Denoise a microscopy image using Cellpose restoration models.
Args: image_path: Path to input image model_type: Restoration model type (denoise_cyto2, denoise_cyto3, etc.) channels: Channel specification diameter: Expected object diameter for scaling gpu: Whether to use GPU acceleration output_path: Optional path to save denoised image
Returns
Dictionary with denoising resultsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | No | ||
| channels | No | ||
| diameter | No | ||
| image_path | Yes | ||
| model_type | No | denoise_cyto3 | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||