项目作者: sam575

项目描述 :
Augmented reality using ArUco markers or point cloud data from RGB-D camera
高级语言: C++
项目地址: git://github.com/sam575/ar-marker-or-point-cloud.git
创建时间: 2021-04-26T22:39:00Z
项目社区:https://github.com/sam575/ar-marker-or-point-cloud

开源协议:

下载


Augmented Reality in Marker and Markerless environments

For an overview of the process for both the projects please have a look at Overview.pdf

ArUco Marker Tracking

Overlay virtual objects on ArUco markers using OpenCV and Unity. OpenCV is used for pose estimation and detection of markers. Unity is used for rendering complex virtual objects. For more information see marker_ar/README.md




Markerless AR using point cloud data

Overlay virtual objects on user selected points using surface normals computed from point cloud data. Point cloud data is acquired using Intel’s depth camera. For more information see markerless_ar/README.md