MarekKowalski / LiveScan3D

LiveScan3D is a system designed for real time 3D reconstruction using multiple Azure Kinect or Kinect v2 depth sensors simultaneously at real time speed.
MIT License
749 stars 202 forks source link

Application's validity #62

Open hediiieh opened 2 years ago

hediiieh commented 2 years ago

Hello, Thank you for your great job on LiveScan3D. I really appreciate it. I wanted to ask if there has been a research regarding the accuracy of the datas for scientific purposes. Do you guys or someone else tried to publish a paper or something?

MarekKowalski commented 2 years ago

Hi! Unfortunately, we did not thoroughly investigate the accuracy of LiveScan3D. There are however studies that investigate the accuracy of the Kinect sensor itself. Here is one: https://ieeexplore.ieee.org/abstract/document/8731876 The accuracy of our system would be the same as a Kinect if you consider a case where only 1 Kinect is used. The accuracy with more than 1 device will likely be lower due to two factors:

Marek