81 research outputs found

    Image registration techniques for medical images

    Get PDF
    In this research work, approaches for image registration are proposed. The image registration methods can be grouped into two classes. One is intensity based method which is based on gray values of the pair of images and the second one is based on image feature which is done by obtaining some features or landmarks in the images like points, lines or surfaces. Edges in the images can be detected very easily in the images. Thus, using these edges some features can be obtained by which we can accomplish feature based registration. But, feature based registration has some limitations as well as advantages. The proposed method employs feature based registration technique to obtain a coarsely registered image which can be given as input to intensity based registration technique to get a fine registration result. It helps to reduce the limitations of intensity based technique. i.e. it takes less time for registration. To achieve this task, the mutual information is selected as similarity parameter. Mutual information (MI) is used widely as a similarity measure for registration. In order to improve the robustness of this similarity measure, spatial information is combined with normalized mutual information(NMI). MI is multiplied with a gradient term to integrate spatial information to mutual information and this is taken as similarity measure. The registration function is less affected if sampling resolution is low. It contains correct global maxima which are sometimes not found in case of mutual information. For optimization purpose, Fast Convergence Particle Swarm Optimization technique (FCPSO) is used. In this optimization method, the diversity of position of single particle is balanced by adding a new variable, particle mean dimension (pmd) of all particles to the existing position and velocity equation. It reduces the convergence time by reducing the number of iterations for optimization

    Development of Efficient Intensity Based Registration Techniques for Multi-modal Brain Images

    Get PDF
    Recent advances in medical imaging have resulted in the development of many imaging techniques that capture various aspects of the patients anatomy and metabolism. These are accomplished with image registration: the task of transforming images on a common anatomical coordinate space. Image registration is one of the important task for multi-modal brain images, which has paramount importance in clinical diagnosis, leads to treatment of brain diseases. In many other applications, image registration characterizes anatomical variability, to detect changes in disease state over time, and by mapping functional information into anatomical space. This thesis is focused to explore intensity-based registration techniques to accomplish precise information with accurate transformation for multi-modal brain images. In this view, we addressed mainly three important issues of image registration both in the rigid and non-rigid framework, i.e. i) information theoretic based similarity measure for alignment measurement, ii) free form deformation (FFD) based transformation, and iii) evolutionary technique based optimization of the cost function. Mutual information (MI) is a widely used information theoretic similarity measure criterion for multi-modal brain image registration. MI only dense the quantitative aspects of information based on the probability of events. For rustication of the information of events, qualitative aspect i.e. utility or saliency is a necessitate factor for consideration. In this work, a novel similarity measure is proposed, which incorporates the utility information into mutual Information, known as Enhanced Mutual Information(EMI).It is found that the maximum information gain using EMI is higher as compared to that of other state of arts. The utility or saliency employed in EMI is a scale invariant parameter, and hence it may fail to register in case of projective and perspective transformations. To overcome this bottleneck, salient region (SR) based Enhance Mutual Information (SR-EMI)is proposed, a new similarity measure for robust and accurate registration. The proposed SR-EMI based registration technique is robust to register the multi-modal brain images at a faster rate with better alignment

    Automatic image registration using evolutionary algorithm

    Get PDF
    Image registration is a process to obtain the spatial transformation of an input image to a reference image by which similarity measure is optimized between the two images. Mutual information is a similarity measure based on information theory used in the process of image registration. Mutual information compares the statistical dependency between images. Registration based on mutual information is robust and could use for a large class of mono modality and multimodality images. In this work we use mutual information as the similarity measure .There is a requirement to finding the global maxima of similarity measure, for this we use two algorithm simple genetic algorithm and share genetic algorithm and compare the result of these algorithm. In these optimization technique require several decision to made during implementation, such as encoding, selection method and evolution operator. In this work we use two selection method roulette-wheel method and tournament selection method. Result indicates that these optimization techniques can be used for efficient image registratio

    Effect of optimization framework on Rigid and Non-rigid Multimodal Image Registration

    Get PDF
    The process of transforming or aligning two images is known as image registration. In the present era, image registration is one of the most popular transformation tools in case of, for example, satellite as well as medical imaging analysis. Images captured by difference devices that can be processed under same registration model are called multimodal images. In this work, we present a multimodal image registration framework, upon which ant colony optimization (ACO) and flower pollination algorithms (FPA), which are two meta heuristics algorithms, are applied in order to improve the performance of a proposed rigid and non-rigid multimodal registration framework and decrease its processing time. The results of the ACO and FPA based framework were compared against particle swarm optimization and Genetic algorithm-based framework's results and seem to be promising

    Registering Histological and MR Images of Prostate for Image-based Cancer Detection

    Get PDF
    Rationale and Objectives Needle biopsy is currently the only way to confirm prostate cancer. To increase prostate cancer diagnostic rate, needles are expected to be deployed at suspicious cancer locations. High contrast MR imaging provides a powerful tool for detecting suspicious cancerous tissues. To do this, MR appearances of cancerous tissue should be characterized and learned from a sufficient number of prostate MR images with known cancer information. However, ground-truth cancer information is only available in histological images. Therefore, it is necessary to warp ground-truth cancerous regions in histological images to MR images by a registration procedure. The objective of this paper is to develop a registration technique for aligning histological and MR images of the same prostate. Material and Methods Five pairs of histological and T2-weighted MR images of radical prostatectomy specimens are collected. For each pair, registration is guided by two sets of correspondences that can be reliably established on prostate boundaries and internal salient blob-like structures of histological and MR images. Results Our developed registration method can accurately register histological and MR images. It yields results comparable to manual registration, in terms of landmark distance and volume overlap. It also outperforms both affine registration and boundary-guided registration methods. Conclusions We have developed a novel method for deformable registration of histological and MR images of the same prostate. Besides the collection of ground-truth cancer information in MR images, the method has other potential applications. An automatic, accurate registration of histological and MR images actually builds a bridge between in vivo anatomical information and ex vivo pathological information, which is valuable for various clinical studies

    Spatial fuzzy c-mean sobel algorithm with grey wolf optimizer for MRI brain image segmentation

    Get PDF
    Segmentation is the process of dividing the original image into multiple sub regions called segments in such a way that there is no intersection between any two regions. In medical images, the segmentation is hard to obtain due to the intensity similarity among various regions and the presence of noise in medical images. One of the most popular segmentation algorithms is Spatial Fuzzy C-means (SFCM). Although this algorithm has a good performance in medical images, it suffers from two issues. The first problem is lack of a proper strategy for point initialization step, which must be performed either randomly or manually by human. The second problem of SFCM is having inaccurate segmented edges. The goal of this research is to propose a robust medical image segmentation algorithm that overcomes these weaknesses of SFCM for segmenting magnetic resonance imaging (MRI) brain images with less human intervention. First, in order to find the optimum initial points, a histogram based algorithm in conjunction with Grey Wolf Optimizer (H-GWO) is proposed. The proposed H-GWO algorithm finds the approximate initial point values by the proposed histogram based method and then by taking advantage of GWO, which is a soft computing method, the optimum initial values are found. Second, in order to enhance SFCM segmentation process and achieve higher accurate segmented edges, an edge detection algorithm called Sobel was utilized. Therefore, the proposed hybrid SFCM-Sobel algorithm first finds the edges of the original image by Sobel edge detector algorithm and finally extends the edges of SFCM segmented images to the edges that are detected by Sobel. In order to have a robust segmentation algorithm with less human intervention, the H-GWO and SFCM-Sobel segmentation algorithms are integrated to have a semi-automatic robust segmentation algorithm. The results of the proposed H-GWO algorithms show that optimum initial points are achieved and the segmented images of the SFCM-Sobel algorithm have more accurate edges as compared to recent algorithms. Overall, quantitative analysis indicates that better segmentation accuracy is obtained. Therefore, this algorithm can be utilized to capture more accurate segmented in images in the era of medical imaging

    Improvements in the registration of multimodal medical imaging : application to intensity inhomogeneity and partial volume corrections

    Get PDF
    Alignment or registration of medical images has a relevant role on clinical diagnostic and treatment decisions as well as in research settings. With the advent of new technologies for multimodal imaging, robust registration of functional and anatomical information is still a challenge, particular in small-animal imaging given the lesser structural content of certain anatomical parts, such as the brain, than in humans. Besides, patient-dependent and acquisition artefacts affecting the images information content further complicate registration, as is the case of intensity inhomogeneities (IIH) showing in MRI and the partial volume effect (PVE) attached to PET imaging. Reference methods exist for accurate image registration but their performance is severely deteriorated in situations involving little images Overlap. While several approaches to IIH and PVE correction exist these methods still do not guarantee or rely on robust registration. This Thesis focuses on overcoming current limitations af registration to enable novel IIH and PVE correction methods.El registre d'imatges mèdiques té un paper rellevant en les decisions de diagnòstic i tractament clíniques així com en la recerca. Amb el desenvolupament de noves tecnologies d'imatge multimodal, el registre robust d'informació funcional i anatòmica és encara avui un repte, en particular, en imatge de petit animal amb un menor contingut estructural que en humans de certes parts anatòmiques com el cervell. A més, els artefactes induïts pel propi pacient i per la tècnica d'adquisició que afecten el contingut d'informació de les imatges complica encara més el procés de registre. És el cas de les inhomogeneïtats d'intensitat (IIH) que apareixen a les RM i de l'efecte de volum parcial (PVE) característic en PET. Tot i que existeixen mètodes de referència pel registre acurat d'imatges la seva eficàcia es veu greument minvada en casos de poc solapament entre les imatges. De la mateixa manera, també existeixen mètodes per la correcció d'IIH i de PVE però que no garanteixen o que requereixen un registre robust. Aquesta tesi es centra en superar aquestes limitacions sobre el registre per habilitar nous mètodes per la correcció d'IIH i de PVE
    corecore