- Sequentially read each 2D image and store them within a 3D matrix. This matrix acts as a volumetric representation where each slice corresponds to an individual image.
- Utilize the "volshow" function on the constructed 3D matrix. This function facilitates the rendering and interactive visualization of the volumetric data, allowing for comprehensive analysis and exploration of the 3D image.
- Alternatively you can use "sliceViewer" for visualization.
