People, hi,
Would it be possible to implement some functionality to measure plane attitude? Does it exist already?
A first quick and dirty solution is to fit a plane with the 3 points picking tool and provide it's normal. I can do that easily enough even with Excel. The idea would be to have displayed in the console.
A second more usefull solution is to compute the normal vector to a LS plane defined by these 3 points.
A third, more practical for geosciences it to convert the normal vector into dip (inclination of the plane from the horizontal with respect to XY plane, expressed in degrees) and strike (compass direction of a coplanar horizontal line - angles expressed in decimal degrees counted clockwise with 0° the Y axis)
And icing on the cake, describe the coplanarity and colinearity of a point set segmented automatically around a manual seed point. A good starting point to implement the moment of inertia is the paper by Oscar Fernandez, 2005, Journal of Structural Geology which I can provide offline.
Cheers,
ThomasD
[Done] Geological plane orientation
Re: Geological plane orientation
Hello Thomas,
very interesting suggestions:
- you can already pick up 3 points in a interactive way, but it's meant to get the angle between them. We could of course give the normal (but as you say, it's not very interesting)
- the algorithm to fit a LS plane to a set of points already exists in CloudCompare, I could very easily add a function to apply this on a subset of points
- for the conversion to dip and strike, I doesn't sound very much difficult
- but I'm not sure I get all the subtlety of your last remark (the cherry ;). How do you "describe" exactly the coplanarity and colinearity of points? --> therefore I am much interested by this article! On our side, we are currently trying to integrate as a plugin a library from Ruwen Schnabel et al (Efficient RANSAC for Point-Cloud Shape Detection) that is able to automatically segment a point cloud into planes, cylinders, torus, etc.
Daniel
very interesting suggestions:
- you can already pick up 3 points in a interactive way, but it's meant to get the angle between them. We could of course give the normal (but as you say, it's not very interesting)
- the algorithm to fit a LS plane to a set of points already exists in CloudCompare, I could very easily add a function to apply this on a subset of points
- for the conversion to dip and strike, I doesn't sound very much difficult
- but I'm not sure I get all the subtlety of your last remark (the cherry ;). How do you "describe" exactly the coplanarity and colinearity of points? --> therefore I am much interested by this article! On our side, we are currently trying to integrate as a plugin a library from Ruwen Schnabel et al (Efficient RANSAC for Point-Cloud Shape Detection) that is able to automatically segment a point cloud into planes, cylinders, torus, etc.
Daniel
-
- Posts: 5
- Joined: Wed Mar 02, 2011 3:52 pm
- Contact:
Re: [Done] Geological plane orientation
Very useful feature, but is there a way to use that plane to orient the point cloud? I.e., remove the overall dip from the total point cloud?
Re: [Done] Geological plane orientation
No, but we could at least automatically output a transformation matrix that would do the trick in the console. Then you'll just have to copy and paste it in the new 'apply transformation' tool.
Would it be useful?
Would it be useful?
Daniel, CloudCompare admin
-
- Posts: 5
- Joined: Wed Mar 02, 2011 3:52 pm
- Contact:
Re: [Done] Geological plane orientation
I'd certainly find that useful... don't know if others would.
Re: [Done] Geological plane orientation
The last online version (Ver 2.4 04/01/2012) implements this solution.
Daniel, CloudCompare admin
-
- Posts: 21
- Joined: Wed Feb 19, 2014 10:28 am
Re: [Done] Geological plane orientation
And what if we got a 3d object and after all we need to orient this point cloud from just one of the surfaces (like a cube)? I don't get it.
Sorry if it wasn't a smart question, I'm a new user.
Sorry if it wasn't a smart question, I'm a new user.
Re: [Done] Geological plane orientation
If you have a point cloud, you can either use:
In all cases, right-click on the resulting object in the DB tree (i.e. the label or the plane) and choose the 'align camera' option to get the right matrix in the console.
- the point picking tool (3rd icon in the main toolbar) to create a 3-points label (save it) that defines a triangle on the 'face' of your cube.
{*]the scissors tool to segment points on the cube face and call the 'Tools > Fit > Plane' method on this subset
In all cases, right-click on the resulting object in the DB tree (i.e. the label or the plane) and choose the 'align camera' option to get the right matrix in the console.
Daniel, CloudCompare admin