Open mikec-bmg opened 7 years ago
the point cloud is not meant to be used directly, please reconstruct the mesh and refine it
Can I get a point cloud back out of a refined mesh? The point cloud is the desired end product for analysis, classification, and feature extraction.
You can sample point cloud from Mesh easily using CloudCompare.
I'm using the OpenMVG with images from a number of different drones and passing the results to DensifyPointCloud (prebuilt 0.7a Windows binary) to the PLY out at the end. With nearly all data sets the resulting point cloud has very fuzzy surfaces compared to the output from commercial applications like Agisoft or Pix4D.
This image shows a thin cross section of a road where you can see how fuzzy the road surface is almost 2 ft thick. I get similar results on other data sets. I've tried using --resolution-level values, 1, 2, and 4 with similar results.
Are there any other parameters that I could tweak (like number-views or number_views_fuse) that might affect this?