bpcs_threshold
Analyzes an image's bit plane to find the complexity threshold where BPCS steganography is most detectable. Tests multiple thresholds and spots suspicious block ratios.
Instructions
Complexity threshold analysis for BPCS steganalysis. Tests multiple threshold values and analyzes how the complex/simple block ratio changes. Finds the optimal threshold boundary where BPCS embedding would be most detectable, and identifies threshold ranges that produce suspicious ratios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plane | No | Bit plane to analyze: 0=LSB, 7=MSB (default: 0) | |
| channel | No | Color channel: 0=R, 1=G, 2=B (default: 0) | |
| file_path | Yes | Path to image file (PNG or JPEG) for threshold analysis |