SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014
DOI : 10.5121/sipij.2014.5305 53
AN INTENSITY-BASED MEDICAL IMAGE
REGISTRATION USING GENETIC ALGORITHM
Shanmugapriya.S1
, Dr.S.Poonguzhali2
, Umamaheshwari3
Department of Medical Electronics, CEG, Anna University, Chennai, India
ABSTRACT
Medical imaging plays a vital role to create images of human body for clinical purposes. Biomedical
imaging has taken a leap by entering into the field of image registration. Image registration integrates the
large amount of medical information embedded in the images taken at different time intervals and images
at different orientations. In this paper, an intensity-based real-coded genetic algorithm is used for
registering two MRI images. To demonstrate the efficiency of the algorithm developed, the alignment of the
image is altered and algorithm is tested for better performance. Also the work involves the comparison of
two similarity metrics, and based on the outcome the best metric suited for genetic algorithm is studied.
KEYWORDS
Image registration, Genetic algorithm, Similarity metric
1. INTRODUCTION
Image registration aligns the information in different images and to visualize as a combined
image. Image registration operates for different conditions such as images taken at different time,
view point and/ or different sensors [3]. The goal of image registration is to find the best
geometrical mapping to align the images. This geometrical alignment of medical images has its
rapid growth in diagnosis, treatment planning, computer-aided therapies and in biomedical
research. Image registration falls under two categories- voxel or intensity - based and feature –
based. In intensity-based method, the whole image is employed; where they operate directly on
image intensity. In feature-based method, features like contours, crest lines, points- have to be
extracted from the images in pre-processing step and has to be matched.
Intensity-based method works better than feature-based image registration [1][2]. Image
registration techniques generally depends on many criteria such as, nature of registration, ie,
extrinsic or intrinsic based, transformation model and optimisation procedure [4] .The most
applicable algorithms for medical image registration are based on optimising voxel-based
similarity measure. Surface registration techniques focus on three factors, namely, choice of
transformation, similarity criterion and global optimisation [6]. Many metrics such as, sum of
squared differences, sum of absolute differences, mutual information, normalised correlation can
be used for intensity-based medical image registration [7]-[9]. The drawbacks of traditional
numerical based optimisation algorithms like, gradient descent, Powell’s method, can be
Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014
54
overcome by genetic algorithm. It finds a global optimal solution, escaping from local optima
[5][10].
In this paper, image registration is done by genetic algorithm. The most crucial step in GA is to
choose the objective function which is used to evaluate the fitness of each chromosome. The
fitness value is determined by the similarity metrics which is the objective function. Here
normalised correlation is used as the objective function for GA process. The result obtained by
normalised correlation is compared with mutual information method which is estimated by mean
squared error.
2. METHODOLOGY
Fig1 shows the flow of image registration process. Image registration process involves two MRI
images, namely, reference image IR, and a scene image IS, which has to be aligned in accordance
with the reference image[1].
Fig1. Flow of image registration process
The result of registration process is that the reference IR and transformed scene image f(IS) are
similar possible.
Of those two images, one image is rotated to 180 degrees and this is taken as scene image.
Similarity transformations, ie, translation, rotation and scaling are applied to scene image. The
similarity between the reference and transformed scene image are determined by normalised
correlation which is the similarity metric. If A(x,y) and B(x,y) are two images, Normalised
correlation(NC) is defined.
(1)
Where n= number of pixels in two images, ‫,ܣ‬ ‫ܤ‬ are average intensity values.
Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014
55
2.1 Genetic Algorithm
If the best transformation is not obtained, an optimiser is used to find the optimal transformation.
Genetic algorithm is used to find the best transformation. The search strategy used is parameter-
based method [1][2]. The crucial step in GA is to encode the parameters into GA chromosomes.
Real encoding is used than binary encoding. Efficiency of GA is increased since there is no
conversion to binary type and different genetic operators can be used [11]. So the encoding
involves the transformation parameters directly. It is represented by five real numbers, namely
one rotation parameter (τ ), two translation parameters (t), and two scaling parameters (s). GA
cycle follows four process- fitness evaluation, selection, recombination and creation of new
population. Initial population is set to 50 chromosomes. Normalised correlation is used to find the
similarity for each transformation and evaluation of this objective function called fitness value is
calculated for each chromosome in the population. Next step involves selection of fittest
individuals. Tournament method requires more execution time and hence Roulette’s wheel
method is used. Highest fit individuals are selected and genetic operators such as; crossover and
mutation are applied to create next generation population. Here arithmetic crossover is used.
P = α*A + (1.0-α)*B (2)
Q = (1.0-α)*A + α*B (3)
Where, A, B - individual from the old generation, P, Q - individual from new generation, α is the
weight which governs dominant individual in reproduction and it is between 0 and 1.
So the succeeding generations will contain the offspring and also the best fit individuals from its
preceding generations. Mutation operators randomly pick one of the individual in the
chromosome and replace it by a random value in its range. Fitness value is calculated for the next
generation individuals. This process is continued for many generations. Stopping criteria chosen
is maximum generation. It is likely that as generation increases, best fitness, i.e. best
transformation can be obtained. The process is continued until fitness value reaches high so that
the registration completes. The global optimum is achieved by creating new population from
individuals of existing population.
3. EXPERIMENTAL STUDY
For this experiment, simulated real world MRI images were taken from a public database. Images
were obtained from brain web database at McGill University, which can be easily used to
evaluate the performance of various image analysis methods. It has been frequently used by
biomedical research community. The images taken are with and without noises, and presence or
absence of lesions. The images are at the size of 181×217 pixels.
Table 1: Types of images used
Cases Reference image Scene image
I Normal image Normal image with 180
degree rotated
II Normal image Lesion with 1% noise
III Normal image Lesion with 4% noise
IV Normal image Normal with noise 3%
Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014
56
3.1 Parameter settings
Transformation parameters are applied on the pair of images. The translation parameter, rotation
parameter and scaling parameter are noted as tx, ty, τ, Sx, Sy respectively. Rotation is taken as 0 to
2π, translation is taken as [100 300] and scaling as [0.5 2].
Initial population was taken as 50. Crossover probability is 0.6 and mutation probability is 0.3.
Stopping criteria is taken as the maximum generation. Maximum of 300 generations were done.
3.2 Analysis of results
Two pair of MRI images was taken. For each pair of images, GA was performed with NC and
with mutual information (MI). Fitness using NC is calculated by maximising the similarity
metric. For each generations, maximum of 10 runs were done. The results obtained are estimated
by mean square error (MSE).GA with NC showed better result than GA with MI.
Fig 2(a) Fig 2(b) Fig 2(c)
Fig 2(a) represents reference and scene image rotated to 180 degrees. Fig 2(b) represents
registered image using NC. Fig 2(c) represents registered image using MI. Fig 2(d) shows the
registered image using MSE. The output images shown are obtained in 300th
generation
Fig 3(a) Fig 3(b) Fig 3(c)
Fig 3(a) represents reference image with no noise and scene image with lesion 1% noise. Fig 3(b)
represents the registration image obtained using NC. Fig 3(c) shows the registration image using
MI. The results obtained were taken at 300th generation
Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014
57
Table 2: Optimisation result using GA based on NC
Cases NC FV Rotation Translation Scaling
I 1.906 3.14 [177.89 153.00] [1 1]
II 1.963 6.28 [178 153.72] [1 1]
III 1.954 6.28 [177.87 154.26] [1 1]
IV 1.894 6.27 [177.45 153.00] [1 1]
Table 3: Optimisation result using GA based on MI
Cases MI FV Rotation Translation Scaling
I 1.456 3.13 [175.00 152.21] [1 1 ]
II 1.729 6.27 [178.00 153.72] [1 1 ]
III 1.698 6.27 [177.31 153.89] [1 1 ]
IV 1.685 6.27 [175.13 154] [0.99 0.99]
Table 4 : Comparison of NC and MI using MSE
Cases NC-MSE MI-MSE
I 8.193 10.988
II 8.274 11.78
III 8.110 9.634
IV 8.540 10.324
4. CONCLUSION
It can be seen that in both the cases, normalised correlation showed better convergence and also
the MSE value to be less when compared with MI. It is observed that as generations’ increases,
the fitness value increases. Higher the fitness value and more constant it is, better the
convergence.
The objective functions were evaluated for GA using normalised correlation, mutual information
and mean square error method. Normalised correlation method shows better performance than the
other. Registration is nothing but the calculation of an image transformation T, achieved by
optimisation of some similarity measure computed directly from intensity values of the images.
In future work, performance of intensity-based and feature- based methods may be analysed.
REFERENCES
[1] Andrea Valsecchi and Sergio Damas,(2012) “ An Image Registration Approach using Genetic
Algorithms”, IEEE World Congress on Computational Intelligence.
[2] Andrea Valsecchi and Sergio Damas, Linda Marrakchi-Kacem,(2013) “ Genetic Algorithms for
Voxel-based Medical Image Registration” ,IEEE, CIMI,pp. 4673-5919
[3] Barbara Zitova,Jan Flusser,(2003) “Image registration methods: a survey”, Image and Vision
Computing 21 ,pp. 977-1000.
[4] Derek L G Hill, Philipp G Batchelor,(2001) “Medical image registration”, Phys. Med. Biol.46,pp.1–
45
Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014
58
[5] Mahua Bhattacharya And Arpita Das,(2007) “Multi Resolution Medical Image Registration Using
Maximization Of Mutual Information And Optimization By Genetic Algorithm”,IEEE Nuclear
science symposium, conference record, pp. 2961-2964
[6] Michel A.Audette, Frank P. Ferrie,(2000) “An Algorithmic Overview Of Surface Registration
Techniques For Medical Imaging” , Med Image Anal,vol 4,pp. 201-217
[7] Myung-Eun Lee, Soo-Hyung Kim,(2009) “Intensity-Based Registration Of Medical Images”,
International conference on test and measurement,pp.239-242
[8] C.Sasi varnan, A.Jagan, Jaspreet Kaur, Divya Jyoti, Dr.D.S.Rao,(2011) “Image Quality Assessment
Techniques on Spatial Domain” ,IJCST, Vol. 2, Issue 3,pp. 177-184.
[9] J. N. Ulysses, A. Conci,(2010) “Measuring Similarity in Medical Registration”, IWSSIP 17th
International Conference on Systems, Signals and Image Processing.
[10] Xiaoguang Pan, Kai Zhao, Jiren Liu, Yan Kang,(2010) “A Hybrid Optimization Method For
Maximum Mutual Information Registration”,International conference on biomedical engineering and
informatics,pp.18-22
[11] Yalcinoz T, Altun H and Uzam M,(2001) “Economic dispatch solution using a genetic algorithm
based on arithmetic crossover.” IEEE Porto PowerTech',Porto, Portugal, 10-13 September 2001.Paper
No. AIT1-166.
AUTHORS
Shanmugapriya.S completed B.E- Biomedical engineering in Rajiv Gandhi College of Engineering.
Chennai. Currently doing M.E – Medical Electronics in College of Engineering, Guindy, Anna University,
Chennai. Field of interest are image processing, tissue engineering and bio instrumentation.
Dr.S.Poonguzhali received her PhD degree (Medical Image Processing) from Anna University, Chennai in
2009. She has 17 years of experience in teaching and also has published more than 70 papers in National
and International Journals and conference. Her research interest is Biomedical Instrumentation, Medical
Image Processing. Currently, she is working as Assistant Professor in Department of ECE, College of
Engineering, Guindy, Anna University, Chennai.
Ms. Umamaheshwari, Research Scholar in Anna University, has published many papers in National
conference. Her research interest is Medical Image Processing

