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