check_image_quality
Analyze image quality by measuring blur, contrast, and texture complexity. Detects quality issues using texture analysis for reliable assessment.
Instructions
Analyze image quality: blur, contrast, texture complexity.
Uses texture analysis to detect blur and quality issues. More reliable than asking an LLM to visually judge blur.
Args: image_path: Path to the image
Returns: Quality assessment with specific metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |