spread_noise_analysis
Detect spread spectrum steganography by comparing noise levels across smooth and textured image regions, revealing hidden data from uneven noise distribution.
Instructions
Noise floor embedding detection. Compares noise levels across image regions to detect spread spectrum or additive noise-based steganography. Embedded data adds noise to cover pixels, and uneven noise distribution between smooth and textured regions can reveal hidden content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to image file (PNG or JPEG) for noise analysis | |
| block_size | No | Block size for noise estimation (default: 16) |