2d to 3d

조회 수: 2 (최근 30일)
dhanalakshmi
dhanalakshmi 2012년 1월 24일
hi i have segmented the image, which is 2d. i need to find the volume of the segmented part .is there any way to convert 2d to 3d .?matlab code r any other softwares.? pls help me.give me any idea pls.
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 1월 24일
Does the value at each point indicate the z coordinate?

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

답변 (2개)

Image Analyst
Image Analyst 2012년 1월 24일
Why not just sum up the area of all the slices? Would that be good enough, accurate enough for you?
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 1월 24일
If the matrix values represent z coordinates, then something like the extension of the trapezoidal rule to 2D would probably be more accurate.

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


tudor dima
tudor dima 2012년 2월 23일
You might want to visualize your 2D sequence in 3D, then decide. Trapezoidal rule is the fastest to write and run. In case you have a lot of misalignment then a little smoothing can help.
Worst case, integrate the Heaviside function which takes as argument the signed distance of each point to the in-out interface :-) It's rather convoluted but the functions are on the exchange and the results are the most precise one can get at a given resolution.
  댓글 수: 1
Manoj Soundararajan
Manoj Soundararajan 2012년 3월 15일
What is that trapezoidal rule ???

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

카테고리

Help CenterFile Exchange에서 Curve Fitting Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by