필터 지우기
필터 지우기

How to visualize a tubular volume/surface passing through a given scalar data (points in 3D) forming a sequence of cross-sections

조회 수: 4 (최근 30일)
I have a set of (x,y,z) points in 3D space (see, attached PDF): The data consists of 14 "cross-sections", each of them taken at one of fixed y-coordinate values (14 of them). The number of points within each corss-section varies and so does the shape and area of the cross section. I want to visualize this data as a tubular surface or a volume whose cross-sections match the given ones, as this seems like its most natural visualization.
I am wondering if there are any built-in matlab commands to do this and/or if there are some of the strategies one could use to visualize this kind of data.
Additional note: In a given cross-section, the number of red and blue points is the same, indicating maximum and minimum z-values for each x-coordinate, respectively.

채택된 답변

darova
darova 2019년 10월 31일
Here is one way:
Interpolate each crossection with equal number of points (look HERE)
1233.png
Concantenate them and just use surf to visualize it

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 3-D Volumetric Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by