Extrema of a PointCloud surface
조회 수: 8 (최근 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!