Extrema of a PointCloud surface

12 ビュー (過去 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 Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by