SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 6, Issue 9 (April 2013), PP. 37-42
37
An Improved Implementation for Brain Tumor Detection
on CT scanImages
Lokendra Yadav1
Shine Augustine2
Department of Biomedical EngineeringShanti Mukand Hospital, New Delhi
Department of Bio-Medical Engineering Karunya University, Tamil Nadu
Abstract:- CT scan imaging has been popularly applied for the diagnosis of brain tumor and brain
cyst. CT scan image alleviate the difficulties of physicians in order to visualize affected regions.
However sometime it is difficult to visualize very minute regions of tumors and cysts and differentiate
between them and sometime they are wrongly predicted due to very minute appearance in the CT scan
image especially in early growing stages of brain tumor and cysts which are scanned by CT imaging
but cannot be predicted or easily visualized by physician or health care professionals which results in
delay in detection or wrong treatment of patient even if the patient have reported in early to the
hospitals. Hence it becomes very important and necessary to develop such techniques to resolve this
problem.
Keywords:- CT scan: (computerized tomography scan Images with (brain tumor, cyst), Edge
Detection, Segmentation etc.
I. INTRODUCTION
CT scan is Computed Tomography, also known as computed axial tomography, or CAT scan, medical
technology that uses X rays and computers to produce 3D images of the human body. Unlike X rays, which
highlight dense body parts, such as bones, CT provides a views of the body's soft tissues, including blood
vessels, muscle tissue, and organs, such as the brain. While conventional X rays provide flat two-dimensional
images, CT images depict a cross-section of the body. A CT scan is used to define normal and abnormal
structures in the body and/or assist in procedures by helping to accurately guide the placement of instruments or
treatments. CT scan imaging is widely used in detection of brain tumor, cyst, and blood clots etc from last four
decades (1970). CT scan is one of the high levels of medical imaging system but generally it generates a very
complicated output that makes the diagnostic procedure of understanding more complicated and difficult for
medical professional other then radiologist which increases the dependency of surgeons on radiologist
reports.CT scan process are highly prone to artifacts and noises which causes a unwanted disturbance in
tomography generated by machine and to overcome such problems CT scan professionals cannot use high range
of x-ray above a safe level mentioned in medical authorities guidelines because high intensity exposure to x-ray
can cause a serious problem to patients . That is why CT scans output generation process is accompanying by so
many image processing steps and so many new processing techniques, methods are developed as well as
adopted successfully in recent years. Clear detection of minute brain tumor and cyst regions in CT scan images
is one of thebasic issues in imaging because if this kind problem is arises in CT scan then medical professionals
either switch for contrast CT or for higher imaging like MRI (magnetic resonance imaging), PET (positron
emission tomography), SPECT (Single Photo Emission Computed Tomography) which significantly increases
the cost of medicalimaging. In order to reduce the cost of medical imaging and complexity of CT scan
imagingthe representation of CT scan output has to be clear as well as prominent suspectedregion in CT images
so that the reliability of doctors on CT scan could be increased. Now the challenges lies how to make CT
imaging more clear and prominent for minute brain tumor and cyst detection and increase the reliability of
surgeons on CT scan.Addressing this concept a framework to detection of minute brain tumor and cyst in CT
scan images is proposed in work. This detection technique involves Pixel by Pixel analysis under
whichsegmentation, edgedetection, feature extraction has been done.
II. IDENTIFY NOISY PIXEL
Since, the pixels are portioned into four categories, These are the known as foreground‟s pixels, the
background‟s pixels, the isolated noise pixels and the noise points attached to image‟s margins.
For 8 bit images, if a pixel is corrupted, it is replaced by positive and negative impulse values. For example, the
noisy pixel takes „0‟ for a negative impulse and „255‟ for a positive impulse.
An Improved Implementation for Brain Tumor Detection on CT scan Images
38
Let x(i,j) be the pixel value on the position (i,j) in the input image G, if x(i,j) = 0 or 255, then we set C(i,j) = 1
.Otherwise C(i,j) = pixel value.
III. METHODOLOGY
In this paper we have developed technique of minute brain tumor and cyst detection in CT scan images
using edge detection and segmentation based on pixel by pixel analysis.
This technique would be accomplished by two steps first of all detection of suspected regions or area for tumors
or cysts in the CT scan image of brain on behalf the RGB range for tumor or cyst which is predicted or
identified through comparative study done by collecting a CT scan samples showing tumor or cyst in their scan
from different hospitals and clinics.
After identifying suspected RGB regions the edge or boundaries of these regions are marked with
higher order of visual prominence in same image itself by applying edge detection method and color
segmentation through algorithm developed by using MAT LAB tool.
After applying these steps the tumor and cyst regions are become more prominent and visible so that
physician and healthcare professionals can easily recognize the minute regions of brain tumors and cysts in CT
scan image.
The block diagram of the proposed work is given in figure 1 which depicts all the processing steps used in this
work.
Step1: Database of images
Database will consist of number of images which would be CT scan of normal brain as well as tumor
consisting brain both images should be captured on same intensity.
Step2: Development of pixel range with respect to intensity.
Now by using a database images develop a pixel range for normal brain and abnormal brain as well as
the pixel differences between the affected region and normal region in abnormal brain image.
Step 3: Take test image to be verified for brain tumor or cyst
Now enter a test image into the process which should be taken on same intensity or pixel
value/intensity relation could be developed and applied if intensity of images are not mach with data base
images intensity.
Step 4: Segmentation:
In computer vision, segmentation refers to the process of partitioning a digital image into multiple
segments (sets of pixels, also known as super pixels).
The goal of segmentation is to simplify and/or change the representation of an image into something that is
more meaningful and easier to analyze. Image segmentation is typically used to locate objects and boundaries
(lines, curves, etc.) in images.
More precisely, image segmentation is the process of assigning a label to every pixel in an image such that
pixels with the same label share certain visual characteristics.
Step5: Edge detection on the basis of pixel to pixel variation
Edge detection is a fundamental tool in image processing and computer vision, particularly in the areas
of feature detection and feature extraction, which aim at identifying points in a digital image at which the image
brightness changes sharply or more formally has discontinuities.
Two basic properties of image intensity values are the basis for current segmentation algorithms;
similarity and discontinuity. The principal approaches in the similarity category are based on dividing an image
into regions that are similar to a set of predefined criteria. The approach for discontinuity algorithms is to
partition an image based on abrupt changes in intensity.
Based on the following assumptions we can prove that the detected edges are good enough for further
image processing applications.
1. Similarity of pixel values and
2. Pre-delineated intensity value
Let us assume that L represents a list of pixel values of the m x n (7x7 or 9x9) moving kernel window
in the input image. Using the pre-delineated intensity value P, the list L is partitioned into two sub lists L1 & L2
delimited by the middle edge pixel „x
m
‟ where m = 1,2,….n. First we have to calculate the median. Here the x
m
is the median value for the filtering window.
i. Take a moving kernel window of size mxn (7x7 or 9x9) around the pixel x.
Ii Calculate the median from the pixels of the kernel that to be placed as the middle element of the kernel.
An Improved Implementation for Brain Tumor Detection on CT scan Images
39
iii Assign a value to the variable P for ex., 20, 25, which may or may not be less than the total number of
similar pixels in the kernel.
To identify the edge pixels, checked the following condition
if ((x
i
<= (x
m
+ P)) &&
(x
i
>= (x
m
– P)))
c[i,j] = 1
else
c[i,j] = 0
iv Now we can get the edge pixels which have the value 1 and all other pixels have the value 0.Here we
aregetting thick edges that means the edge pixel array can also consist of other pixels that satisfies the
condition in the image. To avoid that we have to calculate the similarity measure by using the formula
S= P/No. If the ratio of S <= 1 we get the thin edges or otherwise we get very thick edges.
V Finally we get the output image framed by using the detected edge pixels which forms the boundaries
of the object.
Step 6 Verify the test image:
Now verify the input image and processed image abnormal region become prominent.
Algorithm
Figure 1: Block diagram (Algorithms) of the proposed work
IV. RESULT AND ANALYSIS
The above algorithm and method is applied to many of CT scan brain images that are suspected to
brain tumour as well as the images of normal CT scan taken from CT scan centre Safdarjung hospital New
Delhi. The result of segmentation and edge detection are shown below.
Table 1
S.no/Figure
no.
Subject Age/
Sex
Normal Abnormal
2 Sample1 10/F 
3 Sample 2 42/F 
4 Sample 3 02/F 
5 Sample 4 10/F 
6 Sample 5 40/M 
7 Sample 6 32/M 
8 Sample7 54/M 
An Improved Implementation for Brain Tumor Detection on CT scan Images
40
Figure 2Sample1 (Brain tumor)Figure 3Sample 2 (Brain tumor)
Figure 4Sample3(Brain tumor)Figure 5Sample 4 (Normal Brain)
Figure 6:Sample 5Figure 7:Sample 6 (Normal Brain)
Figure 8:Sample 7 (Normal Brain)
Output 1:Where brain tumor has been detected after applying the above algorithms.
Figure 9:Sample 3 after applying the complete process tumor region is enclosed in white box which is clearly
visible.
Figure 10: After edge detection on Sample 3
An Improved Implementation for Brain Tumor Detection on CT scan Images
41
Figure 11: Pixel region of tumor edges which is detected shown in figure 9
Output2:Scan which has been found normal after applying the mentioned process.
Figure12:Sample 7 after applying the complete process no tumor has been detected.
Figure 13:Sample 7 after applying the process (Edge detection and segmentation) no tumor region has been
detected.
Figure 14: Pixel region of normal brain of figure12
V. CONCLUSION
The success of clinical validation and some future work will lead to a CT scan as revolutionary
innovative and cost effective Medical imaging system with higher rate of reliability and preferences in Brain
imaging field to assist radiologist as well as neurosurgeons with less complexities.
This leads to a different method with approximately similar results on brain tumor and cysts detection accuracy,
although with some advantages on computational cost and understanding.
VI. FUTURE WORK
Development of this technique would be applied for the other CT scan images on different intensities
for different parts of human body like Blood, tissues, Bone etc.
An Improved Implementation for Brain Tumor Detection on CT scan Images
42
REFERENCES
[1] H. H. Barrett, W. Swindell, Radiological Imaging. The Theory of Image Formation, Detection and
Processing, I, Academic Press, New York, USA, 438–439, 1981.
[2] E. G. Bistriceanu, Principiile matematice ºi fizice ale tomografiei computerizate, Ed. Matrix ROM,
Bucureºti, 17–27, 1996.
[3] O. G. Duliu, Computer Axial Tomography in Geosciences: an Overview, Elsevier, Earth-Science
Reviews 48, 265–281, 1999.
[4] M. S. George, H. A. Ring, D. C. Costa, P. J. Ell, K. Kouris, P. H. Jarritt, Neuroactivation and
Neuroimaging with SPET, Springer-Verlag, London, p. 8, 1991.
[5] Mineura, K., Yasuda, T., Kowada, M., Ogawa, T., Shishido, F., and Uemura, K. Positron emission
tomographic evaluation of radiochemotherapeutic effect on regional cerebral hemocirculation and
metabolism in patients with gliomas. J. Neuro-Oncol., 5: 277–285, 1987.
[6] Christman, D., Crawford, E. J., Friedkin, M., et al. Detection of DNA synthesis in intact organisms
with positron-emitting [methyl-11C]thymidine. Proc. Natl. Acad. Sci. USA, 69: 988–992, 1972.
[7] M. Bailey, “Interacting with Direct Volume Rendering,” IEEE Computer Graphics and
Applications, Vol. 21, Issue 1, pp. 10-12, February 2001.
[8] BraniVidakovic and Peter Müller, “Wavelets for kids,” A Tutorial Introduction, Institute ofStatistics
and Decision Science, Duke University, Durham, NC, 1991.
[9] B. Cabral, N. Cam and J. Foran, “Accelerated Volume Rendering and Tomographic
ReconstructionUsing Texture Mapping Hardware,” ACM Symposium on Volume Visualization, pp.
91-98, 1994.

More Related Content

What's hot

Tumor Detection from Brain MRI Image using Neural Network Approach: A Review
Tumor Detection from Brain MRI Image using Neural Network Approach: A ReviewTumor Detection from Brain MRI Image using Neural Network Approach: A Review
Tumor Detection from Brain MRI Image using Neural Network Approach: A ReviewIRJET Journal
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptRoshini Vijayakumar
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep LearningIRJET Journal
 
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET-  	  Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET-  	  Brain Tumor Detection using Image Processing and MATLAB Application
IRJET- Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET Journal
 
An overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesAn overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesMangesh Lingampalle
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsIRJET Journal
 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectioneSAT Publishing House
 
Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 19031611083003446940736
 
Multimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDMultimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDIOSR Journals
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNNMohammadRakib8
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images IOSR Journals
 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGDharshika Shreeganesh
 
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...Editor IJCATR
 
Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...eSAT Journals
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...ijtsrd
 

What's hot (19)

Tumor Detection from Brain MRI Image using Neural Network Approach: A Review
Tumor Detection from Brain MRI Image using Neural Network Approach: A ReviewTumor Detection from Brain MRI Image using Neural Network Approach: A Review
Tumor Detection from Brain MRI Image using Neural Network Approach: A Review
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep Learning
 
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET-  	  Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET-  	  Brain Tumor Detection using Image Processing and MATLAB Application
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
 
An overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesAn overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance images
 
Neural networks
Neural networks Neural networks
Neural networks
 
An Image Segmentation and Classification for Brain Tumor Detection using Pill...
An Image Segmentation and Classification for Brain Tumor Detection using Pill...An Image Segmentation and Classification for Brain Tumor Detection using Pill...
An Image Segmentation and Classification for Brain Tumor Detection using Pill...
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detection
 
Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830
 
Multimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDMultimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVD
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
 
Tumour detection
Tumour detectionTumour detection
Tumour detection
 
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
 
Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
 
Report (1)
Report (1)Report (1)
Report (1)
 

Viewers also liked

HW Emulators: Does it Belong in your Verification Tool Chest?
HW Emulators: Does it Belong in your Verification Tool Chest?HW Emulators: Does it Belong in your Verification Tool Chest?
HW Emulators: Does it Belong in your Verification Tool Chest?DVClub
 
Kaldırma Kuvveti
Kaldırma KuvvetiKaldırma Kuvveti
Kaldırma Kuvvetiantibird78
 
Mahera alajeel
Mahera alajeelMahera alajeel
Mahera alajeelnono2613
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Husqvarna 7021 p 21 inch 160cc honda gcv160 gas powered 3-n-1 push lawn mower...
Husqvarna 7021 p 21 inch 160cc honda gcv160 gas powered 3-n-1 push lawn mower...Husqvarna 7021 p 21 inch 160cc honda gcv160 gas powered 3-n-1 push lawn mower...
Husqvarna 7021 p 21 inch 160cc honda gcv160 gas powered 3-n-1 push lawn mower...edwardefoody
 
PCI Express Verification using Reference Modeling
PCI Express Verification using Reference ModelingPCI Express Verification using Reference Modeling
PCI Express Verification using Reference ModelingDVClub
 
Design Verification Using SystemC
Design Verification Using SystemCDesign Verification Using SystemC
Design Verification Using SystemCDVClub
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
волшебный кот черемискина
волшебный кот черемискинаволшебный кот черемискина
волшебный кот черемискинаmorozovaeyu
 
Plantar fasciitis information & treatment
Plantar fasciitis information & treatmentPlantar fasciitis information & treatment
Plantar fasciitis information & treatmentFoot Solutions
 
DLI Travel Pilgrimage Tours
DLI Travel Pilgrimage Tours DLI Travel Pilgrimage Tours
DLI Travel Pilgrimage Tours DLI TRAVEL
 
庭劇団ペニノはこぶね新作『大きなトランクの中の箱』公開記念スライド
庭劇団ペニノはこぶね新作『大きなトランクの中の箱』公開記念スライド庭劇団ペニノはこぶね新作『大きなトランクの中の箱』公開記念スライド
庭劇団ペニノはこぶね新作『大きなトランクの中の箱』公開記念スライドniwagekidan
 
Leader in you - First Talk - Personal goals setting
Leader in you - First Talk - Personal goals settingLeader in you - First Talk - Personal goals setting
Leader in you - First Talk - Personal goals settingAIESEC Padova
 
Trabajo de power point id 000336424 [recuperado]
Trabajo de power point id 000336424 [recuperado]Trabajo de power point id 000336424 [recuperado]
Trabajo de power point id 000336424 [recuperado]Florinda Chocue
 
Hiệp khánh hành - 81
Hiệp khánh hành - 81Hiệp khánh hành - 81
Hiệp khánh hành - 81Thao Le
 
Jussi Mälkiä 4.4.2013: Biotaloudella tulevaisuuteen
Jussi Mälkiä 4.4.2013: Biotaloudella tulevaisuuteenJussi Mälkiä 4.4.2013: Biotaloudella tulevaisuuteen
Jussi Mälkiä 4.4.2013: Biotaloudella tulevaisuuteenSitra / Ekologinen kestävyys
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Viewers also liked (20)

HW Emulators: Does it Belong in your Verification Tool Chest?
HW Emulators: Does it Belong in your Verification Tool Chest?HW Emulators: Does it Belong in your Verification Tool Chest?
HW Emulators: Does it Belong in your Verification Tool Chest?
 
Kaldırma Kuvveti
Kaldırma KuvvetiKaldırma Kuvveti
Kaldırma Kuvveti
 
Mahera alajeel
Mahera alajeelMahera alajeel
Mahera alajeel
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Husqvarna 7021 p 21 inch 160cc honda gcv160 gas powered 3-n-1 push lawn mower...
Husqvarna 7021 p 21 inch 160cc honda gcv160 gas powered 3-n-1 push lawn mower...Husqvarna 7021 p 21 inch 160cc honda gcv160 gas powered 3-n-1 push lawn mower...
Husqvarna 7021 p 21 inch 160cc honda gcv160 gas powered 3-n-1 push lawn mower...
 
PCI Express Verification using Reference Modeling
PCI Express Verification using Reference ModelingPCI Express Verification using Reference Modeling
PCI Express Verification using Reference Modeling
 
Actress and actors
Actress and actorsActress and actors
Actress and actors
 
BSCM training
BSCM trainingBSCM training
BSCM training
 
1
11
1
 
Design Verification Using SystemC
Design Verification Using SystemCDesign Verification Using SystemC
Design Verification Using SystemC
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
волшебный кот черемискина
волшебный кот черемискинаволшебный кот черемискина
волшебный кот черемискина
 
Plantar fasciitis information & treatment
Plantar fasciitis information & treatmentPlantar fasciitis information & treatment
Plantar fasciitis information & treatment
 
DLI Travel Pilgrimage Tours
DLI Travel Pilgrimage Tours DLI Travel Pilgrimage Tours
DLI Travel Pilgrimage Tours
 
庭劇団ペニノはこぶね新作『大きなトランクの中の箱』公開記念スライド
庭劇団ペニノはこぶね新作『大きなトランクの中の箱』公開記念スライド庭劇団ペニノはこぶね新作『大きなトランクの中の箱』公開記念スライド
庭劇団ペニノはこぶね新作『大きなトランクの中の箱』公開記念スライド
 
Leader in you - First Talk - Personal goals setting
Leader in you - First Talk - Personal goals settingLeader in you - First Talk - Personal goals setting
Leader in you - First Talk - Personal goals setting
 
Trabajo de power point id 000336424 [recuperado]
Trabajo de power point id 000336424 [recuperado]Trabajo de power point id 000336424 [recuperado]
Trabajo de power point id 000336424 [recuperado]
 
Hiệp khánh hành - 81
Hiệp khánh hành - 81Hiệp khánh hành - 81
Hiệp khánh hành - 81
 
Jussi Mälkiä 4.4.2013: Biotaloudella tulevaisuuteen
Jussi Mälkiä 4.4.2013: Biotaloudella tulevaisuuteenJussi Mälkiä 4.4.2013: Biotaloudella tulevaisuuteen
Jussi Mälkiä 4.4.2013: Biotaloudella tulevaisuuteen
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 

Similar to Welcome to International Journal of Engineering Research and Development (IJERD)

Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesIRJET Journal
 
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...IRJET Journal
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...IRJET Journal
 
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionIJMTST Journal
 
A novel CAD system to automatically detect cancerous lung nodules using wav...
  A novel CAD system to automatically detect cancerous lung nodules using wav...  A novel CAD system to automatically detect cancerous lung nodules using wav...
A novel CAD system to automatically detect cancerous lung nodules using wav...IJECEIAES
 
IRJET- Novel Approach for Detection of Brain Tumor :A Review
IRJET-  	  Novel Approach for Detection of Brain Tumor :A ReviewIRJET-  	  Novel Approach for Detection of Brain Tumor :A Review
IRJET- Novel Approach for Detection of Brain Tumor :A ReviewIRJET Journal
 
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...inventy
 
IRJET- Brain Tumor Detection and Identification using Support Vector Machine
IRJET- Brain Tumor Detection and Identification using Support Vector MachineIRJET- Brain Tumor Detection and Identification using Support Vector Machine
IRJET- Brain Tumor Detection and Identification using Support Vector MachineIRJET Journal
 
Essay On Image Processing
Essay On Image ProcessingEssay On Image Processing
Essay On Image ProcessingSusan Kennedy
 
Multiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCMMultiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCMIRJET Journal
 
Intelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosisIntelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosisAboul Ella Hassanien
 
Brain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesBrain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesIRJET Journal
 
Lung Tumour Detection using Image Processing
 Lung Tumour Detection using Image Processing Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image ProcessingAviral Chaurasia
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processingijtsrd
 
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...csandit
 
IRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET Journal
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...ijcsit
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM AlgorithmIRJET Journal
 
Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing Aviral Chaurasia
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET Journal
 

Similar to Welcome to International Journal of Engineering Research and Development (IJERD) (20)

Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain Images
 
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
 
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
 
A novel CAD system to automatically detect cancerous lung nodules using wav...
  A novel CAD system to automatically detect cancerous lung nodules using wav...  A novel CAD system to automatically detect cancerous lung nodules using wav...
A novel CAD system to automatically detect cancerous lung nodules using wav...
 
IRJET- Novel Approach for Detection of Brain Tumor :A Review
IRJET-  	  Novel Approach for Detection of Brain Tumor :A ReviewIRJET-  	  Novel Approach for Detection of Brain Tumor :A Review
IRJET- Novel Approach for Detection of Brain Tumor :A Review
 
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
 
IRJET- Brain Tumor Detection and Identification using Support Vector Machine
IRJET- Brain Tumor Detection and Identification using Support Vector MachineIRJET- Brain Tumor Detection and Identification using Support Vector Machine
IRJET- Brain Tumor Detection and Identification using Support Vector Machine
 
Essay On Image Processing
Essay On Image ProcessingEssay On Image Processing
Essay On Image Processing
 
Multiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCMMultiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCM
 
Intelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosisIntelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosis
 
Brain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesBrain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI Images
 
Lung Tumour Detection using Image Processing
 Lung Tumour Detection using Image Processing Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processing
 
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
 
IRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep Learning
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
 
Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
 

More from IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEIJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignIJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingIJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string valueIJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraIJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingIJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart GridIJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderIJERD Editor
 

More from IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Recently uploaded

9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi NcrDelhi Call Girls
 
Kolkata Call Girls Services 9907093804 @24x7 High Class Babes Here Call Now
Kolkata Call Girls Services 9907093804 @24x7 High Class Babes Here Call NowKolkata Call Girls Services 9907093804 @24x7 High Class Babes Here Call Now
Kolkata Call Girls Services 9907093804 @24x7 High Class Babes Here Call NowNehru place Escorts
 
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Glomerular Filtration and determinants of glomerular filtration .pptx
Glomerular Filtration and  determinants of glomerular filtration .pptxGlomerular Filtration and  determinants of glomerular filtration .pptx
Glomerular Filtration and determinants of glomerular filtration .pptxDr.Nusrat Tariq
 
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAA97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAAjennyeacort
 
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...narwatsonia7
 
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...narwatsonia7
 
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...rajnisinghkjn
 
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service LucknowVIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknownarwatsonia7
 
Air-Hostess Call Girls Madambakkam - Phone No 7001305949 For Ultimate Sexual ...
Air-Hostess Call Girls Madambakkam - Phone No 7001305949 For Ultimate Sexual ...Air-Hostess Call Girls Madambakkam - Phone No 7001305949 For Ultimate Sexual ...
Air-Hostess Call Girls Madambakkam - Phone No 7001305949 For Ultimate Sexual ...Ahmedabad Escorts
 
call girls in Connaught Place DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in Connaught Place  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...call girls in Connaught Place  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in Connaught Place DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...saminamagar
 
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Call Girls Service in Virugambakkam - 7001305949 | 24x7 Service Available Nea...
Call Girls Service in Virugambakkam - 7001305949 | 24x7 Service Available Nea...Call Girls Service in Virugambakkam - 7001305949 | 24x7 Service Available Nea...
Call Girls Service in Virugambakkam - 7001305949 | 24x7 Service Available Nea...Nehru place Escorts
 
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original PhotosCall Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photosnarwatsonia7
 
Call Girls Service Noida Maya 9711199012 Independent Escort Service Noida
Call Girls Service Noida Maya 9711199012 Independent Escort Service NoidaCall Girls Service Noida Maya 9711199012 Independent Escort Service Noida
Call Girls Service Noida Maya 9711199012 Independent Escort Service NoidaPooja Gupta
 
Case Report Peripartum Cardiomyopathy.pptx
Case Report Peripartum Cardiomyopathy.pptxCase Report Peripartum Cardiomyopathy.pptx
Case Report Peripartum Cardiomyopathy.pptxNiranjan Chavan
 
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...narwatsonia7
 
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdf
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdfHemostasis Physiology and Clinical correlations by Dr Faiza.pdf
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdfMedicoseAcademics
 

Recently uploaded (20)

9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
 
Kolkata Call Girls Services 9907093804 @24x7 High Class Babes Here Call Now
Kolkata Call Girls Services 9907093804 @24x7 High Class Babes Here Call NowKolkata Call Girls Services 9907093804 @24x7 High Class Babes Here Call Now
Kolkata Call Girls Services 9907093804 @24x7 High Class Babes Here Call Now
 
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
 
Glomerular Filtration and determinants of glomerular filtration .pptx
Glomerular Filtration and  determinants of glomerular filtration .pptxGlomerular Filtration and  determinants of glomerular filtration .pptx
Glomerular Filtration and determinants of glomerular filtration .pptx
 
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
 
97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAA97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAA
 
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
 
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
 
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
 
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service LucknowVIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
 
Air-Hostess Call Girls Madambakkam - Phone No 7001305949 For Ultimate Sexual ...
Air-Hostess Call Girls Madambakkam - Phone No 7001305949 For Ultimate Sexual ...Air-Hostess Call Girls Madambakkam - Phone No 7001305949 For Ultimate Sexual ...
Air-Hostess Call Girls Madambakkam - Phone No 7001305949 For Ultimate Sexual ...
 
call girls in Connaught Place DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in Connaught Place  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...call girls in Connaught Place  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in Connaught Place DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
 
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
 
Call Girls Service in Virugambakkam - 7001305949 | 24x7 Service Available Nea...
Call Girls Service in Virugambakkam - 7001305949 | 24x7 Service Available Nea...Call Girls Service in Virugambakkam - 7001305949 | 24x7 Service Available Nea...
Call Girls Service in Virugambakkam - 7001305949 | 24x7 Service Available Nea...
 
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
 
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original PhotosCall Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
 
Call Girls Service Noida Maya 9711199012 Independent Escort Service Noida
Call Girls Service Noida Maya 9711199012 Independent Escort Service NoidaCall Girls Service Noida Maya 9711199012 Independent Escort Service Noida
Call Girls Service Noida Maya 9711199012 Independent Escort Service Noida
 
Case Report Peripartum Cardiomyopathy.pptx
Case Report Peripartum Cardiomyopathy.pptxCase Report Peripartum Cardiomyopathy.pptx
Case Report Peripartum Cardiomyopathy.pptx
 
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
 
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdf
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdfHemostasis Physiology and Clinical correlations by Dr Faiza.pdf
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdf
 

Welcome to International Journal of Engineering Research and Development (IJERD)

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 6, Issue 9 (April 2013), PP. 37-42 37 An Improved Implementation for Brain Tumor Detection on CT scanImages Lokendra Yadav1 Shine Augustine2 Department of Biomedical EngineeringShanti Mukand Hospital, New Delhi Department of Bio-Medical Engineering Karunya University, Tamil Nadu Abstract:- CT scan imaging has been popularly applied for the diagnosis of brain tumor and brain cyst. CT scan image alleviate the difficulties of physicians in order to visualize affected regions. However sometime it is difficult to visualize very minute regions of tumors and cysts and differentiate between them and sometime they are wrongly predicted due to very minute appearance in the CT scan image especially in early growing stages of brain tumor and cysts which are scanned by CT imaging but cannot be predicted or easily visualized by physician or health care professionals which results in delay in detection or wrong treatment of patient even if the patient have reported in early to the hospitals. Hence it becomes very important and necessary to develop such techniques to resolve this problem. Keywords:- CT scan: (computerized tomography scan Images with (brain tumor, cyst), Edge Detection, Segmentation etc. I. INTRODUCTION CT scan is Computed Tomography, also known as computed axial tomography, or CAT scan, medical technology that uses X rays and computers to produce 3D images of the human body. Unlike X rays, which highlight dense body parts, such as bones, CT provides a views of the body's soft tissues, including blood vessels, muscle tissue, and organs, such as the brain. While conventional X rays provide flat two-dimensional images, CT images depict a cross-section of the body. A CT scan is used to define normal and abnormal structures in the body and/or assist in procedures by helping to accurately guide the placement of instruments or treatments. CT scan imaging is widely used in detection of brain tumor, cyst, and blood clots etc from last four decades (1970). CT scan is one of the high levels of medical imaging system but generally it generates a very complicated output that makes the diagnostic procedure of understanding more complicated and difficult for medical professional other then radiologist which increases the dependency of surgeons on radiologist reports.CT scan process are highly prone to artifacts and noises which causes a unwanted disturbance in tomography generated by machine and to overcome such problems CT scan professionals cannot use high range of x-ray above a safe level mentioned in medical authorities guidelines because high intensity exposure to x-ray can cause a serious problem to patients . That is why CT scans output generation process is accompanying by so many image processing steps and so many new processing techniques, methods are developed as well as adopted successfully in recent years. Clear detection of minute brain tumor and cyst regions in CT scan images is one of thebasic issues in imaging because if this kind problem is arises in CT scan then medical professionals either switch for contrast CT or for higher imaging like MRI (magnetic resonance imaging), PET (positron emission tomography), SPECT (Single Photo Emission Computed Tomography) which significantly increases the cost of medicalimaging. In order to reduce the cost of medical imaging and complexity of CT scan imagingthe representation of CT scan output has to be clear as well as prominent suspectedregion in CT images so that the reliability of doctors on CT scan could be increased. Now the challenges lies how to make CT imaging more clear and prominent for minute brain tumor and cyst detection and increase the reliability of surgeons on CT scan.Addressing this concept a framework to detection of minute brain tumor and cyst in CT scan images is proposed in work. This detection technique involves Pixel by Pixel analysis under whichsegmentation, edgedetection, feature extraction has been done. II. IDENTIFY NOISY PIXEL Since, the pixels are portioned into four categories, These are the known as foreground‟s pixels, the background‟s pixels, the isolated noise pixels and the noise points attached to image‟s margins. For 8 bit images, if a pixel is corrupted, it is replaced by positive and negative impulse values. For example, the noisy pixel takes „0‟ for a negative impulse and „255‟ for a positive impulse.
  • 2. An Improved Implementation for Brain Tumor Detection on CT scan Images 38 Let x(i,j) be the pixel value on the position (i,j) in the input image G, if x(i,j) = 0 or 255, then we set C(i,j) = 1 .Otherwise C(i,j) = pixel value. III. METHODOLOGY In this paper we have developed technique of minute brain tumor and cyst detection in CT scan images using edge detection and segmentation based on pixel by pixel analysis. This technique would be accomplished by two steps first of all detection of suspected regions or area for tumors or cysts in the CT scan image of brain on behalf the RGB range for tumor or cyst which is predicted or identified through comparative study done by collecting a CT scan samples showing tumor or cyst in their scan from different hospitals and clinics. After identifying suspected RGB regions the edge or boundaries of these regions are marked with higher order of visual prominence in same image itself by applying edge detection method and color segmentation through algorithm developed by using MAT LAB tool. After applying these steps the tumor and cyst regions are become more prominent and visible so that physician and healthcare professionals can easily recognize the minute regions of brain tumors and cysts in CT scan image. The block diagram of the proposed work is given in figure 1 which depicts all the processing steps used in this work. Step1: Database of images Database will consist of number of images which would be CT scan of normal brain as well as tumor consisting brain both images should be captured on same intensity. Step2: Development of pixel range with respect to intensity. Now by using a database images develop a pixel range for normal brain and abnormal brain as well as the pixel differences between the affected region and normal region in abnormal brain image. Step 3: Take test image to be verified for brain tumor or cyst Now enter a test image into the process which should be taken on same intensity or pixel value/intensity relation could be developed and applied if intensity of images are not mach with data base images intensity. Step 4: Segmentation: In computer vision, segmentation refers to the process of partitioning a digital image into multiple segments (sets of pixels, also known as super pixels). The goal of segmentation is to simplify and/or change the representation of an image into something that is more meaningful and easier to analyze. Image segmentation is typically used to locate objects and boundaries (lines, curves, etc.) in images. More precisely, image segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label share certain visual characteristics. Step5: Edge detection on the basis of pixel to pixel variation Edge detection is a fundamental tool in image processing and computer vision, particularly in the areas of feature detection and feature extraction, which aim at identifying points in a digital image at which the image brightness changes sharply or more formally has discontinuities. Two basic properties of image intensity values are the basis for current segmentation algorithms; similarity and discontinuity. The principal approaches in the similarity category are based on dividing an image into regions that are similar to a set of predefined criteria. The approach for discontinuity algorithms is to partition an image based on abrupt changes in intensity. Based on the following assumptions we can prove that the detected edges are good enough for further image processing applications. 1. Similarity of pixel values and 2. Pre-delineated intensity value Let us assume that L represents a list of pixel values of the m x n (7x7 or 9x9) moving kernel window in the input image. Using the pre-delineated intensity value P, the list L is partitioned into two sub lists L1 & L2 delimited by the middle edge pixel „x m ‟ where m = 1,2,….n. First we have to calculate the median. Here the x m is the median value for the filtering window. i. Take a moving kernel window of size mxn (7x7 or 9x9) around the pixel x. Ii Calculate the median from the pixels of the kernel that to be placed as the middle element of the kernel.
  • 3. An Improved Implementation for Brain Tumor Detection on CT scan Images 39 iii Assign a value to the variable P for ex., 20, 25, which may or may not be less than the total number of similar pixels in the kernel. To identify the edge pixels, checked the following condition if ((x i <= (x m + P)) && (x i >= (x m – P))) c[i,j] = 1 else c[i,j] = 0 iv Now we can get the edge pixels which have the value 1 and all other pixels have the value 0.Here we aregetting thick edges that means the edge pixel array can also consist of other pixels that satisfies the condition in the image. To avoid that we have to calculate the similarity measure by using the formula S= P/No. If the ratio of S <= 1 we get the thin edges or otherwise we get very thick edges. V Finally we get the output image framed by using the detected edge pixels which forms the boundaries of the object. Step 6 Verify the test image: Now verify the input image and processed image abnormal region become prominent. Algorithm Figure 1: Block diagram (Algorithms) of the proposed work IV. RESULT AND ANALYSIS The above algorithm and method is applied to many of CT scan brain images that are suspected to brain tumour as well as the images of normal CT scan taken from CT scan centre Safdarjung hospital New Delhi. The result of segmentation and edge detection are shown below. Table 1 S.no/Figure no. Subject Age/ Sex Normal Abnormal 2 Sample1 10/F  3 Sample 2 42/F  4 Sample 3 02/F  5 Sample 4 10/F  6 Sample 5 40/M  7 Sample 6 32/M  8 Sample7 54/M 
  • 4. An Improved Implementation for Brain Tumor Detection on CT scan Images 40 Figure 2Sample1 (Brain tumor)Figure 3Sample 2 (Brain tumor) Figure 4Sample3(Brain tumor)Figure 5Sample 4 (Normal Brain) Figure 6:Sample 5Figure 7:Sample 6 (Normal Brain) Figure 8:Sample 7 (Normal Brain) Output 1:Where brain tumor has been detected after applying the above algorithms. Figure 9:Sample 3 after applying the complete process tumor region is enclosed in white box which is clearly visible. Figure 10: After edge detection on Sample 3
  • 5. An Improved Implementation for Brain Tumor Detection on CT scan Images 41 Figure 11: Pixel region of tumor edges which is detected shown in figure 9 Output2:Scan which has been found normal after applying the mentioned process. Figure12:Sample 7 after applying the complete process no tumor has been detected. Figure 13:Sample 7 after applying the process (Edge detection and segmentation) no tumor region has been detected. Figure 14: Pixel region of normal brain of figure12 V. CONCLUSION The success of clinical validation and some future work will lead to a CT scan as revolutionary innovative and cost effective Medical imaging system with higher rate of reliability and preferences in Brain imaging field to assist radiologist as well as neurosurgeons with less complexities. This leads to a different method with approximately similar results on brain tumor and cysts detection accuracy, although with some advantages on computational cost and understanding. VI. FUTURE WORK Development of this technique would be applied for the other CT scan images on different intensities for different parts of human body like Blood, tissues, Bone etc.
  • 6. An Improved Implementation for Brain Tumor Detection on CT scan Images 42 REFERENCES [1] H. H. Barrett, W. Swindell, Radiological Imaging. The Theory of Image Formation, Detection and Processing, I, Academic Press, New York, USA, 438–439, 1981. [2] E. G. Bistriceanu, Principiile matematice ºi fizice ale tomografiei computerizate, Ed. Matrix ROM, Bucureºti, 17–27, 1996. [3] O. G. Duliu, Computer Axial Tomography in Geosciences: an Overview, Elsevier, Earth-Science Reviews 48, 265–281, 1999. [4] M. S. George, H. A. Ring, D. C. Costa, P. J. Ell, K. Kouris, P. H. Jarritt, Neuroactivation and Neuroimaging with SPET, Springer-Verlag, London, p. 8, 1991. [5] Mineura, K., Yasuda, T., Kowada, M., Ogawa, T., Shishido, F., and Uemura, K. Positron emission tomographic evaluation of radiochemotherapeutic effect on regional cerebral hemocirculation and metabolism in patients with gliomas. J. Neuro-Oncol., 5: 277–285, 1987. [6] Christman, D., Crawford, E. J., Friedkin, M., et al. Detection of DNA synthesis in intact organisms with positron-emitting [methyl-11C]thymidine. Proc. Natl. Acad. Sci. USA, 69: 988–992, 1972. [7] M. Bailey, “Interacting with Direct Volume Rendering,” IEEE Computer Graphics and Applications, Vol. 21, Issue 1, pp. 10-12, February 2001. [8] BraniVidakovic and Peter Müller, “Wavelets for kids,” A Tutorial Introduction, Institute ofStatistics and Decision Science, Duke University, Durham, NC, 1991. [9] B. Cabral, N. Cam and J. Foran, “Accelerated Volume Rendering and Tomographic ReconstructionUsing Texture Mapping Hardware,” ACM Symposium on Volume Visualization, pp. 91-98, 1994.