开源生态 arXiv cs.AI
UltraArUco:低延迟移动端 AR 标记跟踪库 UltraArUco: A Lightweight Multilingual Library And Framework With Low-Latency Real-Time Marker-Based Tracking System For Mobile AR Interaction
精读摘要
UltraArUco 是一个轻量级多语言库与框架,用于移动增强现实中的低延迟实时标记跟踪。相比标准 OpenCV 实现,它通过优化的多语言封装把每帧延迟降低六倍,同时保持高精度;分布式 Wi-Fi 架构让手机摄像头输入与 PC 端视觉应用协同工作。团队用交互式钢琴模拟应用验证了框架的可用性,为移动 AR 交互提供了新的工程选项。 UltraArUco is a lightweight multilingual library for low-latency, real-time marker-based tracking in mobile AR. Its optimized wrapper reduces per-frame latency sixfold compared to standard OpenCV implementations while maintaining accuracy, and a distributed Wi-Fi architecture connects a mobile camera to a PC-based visual application. It is validated through an interactive piano simulator.
关键要点
- 相比 OpenCV 实现,每帧延迟降低六倍
- 分布式 Wi-Fi 架构连接手机摄像头与 PC 应用
- 通过交互式钢琴模拟应用完成验证
💡 对普通人的影响:暂无直接影响;移动 AR 开发者可获得更流畅的标记跟踪体验。