qr_ecc_analysis
Analyze QR code error correction capacity to estimate unused ECC space for steganographic data hiding without breaking the QR code.
Instructions
Error correction capacity analysis for QR code images. Estimates the QR version and calculates the total, data, and ECC codewords for each error correction level (L/M/Q/H). Reports unused ECC capacity that could theoretically hold steganographic data without breaking the QR code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ecc_level | No | Assumed ECC level if known (default: estimate all levels) | |
| file_path | Yes | Path to QR code image file | |
| threshold | No | Black/white threshold (0-255, default: 128) |