필터 지우기
필터 지우기

extracting subvolume in different shapes

조회 수: 2 (최근 30일)
yogesh jain
yogesh jain 2015년 11월 3일
댓글: Image Analyst 2015년 11월 6일
Hello all. As we know, by using 'subvolume' function we can extract volume data in cuboid form which is controlled by the limits . I want to ask that, IS there any process with we can extract subvolumes with 'subvolumes' function in different shapes such as - cylinder,sphere,conical etc. ? Thank you :)

채택된 답변

Image Analyst
Image Analyst 2015년 11월 3일
Well yes and no. As you probably know, an image must be rectangular. However you can mask the volume by some oddball shape so that everything else is zero, and then you can extract the bounding box. So it will be rectangular but the shape will be surrounded/filled with zeros from the shape out to the boundaries of the image.
  댓글 수: 6
yogesh jain
yogesh jain 2015년 11월 6일
Sorry but couldn't get the concept ...
Image Analyst
Image Analyst 2015년 11월 6일
Them you should get some background in the logical operations such as AND and OR. Try this link: https://www.google.com/?gws_rd=ssl#q=logical+and+matlab

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

추가 답변 (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