[C2C] Distance Computation: Does it have issue when two point clouds have an intersection?
Posted: Wed Jul 14, 2021 10:38 am
Hi all,
I'm using Cloud Compare to calculate the distance (thickness) between two point clouds, but seem it has an issue when these point clouds have an intersection.
For example, the referenced cloud has points R1, R1, R3, R4, R5, R6, R7, R8, R9, R10, I1, I2, I3, I4, I5.
and the computed cloud has points A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, I1, I2, I3, I4, I5.
in which I1, I2, I3, I4, I5 are the points on the intersection of two point clouds.
Base on the principle of Distance Computation at
https://www.cloudcompare.org/doc/wiki/i ... omputation
for example the nearest neighbor point of A1 is I1, A2 is I2, A3 is I3, A4 is I4 and A5 is I5, but I1, I2, I3, I4, I5 are on the same computed cloud.
Is it right? When calculating distance between two point clouds does it eliminate the nearest neighbor points on the intersection?
P/S: Does it have any books, documents, articles explain about DmgOctree (Index, Code, Bit Shift, etc), Hausdorff Distance, Saito Transformation Matrix. Can you share me some books, articles, documents to study about algorithms in Cloud Compare?
I have read source code, but it very difficult to understand why/what it is implementing that.
Thanks & best regards,
I'm using Cloud Compare to calculate the distance (thickness) between two point clouds, but seem it has an issue when these point clouds have an intersection.
For example, the referenced cloud has points R1, R1, R3, R4, R5, R6, R7, R8, R9, R10, I1, I2, I3, I4, I5.
and the computed cloud has points A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, I1, I2, I3, I4, I5.
in which I1, I2, I3, I4, I5 are the points on the intersection of two point clouds.
Base on the principle of Distance Computation at
https://www.cloudcompare.org/doc/wiki/i ... omputation
for example the nearest neighbor point of A1 is I1, A2 is I2, A3 is I3, A4 is I4 and A5 is I5, but I1, I2, I3, I4, I5 are on the same computed cloud.
Is it right? When calculating distance between two point clouds does it eliminate the nearest neighbor points on the intersection?
P/S: Does it have any books, documents, articles explain about DmgOctree (Index, Code, Bit Shift, etc), Hausdorff Distance, Saito Transformation Matrix. Can you share me some books, articles, documents to study about algorithms in Cloud Compare?
I have read source code, but it very difficult to understand why/what it is implementing that.
Thanks & best regards,