Camera capture, corner detection/refinement, and preview crop pipeline for trading cards. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
388 B
Markdown
17 lines
388 B
Markdown
# Card Scan Demo
|
|
|
|
拍照 / 选图 → **预览页** ML Kit 边框锁定 → 裁剪纠偏 → 看结果。
|
|
|
|
拍照页只显示引导框,不做实时检测。
|
|
|
|
完整说明(对照集换社反编译分析):[docs/demo说明.md](docs/demo说明.md)
|
|
|
|
## 运行
|
|
|
|
```bash
|
|
export PATH="$HOME/flutter/bin:$PATH"
|
|
cd /Users/a1518/Desktop/project/card-dex-demo
|
|
flutter pub get
|
|
flutter run
|
|
```
|