Paper For MRI Images Using MATLAB
Paper For MRI Images Using MATLAB
using MATLAB
Ritesh Kumar Saraswat
ICT-Department, Faculty of Electronics & Communication engineering
M.L.V. Textile & Engg. College, pur Road , Bhilwara (Rajasthan)-311001
e-mail:-ritesh_saraswat@yahoo.com,
Fax No.- 01482241292 Mob. No. : - +91-9314336069
Ankit Mantri
Final Year (Electronics & Communication Engineering)
M.L.V. Textile & Engg. College, pur Road , Bhilwara (Rajasthan)-311001
e-mail:-coordinator.mlvtec@gmail.com, Mob. No. : - +91-9928654745
The code of the designed function is as follows: which are responsible for following operations:
function [N]=filt(D);
G=D+80; 1) Uploading variables and displaying images of all
imadjust(G); layers for visual identification of noise;
BW = edge(G,'canny',.3); 2) Filtering, displaying one of the filtered images, as well
se = strel('disk',10); as the contours of that layer which are the basis of 3D
closeBW = imclose(BW,se); reconstruction;
BW2 = imfill(closeBW,'holes'); 3) Displaying the reconstructed structure and the rendered
[m,n]=size(BW2); surface of the face and
M=min(min(D)); 4) Cutting out and displaying a desired selection.
for j=1:n
Figure 2: Three-dimensional display of contour slices The final step was to design a proper user interface
which allows using programme by simple clicking on the
buttons. In order to work with the images, one has to
enter the path to the directory which holds the initial
.mat file with the uploaded variables, and confirm the
entrance. When the directory is listed, one should choose
the wanted file and go on to the first step in
reconstruction.
The panel contains four buttons which initiate separate
functions of the programme. Click on the first button
will start uploading and concatenating images into a 3D
variable. The whole set of images will be displayed in
the shape of a MRI film.
5. CONCLUSION