spread_watermark_detect
Detects spread spectrum watermarks in images by comparing pixel variance across blocks. Identifies altered variance patterns indicative of additive watermarks.
Instructions
Statistical watermark detection via variance comparison between image regions. Divides the image into blocks and compares pixel variance across regions. Watermarked regions tend to have altered variance patterns compared to natural image content, revealing the presence of additive watermarks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to image file (PNG or JPEG) for watermark detection | |
| block_size | No | Block size for region analysis (default: 32) |