jpegadv_chi_sliding
Analyzes JPEG coefficients using sliding window chi-square to detect and map hidden data embedding locations.
Instructions
Sliding window chi-square analysis over sequential DCT coefficients. Divides the coefficient stream into windows of configurable size and runs chi-square pair analysis on each window. Returns per-window p-values and detection results to map where embedding starts and stops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the JPEG file for sliding window chi-square analysis | |
| window_size | No | Number of coefficients per window (default: auto-calculated from file size) | |
| window_count | No | Number of windows to divide the data into (default: 20, max: 50) |