The normal value for icloud data point

Hello,
Im working on 3D modeling and i have some overlapped objects in single image. I want to calculate the normal value for this objects. Is there a way to do it? How can i do it?

8 件のコメント

Hasan Kaplan
Hasan Kaplan 2021 年 6 月 30 日
image looks like this
Walter Roberson
Walter Roberson 2021 年 6 月 30 日
What do you mean by the "normal value" ?
Hasan Kaplan
Hasan Kaplan 2021 年 6 月 30 日
the direction of a surface normal vector at a point
Walter Roberson
Walter Roberson 2021 年 6 月 30 日
Then surfnorm()
Hasan Kaplan
Hasan Kaplan 2021 年 6 月 30 日
So basically to create the surface? But then the surface will be huge?
Walter Roberson
Walter Roberson 2021 年 6 月 30 日
Do you need to calculate the normal value for all the points, or only for a relative few of them?
Calculating surface normals requires that you have already (somehow) resolved down which points are on the "surface", and which other points they are connected to. It is not, in itself, a technique that you can use to determine which cluster each point belongs to.
It is, the case, however, that hypothetically calculating normals between points without yet knowing if they are surface might possibly be a step in an algorithm to figure out where surface boundaries are.
Hasan Kaplan
Hasan Kaplan 2021 年 6 月 30 日
I think i caused a confusion. I want to calculate the value of the normal vector direction at each point of the point cloud data, i hope it is clearer for you
Walter Roberson
Walter Roberson 2021 年 6 月 30 日
Normal directions are always relative to a vector (or plane), and that requires choosing at least two points: the point of interest and a point of origin. Isolated points do not have normals.

サインインしてコメントする。

回答 (0 件)

カテゴリ

質問済み:

2021 年 6 月 30 日

コメント済み:

2021 年 6 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by