bpcs_detect
Analyzes bit-plane complexity to detect hidden data embedded using BPCS steganography, identifying abnormally high complex block ratios.
Instructions
Auto-detect BPCS (Bit-Plane Complexity Segmentation) steganographic embedding. Computes the complexity map across all bit planes and channels, then checks for an abnormally high ratio of complex blocks — the signature of BPCS embedding which replaces complex bit-plane regions with hidden data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to image file (PNG or JPEG) for BPCS detection | |
| threshold | No | Complexity threshold (0.0-1.0, default: 0.3) |