upsample_image
Upscale microscopy images with Cellpose restoration models to enhance resolution and improve downstream analysis. Specify scale factor and model type for targeted upsampling.
Instructions
Upsample a microscopy image using Cellpose restoration models.
Args: image_path: Path to input image model_type: Upsampling model type (upsample_cyto2, upsample_cyto3, etc.) scale_factor: Upsampling factor (typically 2 or 4) channels: Channel specification gpu: Whether to use GPU acceleration output_path: Optional path to save upsampled image
Returns
Dictionary with upsampling resultsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | No | ||
| channels | No | ||
| image_path | Yes | ||
| model_type | No | upsample_cyto3 | |
| output_path | No | ||
| scale_factor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||