bpcs_complexity_map
Analyze an image's bit planes to identify complex regions suitable for hidden data. Computes border complexity across 8x8 blocks for a selected color channel.
Instructions
Generate a detailed complexity map of all bit planes for a given channel. Computes border complexity for each 8x8 block across all 8 bit planes, producing a spatial map showing where complex (potentially data-carrying) regions are located in the image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Color channel: 0=R, 1=G, 2=B (default: 0) | |
| file_path | Yes | Path to image file (PNG or JPEG) for complexity mapping | |
| threshold | No | Complexity threshold (0.0-1.0, default: 0.3) |