- 添加注册按钮,点击生成随机人脸ID(格式:F + 8位数字) - 实时显示检测到的人脸对应的ID - 使用彩色标签区分已注册(绿色)和未注册(橙色)状态 Quick task: 260330-ld1
38 lines
783 B
Markdown
38 lines
783 B
Markdown
# ArcSoft Face Recognition Plugin
|
||
|
||
## What This Is
|
||
|
||
Flutter 人脸识别插件,基于 ArcSoft SDK 实现 Android 平台的人脸检测和识别功能。
|
||
|
||
## Core Value
|
||
|
||
提供简单易用的 Flutter 人脸识别 API,封装 ArcSoft SDK 的复杂性。
|
||
|
||
## Requirements
|
||
|
||
### Validated
|
||
|
||
- ✓ 人脸检测 - existing
|
||
- ✓ 人脸特征提取 - existing
|
||
- ✓ 活体检测 - existing
|
||
|
||
### Active
|
||
|
||
- [ ] 在 example 应用中添加人脸注册功能
|
||
- [ ] 显示检测到的人脸 ID
|
||
|
||
### Out of Scope
|
||
|
||
- iOS 平台支持 — 当前仅 Android
|
||
|
||
## Context
|
||
|
||
Flutter 插件项目,使用 Method Channel 与 Android 原生层通信。
|
||
|
||
## Constraints
|
||
|
||
- **Platform**: Android only (minSdk 24+)
|
||
- **SDK**: ArcSoft Face Recognition SDK
|
||
|
||
---
|
||
*Last updated: 2026-03-30 after initialization* |