estimate_cell_diameter
Estimate cell diameter from an image using Cellpose's size model. Returns diameter and confidence for segmentation.
Instructions
Estimate cell diameter from an image using Cellpose size model.
Args: image_path: Path to input image model_type: Model type to use for estimation channels: Channel specification gpu: Whether to use GPU acceleration
Returns
Dictionary with estimated diameter and confidenceInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | No | ||
| channels | No | ||
| image_path | Yes | ||
| model_type | No | cyto3 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||