Skip to content

Performed 3-Dimensional Image processing using 3D DCT with MATLAB R2018. Inspected in depth of the abnormalities such as tumors, blood clots and parasites in the brain and heart. Examined the heart 3D model in a wide range of contrasts and saturations to observe blood flow and blockage in the arteries and in valves.

License

Cosmic1509/Fifth-semester-MATLAB-project

Repository files navigation

IMAGE PROCESSING USING MATLAB ANALYTICS WITH 3D DCT METHODOLOGIES

INTRODUCTION:

  • With the progressing software we can see the everyday advancements in image processing applications which are expanding towards the various other operations. In the real-time world we can observe that 2D and 3D image processing is available and its implementation is in a wide range. Here, we will be using MATLAB software analogy to produce and evaluate 3D images.

  • Image processing in MATLAB is very keenly heard but image simulation of videos, easy debugging, recording of the process used, numerical accuracy, and code is effortless within it. MATLAB provides various tasks for image processing, there are functions written within MATLAB thus, leading to easy implementation and open to scrutiny, making it different from Photoshop. The image processing algorithms present under MATLAB are more advanced than many editing applications.

  • The techniques that are being used are video reversal, 3D image restoration, slow motion video, rendered volumes, geometric transformations, image segmentation, and video segmentation. Our main objective is to process 3-Dimensional(3D) images with the most recent tools and provide an empirically based method using Three Dimensional Discrete Cosine Transform (3D- DCT) with MATLAB-based analytics. The results which will be decoded can have an accurate approach to 3D image processing.

METHODOLOGY:

  • Here in our method we have proposed the three-dimensional discrete cosine transform (3D DCT) which has been used in many 3D applications such as video coding, geometric transformations, semantic segmentation of videos and compression. Many fast algorithms have been developed for the calculation of the 1D DCT. These algorithms are then used for the calculation of the 3D DCT using the row-column approach or through mapping it to 1-D and using other transforms.

  • Volume rendering is the direct rendering of data sampled in three dimensions. By modeling each voxel (volume element) as both a source and attenuator of light, volume rendering allows the visualization of interior structure and its relations to exterior forms. There are two basic approaches to volume renderings: the object space approach and the image space approach.

  • In the object space approach, the contributions of voxels, cells, or kernels are projected onto the image plane, whereas in the image space approach ray tracing to perform the source-attenuation integral is carried out for each pixel on the image plane. Accelerated methods have been proposed including fast algorithms that build additional data-structure prior to rendering under the assumption that there is sufficient memory to hold the data-structure. Multidimensional variants of the various DCT types follow straightforwardly from the one-dimensional definitions: they are simply a separable product (equivalently, a composition) of DCTs along each dimension

SOFTWARE/HARDWARE USED:

  • MATLAB and Simulink 9.9.0
  • Windows 10 laptop/computer with MATLAB
  • Image processing toolbox within MATLAB

image

EXPERIMENTAL SETUP:

  • Firstly open MATLAB and in the command prompt you can type your code. But before running your code, import an image into MATLAB by using import command and directory of the image preceding it. Which you can process with the functions in MATLAB.
  • Certain functions can be accessed within the apps section in MATLAB and the process can be executed.
  • Firstly image must be imported then determination of the size of the image using “imshow(V(:,:,100),[])”.
  • Further we must determine the App we want to use in MATLAB by specifying the app name and project file variable name inside brackets.

Ex: “volumeSegmentation(V)”.

VOLUME RENDERING:

  • The volume Viewer in MATLAB is a combination of technologies used in computer graphics and scientific visualisation to build a 2D projection from a discretely sampled 3D data set is known as volume rendering it can be used to observe medical X-rays and models of the organs of the body in different contrasts and also can be useful for viewing a collection of 2D slice images from an MRI, CT or a Micro CT scanner for a 3D data set.
  • I have used a CT Chest models and have observed it in Volume Viewer in MATLAB. The opacity and Image Intensity of the model can be altered by the graph on the right hand side. There are many tools in MATLAB to see the Models in certain contrasts for clear visualization and identification of any discrepancies. In Volume Viewer in the rendering editor panel, we can change the rendering style of the model which are – Volume Rendering, Maximum Intensity Rendering and Isotropic Rendering. The Colour map of the model can also be changed for visualization of the model in different contrasts. There is free movement and rendering of the three dimensional models in MATLAB which makes it convenient for study of the abnormalities and organ.

image

lungs 2

sliced panel

VOLUME SCHEMATIC SEGMENTATION:

  • In my project I performed Volumetric Semantic Segmentation on a three dimensional model where Volume image segmentation is a manual or automatic procedure that can be used to section out large portions of the volume that one considers uninteresting before rendering, the amount of calculations that have to be made by ray casting or texture blending can be significantly reduced. Here, I have identified a tumor in a human brain three dimensional model. In this tool the images of the model will be in the form of slices. There are a total of 155 slices in the 3-D brain model. In this model each and every slice shows an image of the brain in detail, all the 155 slices are continuous shots of the brain under a MRI scan. In this tool, we can paint out labels of the tumor and brain observed in the slices.
  • Label 1 can be named as brain and Label 2 can be named as tumor, both can be drawn out accordingly with the pain tool. Once we have identified the tumor and brain we can manually interpolate then and merge the two different labeled slice regions together and interpolate them. After interpolation the part from beginning slice to ending slice shows the tumor highlighted. With this we can identify the tumors in the brain and highlight them for further study.

62 slice paint brush of labelling brain

region 1 Manual interpolation

Slice 53 Brain image

after manual int

FOR DETAILED DESCRIPTION REFER TO THE RESERACH PAPER ATTATCHED WITHIN THIS REPOSITORY

About

Performed 3-Dimensional Image processing using 3D DCT with MATLAB R2018. Inspected in depth of the abnormalities such as tumors, blood clots and parasites in the brain and heart. Examined the heart 3D model in a wide range of contrasts and saturations to observe blood flow and blockage in the arteries and in valves.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published