I review other topics but, I didn't find information about this:
What about intersect of planes (I am interesting to intersection of three planes).
First of all I will try to extrack planes from my point cloud.
Then I will try to get points.
The points that are the intersection of those planes for example in a square classroom. Calculate the 8 points.
Could you type me some links that talk about this?
Thanks and best regards.
About the intersection of planes
Re: About the intersection of planes
Well, CC will help you to fit the planes ont the point cloud... And that's about all ;)
You could of course sample points on one plane and then compute the distances to another plane to get the points that are close to 0 (approximately).
And for the maths there are many sites that will explain you how to compute the intersection between two planes (resulting in a line... or nothing). And then you can compute the intersection between the line and the third plane. It's generally full of degenerate cases so it's a little bit cumbersome.
You could of course sample points on one plane and then compute the distances to another plane to get the points that are close to 0 (approximately).
And for the maths there are many sites that will explain you how to compute the intersection between two planes (resulting in a line... or nothing). And then you can compute the intersection between the line and the third plane. It's generally full of degenerate cases so it's a little bit cumbersome.
Daniel, CloudCompare admin
Re: About the intersection of planes
Hello,ivanotero76 wrote:What about intersect of planes (I am interesting to intersection of three planes).
First of all I will try to extrack planes from my point cloud.
Then I will try to get points.
You can use the RANSAC tool http://www.cloudcompare.org/doc/wiki/in ... n_(plugin) in order to extract the planes.
Then, export your plane in .dxf format.
Then, open your planes with Sketchup pro (if you have Sketchup pro of course). Sketchup allows you to compute the intersection of three planes.
If you can't see any intersection between the plans, you can make them bigger in Autocad before exporting them in Sketchup.
Indeed, the scale tool in Sketchup makes the planes bigger but it also modifies the orientation of the plane. You have a bigger plane, but it's not the same plane anymore. Autocad doesn't modify the orientation, only the size.
I only know this method, so I hope you have sketchup pro :p
Re: About the intersection of planes
Interesting. You can now also extend the plane size in CC (with the latest versions). See the 'Edit > Plane > Edit' method (or right click on the plane entry in the DB tree).
Daniel, CloudCompare admin
Re: About the intersection of planes
Version 2.9 alpha?daniel wrote:You can now also extend the plane size in CC (with the latest versions).
I have version 2.7.0. I don't really trust alpha and beta versions. But maybe I'm wrong.
A few weeks ago I had version 2.6.3 beta and this version crashed sometimes, maybe because of the size of my clouds. Now with version 2.7.0, I don't have any problems.
Re: About the intersection of planes
The official version is now 2.8 (but for once 2.9.alpha is very good as it's mainly bugfixes of the 2.8 ;).
The 2.6.3 version is very old. 2.7 has more than 6 months.
The 2.6.3 version is very old. 2.7 has more than 6 months.
Daniel, CloudCompare admin