cdcseacave / openMVS

open Multi-View Stereo reconstruction library
http://cdcseacave.github.io
GNU Affero General Public License v3.0
3.28k stars 901 forks source link

accuracy is kust two decimals? #865

Open APOS80 opened 1 year ago

APOS80 commented 1 year ago

Describe the bug Dont know if its a bug but anyway.

I use ODM that uses openMVS for pointcloud reconstruction, when i pick points in CloudCompare the accuracy is just two decimals. looks like 24.10009 or 24.199999, clearly the decimals is just binary to real number conversion problem.

I would like three decimal accuracy

To Reproduce Make a pointcloud

Expected behavior

the points should have three decmal accuracy.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Im a construction surveyor

cdcseacave commented 1 year ago

Hi Andreas,

The accuracy computed by OpenMVS is a full 32 float. I think the issue is at exporting the point cloud from OpenMVS format to PLY or whatever format ODM uses.

I'll loop in @pierotofy

APOS80 commented 1 year ago

Hi Andreas,

The accuracy computed by OpenMVS is a full 32 float. I think the issue is at exporting the point cloud from OpenMVS format to PLY or whatever format ODM uses.

I'll loop in @pierotofy

I export in LAZ, the default.

pierotofy commented 1 year ago

I don't think this is an issue in OpenMVS.