Extrema of a PointCloud surface
7 次查看(过去 30 天)
显示 更早的评论
Hi,
I have a set of data points in 3D space (a matrix of (n x 3), in which each row corresponds to a point) that are extracted from a stl file and all together describe an irregular surface. I want to find the extrema of this surface. Is there anyway to do this in matlab? Attached is a sample file.
I know using the approach described in the following post we can find the extrema but the problem is that my data points are not continous and I cannot use meshgrid.
Thanks.
6 个评论
采纳的回答
darova
2020-6-20
编辑:darova
2020-6-20
Here is the idea:
- use griddata to build a surface
- use imregionlmax to calculate extrema
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!