BuildingVolumes / 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
14 stars 3 forks source link

Question about .ply format #2

Closed ERICXUCHI closed 10 months ago

ERICXUCHI commented 10 months ago

Hi, can I ask what the unit of "property double x; property double y; property double z" is in the .ply file? Maybe meter right?

ChristopherRemde commented 10 months ago

Yes indeed it is in meters!

ERICXUCHI commented 10 months ago

Great, thanks for your reply!