02_Chapter 03 - Image Processing and Acquisition using Python_Part2
02_Chapter 03 - Image Processing and Acquisition using Python_Part2
namely the pixel depth. The term pixel is generally applied to 2D and
is replaced by voxel in 3D images.
Most of the common image formats like DICOM, nifti, and some
microscope image formats contain the voxel size in their header. Hence,
when such images are read in a visualization or image processing pro-
gram, an accurate analysis and visualization can be performed. But if
the image does not have the information in the header or if the visual-
ization or image processing program cannot read the header properly,
it is important to use the correct voxel size for analysis.
Figure 3.3 illustrates the problem of using an incorrect voxel size in
visualization. The left image is the volume rendering of an optical coher-
ence tomography image with incorrect voxel size in the z-direction. The
right image is the volume rendering of the same image with correct voxel
size. In the left image, it can be seen clearly that the object is highly
elongated in the z-direction. In addition, the undulations at the top
of the volume and the five hilly structures at the top are also made
prominent by the incorrect voxel size. The right image has the same
shape and size as the original object. The problem not only affects
visualization but also any measurements performed on the volume.