Mais conteúdo relacionado

Mais procurados

MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSMIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSAM Publications
 
41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyas41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyasIAESIJEECS
 
Development and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesDevelopment and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesIJERA Editor
 
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
 
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...TELKOMNIKA JOURNAL
 
Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageeSAT Publishing House
 
Enlarge Medical Image using Line-Column Interpolation (LCI) Method
Enlarge Medical Image using Line-Column Interpolation (LCI) Method Enlarge Medical Image using Line-Column Interpolation (LCI) Method
Enlarge Medical Image using Line-Column Interpolation (LCI) Method IJECEIAES
 
Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1Prashant Sharma
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceinventy
 
Paper id 28201445
Paper id 28201445Paper id 28201445
Paper id 28201445IJRAT
 
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...IRJET Journal
 
IRJET-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and DetectionIRJET-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and DetectionIRJET Journal
 
D232430
D232430D232430
D232430irjes
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Imagesijtsrd
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...eSAT Journals
 
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram ImagesOptimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram ImagesIDES Editor
 
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Ulaş Bağcı
 

Mais procurados (19)

MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSMIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
 
41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyas41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyas
 
Development and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesDevelopment and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI Images
 
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)
 
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
 
Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound image
 
Enlarge Medical Image using Line-Column Interpolation (LCI) Method
Enlarge Medical Image using Line-Column Interpolation (LCI) Method Enlarge Medical Image using Line-Column Interpolation (LCI) Method
Enlarge Medical Image using Line-Column Interpolation (LCI) Method
 
Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Viva201393(1).pptxbaru
Viva201393(1).pptxbaruViva201393(1).pptxbaru
Viva201393(1).pptxbaru
 
