필터 지우기
필터 지우기

Extrema of a PointCloud surface

조회 수: 13 (최근 30일)
Memo Remo
Memo Remo 2020년 6월 18일
댓글: Memo Remo 2020년 6월 20일
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
darova 2020년 6월 19일
Can you calculate normal vector of each face? Find vector v = [0 0 1]
Memo Remo
Memo Remo 2020년 6월 19일
Thanks Darova,
I think I should be able o do that. However, it is not very easy to do so.
You mean I should search for those locations that has minimum variations in the direction of the normal vector?

댓글을 달려면 로그인하십시오.

채택된 답변

darova
darova 2020년 6월 20일
편집: darova 2020년 6월 20일
Here is the idea:
  댓글 수: 1
Memo Remo
Memo Remo 2020년 6월 20일
Great!
"griddata" was the function I was looking for.
Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by