Parent
#489
Outcome
提供一个可独立构建和替换的本地像素网格识别器:从 PNG/JPEG 字节检测规则网格,并输出稳定的数据契约,不触碰任何生成链路。
Scope and exclusions
- 在
backend/native/pixel_grid_detector/ 提供独立 Rust library 与 stdin/stdout CLI。
- 复用 Pixel Art Fixer 固定提交的完整多检测器共识流程,并保留许可证与上游来源。
- 输出
cols、rows、step_x、step_y、consensus、confidence。
- 增加输入解码、尺寸与像素总量限制,以及模块级 CI。
- 不包含网格重建、Python API、Docker 装配、前端或生成管线集成。
- 默认不承诺识别隐含像素单元小于 3px 的输入,不增加单图特例。
Acceptance criteria
Blocked by
None - can start immediately.
Parent
#489
Outcome
提供一个可独立构建和替换的本地像素网格识别器:从 PNG/JPEG 字节检测规则网格,并输出稳定的数据契约,不触碰任何生成链路。
Scope and exclusions
backend/native/pixel_grid_detector/提供独立 Rust library 与 stdin/stdout CLI。cols、rows、step_x、step_y、consensus、confidence。Acceptance criteria
Blocked by
None - can start immediately.