Questions tagged [cloudcompare]

6 questions
0
votes
0 answers

Creating Vuforia - Area Targets failed - E57 shall contain one or more Image2D structures

so i am trying to create an Area Target with the "Vuforia Area Target Generator" for Unity3d.Therefore i need a e57-file containing the scanned PointCloud. Im getting this error: E57 processing: Validation of the E57 file failed. [ FAIL ] E57…
Moritz
  • 1
0
votes
0 answers

Automated way to convert point clouds from .asc to .ply format and compute normals

I have a lot of point cloud data saved in files with the .asc extension. I need a way to automate conversion to PLY and compute their normals. The .asc file data looks like…
0
votes
1 answer

CloudCompare computed Normals are not aligned in the mesh

When I compute normals from CloudCompare software for the PLY file I created from PCL, I am seeing the faces as shown in the picture. The normals are flipped. This issue is similar to the one mentioned in…
Venky
  • 1
  • 1
0
votes
0 answers

How to fix inf coordinate system of point cloud?

Using OpenCvs Python library I processed a disparity map from two rectified stereo images. Afterwards I converted that map to 3D points using cv2.reprojectImageTo3D() and saved it as .ply. When I'm trying to open the point cloud in e.g. CloudCompare…
Corbjn
  • 276
  • 1
  • 10
0
votes
0 answers

Open3D how to make a Gaussian colour filter on a point cloud

I am trying to create an algorithm to do a Gaussian filter on a point cloud with Open3D but my solution takes too much time and I don't know if I am returning the right result too. I have a working solution on CloudCompare, and I'm trying to…
0
votes
0 answers

In meshlab, can we manually specify the forward (x+) direction and the up (z+) direction for the object?

Just figure out that we can use Tools/fit/plane in CloudCompare to forward (x+) direction and the up (z+) direction for the object based on point cloud. Can we do the same with the MeshLab?
TeeTracker
  • 7,064
  • 8
  • 40
  • 46