Paper id 28201445
Paper id 28201445Paper id 28201445
Paper id 28201445
 
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
 
IRJET-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and DetectionIRJET-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and Detection
 
D232430
D232430D232430
D232430
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram ImagesOptimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
 
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
 

Destaque

FRONT AND REAR VEHICLE DETECTION USING HYPOTHESIS GENERATION AND VERIFICATION
FRONT AND REAR VEHICLE DETECTION USING HYPOTHESIS GENERATION AND VERIFICATIONFRONT AND REAR VEHICLE DETECTION USING HYPOTHESIS GENERATION AND VERIFICATION
FRONT AND REAR VEHICLE DETECTION USING HYPOTHESIS GENERATION AND VERIFICATIONsipij
 
IDENTIFICATION OF SUITED QUALITY METRICS FOR NATURAL AND MEDICAL IMAGES
IDENTIFICATION OF SUITED QUALITY METRICS FOR NATURAL AND MEDICAL IMAGESIDENTIFICATION OF SUITED QUALITY METRICS FOR NATURAL AND MEDICAL IMAGES
IDENTIFICATION OF SUITED QUALITY METRICS FOR NATURAL AND MEDICAL IMAGESsipij
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...sipij
 
Lossless image compression using new biorthogonal wavelets
Lossless image compression using new biorthogonal waveletsLossless image compression using new biorthogonal wavelets
Lossless image compression using new biorthogonal waveletssipij
 
