From d20871ffec725194136de61d61185a460c7ff616 Mon Sep 17 00:00:00 2001 From: muehlenb <muehlenb@uni-bremen.de> Date: Tue, 11 May 2021 15:49:34 +0200 Subject: [PATCH] Added tutorial video to Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index da028331..f75a85fa 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ ## Introduction This project allows (1) registering point clouds with each other and (2) registering point clouds with an HMD / VR headset in Unreal Engine 4. -[Example Video] (will be available soon) + ### The Plugin (see VRKinectReg/Plugins/VRKinectRegistration/) The registration implementation is based on our paper "Fast and Robust 3D Grid Target Detection for Registration and Calibration of Depth-Only Sensors" and is implemented as a standalone Unreal Engine 4 - plugin (see folder VRKinectReg / Plugins / VRKinectRegistration /). -- GitLab