Voxel Size
조회 수: 22 (최근 30일)
이전 댓글 표시
I have many images from a computed tomography. I have to visualize them in a 3d image. The z spacing (distance between each plane) is 2 mm so I must use a rectangular voxel (not a square one) to get a correct 3d image.
How can i define the voxel size?
Thank you
댓글 수: 1
Sean de Wolski
2012년 2월 14일
I don't understand, your x/y are the same (we hope) and the difference between slices is different (2mm). You have all of the information you need for whatever purpose you want. You could use interp1() to interpolate to a cubic voxels or you could use meshgrid() to properly define the grid. Otherwise, what measurement do you need voxel size for?
답변 (4개)
Image Analyst
2012년 2월 14일
Your instrument knows. The voxel size is put into the header of your image by your CT instrument when it reconstructs your image. You just have to look in the header. I have 3 CT instruments from 2 manufacturers and this is the way it is done on all of them.
댓글 수: 0
SoyLeyenda
2012년 2월 14일
댓글 수: 1
Image Analyst
2012년 2월 14일
Then it should be saved in the DICOM header. Did you look there? Anyway, the voxel size is just the x-size times the y-size times the slice thickness, which is usually the same as the slice separation.
Amera Al-funjan
2017년 4월 22일
I have CT lung DICOM images and I could cluster the nodules and vessels in the lungs of patient stack images that contain 6 nodules in different images of stack and I want to visualize the nodule clusters in the 3D plot in different levels with their voxel in order to visualize the merging between radiologists nodules and the clustered nodules in my system . The problem is that I need to convert the clusters unit(pixels) to radiologists unit (mm). How can I convert the unit from pixels to mm? if I have pixel spacing, thickness, cluster locations, cluster centers, cluster diameter and cluster area.
댓글 수: 2
Image Analyst
2017년 4월 22일
편집: Image Analyst
2017년 4월 22일
Multiply the row and column distances or separations by the pixel spacing in mm or cm.
Amera Al-funjan
2017년 4월 24일
편집: Amera Al-funjan
2017년 4월 24일
Dear Image Analyst, Could you explain more and answer the questions below: 1. what do you mean by "Multiply the row and column distances",is that meaning the row and column distances of pixel spacing or something else. 2. Either"separations by the pixel spacing in mm or cm" I could not completely understand .Could you write any formula or equation with clarify more? Your advise would be of great help to me. Thanks
sapna jaiswal
2017년 4월 24일
Hi Image Analyst, I am analysing MicroCT images for various 3D representations. The final output files give values in pixels. The voxel size of my images are 1x1x1(as I can see from the image properties). Could you please advice how to convert the output areas and volumes with units as mm or micrometers? Your advise would be of great help to me. Thanks
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 DICOM Format에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!