Global threshold and region based active contour model for accurate image seg...
Global threshold and region based active contour model for accurate image seg...Global threshold and region based active contour model for accurate image seg...
Global threshold and region based active contour model for accurate image seg...sipij
 
Beamforming with per antenna power constraint and transmit antenna selection ...
Beamforming with per antenna power constraint and transmit antenna selection ...Beamforming with per antenna power constraint and transmit antenna selection ...
Beamforming with per antenna power constraint and transmit antenna selection ...sipij
 
Application of parallel algorithm approach for performance optimization of oi...
Application of parallel algorithm approach for performance optimization of oi...Application of parallel algorithm approach for performance optimization of oi...
Application of parallel algorithm approach for performance optimization of oi...sipij
 
ANALYSIS OF BRAIN COGNITIVE STATE FOR ARITHMETIC TASK AND MOTOR TASK USING EL...
ANALYSIS OF BRAIN COGNITIVE STATE FOR ARITHMETIC TASK AND MOTOR TASK USING EL...ANALYSIS OF BRAIN COGNITIVE STATE FOR ARITHMETIC TASK AND MOTOR TASK USING EL...
ANALYSIS OF BRAIN COGNITIVE STATE FOR ARITHMETIC TASK AND MOTOR TASK USING EL...sipij
 
Parallax Effect Free Mosaicing of Underwater Video Sequence Based on Texture ...
Parallax Effect Free Mosaicing of Underwater Video Sequence Based on Texture ...Parallax Effect Free Mosaicing of Underwater Video Sequence Based on Texture ...
Parallax Effect Free Mosaicing of Underwater Video Sequence Based on Texture ...sipij
 
Offline handwritten signature identification using adaptive window positionin...
Offline handwritten signature identification using adaptive window positionin...Offline handwritten signature identification using adaptive window positionin...
Offline handwritten signature identification using adaptive window positionin...sipij
 
Review of ocr techniques used in automatic mail sorting of postal envelopes
Review of ocr techniques used in automatic mail sorting of postal envelopesReview of ocr techniques used in automatic mail sorting of postal envelopes
Review of ocr techniques used in automatic mail sorting of postal envelopessipij
 
Speaker Identification From Youtube Obtained Data
Speaker Identification From Youtube Obtained DataSpeaker Identification From Youtube Obtained Data
Speaker Identification From Youtube Obtained Datasipij
 
A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...sipij
 
Robust content based watermarking algorithm using singular value decompositio...
Robust content based watermarking algorithm using singular value decompositio...Robust content based watermarking algorithm using singular value decompositio...
Robust content based watermarking algorithm using singular value decompositio...sipij
 
Image retrieval and re ranking techniques - a survey
Image retrieval and re ranking techniques - a surveyImage retrieval and re ranking techniques - a survey
Image retrieval and re ranking techniques - a surveysipij
 
Feature selection approach in animal classification
Feature selection approach in animal classificationFeature selection approach in animal classification
Feature selection approach in animal classificationsipij
 
A voting based approach to detect recursive order number of photocopy documen...
A voting based approach to detect recursive order number of photocopy documen...A voting based approach to detect recursive order number of photocopy documen...
A voting based approach to detect recursive order number of photocopy documen...sipij
 
A Novel Uncertainty Parameter SR ( Signal to Residual Spectrum Ratio ) Evalua...
A Novel Uncertainty Parameter SR ( Signal to Residual Spectrum Ratio ) Evalua...A Novel Uncertainty Parameter SR ( Signal to Residual Spectrum Ratio ) Evalua...
A Novel Uncertainty Parameter SR ( Signal to Residual Spectrum Ratio ) Evalua...sipij
 
A GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLAB
A GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLABA GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLAB
A GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLABsipij
 

Destaque (19)

