Cross Section of PointCloud
古いコメントを表示
Hello everyone,
I have a 3D point cloud, and I want to find the cross section of it by slicing it with a plane that is defined by a point and a perpendicular vector. Then I wish to detect and store the points close to the plane on either side. Any ideas on how to do this? Thanks in advance.
4 件のコメント
John D'Errico
2017 年 7 月 7 日
編集済み: John D'Errico
2017 年 7 月 7 日
Given that there will probably be no points at all that lie exactly in any random plane that passes through a point cloud, you need to decide what it means for a point to be contained in the plane.
Beyond that, even if a point happens to mathematically lie in a plane, any numerical computations will show the point falls on one side or the other by tiny amounts on the order of eps.
Justin Park
2017 年 7 月 7 日
編集済み: Justin Park
2017 年 7 月 7 日
Hi, I have a problem, having 3D points and I need to see the cross section of that by slicing that. But I need to know one step back. I do not know even how to define a plane, based on points and the normal to the plane. Also, I do not know how to define a threshold for a plane. Any one can explain this in more detail or willing to share the example code here? Thanks
Steven Amor
2020 年 5 月 21 日
We have been playing around with our Euclideon Vault SDK inside Matlab as a way to view massive 3D Point Clouds - similar to what we've previously done for the Unity platform.
(The full SDK includes the ability to do cross sections)
My question to this forum is whether anyone has a need for such a thing, and if so what specific features would you want?
We can render our Unlimited Detail models inside Matlab using CPU only, rotate the model but what else?
- specify camera position?
- would you want geospatial support? what geo-zones? local grid?
- select a point to see meta-data?
- select and area?
- export an area to Point Cloud / LAS?
- Anything else?
I assume currently people are using Matlab for Point Cloud processing, transformation, classification, ML, etc. and exporting the data into other packages for viewing. Would it be useful to view the point cloud instantly inside Matlab?
Steve
samor@euclideon.com
[url]http://www.euclideon.com/vault[/url]
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Process Point Clouds についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!