load_image_info
Retrieve image metadata such as shape, dtype, channels, and dimensions to prepare for cell segmentation analysis.
Instructions
Get information about an image file.
Args: image_path: Path to image file
Returns
Dictionary with image metadata (shape, dtype, channels, dimensions)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||