FRONT AND REAR VEHICLE DETECTION USING HYPOTHESIS GENERATION AND VERIFICATION
FRONT AND REAR VEHICLE DETECTION USING HYPOTHESIS GENERATION AND VERIFICATIONFRONT AND REAR VEHICLE DETECTION USING HYPOTHESIS GENERATION AND VERIFICATION
FRONT AND REAR VEHICLE DETECTION USING HYPOTHESIS GENERATION AND VERIFICATION
 
IDENTIFICATION OF SUITED QUALITY METRICS FOR NATURAL AND MEDICAL IMAGES
IDENTIFICATION OF SUITED QUALITY METRICS FOR NATURAL AND MEDICAL IMAGESIDENTIFICATION OF SUITED QUALITY METRICS FOR NATURAL AND MEDICAL IMAGES
IDENTIFICATION OF SUITED QUALITY METRICS FOR NATURAL AND MEDICAL IMAGES
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...
 
Lossless image compression using new biorthogonal wavelets
Lossless image compression using new biorthogonal waveletsLossless image compression using new biorthogonal wavelets
Lossless image compression using new biorthogonal wavelets
 
Global threshold and region based active contour model for accurate image seg...
Global threshold and region based active contour model for accurate image seg...Global threshold and region based active contour model for accurate image seg...
Global threshold and region based active contour model for accurate image seg...
 
Beamforming with per antenna power constraint and transmit antenna selection ...
Beamforming with per antenna power constraint and transmit antenna selection ...Beamforming with per antenna power constraint and transmit antenna selection ...
Beamforming with per antenna power constraint and transmit antenna selection ...
 
Application of parallel algorithm approach for performance optimization of oi...
Application of parallel algorithm approach for performance optimization of oi...Application of parallel algorithm approach for performance optimization of oi...
Application of parallel algorithm approach for performance optimization of oi...
 
ANALYSIS OF BRAIN COGNITIVE STATE FOR ARITHMETIC TASK AND MOTOR TASK USING EL...
ANALYSIS OF BRAIN COGNITIVE STATE FOR ARITHMETIC TASK AND MOTOR TASK USING EL...ANALYSIS OF BRAIN COGNITIVE STATE FOR ARITHMETIC TASK AND MOTOR TASK USING EL...
ANALYSIS OF BRAIN COGNITIVE STATE FOR ARITHMETIC TASK AND MOTOR TASK USING EL...
 
Parallax Effect Free Mosaicing of Underwater Video Sequence Based on Texture ...
Parallax Effect Free Mosaicing of Underwater Video Sequence Based on Texture ...Parallax Effect Free Mosaicing of Underwater Video Sequence Based on Texture ...
Parallax Effect Free Mosaicing of Underwater Video Sequence Based on Texture ...
 
Offline handwritten signature identification using adaptive window positionin...
Offline handwritten signature identification using adaptive window positionin...Offline handwritten signature identification using adaptive window positionin...
Offline handwritten signature identification using adaptive window positionin...
 
Review of ocr techniques used in automatic mail sorting of postal envelopes
Review of ocr techniques used in automatic mail sorting of postal envelopesReview of ocr techniques used in automatic mail sorting of postal envelopes
Review of ocr techniques used in automatic mail sorting of postal envelopes
 
Speaker Identification From Youtube Obtained Data
Speaker Identification From Youtube Obtained DataSpeaker Identification From Youtube Obtained Data
Speaker Identification From Youtube Obtained Data
 
A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...
 
Robust content based watermarking algorithm using singular value decompositio...
Robust content based watermarking algorithm using singular value decompositio...Robust content based watermarking algorithm using singular value decompositio...
Robust content based watermarking algorithm using singular value decompositio...
 
Image retrieval and re ranking techniques - a survey
Image retrieval and re ranking techniques - a surveyImage retrieval and re ranking techniques - a survey
Image retrieval and re ranking techniques - a survey
 
Feature selection approach in animal classification
Feature selection approach in animal classificationFeature selection approach in animal classification
Feature selection approach in animal classification
 
A voting based approach to detect recursive order number of photocopy documen...
A voting based approach to detect recursive order number of photocopy documen...A voting based approach to detect recursive order number of photocopy documen...
A voting based approach to detect recursive order number of photocopy documen...
 
A Novel Uncertainty Parameter SR ( Signal to Residual Spectrum Ratio ) Evalua...
A Novel Uncertainty Parameter SR ( Signal to Residual Spectrum Ratio ) Evalua...A Novel Uncertainty Parameter SR ( Signal to Residual Spectrum Ratio ) Evalua...
A Novel Uncertainty Parameter SR ( Signal to Residual Spectrum Ratio ) Evalua...
 
A GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLAB
A GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLABA GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLAB
A GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLAB
 

