Search found 9 matches

by Marvin_Martian
Tue Jan 28, 2025 1:33 am
Forum: Questions
Topic: Surface Reconstruction Blob ?
Replies: 5
Views: 529

Re: Surface Reconstruction Blob ?

Ah, so you are happy with some of the 'bubbles' :-D In this case, it's tricky... Because the only information we have is how far the triangles are from the closest points. What you could do is sample a lot of points on the raw mesh, segment the resulting cloud with the scissors tool, and eventually...
by Marvin_Martian
Mon Jan 27, 2025 1:10 pm
Forum: Questions
Topic: Distance Between Points
Replies: 6
Views: 1642

Re: Distance Between Points

daniel wrote: Mon Jan 27, 2025 10:09 am Not sure to fully understand the question, but yes, dX = R.x - Q.x = -0.000005
Based on the math equation above if those two points existed at 0.400002 and 0.400007 then the offset would be -0.000005. :)
by Marvin_Martian
Mon Jan 27, 2025 1:07 pm
Forum: Questions
Topic: Surface Reconstruction Blob ?
Replies: 5
Views: 529

Re: Surface Reconstruction Blob ?

So with Poisson, you generally need to filter the result based on the 'Density' scalar field (see the last section of https://www.cloudcompare.org/doc/wiki/index.php/Poisson_Surface_Reconstruction_(plugin) ). You can aslo play with the 'boundary' setting to change the behavior of Poisson where no p...
by Marvin_Martian
Sun Jan 26, 2025 3:26 pm
Forum: Questions
Topic: Surface Reconstruction Blob ?
Replies: 5
Views: 529

Surface Reconstruction Blob ?

I'm computing the normal's for the mesh below using Triangulation setting. As well I'm using Poisson Surface Reconstruction although this is the results, why does the mesh look like it's a blob, are my Reconstruction settings too high or low ? CloudCompare_6OWnvj74u1.png How can I tell Surface Recon...
by Marvin_Martian
Sun Jan 26, 2025 3:09 pm
Forum: Questions
Topic: Distance Between Points
Replies: 6
Views: 1642

Re: Distance Between Points

daniel wrote: Sun Jan 26, 2025 7:08 am Yes,

In more mathematical terms, if the 2 points are named P and Q :
dX = P.x - Q.x
dXY = sqrt((P.x - Q.x)^2 + (P.y - Q.y)^2)
distance = sqrt((P.x - Q.x)^2 + (P.y - Q.y)^2 + (P.z - Q.z)^2)
In the math sense if R.x = 0.400002 and Q.x = 0.400007 = -0.000005 based on dX = R.x - Q.x ?
by Marvin_Martian
Fri Jan 24, 2025 4:26 pm
Forum: Questions
Topic: Distance Between Points
Replies: 6
Views: 1642

Re: Distance Between Points

Well, that's simply the shift between the points along the X, Y or Z dimension (left column) or in the XY, XZ and ZY planes (right column = 2D distances) If I understand correctly based on the screen capture, deltaX is the shift between the points, meanwhile deltaXY is the distance between the poin...
by Marvin_Martian
Mon Jan 20, 2025 3:06 am
Forum: Questions
Topic: Distance Between Points
Replies: 6
Views: 1642

Distance Between Points

CloudCompare_9JnZjuE4QK.png
CloudCompare_9JnZjuE4QK.png (6.66 KiB) Viewed 1642 times
I'm trying to understand the distance between these two points. I understand the distance is 0.4 between points but the other values I do not understand ?
by Marvin_Martian
Mon Jan 06, 2025 9:32 pm
Forum: Questions
Topic: Peel 3D Features in Cloud Compare ?
Replies: 1
Views: 1334

Peel 3D Features in Cloud Compare ?

I was looking at Peel 3D by Creaform an impressive programs for 3D scanning data although expensive. Some features as found on the software main page is the ability to split off an object among other things that I can't completely describe available in Cloud Compare ?
by Marvin_Martian
Tue Dec 24, 2024 9:59 am
Forum: Questions
Topic: Distance between Points ?
Replies: 1
Views: 1370

Distance between Points ?

I want to find the distance between points but in the tree the point cloud is disabled therefore how can I enable and select points on the mesh to find the distance ?
pointDistance.png
pointDistance.png (17.95 KiB) Viewed 1370 times