SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 470
MULTI FRACTAL ANALYSIS OF HUMAN BRAIN MR IMAGE
Tarun Patil M S1
, Madhukar Bhat2
1
UG Student, Department of ECE, R.V. College of Engineering, Bangalore, Karnataka, India
2
UG Student, Department of ECE, R.V. College of Engineering, Bangalore, Karnataka, India
Abstract
Brain MR Image can detect many abnormalities like tumor, cysts, bleeding, infection etc. Analysis of brain MRI using image
processing techniques has been an active research in the field of medical imaging. In this work, it is shown that MR image of brain
represent a multi fractal system which is described a continuous spectrum of exponents rather than a single exponent (fractal
dimension). Multi fractal analysis has been performed on number of images from OASIS database are analyzed. The properties of
multi fractal spectrum of a system have been exploited to prove the results. Multi fractal spectra are determined using the modified
box-counting method of fractal dimension estimation.
Keywords: Brain MR Image, Multi fractal, Box-counting
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Magnetic resonance imaging and computed tomography are
the two common methods used to get image of brain for
diagnosis [1]. An active research has been going on in the
field of medical imaging for automated detection of brain
tumor using image processing techniques. With the advances
in the field of technology, brain tumor imaging has become an
essential component in diagnosis, treatment planning, and
monitoring treatment response. Brain tumors are classified
depending on the location of the tumor and the type of tissue
involved.
Considerable research and application of fractal geometry has
been done in image analysis and pattern recognition [2]. The
brain MRI typically has a degree of randomness associated
with it. This property of the image of brain is used for fractal
analysis on it. Based on the fractal dimension obtained the
image is analyzed for abnormalities. In this paper, brain is
proved to be a multi fractal system rather than a mono fractal
system.
1.1 Background Review
Few investigations in the past have tied to identify the fractal
dimensions [3]-[6]. The limitations of the previous works were
patient independent. Those limitations were due to the
assumption of brain MR images as a mono fractal system.
Thus we introduce multi fractal analysis which is a spectrum
analysis, so the error of computation is very less. The multi
fractal modelling and analysis done in our work show that the
brain MRI represents a multi fractal system This result
overcomes the limitations of mono fractal dimension concept
in previous works.
2. METHODOLOGY
The key feature of the proposed method is the implementation
of the algorithm in a DSP module. Fig-1 shows the schematic
view of the proposed method. Code composer studio is used as
an interface between PC and the TMS320C6416 DSP board.
Brian MR images have been obtained from OASIS database.
Histogram matching is applied to MR images to enhance the
dynamic range and increase contrast. The advantage of the
histogram matching is that it can have variable dynamic range
of our choice. Then multi fractal modelling using modified
box counting method is applied. The analysis of the fractal
spectrum has been conducted extensively to prove that brain is
a multi fractal system rather than a mono fractal system which
is represented by a single exponent.
Fig -1: Schematic overview of the proposed method
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 471
3. FRACTAL MODELLING
The fractal geometry concept was first proposed by
Mandelbrot. A fractal is a set of iterative self similar patterns.
Fractal dimension is a real number that describes the fractal
property of the system. Unlike Euclidian geometry, fractal
dimension can take a real value rather than just an integer.
Fractal dimension value depends on the properties of the
fractal system. The different methods used to calculate the
fractal dimension of a system are box-counting, modified box-
counting, piecewise modified box-counting and piecewise
triangular prism surface area (PTPSA). The famous fractal von
Koch curve [7] shown in Fig-2 has a fractal dimension of
1.2618.
Fig -2: von Koch curve
3.1 Fractal Dimension
The notion of dimension is central to fractal geometry.
Roughly, dimension indicates how much space a set occupies
near to each of its points [8]. Fundamental to most definitions
of dimension is the idea of ‘measurement at scale ‘δ’. For
each ‘δ’, we measure a set in a way that ignores irregularities
of size less than δ, and we see how these measurements
behave as δ → 0. If H is a plane curve, then our
measurement, Mδ(H ), might be the number of steps required
by a pair of dividers set at length δ to traverse H. A
dimension of H is then determined by the power law obeyed
by Mδ(H ) as δ → 0. The dimension ‘s’ is given by,
s = lim (logMδ(H ))/( −log δ)
δ→0
3.2 Box Counting Dimension
Box counting [9] is the most commonly used method to find
the dimension of fractal system as it is relatively easy for
mathematical calculations and empirical estimations. Let H be
any non-empty bounded subset of Rn
and let Nδ(H ) be the
smallest number of sets of diameter at most δ which can
cover H. The box-counting dimension of H respectively are
defined as,
dimBH = lim (logNδ(H ))/( −log δ)
δ→0
The algorithm implemented in our work to determine the
fractal dimension is,
• Cover given shape with boxes and find the pattern of
change of number of boxes with the change in size of
the boxes.
• If the object is 1-dimensional, we expect N(boxes) =
1/δ.
• If the object is 2-dimensional, we expect N(boxes) =
(1/δ)2
.
• For complicated shapes, the relation between
N(boxes) and 1/δ may be a power law, N(boxes) =
k(1/δ)s
.
• Taking Log of both sides, we obtain
Log(N(boxes)) = Log(k) + Log((1/δ)s
) = s⋅Log(1/δ) +
Log(k)
Dimension or s = lim (logN(boxes)/( log 1/δ)
δ→0
3.3 Modified Box Counting Dimension
This is the method used in our work to compute fractal
dimension. There are few disadvantages of traditional box
counting method. The box-counting dimension of each
rational number regarded as a one-point set is clearly zero, but
the countable union of these singleton sets has dimension 1.
This severely limits the usefulness of box dimension. Thus,
simple modifications to suit our work has been done. For H a
subset of Rn
we can try to decompose H into a countable
number of pieces H1, H2,... in such a way that the largest
piece has as small dimension as possible.
4. MULTI FRACTAL MODELLING
Multi fractal patterns scale with multiple scaling rather than
one scaling rule. Single parameter like fractal dimension is not
enough to describe the dynamics of multi fractal system. A
continuous spectrum of exponents is required to describe the
system which is called the multi fractal spectrum. Multi fractal
analysis was first introduced for turbulence data analysis and
modelling. Now, its application in medical imaging is huge.
In multi fractal system H, its dynamics around any point is
given by,
H(y+δ) - H(y) = bh(y)
The exponent h(y) is called the singularity exponent. There are
many methods to obtain the multi fractal spectrum like DQ vs
Q method, dimensional ordering, f(α) vs α. Multi fractal
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 472
spectrum is calculated using modified box counting in our
work. Firstly, modified box counting scan is done to
determine the pixels distribution. Then, this pixel distribution
becomes the basis for a series of calculations. In the f(α) vs α
method, the multi fractal spectrum show a parabola for the
multi fractal system and random shape for non – multi fractal
system. This property has been exploited to show the results.
5. RESULTS
In our work we have enhanced the MR Image using histogram
matching method. The results are shown from Fig-3 to Fig-4.
Fig -3: Original Image Fig -4: Enhanced Image
Fig -5: Original Image Fig -6: Enhanced Image
Table -1: Generalized dimension Dx for x=-10,10 and
standard deviation βx for x=-10,10 of 10 images from OASIS
database (status: N=normal; P=pathological)
Image
name
status
D-10 β-10 D10 β10
Img001.jpg N 1.942 0.015 1.431 0.003
Img002.jpg N 1.967 0.017 1.478 0.003
Img003.jpg N 1.939 0.021 1.440 0.002
Img007.jpg N 1.922 0.012 1.418 0.003
Img011.jpg P 1.897 0.018 1.396 0.001
Img025.jpg P 1.834 0.024 1.346 0.002
Img030.jpg N 1.926 0.022 1.432 0.002
Img040.jpg P 1.847 0.025 1.371 0.002
Img057.jpg P 1.804 0.019 1.339 0.003
Img067.jpg N 1.968 0.022 1.450 0.003
Enhanced Images are then modelled using modified multi
fractal analysis. As shown in Fig-7, alpha (q) is the range of
variation in the scale of fractal measure and f (q) is the fractal
dimension that we have obtained as a raw scale calculation of
alpha (q). Fig-7 is the multi fractal model for the enhanced
image shown in Fig-4.
Fig -7: Variation of alpha (q) and f (q) for image in Fig-4
Fig -8: Multi fractal spectrum of enhanced image of Fig-4
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 473
The above is the multi fractal spectrum of the enhanced image
shown in Fig-4. It is obtained from the raw scale calculation of
Fig-7. The variation of f (q) with respect to the range of
variation in scale of fractal dimension is plotted in Fig-8. The
multi fractal spectrum shows a parabola for a multi fractal
system. A best fit parabola to the multi fractal spectrum is
plotted in Fig-9. Thus from the multi fractal spectrum shown
in Fig-8-9, it can be concluded that the brain MR image shown
in Fig-4 is a Multi fractal system.
Fig -9: Best parabola fit for the multi fractal spectrum of Fig-8
6. CONCLUSIONS
In conclusion, we show in our work that the structure of
human brain captured using MRI represent a multi fractal
structure characterized by a continuous spectrum of exponents
rather than a single fractal dimension. We have analyzed 40
images from the OASIS database, in which half correspond to
normal brain and half correspond to abnormal brain. In all the
analyzed cases, we observe a clear multi fractal behavior.
ACKNOWLEDGEMENTS
The authors would like to thank the OASIS project group for
making the database publicly available.
REFERENCES
[1]. Medicine net: Magnetic Resonance Imaging (MRI scan)
website: http://www.medicinenet.com/ mri_scan/article.htm
[2]. Buades, Antoni, Bartomeu Coll, and Jean-Michel Morel.
"A review of image denoising algorithms, with a new one"
Multiscale Modeling & Simulation 4.2 (2005): 490-530.
[3]. Tang, Min, and Hui Nan Wang. "Feature analysis of brain
MRI images based on fractal dimension." Engineering in
Medicine and Biology Society, 2005 IEEE-EMBS 2005 27th
Annual International Conference of the IEEE, 2006
[4]. Iftekharuddin, Khan M., et al. "Fractal-based brain tumor
detection in multimodal MRI." Applied Mathematics and
Computation 207.1 (2009): 23-41.
[5]. Iftekharuddin, Khan M. "Texture Models for Brain Tumor
Segmentation."Quantitative Medical Imaging. Optical Society
of America, 2013
[6]. Roy, Sudipta, et al. "A Review on Automated Brain
Tumor Detection and Segmentation from MRI of Brain."
arXiv preprint arXiv: 1312.6150 (2013).
[7]. Dorfman, J. R., and Thomas Gilbert. "Statistical properties
of γ-adic processes and their connections to families of
popular fractal curves (Perspectives of Nonequilibrium
Statistical Physics-The Memory of Professor Shuichi Tasaki-
).97.3 (2011): 357-369.
[8]. Ivanovici, Mihai, and Noël Richard. "Fractal dimension of
color fractal images."Image Processing, IEEE Transactions on
20.1 (2011): 227-235.
[9]. Ostwald, Michael J. "The fractal analysis of architecture:
calibrating the box-counting method using scaling coefficient
and grid disposition variables."Environment and Planning B:
Planning and Design 40.4 (2013): 644-663.
BIOGRAPHIES
Tarun Patil M S is currently in his 8th
Semester at R. V. College of Engineering,
Bangalore. His research interests include
medical imaging, embedded systems,
Computer vision and FPGA
Madhukar Bhat is currently in his 8th Semester
at R. V. College of Engineering, Bangalore.
His research interests include medical imaging,
Computer vision multimedia and photonic
signal processing and communication systems.

More Related Content

What's hot

A Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionA Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionEditor IJCATR
 
An ann approach for network
An ann approach for networkAn ann approach for network
An ann approach for networkIJNSA Journal
 
Classifiers
ClassifiersClassifiers
ClassifiersAyurdata
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...ijma
 
Multimodal Biometrics Recognition by Dimensionality Diminution Method
Multimodal Biometrics Recognition by Dimensionality Diminution MethodMultimodal Biometrics Recognition by Dimensionality Diminution Method
Multimodal Biometrics Recognition by Dimensionality Diminution MethodIJERA Editor
 
Statistical Pattern recognition(1)
Statistical Pattern recognition(1)Statistical Pattern recognition(1)
Statistical Pattern recognition(1)Syed Atif Naseem
 
Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...journalBEEI
 
Feature selection in multimodal
Feature selection in multimodalFeature selection in multimodal
Feature selection in multimodalijcsa
 
Data reduction techniques for high dimensional biological data
Data reduction techniques for high dimensional biological dataData reduction techniques for high dimensional biological data
Data reduction techniques for high dimensional biological dataeSAT Journals
 
A Novel Clustering Method for Similarity Measuring in Text Documents
A Novel Clustering Method for Similarity Measuring in Text DocumentsA Novel Clustering Method for Similarity Measuring in Text Documents
A Novel Clustering Method for Similarity Measuring in Text DocumentsIJMER
 
Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transformIAEME Publication
 
Semi-Supervised Discriminant Analysis Based On Data Structure
Semi-Supervised Discriminant Analysis Based On Data StructureSemi-Supervised Discriminant Analysis Based On Data Structure
Semi-Supervised Discriminant Analysis Based On Data Structureiosrjce
 
ANALYSIS AND COMPARISON STUDY OF DATA MINING ALGORITHMS USING RAPIDMINER
ANALYSIS AND COMPARISON STUDY OF DATA MINING ALGORITHMS USING RAPIDMINERANALYSIS AND COMPARISON STUDY OF DATA MINING ALGORITHMS USING RAPIDMINER
ANALYSIS AND COMPARISON STUDY OF DATA MINING ALGORITHMS USING RAPIDMINERIJCSEA Journal
 

What's hot (15)

A Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionA Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis Detection
 
An ann approach for network
An ann approach for networkAn ann approach for network
An ann approach for network
 
Classifiers
ClassifiersClassifiers
Classifiers
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...
 
Multimodal Biometrics Recognition by Dimensionality Diminution Method
Multimodal Biometrics Recognition by Dimensionality Diminution MethodMultimodal Biometrics Recognition by Dimensionality Diminution Method
Multimodal Biometrics Recognition by Dimensionality Diminution Method
 
Statistical Pattern recognition(1)
Statistical Pattern recognition(1)Statistical Pattern recognition(1)
Statistical Pattern recognition(1)
 
A0310112
A0310112A0310112
A0310112
 
Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...
 
Feature selection in multimodal
Feature selection in multimodalFeature selection in multimodal
Feature selection in multimodal
 
Data reduction techniques for high dimensional biological data
Data reduction techniques for high dimensional biological dataData reduction techniques for high dimensional biological data
Data reduction techniques for high dimensional biological data
 
A Novel Clustering Method for Similarity Measuring in Text Documents
A Novel Clustering Method for Similarity Measuring in Text DocumentsA Novel Clustering Method for Similarity Measuring in Text Documents
A Novel Clustering Method for Similarity Measuring in Text Documents
 
Ejsr 86 3
Ejsr 86 3Ejsr 86 3
Ejsr 86 3
 
Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transform
 
Semi-Supervised Discriminant Analysis Based On Data Structure
Semi-Supervised Discriminant Analysis Based On Data StructureSemi-Supervised Discriminant Analysis Based On Data Structure
Semi-Supervised Discriminant Analysis Based On Data Structure
 
ANALYSIS AND COMPARISON STUDY OF DATA MINING ALGORITHMS USING RAPIDMINER
ANALYSIS AND COMPARISON STUDY OF DATA MINING ALGORITHMS USING RAPIDMINERANALYSIS AND COMPARISON STUDY OF DATA MINING ALGORITHMS USING RAPIDMINER
ANALYSIS AND COMPARISON STUDY OF DATA MINING ALGORITHMS USING RAPIDMINER
 

Viewers also liked

Analysis of wireless sensor networks security, attacks and challenges
Analysis of wireless sensor networks security, attacks and challengesAnalysis of wireless sensor networks security, attacks and challenges
Analysis of wireless sensor networks security, attacks and challengeseSAT Publishing House
 
Emc model for modern power electronic systems for
Emc model for modern power electronic systems forEmc model for modern power electronic systems for
Emc model for modern power electronic systems foreSAT Publishing House
 
Design issues and challenges of reliable and secure transmission of medical i...
Design issues and challenges of reliable and secure transmission of medical i...Design issues and challenges of reliable and secure transmission of medical i...
Design issues and challenges of reliable and secure transmission of medical i...eSAT Publishing House
 
Performance of slope under seismic conditions
Performance of slope under seismic conditionsPerformance of slope under seismic conditions
Performance of slope under seismic conditionseSAT Publishing House
 
Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...eSAT Publishing House
 
Study of brass wire and cryogenic treated brass wire on titanium alloy using ...
Study of brass wire and cryogenic treated brass wire on titanium alloy using ...Study of brass wire and cryogenic treated brass wire on titanium alloy using ...
Study of brass wire and cryogenic treated brass wire on titanium alloy using ...eSAT Publishing House
 
Verification of uart ip core using uvm
Verification of uart ip core using uvmVerification of uart ip core using uvm
Verification of uart ip core using uvmeSAT Publishing House
 
Case study on slender multi storey rc building with brick infill
Case study on slender multi storey rc building with brick infillCase study on slender multi storey rc building with brick infill
Case study on slender multi storey rc building with brick infilleSAT Publishing House
 
Efficacy of overlying coarse aggregate and
Efficacy of overlying coarse aggregate andEfficacy of overlying coarse aggregate and
Efficacy of overlying coarse aggregate andeSAT Publishing House
 
Finite element optimization of stator by casted and welded structures
Finite element optimization of stator by casted and welded structuresFinite element optimization of stator by casted and welded structures
Finite element optimization of stator by casted and welded structureseSAT Publishing House
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationeSAT Publishing House
 
Holographic optical elements for beautification
Holographic optical elements for beautificationHolographic optical elements for beautification
Holographic optical elements for beautificationeSAT Publishing House
 
Sequences classification based on group technology
Sequences classification based on group technologySequences classification based on group technology
Sequences classification based on group technologyeSAT Publishing House
 
Master slave vector controlled double induction
Master slave vector controlled double inductionMaster slave vector controlled double induction
Master slave vector controlled double inductioneSAT Publishing House
 
Implementation of linux based uart device driver
Implementation of linux based uart device driverImplementation of linux based uart device driver
Implementation of linux based uart device drivereSAT Publishing House
 
Separation of mineral matter from indian coal by using
Separation of mineral matter from indian coal by usingSeparation of mineral matter from indian coal by using
Separation of mineral matter from indian coal by usingeSAT Publishing House
 
Performance comparison of qo s based routing
Performance comparison of qo s based routingPerformance comparison of qo s based routing
Performance comparison of qo s based routingeSAT Publishing House
 
Game theory problems by an alternative simplex method
Game theory problems by an alternative simplex methodGame theory problems by an alternative simplex method
Game theory problems by an alternative simplex methodeSAT Publishing House
 
Fusion of demands in review of bag of-visual words
Fusion of demands in review of bag of-visual wordsFusion of demands in review of bag of-visual words
Fusion of demands in review of bag of-visual wordseSAT Publishing House
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking througheSAT Publishing House
 

Viewers also liked (20)

Analysis of wireless sensor networks security, attacks and challenges
Analysis of wireless sensor networks security, attacks and challengesAnalysis of wireless sensor networks security, attacks and challenges
Analysis of wireless sensor networks security, attacks and challenges
 
Emc model for modern power electronic systems for
Emc model for modern power electronic systems forEmc model for modern power electronic systems for
Emc model for modern power electronic systems for
 
Design issues and challenges of reliable and secure transmission of medical i...
Design issues and challenges of reliable and secure transmission of medical i...Design issues and challenges of reliable and secure transmission of medical i...
Design issues and challenges of reliable and secure transmission of medical i...
 
Performance of slope under seismic conditions
Performance of slope under seismic conditionsPerformance of slope under seismic conditions
Performance of slope under seismic conditions
 
Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...
 
Study of brass wire and cryogenic treated brass wire on titanium alloy using ...
Study of brass wire and cryogenic treated brass wire on titanium alloy using ...Study of brass wire and cryogenic treated brass wire on titanium alloy using ...
Study of brass wire and cryogenic treated brass wire on titanium alloy using ...
 
Verification of uart ip core using uvm
Verification of uart ip core using uvmVerification of uart ip core using uvm
Verification of uart ip core using uvm
 
Case study on slender multi storey rc building with brick infill
Case study on slender multi storey rc building with brick infillCase study on slender multi storey rc building with brick infill
Case study on slender multi storey rc building with brick infill
 
Efficacy of overlying coarse aggregate and
Efficacy of overlying coarse aggregate andEfficacy of overlying coarse aggregate and
Efficacy of overlying coarse aggregate and
 
Finite element optimization of stator by casted and welded structures
Finite element optimization of stator by casted and welded structuresFinite element optimization of stator by casted and welded structures
Finite element optimization of stator by casted and welded structures
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfiguration
 
Holographic optical elements for beautification
Holographic optical elements for beautificationHolographic optical elements for beautification
Holographic optical elements for beautification
 
Sequences classification based on group technology
Sequences classification based on group technologySequences classification based on group technology
Sequences classification based on group technology
 
Master slave vector controlled double induction
Master slave vector controlled double inductionMaster slave vector controlled double induction
Master slave vector controlled double induction
 
Implementation of linux based uart device driver
Implementation of linux based uart device driverImplementation of linux based uart device driver
Implementation of linux based uart device driver
 
Separation of mineral matter from indian coal by using
Separation of mineral matter from indian coal by usingSeparation of mineral matter from indian coal by using
Separation of mineral matter from indian coal by using
 
Performance comparison of qo s based routing
Performance comparison of qo s based routingPerformance comparison of qo s based routing
Performance comparison of qo s based routing
 
Game theory problems by an alternative simplex method
Game theory problems by an alternative simplex methodGame theory problems by an alternative simplex method
Game theory problems by an alternative simplex method
 
Fusion of demands in review of bag of-visual words
Fusion of demands in review of bag of-visual wordsFusion of demands in review of bag of-visual words
Fusion of demands in review of bag of-visual words
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
 

Similar to Multi fractal analysis of human brain mr image

Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weightedeSAT Publishing House
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorseSAT Journals
 
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
 
Fault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andFault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andeSAT Publishing House
 
Vol 9 No 1 - January 2014
Vol 9 No 1 - January 2014Vol 9 No 1 - January 2014
Vol 9 No 1 - January 2014ijcsbi
 
Christopher Johnson Bachelor's Thesis
Christopher Johnson Bachelor's ThesisChristopher Johnson Bachelor's Thesis
Christopher Johnson Bachelor's ThesisBagpipesJohnson
 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imageseSAT Journals
 
Fault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curvesFault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curveseSAT Journals
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionIOSR Journals
 
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...sipij
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...ijcseit
 
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...ijcseit
 
Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...eSAT Journals
 
Behavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithmBehavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithmijscmcj
 
Sparse representation based classification of mr images of brain for alzheime...
Sparse representation based classification of mr images of brain for alzheime...Sparse representation based classification of mr images of brain for alzheime...
Sparse representation based classification of mr images of brain for alzheime...eSAT Publishing House
 
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...Damian R. Mingle, MBA
 
A Novel Efficient Medical Image Segmentation Methodology
A Novel Efficient Medical Image Segmentation MethodologyA Novel Efficient Medical Image Segmentation Methodology
A Novel Efficient Medical Image Segmentation Methodologyaciijournal
 
Studying a chaotic spiking neural model
Studying a chaotic spiking neural modelStudying a chaotic spiking neural model
Studying a chaotic spiking neural modelijaia
 

Similar to Multi fractal analysis of human brain mr image (20)

Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weighted
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operators
 
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...
 
Fault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andFault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms and
 
Vol 9 No 1 - January 2014
Vol 9 No 1 - January 2014Vol 9 No 1 - January 2014
Vol 9 No 1 - January 2014
 
Christopher Johnson Bachelor's Thesis
Christopher Johnson Bachelor's ThesisChristopher Johnson Bachelor's Thesis
Christopher Johnson Bachelor's Thesis
 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri images
 
Fault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curvesFault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curves
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
 
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
The picture fuzzy distance measure in controlling network power consumption
The picture fuzzy distance measure in controlling network power consumptionThe picture fuzzy distance measure in controlling network power consumption
The picture fuzzy distance measure in controlling network power consumption
 
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
 
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
AN EFFICIENT WAVELET BASED FEATURE REDUCTION AND CLASSIFICATION TECHNIQUE FOR...
 
Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...
 
Behavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithmBehavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithm
 
Sparse representation based classification of mr images of brain for alzheime...
Sparse representation based classification of mr images of brain for alzheime...Sparse representation based classification of mr images of brain for alzheime...
Sparse representation based classification of mr images of brain for alzheime...
 
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
 
A Novel Efficient Medical Image Segmentation Methodology
A Novel Efficient Medical Image Segmentation MethodologyA Novel Efficient Medical Image Segmentation Methodology
A Novel Efficient Medical Image Segmentation Methodology
 
Studying a chaotic spiking neural model
Studying a chaotic spiking neural modelStudying a chaotic spiking neural model
Studying a chaotic spiking neural model
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 

Multi fractal analysis of human brain mr image

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 470 MULTI FRACTAL ANALYSIS OF HUMAN BRAIN MR IMAGE Tarun Patil M S1 , Madhukar Bhat2 1 UG Student, Department of ECE, R.V. College of Engineering, Bangalore, Karnataka, India 2 UG Student, Department of ECE, R.V. College of Engineering, Bangalore, Karnataka, India Abstract Brain MR Image can detect many abnormalities like tumor, cysts, bleeding, infection etc. Analysis of brain MRI using image processing techniques has been an active research in the field of medical imaging. In this work, it is shown that MR image of brain represent a multi fractal system which is described a continuous spectrum of exponents rather than a single exponent (fractal dimension). Multi fractal analysis has been performed on number of images from OASIS database are analyzed. The properties of multi fractal spectrum of a system have been exploited to prove the results. Multi fractal spectra are determined using the modified box-counting method of fractal dimension estimation. Keywords: Brain MR Image, Multi fractal, Box-counting -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Magnetic resonance imaging and computed tomography are the two common methods used to get image of brain for diagnosis [1]. An active research has been going on in the field of medical imaging for automated detection of brain tumor using image processing techniques. With the advances in the field of technology, brain tumor imaging has become an essential component in diagnosis, treatment planning, and monitoring treatment response. Brain tumors are classified depending on the location of the tumor and the type of tissue involved. Considerable research and application of fractal geometry has been done in image analysis and pattern recognition [2]. The brain MRI typically has a degree of randomness associated with it. This property of the image of brain is used for fractal analysis on it. Based on the fractal dimension obtained the image is analyzed for abnormalities. In this paper, brain is proved to be a multi fractal system rather than a mono fractal system. 1.1 Background Review Few investigations in the past have tied to identify the fractal dimensions [3]-[6]. The limitations of the previous works were patient independent. Those limitations were due to the assumption of brain MR images as a mono fractal system. Thus we introduce multi fractal analysis which is a spectrum analysis, so the error of computation is very less. The multi fractal modelling and analysis done in our work show that the brain MRI represents a multi fractal system This result overcomes the limitations of mono fractal dimension concept in previous works. 2. METHODOLOGY The key feature of the proposed method is the implementation of the algorithm in a DSP module. Fig-1 shows the schematic view of the proposed method. Code composer studio is used as an interface between PC and the TMS320C6416 DSP board. Brian MR images have been obtained from OASIS database. Histogram matching is applied to MR images to enhance the dynamic range and increase contrast. The advantage of the histogram matching is that it can have variable dynamic range of our choice. Then multi fractal modelling using modified box counting method is applied. The analysis of the fractal spectrum has been conducted extensively to prove that brain is a multi fractal system rather than a mono fractal system which is represented by a single exponent. Fig -1: Schematic overview of the proposed method
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 471 3. FRACTAL MODELLING The fractal geometry concept was first proposed by Mandelbrot. A fractal is a set of iterative self similar patterns. Fractal dimension is a real number that describes the fractal property of the system. Unlike Euclidian geometry, fractal dimension can take a real value rather than just an integer. Fractal dimension value depends on the properties of the fractal system. The different methods used to calculate the fractal dimension of a system are box-counting, modified box- counting, piecewise modified box-counting and piecewise triangular prism surface area (PTPSA). The famous fractal von Koch curve [7] shown in Fig-2 has a fractal dimension of 1.2618. Fig -2: von Koch curve 3.1 Fractal Dimension The notion of dimension is central to fractal geometry. Roughly, dimension indicates how much space a set occupies near to each of its points [8]. Fundamental to most definitions of dimension is the idea of ‘measurement at scale ‘δ’. For each ‘δ’, we measure a set in a way that ignores irregularities of size less than δ, and we see how these measurements behave as δ → 0. If H is a plane curve, then our measurement, Mδ(H ), might be the number of steps required by a pair of dividers set at length δ to traverse H. A dimension of H is then determined by the power law obeyed by Mδ(H ) as δ → 0. The dimension ‘s’ is given by, s = lim (logMδ(H ))/( −log δ) δ→0 3.2 Box Counting Dimension Box counting [9] is the most commonly used method to find the dimension of fractal system as it is relatively easy for mathematical calculations and empirical estimations. Let H be any non-empty bounded subset of Rn and let Nδ(H ) be the smallest number of sets of diameter at most δ which can cover H. The box-counting dimension of H respectively are defined as, dimBH = lim (logNδ(H ))/( −log δ) δ→0 The algorithm implemented in our work to determine the fractal dimension is, • Cover given shape with boxes and find the pattern of change of number of boxes with the change in size of the boxes. • If the object is 1-dimensional, we expect N(boxes) = 1/δ. • If the object is 2-dimensional, we expect N(boxes) = (1/δ)2 . • For complicated shapes, the relation between N(boxes) and 1/δ may be a power law, N(boxes) = k(1/δ)s . • Taking Log of both sides, we obtain Log(N(boxes)) = Log(k) + Log((1/δ)s ) = s⋅Log(1/δ) + Log(k) Dimension or s = lim (logN(boxes)/( log 1/δ) δ→0 3.3 Modified Box Counting Dimension This is the method used in our work to compute fractal dimension. There are few disadvantages of traditional box counting method. The box-counting dimension of each rational number regarded as a one-point set is clearly zero, but the countable union of these singleton sets has dimension 1. This severely limits the usefulness of box dimension. Thus, simple modifications to suit our work has been done. For H a subset of Rn we can try to decompose H into a countable number of pieces H1, H2,... in such a way that the largest piece has as small dimension as possible. 4. MULTI FRACTAL MODELLING Multi fractal patterns scale with multiple scaling rather than one scaling rule. Single parameter like fractal dimension is not enough to describe the dynamics of multi fractal system. A continuous spectrum of exponents is required to describe the system which is called the multi fractal spectrum. Multi fractal analysis was first introduced for turbulence data analysis and modelling. Now, its application in medical imaging is huge. In multi fractal system H, its dynamics around any point is given by, H(y+δ) - H(y) = bh(y) The exponent h(y) is called the singularity exponent. There are many methods to obtain the multi fractal spectrum like DQ vs Q method, dimensional ordering, f(α) vs α. Multi fractal
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 472 spectrum is calculated using modified box counting in our work. Firstly, modified box counting scan is done to determine the pixels distribution. Then, this pixel distribution becomes the basis for a series of calculations. In the f(α) vs α method, the multi fractal spectrum show a parabola for the multi fractal system and random shape for non – multi fractal system. This property has been exploited to show the results. 5. RESULTS In our work we have enhanced the MR Image using histogram matching method. The results are shown from Fig-3 to Fig-4. Fig -3: Original Image Fig -4: Enhanced Image Fig -5: Original Image Fig -6: Enhanced Image Table -1: Generalized dimension Dx for x=-10,10 and standard deviation βx for x=-10,10 of 10 images from OASIS database (status: N=normal; P=pathological) Image name status D-10 β-10 D10 β10 Img001.jpg N 1.942 0.015 1.431 0.003 Img002.jpg N 1.967 0.017 1.478 0.003 Img003.jpg N 1.939 0.021 1.440 0.002 Img007.jpg N 1.922 0.012 1.418 0.003 Img011.jpg P 1.897 0.018 1.396 0.001 Img025.jpg P 1.834 0.024 1.346 0.002 Img030.jpg N 1.926 0.022 1.432 0.002 Img040.jpg P 1.847 0.025 1.371 0.002 Img057.jpg P 1.804 0.019 1.339 0.003 Img067.jpg N 1.968 0.022 1.450 0.003 Enhanced Images are then modelled using modified multi fractal analysis. As shown in Fig-7, alpha (q) is the range of variation in the scale of fractal measure and f (q) is the fractal dimension that we have obtained as a raw scale calculation of alpha (q). Fig-7 is the multi fractal model for the enhanced image shown in Fig-4. Fig -7: Variation of alpha (q) and f (q) for image in Fig-4 Fig -8: Multi fractal spectrum of enhanced image of Fig-4
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 473 The above is the multi fractal spectrum of the enhanced image shown in Fig-4. It is obtained from the raw scale calculation of Fig-7. The variation of f (q) with respect to the range of variation in scale of fractal dimension is plotted in Fig-8. The multi fractal spectrum shows a parabola for a multi fractal system. A best fit parabola to the multi fractal spectrum is plotted in Fig-9. Thus from the multi fractal spectrum shown in Fig-8-9, it can be concluded that the brain MR image shown in Fig-4 is a Multi fractal system. Fig -9: Best parabola fit for the multi fractal spectrum of Fig-8 6. CONCLUSIONS In conclusion, we show in our work that the structure of human brain captured using MRI represent a multi fractal structure characterized by a continuous spectrum of exponents rather than a single fractal dimension. We have analyzed 40 images from the OASIS database, in which half correspond to normal brain and half correspond to abnormal brain. In all the analyzed cases, we observe a clear multi fractal behavior. ACKNOWLEDGEMENTS The authors would like to thank the OASIS project group for making the database publicly available. REFERENCES [1]. Medicine net: Magnetic Resonance Imaging (MRI scan) website: http://www.medicinenet.com/ mri_scan/article.htm [2]. Buades, Antoni, Bartomeu Coll, and Jean-Michel Morel. "A review of image denoising algorithms, with a new one" Multiscale Modeling & Simulation 4.2 (2005): 490-530. [3]. Tang, Min, and Hui Nan Wang. "Feature analysis of brain MRI images based on fractal dimension." Engineering in Medicine and Biology Society, 2005 IEEE-EMBS 2005 27th Annual International Conference of the IEEE, 2006 [4]. Iftekharuddin, Khan M., et al. "Fractal-based brain tumor detection in multimodal MRI." Applied Mathematics and Computation 207.1 (2009): 23-41. [5]. Iftekharuddin, Khan M. "Texture Models for Brain Tumor Segmentation."Quantitative Medical Imaging. Optical Society of America, 2013 [6]. Roy, Sudipta, et al. "A Review on Automated Brain Tumor Detection and Segmentation from MRI of Brain." arXiv preprint arXiv: 1312.6150 (2013). [7]. Dorfman, J. R., and Thomas Gilbert. "Statistical properties of γ-adic processes and their connections to families of popular fractal curves (Perspectives of Nonequilibrium Statistical Physics-The Memory of Professor Shuichi Tasaki- ).97.3 (2011): 357-369. [8]. Ivanovici, Mihai, and Noël Richard. "Fractal dimension of color fractal images."Image Processing, IEEE Transactions on 20.1 (2011): 227-235. [9]. Ostwald, Michael J. "The fractal analysis of architecture: calibrating the box-counting method using scaling coefficient and grid disposition variables."Environment and Planning B: Planning and Design 40.4 (2013): 644-663. BIOGRAPHIES Tarun Patil M S is currently in his 8th Semester at R. V. College of Engineering, Bangalore. His research interests include medical imaging, embedded systems, Computer vision and FPGA Madhukar Bhat is currently in his 8th Semester at R. V. College of Engineering, Bangalore. His research interests include medical imaging, Computer vision multimedia and photonic signal processing and communication systems.