Semelhante a An intensity based medical image registration using genetic algorithm

Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...IRJET Journal
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMcsandit
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMcsandit
 
Ijarcet vol-2-issue-3-1280-1284
Ijarcet vol-2-issue-3-1280-1284Ijarcet vol-2-issue-3-1280-1284
Ijarcet vol-2-issue-3-1280-1284Editor IJARCET
 
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
 
A Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different MethodsA Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different MethodsIJMER
 
IRJET- Identifying the Blood Group using Image Processing
IRJET-  	  Identifying the Blood Group using Image ProcessingIRJET-  	  Identifying the Blood Group using Image Processing
IRJET- Identifying the Blood Group using Image ProcessingIRJET Journal
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMcscpconf
 
Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesIRJET Journal
 
research paper Ijetae 0812 23
research paper Ijetae 0812 23research paper Ijetae 0812 23
research paper Ijetae 0812 23Punit Karnani
 
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
 
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
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniquesIJEACS
 
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGESE FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGESsipij
 
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
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paperkarhtikeyanvv
 
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...IRJET Journal
 

Semelhante a An intensity based medical image registration using genetic algorithm (20)

Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...
 
Dh33653657
Dh33653657Dh33653657
Dh33653657
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
 
MULTIMODAL IMAGE REGISTRATION USING HYBRID TRANSFORMATIONS
MULTIMODAL IMAGE REGISTRATION USING HYBRID TRANSFORMATIONSMULTIMODAL IMAGE REGISTRATION USING HYBRID TRANSFORMATIONS
MULTIMODAL IMAGE REGISTRATION USING HYBRID TRANSFORMATIONS
 
Ijarcet vol-2-issue-3-1280-1284
Ijarcet vol-2-issue-3-1280-1284Ijarcet vol-2-issue-3-1280-1284
Ijarcet vol-2-issue-3-1280-1284
 
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...
 
A Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different MethodsA Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different Methods
 
IRJET- Identifying the Blood Group using Image Processing
IRJET-  	  Identifying the Blood Group using Image ProcessingIRJET-  	  Identifying the Blood Group using Image Processing
IRJET- Identifying the Blood Group using Image Processing
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
 
Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing Techniques
 
research paper Ijetae 0812 23
research paper Ijetae 0812 23research paper Ijetae 0812 23
research paper Ijetae 0812 23
 
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...
 
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...
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGESE FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
 
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
 
F0342032038
F0342032038F0342032038
F0342032038
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paper
 
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
 

Último

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 

