필터 지우기
필터 지우기

3d surface from 2d slices

조회 수: 2 (최근 30일)
Gelmi
Gelmi 2011년 3월 9일
I am trying to display the 3D surface from series of data points (from 2D laser scanner). Each 2D slice, if I may call it, is in separate matrix, so I know datapoints order. Each next 2D slice is rotated against the previous one by the constant (known) angle. I have tried simple 'mesh' but there are warning message that same values for different argument are the same, so it uses mean value and the surface is nothing like I is supposed to be. Just to visualize it in mind - datapoints are 3D distance values of a room measured from one point. They are in sphere coordinates but I have already calculated their cartesian values. If I display datapoints with plot3 everything is ok. But they are only points and it is hard to check for shaped. Solid surface would be nice (i.e. like walls in room). Any ideas?
  댓글 수: 1
MYimage
MYimage 2012년 4월 26일
If you find an answer, could you please share with me? Thanks

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

답변 (3개)

Sean de Wolski
Sean de Wolski 2011년 3월 9일
Perhaps
doc fill3

Gelmi
Gelmi 2011년 3월 10일
That's not it. If I use fill3 I will get 'striped' surface. These slices have central point of rotation in the middle. It looks something like a 3d mill. Any other ideas?
  댓글 수: 1
Sean de Wolski
Sean de Wolski 2011년 3월 10일
Could you please provide a small data sample and perhaps a publicly available image (e.g. google images) showing what you expect?

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


Jason
Jason 2011년 4월 14일
Yeah, I am trying to do the same thing with some radar data ( http://www.mathworks.com/matlabcentral/answers/5468-construct-volumetric-mesh-grid-by-interpolating-scattered-point-cloud ), and using an interpolation method to generate a 3d solid mesh which I then can use to plot solid surfaces. No luck yet. If I figure out a way I'll post it, and vice versa.

카테고리

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