Último (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

An intensity based medical image registration using genetic algorithm

  • 1. Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014 DOI : 10.5121/sipij.2014.5305 53 AN INTENSITY-BASED MEDICAL IMAGE REGISTRATION USING GENETIC ALGORITHM Shanmugapriya.S1 , Dr.S.Poonguzhali2 , Umamaheshwari3 Department of Medical Electronics, CEG, Anna University, Chennai, India ABSTRACT Medical imaging plays a vital role to create images of human body for clinical purposes. Biomedical imaging has taken a leap by entering into the field of image registration. Image registration integrates the large amount of medical information embedded in the images taken at different time intervals and images at different orientations. In this paper, an intensity-based real-coded genetic algorithm is used for registering two MRI images. To demonstrate the efficiency of the algorithm developed, the alignment of the image is altered and algorithm is tested for better performance. Also the work involves the comparison of two similarity metrics, and based on the outcome the best metric suited for genetic algorithm is studied. KEYWORDS Image registration, Genetic algorithm, Similarity metric 1. INTRODUCTION Image registration aligns the information in different images and to visualize as a combined image. Image registration operates for different conditions such as images taken at different time, view point and/ or different sensors [3]. The goal of image registration is to find the best geometrical mapping to align the images. This geometrical alignment of medical images has its rapid growth in diagnosis, treatment planning, computer-aided therapies and in biomedical research. Image registration falls under two categories- voxel or intensity - based and feature – based. In intensity-based method, the whole image is employed; where they operate directly on image intensity. In feature-based method, features like contours, crest lines, points- have to be extracted from the images in pre-processing step and has to be matched. Intensity-based method works better than feature-based image registration [1][2]. Image registration techniques generally depends on many criteria such as, nature of registration, ie, extrinsic or intrinsic based, transformation model and optimisation procedure [4] .The most applicable algorithms for medical image registration are based on optimising voxel-based similarity measure. Surface registration techniques focus on three factors, namely, choice of transformation, similarity criterion and global optimisation [6]. Many metrics such as, sum of squared differences, sum of absolute differences, mutual information, normalised correlation can be used for intensity-based medical image registration [7]-[9]. The drawbacks of traditional numerical based optimisation algorithms like, gradient descent, Powell’s method, can be
  • 2. Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014 54 overcome by genetic algorithm. It finds a global optimal solution, escaping from local optima [5][10]. In this paper, image registration is done by genetic algorithm. The most crucial step in GA is to choose the objective function which is used to evaluate the fitness of each chromosome. The fitness value is determined by the similarity metrics which is the objective function. Here normalised correlation is used as the objective function for GA process. The result obtained by normalised correlation is compared with mutual information method which is estimated by mean squared error. 2. METHODOLOGY Fig1 shows the flow of image registration process. Image registration process involves two MRI images, namely, reference image IR, and a scene image IS, which has to be aligned in accordance with the reference image[1]. Fig1. Flow of image registration process The result of registration process is that the reference IR and transformed scene image f(IS) are similar possible. Of those two images, one image is rotated to 180 degrees and this is taken as scene image. Similarity transformations, ie, translation, rotation and scaling are applied to scene image. The similarity between the reference and transformed scene image are determined by normalised correlation which is the similarity metric. If A(x,y) and B(x,y) are two images, Normalised correlation(NC) is defined. (1) Where n= number of pixels in two images, ‫,ܣ‬ ‫ܤ‬ are average intensity values.
  • 3. Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014 55 2.1 Genetic Algorithm If the best transformation is not obtained, an optimiser is used to find the optimal transformation. Genetic algorithm is used to find the best transformation. The search strategy used is parameter- based method [1][2]. The crucial step in GA is to encode the parameters into GA chromosomes. Real encoding is used than binary encoding. Efficiency of GA is increased since there is no conversion to binary type and different genetic operators can be used [11]. So the encoding involves the transformation parameters directly. It is represented by five real numbers, namely one rotation parameter (τ ), two translation parameters (t), and two scaling parameters (s). GA cycle follows four process- fitness evaluation, selection, recombination and creation of new population. Initial population is set to 50 chromosomes. Normalised correlation is used to find the similarity for each transformation and evaluation of this objective function called fitness value is calculated for each chromosome in the population. Next step involves selection of fittest individuals. Tournament method requires more execution time and hence Roulette’s wheel method is used. Highest fit individuals are selected and genetic operators such as; crossover and mutation are applied to create next generation population. Here arithmetic crossover is used. P = α*A + (1.0-α)*B (2) Q = (1.0-α)*A + α*B (3) Where, A, B - individual from the old generation, P, Q - individual from new generation, α is the weight which governs dominant individual in reproduction and it is between 0 and 1. So the succeeding generations will contain the offspring and also the best fit individuals from its preceding generations. Mutation operators randomly pick one of the individual in the chromosome and replace it by a random value in its range. Fitness value is calculated for the next generation individuals. This process is continued for many generations. Stopping criteria chosen is maximum generation. It is likely that as generation increases, best fitness, i.e. best transformation can be obtained. The process is continued until fitness value reaches high so that the registration completes. The global optimum is achieved by creating new population from individuals of existing population. 3. EXPERIMENTAL STUDY For this experiment, simulated real world MRI images were taken from a public database. Images were obtained from brain web database at McGill University, which can be easily used to evaluate the performance of various image analysis methods. It has been frequently used by biomedical research community. The images taken are with and without noises, and presence or absence of lesions. The images are at the size of 181×217 pixels. Table 1: Types of images used Cases Reference image Scene image I Normal image Normal image with 180 degree rotated II Normal image Lesion with 1% noise III Normal image Lesion with 4% noise IV Normal image Normal with noise 3%
  • 4. Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014 56 3.1 Parameter settings Transformation parameters are applied on the pair of images. The translation parameter, rotation parameter and scaling parameter are noted as tx, ty, τ, Sx, Sy respectively. Rotation is taken as 0 to 2π, translation is taken as [100 300] and scaling as [0.5 2]. Initial population was taken as 50. Crossover probability is 0.6 and mutation probability is 0.3. Stopping criteria is taken as the maximum generation. Maximum of 300 generations were done. 3.2 Analysis of results Two pair of MRI images was taken. For each pair of images, GA was performed with NC and with mutual information (MI). Fitness using NC is calculated by maximising the similarity metric. For each generations, maximum of 10 runs were done. The results obtained are estimated by mean square error (MSE).GA with NC showed better result than GA with MI. Fig 2(a) Fig 2(b) Fig 2(c) Fig 2(a) represents reference and scene image rotated to 180 degrees. Fig 2(b) represents registered image using NC. Fig 2(c) represents registered image using MI. Fig 2(d) shows the registered image using MSE. The output images shown are obtained in 300th generation Fig 3(a) Fig 3(b) Fig 3(c) Fig 3(a) represents reference image with no noise and scene image with lesion 1% noise. Fig 3(b) represents the registration image obtained using NC. Fig 3(c) shows the registration image using MI. The results obtained were taken at 300th generation
  • 5. Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014 57 Table 2: Optimisation result using GA based on NC Cases NC FV Rotation Translation Scaling I 1.906 3.14 [177.89 153.00] [1 1] II 1.963 6.28 [178 153.72] [1 1] III 1.954 6.28 [177.87 154.26] [1 1] IV 1.894 6.27 [177.45 153.00] [1 1] Table 3: Optimisation result using GA based on MI Cases MI FV Rotation Translation Scaling I 1.456 3.13 [175.00 152.21] [1 1 ] II 1.729 6.27 [178.00 153.72] [1 1 ] III 1.698 6.27 [177.31 153.89] [1 1 ] IV 1.685 6.27 [175.13 154] [0.99 0.99] Table 4 : Comparison of NC and MI using MSE Cases NC-MSE MI-MSE I 8.193 10.988 II 8.274 11.78 III 8.110 9.634 IV 8.540 10.324 4. CONCLUSION It can be seen that in both the cases, normalised correlation showed better convergence and also the MSE value to be less when compared with MI. It is observed that as generations’ increases, the fitness value increases. Higher the fitness value and more constant it is, better the convergence. The objective functions were evaluated for GA using normalised correlation, mutual information and mean square error method. Normalised correlation method shows better performance than the other. Registration is nothing but the calculation of an image transformation T, achieved by optimisation of some similarity measure computed directly from intensity values of the images. In future work, performance of intensity-based and feature- based methods may be analysed. REFERENCES [1] Andrea Valsecchi and Sergio Damas,(2012) “ An Image Registration Approach using Genetic Algorithms”, IEEE World Congress on Computational Intelligence. [2] Andrea Valsecchi and Sergio Damas, Linda Marrakchi-Kacem,(2013) “ Genetic Algorithms for Voxel-based Medical Image Registration” ,IEEE, CIMI,pp. 4673-5919 [3] Barbara Zitova,Jan Flusser,(2003) “Image registration methods: a survey”, Image and Vision Computing 21 ,pp. 977-1000. [4] Derek L G Hill, Philipp G Batchelor,(2001) “Medical image registration”, Phys. Med. Biol.46,pp.1– 45
  • 6. Signal & Image Processing : An International Journal (SIPIJ) Vol.5, No.3, June 2014 58 [5] Mahua Bhattacharya And Arpita Das,(2007) “Multi Resolution Medical Image Registration Using Maximization Of Mutual Information And Optimization By Genetic Algorithm”,IEEE Nuclear science symposium, conference record, pp. 2961-2964 [6] Michel A.Audette, Frank P. Ferrie,(2000) “An Algorithmic Overview Of Surface Registration Techniques For Medical Imaging” , Med Image Anal,vol 4,pp. 201-217 [7] Myung-Eun Lee, Soo-Hyung Kim,(2009) “Intensity-Based Registration Of Medical Images”, International conference on test and measurement,pp.239-242 [8] C.Sasi varnan, A.Jagan, Jaspreet Kaur, Divya Jyoti, Dr.D.S.Rao,(2011) “Image Quality Assessment Techniques on Spatial Domain” ,IJCST, Vol. 2, Issue 3,pp. 177-184. [9] J. N. Ulysses, A. Conci,(2010) “Measuring Similarity in Medical Registration”, IWSSIP 17th International Conference on Systems, Signals and Image Processing. [10] Xiaoguang Pan, Kai Zhao, Jiren Liu, Yan Kang,(2010) “A Hybrid Optimization Method For Maximum Mutual Information Registration”,International conference on biomedical engineering and informatics,pp.18-22 [11] Yalcinoz T, Altun H and Uzam M,(2001) “Economic dispatch solution using a genetic algorithm based on arithmetic crossover.” IEEE Porto PowerTech',Porto, Portugal, 10-13 September 2001.Paper No. AIT1-166. AUTHORS Shanmugapriya.S completed B.E- Biomedical engineering in Rajiv Gandhi College of Engineering. Chennai. Currently doing M.E – Medical Electronics in College of Engineering, Guindy, Anna University, Chennai. Field of interest are image processing, tissue engineering and bio instrumentation. Dr.S.Poonguzhali received her PhD degree (Medical Image Processing) from Anna University, Chennai in 2009. She has 17 years of experience in teaching and also has published more than 70 papers in National and International Journals and conference. Her research interest is Biomedical Instrumentation, Medical Image Processing. Currently, she is working as Assistant Professor in Department of ECE, College of Engineering, Guindy, Anna University, Chennai. Ms. Umamaheshwari, Research Scholar in Anna University, has published many papers in National conference. Her research interest is Medical Image Processing