A Study of Medical Image Analysis System

Size: px
Start display at page:

Download "A Study of Medical Image Analysis System"

Transcription

1 Indian Journal of Science and Technology, Vol 8(25), DOI: /ijst/2015/v8i25/80492, October 2015 ISSN (Print) : ISSN (Online) : A Study of Medical Image Analysis System Kim Tae-Eun * Department of Multimedia, Namseoul University, South Korea; tekim5@empas.com Abstract This study aims to develop an image analysis system by using medical imaging and stereo cameras. The entire system is organically integrated by developing modules that perform image display functions such as image processing, image segmentation, three-dimensional modeling, etc., modules related to stereo camera system, and modules that match data and detect changed parts. For integrated software of the integrated system, with the development of modules which perform image display functions as image processing, image segmentation, three-dimensional modeling, etc., and of modules related to stereo camera system, data matching and change detection modules, the entire system is organically integrated. This study proposes the probe location extraction method by using of optical mode means. The users can easily execute tasks with the system by using a GUI that was arranged to perform functions of the system. The technologies developed in this study, such as the stereo matching technique, three-dimensional modeling, and image segmentation, could be used as the most basic technologies for producing three-dimensional simulators, etc. Keywords: Medical Imaging, Probe, Segmentation, Stereo Camera 1. Introduction Image diagnosis technology has made bigger advancements in the recent times, and it is being developed under the current trend into three-dimensional image technology, which enables thorough examination of the inner body without dissecting it. In order to raise the accuracy of surgical procedures when performing a precise operation such as brain surgery, the information the doctor wants, that is whether the cancerous region found in the two-dimensional medical image corresponds to which part in the actual third dimension, and the area or volume of the part to be removed, should be known in advance prior to the operation. Thus, by means of segmenting the medical image taken in advance through the automatic/semiautomatic technique for each tissue of interest, and by applying three-dimensional modeling for each tissue, it is possible to calculate the location or area, volume of each tissue. Also, once the actual surgery has begun, in order to monitor the subcutaneous surgical procedure, some form of image from the location of the needle is necessary. In order to obtain this, the patient receiving surgery is adjusted to the pre-made threedimensional model, after which a probe is placed in the surgical site of the surgical patient. The image of the probe is obtained with two cameras, and then the threedimensional location is extracted through the stereo matching technique. By means of examining in advance the surgical site or the surrounding tissue by using the three-dimensional location extracted in such a way, a prearranged plan for a surgery can be made, or it can be used as a support system in either a simulated surgery or in an operating room. The three-dimensional data pre-made from medical images and the actual patient are matched, and the practitioner can check in real time whether the region in the patient touched by the pointer corresponds to certain parts in the pre-made three-dimensional data; hence, the practitioner or the person planning a surgical operation can perform a more precise surgery while monitoring * Author for correspondence

2 A Study of Medical Image Analysis System the surgical site with their own eyes. Also, by providing information on the regions that can be overlooked by the doctor through the semiautomatic/automatic detection of the changed part in the perioperative image, a more precise image diagnosis is made possible. Such a system can be used for educational purposes in performing a simulated surgery. using medical image systems as MRI or CT through the DICOM (Digital Imaging and Communications in Medicine) protocol, and composes a volumetric image with these data Research Content 2.1 The Coordinate System Conversion of the Image System The system developed in this study carries out the acquisition of medical image and camera calibration in the initial stage. Here, camera calibration means initializing the system in order to use indicates system initialization for using the stereo camera system. When camera calibration is performed, the coordinate system is set up in the stereo camera system, and the threedimensional coordinate values can be calculated through stereo matching. For the next stage, which is for matching coordinate systems, the matching points of coordinate systems are is extracted within the medical image. These matching points of coordinate systems are used for matching coordinate systems together with the matching points of coordinate systems extracted while an operation is in progress. While the operation is in progress, the calculation of the patient and the probe location, and medical image display are mainly performed using the stereo image system. First, matching points of coordinate systems are extracted using the stereo image system, and then the three-dimensional coordinates of these matching points are calculated with the stereo matching method. Coordinate systems are matched by using the threedimensional coordinates calculated in the above method and by using the coordinates of the matching points of coordinate systems extracted from the medical image in the surgery preparation process. Once coordinate systems are matched, the coordinate system transformation matrix between the medical image system and the stereo image system is calculated, and so transformation between two coordinate systems can be easily performed. 2.2 Medical Image Display Medical Image Display Procedure Medical image display receives the images acquired Vol 8 (25) October Figure 1. Example of a tomographic image and the threedimensional image of an experimental phantom. In this study, medical images are transmitted using DICOM protocol, and displays them as tomographic images or a three-dimensional reconstructed images to the user. For the image display, the volumetric imaging task is performed in the image transmitted by the DICOM protocol; also, for three-dimensional imaging, the division of interest tissue or the division of object/background is performed. In the case of twodimensional tomographic imaging, displaying is done using the volumetric image without performing other additional tasks in the volumetric image. Figure 1 shows the two-dimensional tomographic image and the threedimensional reconstructed image of the MR image of an experimental phantom Medical Volumetric Image Medical volumetric image is an image which is structurally made so that two-dimensional tomographic images or three-dimensional images can be easily restored from the acquired original image. For volumetric images, the starting point and direction are determined by the configuration at the time of acquiring the image, and the three-dimensional coordinate system is defined to express the volumetric image. Volumetric image is an image basic to all processes of medical image display. When volumetric image is scanned using tomography in the direction of x-y, y-z, z-x planes, the two-dimensional tomographic image of coronal view, sagittal view, and axial view are composed for each. In order to restore volumetric image Indian Journal of Science and Technology

3 Kim Tae-Eun to a third dimension, three-dimensional elements for each image must be identified. Also, the elements regarding the pixel information of the image must be extracted for three-dimensional imaging. Such properties must have the same value for each image file. 2.3 Medical Image Processing In this research and development, emphasis on image processing was placed mainly on allowing the user to easily identify an image. In most cases, the contrast of an image is low because there are wide variations in the brightness value of an object acquired according to the characteristics of an object, and also because the brightness resolution used by an acquisition machine is high. While the general image data use 8 bits to express one pixel, medical image data express pixel by using 12 bits or 16 bits. Data expressible with 8 bits hold 256 values, ranging from 0 to 255; by comparison, 12 bits can express 4096 bytes of data, and 16 bits can express bytes of data. However, since the representation method of image brightness of computer is restricted to 8 bits, image processing is inevitable in order to display medical image with the brightness resolution of more than 8 bits,. In the case of displaying an image acquired with a 16-bit brightness resolution at 8-bit brightness resolution, there would not be a problem if the data value of the acquired image existed between 0 and 255, but there would be a problem if the data value of the acquired image was more than 255. In order to express an image while maintaining brightness differences or contrast that exist between the internal tissues of an object, the method used is that of expressing by expanding or reducing the differences of the image brightness values. For 16-bit images, the data value of medical image exists between 0 and 65535, and this must be expressed by mapping the value between 0 and 255. When x is considered the original value of medical image data, and y is considered the value after processing, if the user sets min, level, max values between 0 and 65535, (provided, min < level < max) an image can be expressed with the converted brightness value by using a conversion formula as shown below. y = 0, where, x< min or x> max x- min level- min y = x128, where, x< level x- level max y = x , where, x> level Equation 1. Brighteness Conversion Formula Figure 2. Leveling. Figure 2 depicts the mapping characteristics expressed using min, level, max values. The adjustment of brightness value is possible through randomly setting min, level, max values by the user. Here the maximum expression value M has the value between 128 and 256 according to min, level values. 2.4 Object/Background Division using a Histogram Separation of object and background can be easily executed using a histogram, and for this task, automation is possible. Figure 3(a) and Figure 3(c) show a tomographic image of a volumetric image and a histogram of pixel values of a volumetric image. As can be seen in this histogram, the image pixel values can be classified largely into two groups. Considering the point that the image signal values exist in the object, it can be known that the upper group in the histogram is defined with the pixel values of the object. The process of dividing object/background is as shown in Figure 3. First, the task of creating a histogram of volumetric image is performed. The histogram is calculated with the brightness value of volumetric image pixels. Second, by analyzing the histogram obtained in such a way, the most suitable binary-coded value is calculated. In this analysis and in the calculation process of binary-coded values, Otsu s method 1 is applied. This method calculates the binarycoded value which minimizes intraclass variance by using a histogram. Third, volumetric image is binarized by using the binary-coded value obtained with Otsu s method. For the binary-coded volumetric image, object is expressed as 255 or 65535, and background is expressed as 0. Vol 8 (25) October Indian Journal of Science and Technology 3

4 A Study of Medical Image Analysis System Fourth, object and background are differentiated through the process of labeling. If this division information is used in imaging, three-dimensional surface imaging of object is possible. Figure 3(b) shows the object area with separated background through such a process. Since in Otsu s method, the binary-coded value is automatically calculated, for this separation of background, automatic performance is possible. 2.5 Three-Dimensional Modeling There is the volume rendering method different from the one above which takes two-dimensional image array as one volume, and directly projects it on the surface. This method is a concept which expanded on surface rendering. Also, one pixel of two-dimensional image becomes one voxel of three-dimensional volume, thereby rendering this voxel just as the vertex of each surface is rendered in surface rendering. Each voxel rendered in such a way, through the process of modeling, viewing and projection transform, is projected on the final image surface. For such a method, there are methods such as Ray-casting, splatting, etc. also, there is the shear-warp factorization method 2 which developed the splatting method. Both 3D reconstruction and volume rendering have their merits and demerits. (a) (b) (c) Figure 3. Separation of Object and Background. (a) Tomographic Image. (b) Background Separation. (c) Object Histogram. Figure 4. Marching Cubes. In this study, by providing 3D reconstruction using marching cubes and volume rendering using shear-warp factorization, each other s strengths and weaknesses were complemented. Also, by providing UI (User Interface) that is convenient for the user, the three-dimensional structure was made so that it could be easily understood. For example, by showing a three-dimensional image together with a two-dimensional image slice, they can be compared to each other; also, the structure of each tissue was made to be grasped more clearly. Real-time rendering allows easy observation of a three-dimensional model through the mouse. 4 Vol 8 (25) October Indian Journal of Science and Technology

5 Kim Tae-Eun 2.6 Data Matching The Coordinate System In this study, there are two coordinate systems used for obtaining data, and for expressing the coordinates of the relevant data. Namely, the camera coordinate system and the MRI coordinate system. If four or more control points are used, it is possible to calculate transformation matrix between these two coordinate systems also, after calculating this transformation matrix, it is possible to express an arbitrary point, obtained in one coordinate system, in another coordinate system. If such characteristics are used, three-dimensional location of the probe obtained from a stereo camera image can be expressed in MRI image. The camera coordinate system is a coordinate system which takes a picture of an object with a stereo camera, and which is defined to obtain three-dimensional coordinates. The starting point and the coordinate axis can be randomly set also, in this study, the upper left of chessboard pattern of camera calibration is used as the starting point of the coordinate system, and chessboard pattern is used as x-y plane of the coordinate system. The three-dimensional coordinate value obtained through stereo matching is the value expressed by this coordinate system. Compared to this, MRI coordinate system is a coordinate system which is defined to acquire MRI. Three planes of coronal plane, sagittal plane and axial plane are defined as coordinate systems forming x-y, y-z, z-x planes respectively. For matching between these two coordinate system, by using four or more control points found in stereo camera image and MRI, transformation matrix between coordinate systems can be calculated using the pseudo inverse method. 2.7 The Stereo Camera System Image acquired through the camera appears as twodimensional since the three-dimensional world is projected through a lens. By acquiring such a twodimensional image with two left and right cameras, it is possible to restore three-dimensional information. With this method, the three-dimensional location and direction of the right camera can be obtained, and it is possible when each corresponding point formed in the left and right cameras can be found. For this, the methods of camera calibration and pattern recognition were used in this study, and the three-dimensional coordinates of particular points were obtained by using the stereo matching technique. As for the methods for camera calibration, various methods have been researched so far, and in this study, the method proposed by Heikkila 3-5 was used. Camera calibration implies calculating extrinsic parameters such as rotation and translation of camera, and intrinsic parameters, such as the focal distance of camera, distortion of lens, etc., with a particular point as the reference point in three-dimensional space. 3. Experiments and Results 3.1 Experiment Environment The composition of the system developed in this study is largely divided into two parts: the medical image system and the integrated system. The medical image system Figure 5. Integrated Development Environment. Vol 8 (25) October Indian Journal of Science and Technology 5

6 A Study of Medical Image Analysis System acquires the anatomy of a patient; and the integrated system performs the integrated system functions, such as the acquisition request for medical images, control of the stereo camera system, and the medical image display. In particular, the interaction between the doctor and the image display system is made possible by using probes. The integrated system performs a function of integrating data acquired from the medical image system and stereo camera. In the integrated system, the integrated software, which performs the aforementioned functions, is developed and installed. The integrated software displays images acquired by the medical image system and incoming stereo camera images in real time, and also effectively displays medical images by calculating the location of patient and probe existing within stereo camera image. In addition, it performs many functions such as requesting for the acquisition of medical images, saving acquired medical images, dividing tissues within a medical image, creation and display of a threedimensional model, etc. Integrated software is a software mounted on an integrated system, and has GUI as shown in Figure 5. It is used for showing tomographic image of acquired medical image, three-dimensional reconstructed image, or stereo camera image. The buttons and various controls on the right allow easy manipulation of various functions the software provides. 4. Conclusion In this study, the image analysis system was proposed. The entire system is composed of the medical image system for acquiring medical images, the camera system for tracking the location of the patient and probe, and the system which performs tasks as image display, etc. The entire system operates in mutually coordinated union of modules performing image display functions such as image processing, image segmentation, threedimensional modeling, etc., the modules related to the stereo camera system for tracking the location of probe and patient, and the modules of data matching and changed area detection. Camera calibration must be performed for initialization of the stereo camera system, and for this task, a tool with chessboard pattern was used. There are advantages of easy feature points extraction for performing calibration, and of accurately defining image coordinates of the feature points in sub-pixel units. For the image segmentation process, which is a preprocessing stage of three-dimensional image reconstruction, convenience was maximized for the user by allowing semi-automatic segmentation using GUI for segmentation between tissues and automatic segmentation using a histogram for segmentation between object and background. This study was developed as a computer medical image analysis system. It is expected that the research methods and results will be valuably used for providing information on changes in tissues before and after the operation, and information on three-dimensional positions between tissues for experts and students who study anatomical structure. 5. Acknowledgment Funding for this paper was provided by Namseoul University. 6. References 1. Otsu N. A threshold selection method from gray-level histograms. IEEE Transactions on Systems, Man, and Cybernetics. 1979; 9(1): Lorensen WE, Cline HE. Marching cubes: A high resolution 3D surface construction algorithm. Proccedings of SIGGRAPH 87 on Computer Graphics. 1987; 21(4): Heikkila J. Geometric camera calibration using circular control points. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2000; 22(10): Press WH, Teukolsky SA, Vetterling WT, Flannery BP. Numerical recipes in C - the art of scientific computing. 2nd ed. Cambridge University Press; Pluim JPW, Maintz JBA, Viergever MA. Interpolation artefacts in mutual information-based image registration. Computer Vision and Image Understanding. 2000; 77(1): Vol 8 (25) October Indian Journal of Science and Technology

A Survey of Volumetric Visualization Techniques for Medical Images

A Survey of Volumetric Visualization Techniques for Medical Images International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 2, Issue 4, April 2015, PP 34-39 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org A Survey

More information

Computational Medical Imaging Analysis Chapter 4: Image Visualization

Computational Medical Imaging Analysis Chapter 4: Image Visualization Computational Medical Imaging Analysis Chapter 4: Image Visualization Jun Zhang Laboratory for Computational Medical Imaging & Data Analysis Department of Computer Science University of Kentucky Lexington,

More information

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis Basic principles of MR image analysis Basic principles of MR image analysis Julien Milles Leiden University Medical Center Terminology of fmri Brain extraction Registration Linear registration Non-linear

More information

Computed tomography (Item No.: P )

Computed tomography (Item No.: P ) Computed tomography (Item No.: P2550100) Curricular Relevance Area of Expertise: Biology Education Level: University Topic: Modern Imaging Methods Subtopic: X-ray Imaging Experiment: Computed tomography

More information

A Scanning Method for Industrial Data Matrix Codes marked on Spherical Surfaces

A Scanning Method for Industrial Data Matrix Codes marked on Spherical Surfaces A Scanning Method for Industrial Data Matrix Codes marked on Spherical Surfaces ION-COSMIN DITA, MARIUS OTESTEANU Politehnica University of Timisoara Faculty of Electronics and Telecommunications Bd. Vasile

More information

Abstract. 1. Introduction

Abstract. 1. Introduction A New Automated Method for Three- Dimensional Registration of Medical Images* P. Kotsas, M. Strintzis, D.W. Piraino Department of Electrical and Computer Engineering, Aristotelian University, 54006 Thessaloniki,

More information

Comparison of Different Metrics for Appearance-model-based 2D/3D-registration with X-ray Images

Comparison of Different Metrics for Appearance-model-based 2D/3D-registration with X-ray Images Comparison of Different Metrics for Appearance-model-based 2D/3D-registration with X-ray Images Philipp Steininger 1, Karl D. Fritscher 1, Gregor Kofler 1, Benedikt Schuler 1, Markus Hänni 2, Karsten Schwieger

More information

Annales UMCS Informatica AI 1 (2003) UMCS. Registration of CT and MRI brain images. Karol Kuczyński, Paweł Mikołajczak

Annales UMCS Informatica AI 1 (2003) UMCS. Registration of CT and MRI brain images. Karol Kuczyński, Paweł Mikołajczak Annales Informatica AI 1 (2003) 149-156 Registration of CT and MRI brain images Karol Kuczyński, Paweł Mikołajczak Annales Informatica Lublin-Polonia Sectio AI http://www.annales.umcs.lublin.pl/ Laboratory

More information

INTRODUCTION TO MEDICAL IMAGING- 3D LOCALIZATION LAB MANUAL 1. Modifications for P551 Fall 2013 Medical Physics Laboratory

INTRODUCTION TO MEDICAL IMAGING- 3D LOCALIZATION LAB MANUAL 1. Modifications for P551 Fall 2013 Medical Physics Laboratory INTRODUCTION TO MEDICAL IMAGING- 3D LOCALIZATION LAB MANUAL 1 Modifications for P551 Fall 2013 Medical Physics Laboratory Introduction Following the introductory lab 0, this lab exercise the student through

More information

3D Surface Reconstruction of the Brain based on Level Set Method

3D Surface Reconstruction of the Brain based on Level Set Method 3D Surface Reconstruction of the Brain based on Level Set Method Shijun Tang, Bill P. Buckles, and Kamesh Namuduri Department of Computer Science & Engineering Department of Electrical Engineering University

More information

Stereo Image Rectification for Simple Panoramic Image Generation

Stereo Image Rectification for Simple Panoramic Image Generation Stereo Image Rectification for Simple Panoramic Image Generation Yun-Suk Kang and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 261 Cheomdan-gwagiro, Buk-gu, Gwangju 500-712 Korea Email:{yunsuk,

More information

Corso di laurea in Fisica A.A Fisica Medica 4 TC

Corso di laurea in Fisica A.A Fisica Medica 4 TC Corso di laurea in Fisica A.A. 2007-2008 Fisica Medica 4 TC Computed Tomography Principles 1. Projection measurement 2. Scanner systems 3. Scanning modes Basic Tomographic Principle The internal structure

More information

Iterative Estimation of 3D Transformations for Object Alignment

Iterative Estimation of 3D Transformations for Object Alignment Iterative Estimation of 3D Transformations for Object Alignment Tao Wang and Anup Basu Department of Computing Science, Univ. of Alberta, Edmonton, AB T6G 2E8, Canada Abstract. An Iterative Estimation

More information

Miniaturized Camera Systems for Microfactories

Miniaturized Camera Systems for Microfactories Miniaturized Camera Systems for Microfactories Timo Prusi, Petri Rokka, and Reijo Tuokko Tampere University of Technology, Department of Production Engineering, Korkeakoulunkatu 6, 33720 Tampere, Finland

More information

2D-3D Registration using Gradient-based MI for Image Guided Surgery Systems

2D-3D Registration using Gradient-based MI for Image Guided Surgery Systems 2D-3D Registration using Gradient-based MI for Image Guided Surgery Systems Yeny Yim 1*, Xuanyi Chen 1, Mike Wakid 1, Steve Bielamowicz 2, James Hahn 1 1 Department of Computer Science, The George Washington

More information

Visualisation : Lecture 1. So what is visualisation? Visualisation

Visualisation : Lecture 1. So what is visualisation? Visualisation So what is visualisation? UG4 / M.Sc. Course 2006 toby.breckon@ed.ac.uk Computer Vision Lab. Institute for Perception, Action & Behaviour Introducing 1 Application of interactive 3D computer graphics to

More information

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Zhiyan Zhang 1, Wei Qian 1, Lei Pan 1 & Yanjun Li 1 1 University of Shanghai for Science and Technology, China

More information

Chapter 32 3-D and 4-D imaging in Obstetrics and Gynecology

Chapter 32 3-D and 4-D imaging in Obstetrics and Gynecology Objectives Define common terms related to 3D/4D ultrasound Chapter 32 3-D and 4-D imaging in Obstetrics and Gynecology Bridgette Lunsford Describe how 3D and 4D imaging differs from 2D ultrasound Identify

More information

Global Thresholding Techniques to Classify Dead Cells in Diffusion Weighted Magnetic Resonant Images

Global Thresholding Techniques to Classify Dead Cells in Diffusion Weighted Magnetic Resonant Images Global Thresholding Techniques to Classify Dead Cells in Diffusion Weighted Magnetic Resonant Images Ravi S 1, A. M. Khan 2 1 Research Student, Department of Electronics, Mangalore University, Karnataka

More information

Computed tomography of simple objects. Related topics. Principle. Equipment TEP Beam hardening, artefacts, and algorithms

Computed tomography of simple objects. Related topics. Principle. Equipment TEP Beam hardening, artefacts, and algorithms Related topics Beam hardening, artefacts, and algorithms Principle The CT principle is demonstrated with the aid of simple objects. In the case of very simple targets, only a few images need to be taken

More information

2 Michael E. Leventon and Sarah F. F. Gibson a b c d Fig. 1. (a, b) Two MR scans of a person's knee. Both images have high resolution in-plane, but ha

2 Michael E. Leventon and Sarah F. F. Gibson a b c d Fig. 1. (a, b) Two MR scans of a person's knee. Both images have high resolution in-plane, but ha Model Generation from Multiple Volumes using Constrained Elastic SurfaceNets Michael E. Leventon and Sarah F. F. Gibson 1 MIT Artificial Intelligence Laboratory, Cambridge, MA 02139, USA leventon@ai.mit.edu

More information

Medical Image Processing: Image Reconstruction and 3D Renderings

Medical Image Processing: Image Reconstruction and 3D Renderings Medical Image Processing: Image Reconstruction and 3D Renderings 김보형 서울대학교컴퓨터공학부 Computer Graphics and Image Processing Lab. 2011. 3. 23 1 Computer Graphics & Image Processing Computer Graphics : Create,

More information

Data Fusion Virtual Surgery Medical Virtual Reality Team. Endo-Robot. Database Functional. Database

Data Fusion Virtual Surgery Medical Virtual Reality Team. Endo-Robot. Database Functional. Database 2017 29 6 16 GITI 3D From 3D to 4D imaging Data Fusion Virtual Surgery Medical Virtual Reality Team Morphological Database Functional Database Endo-Robot High Dimensional Database Team Tele-surgery Robotic

More information

Volume Visualization. Part 1 (out of 3) Volume Data. Where do the data come from? 3D Data Space How are volume data organized?

Volume Visualization. Part 1 (out of 3) Volume Data. Where do the data come from? 3D Data Space How are volume data organized? Volume Data Volume Visualization Part 1 (out of 3) Where do the data come from? Medical Application Computed Tomographie (CT) Magnetic Resonance Imaging (MR) Materials testing Industrial-CT Simulation

More information

Rectification of distorted elemental image array using four markers in three-dimensional integral imaging

Rectification of distorted elemental image array using four markers in three-dimensional integral imaging Rectification of distorted elemental image array using four markers in three-dimensional integral imaging Hyeonah Jeong 1 and Hoon Yoo 2 * 1 Department of Computer Science, SangMyung University, Korea.

More information

Volume visualization. Volume visualization. Volume visualization methods. Sources of volume visualization. Sources of volume visualization

Volume visualization. Volume visualization. Volume visualization methods. Sources of volume visualization. Sources of volume visualization Volume visualization Volume visualization Volumes are special cases of scalar data: regular 3D grids of scalars, typically interpreted as density values. Each data value is assumed to describe a cubic

More information

MERGING POINT CLOUDS FROM MULTIPLE KINECTS. Nishant Rai 13th July, 2016 CARIS Lab University of British Columbia

MERGING POINT CLOUDS FROM MULTIPLE KINECTS. Nishant Rai 13th July, 2016 CARIS Lab University of British Columbia MERGING POINT CLOUDS FROM MULTIPLE KINECTS Nishant Rai 13th July, 2016 CARIS Lab University of British Columbia Introduction What do we want to do? : Use information (point clouds) from multiple (2+) Kinects

More information

Leksell SurgiPlan. Powerful planning for success

Leksell SurgiPlan. Powerful planning for success Leksell SurgiPlan Powerful planning for success Making a difference in surgical planning Leksell SurgiPlan Leksell SurgiPlan is an advanced image-based neurosurgical planning software, specifically designed

More information

CT IMAGE PROCESSING IN HIP ARTHROPLASTY

CT IMAGE PROCESSING IN HIP ARTHROPLASTY U.P.B. Sci. Bull., Series C, Vol. 75, Iss. 3, 2013 ISSN 2286 3540 CT IMAGE PROCESSING IN HIP ARTHROPLASTY Anca MORAR 1, Florica MOLDOVEANU 2, Alin MOLDOVEANU 3, Victor ASAVEI 4, Alexandru EGNER 5 The use

More information

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT Anand P Santhanam Assistant Professor, Department of Radiation Oncology OUTLINE Adaptive radiotherapy for head and

More information

3D Modeling of Objects Using Laser Scanning

3D Modeling of Objects Using Laser Scanning 1 3D Modeling of Objects Using Laser Scanning D. Jaya Deepu, LPU University, Punjab, India Email: Jaideepudadi@gmail.com Abstract: In the last few decades, constructing accurate three-dimensional models

More information

Volume Visualization

Volume Visualization Volume Visualization Part 1 (out of 3) Overview: Volume Visualization Introduction to volume visualization On volume data Surface vs. volume rendering Overview: Techniques Simple methods Slicing, cuberille

More information

Available Online through

Available Online through Available Online through www.ijptonline.com ISSN: 0975-766X CODEN: IJPTFI Research Article ANALYSIS OF CT LIVER IMAGES FOR TUMOUR DIAGNOSIS BASED ON CLUSTERING TECHNIQUE AND TEXTURE FEATURES M.Krithika

More information

Calculating the Distance Map for Binary Sampled Data

Calculating the Distance Map for Binary Sampled Data MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Calculating the Distance Map for Binary Sampled Data Sarah F. Frisken Gibson TR99-6 December 999 Abstract High quality rendering and physics-based

More information

Scalar Data. Visualization Torsten Möller. Weiskopf/Machiraju/Möller

Scalar Data. Visualization Torsten Möller. Weiskopf/Machiraju/Möller Scalar Data Visualization Torsten Möller Weiskopf/Machiraju/Möller Overview Basic strategies Function plots and height fields Isolines Color coding Volume visualization (overview) Classification Segmentation

More information

HIGH RESOLUTION COMPUTED TOMOGRAPHY FOR METROLOGY

HIGH RESOLUTION COMPUTED TOMOGRAPHY FOR METROLOGY HIGH RESOLUTION COMPUTED TOMOGRAPHY FOR METROLOGY David K. Lehmann 1, Kathleen Brockdorf 1 and Dirk Neuber 2 1 phoenix x-ray Systems + Services Inc. St. Petersburg, FL, USA 2 phoenix x-ray Systems + Services

More information

icatvision Quick Reference

icatvision Quick Reference icatvision Quick Reference Navigating the i-cat Interface This guide shows how to: View reconstructed images Use main features and tools to optimize an image. REMINDER Images are displayed as if you are

More information

3D Digitization of Human Foot Based on Computer Stereo Vision Combined with KINECT Sensor Hai-Qing YANG a,*, Li HE b, Geng-Xin GUO c and Yong-Jun XU d

3D Digitization of Human Foot Based on Computer Stereo Vision Combined with KINECT Sensor Hai-Qing YANG a,*, Li HE b, Geng-Xin GUO c and Yong-Jun XU d 2017 International Conference on Mechanical Engineering and Control Automation (ICMECA 2017) ISBN: 978-1-60595-449-3 3D Digitization of Human Foot Based on Computer Stereo Vision Combined with KINECT Sensor

More information

Prostate Detection Using Principal Component Analysis

Prostate Detection Using Principal Component Analysis Prostate Detection Using Principal Component Analysis Aamir Virani (avirani@stanford.edu) CS 229 Machine Learning Stanford University 16 December 2005 Introduction During the past two decades, computed

More information

Modifications for P551 Fall 2014

Modifications for P551 Fall 2014 LAB DEMONSTRATION COMPUTED TOMOGRAPHY USING DESKCAT 1 Modifications for P551 Fall 2014 Introduction This lab demonstration explores the physics and technology of Computed Tomography (CT) and guides the

More information

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique Volume 118 No. 17 2018, 691-701 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hybrid Approach for MRI Human Head Scans Classification using HTT

More information

Dosimetric Analysis Report

Dosimetric Analysis Report RT-safe 48, Artotinis str 116 33, Athens Greece +30 2107563691 info@rt-safe.com Dosimetric Analysis Report SAMPLE, for demonstration purposes only Date of report: ----------- Date of irradiation: -----------

More information

LAB DEMONSTRATION COMPUTED TOMOGRAPHY USING DESKCAT Lab Manual: 0

LAB DEMONSTRATION COMPUTED TOMOGRAPHY USING DESKCAT Lab Manual: 0 LAB DEMONSTRATION COMPUTED TOMOGRAPHY USING DESKCAT Lab Manual: 0 Introduction This lab demonstration explores the physics and technology of Computed Tomography (CT) and guides the student and instructor

More information

Fast Interactive Region of Interest Selection for Volume Visualization

Fast Interactive Region of Interest Selection for Volume Visualization Fast Interactive Region of Interest Selection for Volume Visualization Dominik Sibbing and Leif Kobbelt Lehrstuhl für Informatik 8, RWTH Aachen, 20 Aachen Email: {sibbing,kobbelt}@informatik.rwth-aachen.de

More information

Image Formation. Antonino Furnari. Image Processing Lab Dipartimento di Matematica e Informatica Università degli Studi di Catania

Image Formation. Antonino Furnari. Image Processing Lab Dipartimento di Matematica e Informatica Università degli Studi di Catania Image Formation Antonino Furnari Image Processing Lab Dipartimento di Matematica e Informatica Università degli Studi di Catania furnari@dmi.unict.it 18/03/2014 Outline Introduction; Geometric Primitives

More information

Assessing Accuracy Factors in Deformable 2D/3D Medical Image Registration Using a Statistical Pelvis Model

Assessing Accuracy Factors in Deformable 2D/3D Medical Image Registration Using a Statistical Pelvis Model Assessing Accuracy Factors in Deformable 2D/3D Medical Image Registration Using a Statistical Pelvis Model Jianhua Yao National Institute of Health Bethesda, MD USA jyao@cc.nih.gov Russell Taylor The Johns

More information

OCR For Handwritten Marathi Script

OCR For Handwritten Marathi Script International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 OCR For Handwritten Marathi Script Mrs.Vinaya. S. Tapkir 1, Mrs.Sushma.D.Shelke 2 1 Maharashtra Academy Of Engineering,

More information

Radiology. Marta Anguiano Millán. Departamento de Física Atómica, Molecular y Nuclear Facultad de Ciencias. Universidad de Granada

Radiology. Marta Anguiano Millán. Departamento de Física Atómica, Molecular y Nuclear Facultad de Ciencias. Universidad de Granada Departamento de Física Atómica, Molecular y Nuclear Facultad de Ciencias. Universidad de Granada Overview Introduction Overview Introduction Tecniques of imaging in Overview Introduction Tecniques of imaging

More information

3D Ultrasound Reconstruction By The 3 Cons: Michael Golden Khayriyyah Munir Omid Nasser Bigdeli

3D Ultrasound Reconstruction By The 3 Cons: Michael Golden Khayriyyah Munir Omid Nasser Bigdeli 3D Ultrasound Reconstruction By The 3 Cons: Michael Golden Khayriyyah Munir Omid Nasser Bigdeli Client Contact: Dr. Joseph McIsaac Hartford Hospital 80 Seymour St. PO Box 5037 Hartford, CT 06102 (860)

More information

Leksell SurgiPlan Overview. Powerful planning for surgical success

Leksell SurgiPlan Overview. Powerful planning for surgical success Leksell SurgiPlan Overview Powerful planning for surgical success Making a Difference in Surgical Planning Leksell SurgiPlan Leksell SurgiPlan is an advanced image-based neuro surgical planning software,

More information

LATEST TRENDS on APPLIED MATHEMATICS, SIMULATION, MODELLING

LATEST TRENDS on APPLIED MATHEMATICS, SIMULATION, MODELLING 3D surface reconstruction of objects by using stereoscopic viewing Baki Koyuncu, Kurtuluş Küllü bkoyuncu@ankara.edu.tr kkullu@eng.ankara.edu.tr Computer Engineering Department, Ankara University, Ankara,

More information

Surface Construction Analysis using Marching Cubes

Surface Construction Analysis using Marching Cubes Surface Construction Analysis using Marching Cubes Burak Erem Northeastern University erem.b@neu.edu Nicolas Dedual Northeastern University ndedual@ece.neu.edu Abstract This paper presents an analysis

More information

Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator

Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator Li X.C.,, Chui C. K.,, and Ong S. H.,* Dept. of Electrical and Computer Engineering Dept. of Mechanical Engineering, National

More information

Whole Body MRI Intensity Standardization

Whole Body MRI Intensity Standardization Whole Body MRI Intensity Standardization Florian Jäger 1, László Nyúl 1, Bernd Frericks 2, Frank Wacker 2 and Joachim Hornegger 1 1 Institute of Pattern Recognition, University of Erlangen, {jaeger,nyul,hornegger}@informatik.uni-erlangen.de

More information

Optimization of Reconstruction of 2D Medical Images Based on Computer 3D Reconstruction Technology

Optimization of Reconstruction of 2D Medical Images Based on Computer 3D Reconstruction Technology Optimization of Reconstruction of 2D Medical Images Based on Computer 3D Reconstruction Technology Shuqin Liu, Jinye Peng Information Science and Technology College of Northwestern University China lsqjdim@126.com

More information

Data Loading & 3D Visualization

Data Loading & 3D Visualization Neuroimage Analysis Center Data Loading & 3D Visualization Sonia Pujol, Ph.D. Surgical Planning Laboratory Harvard Medical School Leonardo da Vinci (1452-1519), Virgin and Child Alte Pinakothek, München

More information

A Haptic VR Milling Surgery Simulator Using High-Resolution CT-Data.

A Haptic VR Milling Surgery Simulator Using High-Resolution CT-Data. A Haptic VR Milling Surgery Simulator Using High-Resolution CT-Data. Magnus ERIKSSON a, Mark DIXON b and Jan WIKANDER a. a The Mechatronics Lab/Machine Design, KTH, Stockholm, Sweden b SenseGraphics AB,

More information

Medical Image Analysis

Medical Image Analysis Computer assisted Image Analysis VT04 29 april 2004 Medical Image Analysis Lecture 10 (part 1) Xavier Tizon Medical Image Processing Medical imaging modalities XRay,, CT Ultrasound MRI PET, SPECT Generic

More information

Pattern Feature Detection for Camera Calibration Using Circular Sample

Pattern Feature Detection for Camera Calibration Using Circular Sample Pattern Feature Detection for Camera Calibration Using Circular Sample Dong-Won Shin and Yo-Sung Ho (&) Gwangju Institute of Science and Technology (GIST), 13 Cheomdan-gwagiro, Buk-gu, Gwangju 500-71,

More information

Volume Rendering. Computer Animation and Visualisation Lecture 9. Taku Komura. Institute for Perception, Action & Behaviour School of Informatics

Volume Rendering. Computer Animation and Visualisation Lecture 9. Taku Komura. Institute for Perception, Action & Behaviour School of Informatics Volume Rendering Computer Animation and Visualisation Lecture 9 Taku Komura Institute for Perception, Action & Behaviour School of Informatics Volume Rendering 1 Volume Data Usually, a data uniformly distributed

More information

Projector Calibration for Pattern Projection Systems

Projector Calibration for Pattern Projection Systems Projector Calibration for Pattern Projection Systems I. Din *1, H. Anwar 2, I. Syed 1, H. Zafar 3, L. Hasan 3 1 Department of Electronics Engineering, Incheon National University, Incheon, South Korea.

More information

Lecture 6: Medical imaging and image-guided interventions

Lecture 6: Medical imaging and image-guided interventions ME 328: Medical Robotics Winter 2019 Lecture 6: Medical imaging and image-guided interventions Allison Okamura Stanford University Updates Assignment 3 Due this Thursday, Jan. 31 Note that this assignment

More information

Reconstruction of complete 3D object model from multi-view range images.

Reconstruction of complete 3D object model from multi-view range images. Header for SPIE use Reconstruction of complete 3D object model from multi-view range images. Yi-Ping Hung *, Chu-Song Chen, Ing-Bor Hsieh, Chiou-Shann Fuh Institute of Information Science, Academia Sinica,

More information

Chapter 3 Set Redundancy in Magnetic Resonance Brain Images

Chapter 3 Set Redundancy in Magnetic Resonance Brain Images 16 Chapter 3 Set Redundancy in Magnetic Resonance Brain Images 3.1 MRI (magnetic resonance imaging) MRI is a technique of measuring physical structure within the human anatomy. Our proposed research focuses

More information

Display. Introduction page 67 2D Images page 68. All Orientations page 69 Single Image page 70 3D Images page 71

Display. Introduction page 67 2D Images page 68. All Orientations page 69 Single Image page 70 3D Images page 71 Display Introduction page 67 2D Images page 68 All Orientations page 69 Single Image page 70 3D Images page 71 Intersecting Sections page 71 Cube Sections page 72 Render page 73 1. Tissue Maps page 77

More information

Rigid Body Motion and Image Formation. Jana Kosecka, CS 482

Rigid Body Motion and Image Formation. Jana Kosecka, CS 482 Rigid Body Motion and Image Formation Jana Kosecka, CS 482 A free vector is defined by a pair of points : Coordinates of the vector : 1 3D Rotation of Points Euler angles Rotation Matrices in 3D 3 by 3

More information

doi: /

doi: / Yiting Xie ; Anthony P. Reeves; Single 3D cell segmentation from optical CT microscope images. Proc. SPIE 934, Medical Imaging 214: Image Processing, 9343B (March 21, 214); doi:1.1117/12.243852. (214)

More information

Comparison of Probing Error in Dimensional Measurement by Means of 3D Computed Tomography with Circular and Helical Sampling

Comparison of Probing Error in Dimensional Measurement by Means of 3D Computed Tomography with Circular and Helical Sampling nd International Symposium on NDT in Aerospace - We..A. Comparison of Probing Error in Dimensional Measurement by Means of D Computed Tomography with Circular and Helical Sampling Jochen HILLER, Stefan

More information

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision 09 nd International Conference on Computer Science and Advanced Materials (CSAM 09) Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision Zhang Wenqian, Zhang Jinhong Department of

More information

MR-Guided Mixed Reality for Breast Conserving Surgical Planning

MR-Guided Mixed Reality for Breast Conserving Surgical Planning MR-Guided Mixed Reality for Breast Conserving Surgical Planning Suba Srinivasan (subashini7@gmail.com) March 30 th 2017 Mentors: Prof. Brian A. Hargreaves, Prof. Bruce L. Daniel MEDICINE MRI Guided Mixed

More information

Efficient 3D Crease Point Extraction from 2D Crease Pixels of Sinogram

Efficient 3D Crease Point Extraction from 2D Crease Pixels of Sinogram Efficient 3D Crease Point Extraction from 2D Crease Pixels of Sinogram Ryo Jinnouchi 1, Yutaka Ohtake 1, Hiromasa Suzuki 1, Yukie Nagai 1 1 The University of Tokyo, Japan, e-mail: {jinnouchi, yu-ohtake,

More information

Medical Image Registration by Maximization of Mutual Information

Medical Image Registration by Maximization of Mutual Information Medical Image Registration by Maximization of Mutual Information EE 591 Introduction to Information Theory Instructor Dr. Donald Adjeroh Submitted by Senthil.P.Ramamurthy Damodaraswamy, Umamaheswari Introduction

More information

Course Review. Computer Animation and Visualisation. Taku Komura

Course Review. Computer Animation and Visualisation. Taku Komura Course Review Computer Animation and Visualisation Taku Komura Characters include Human models Virtual characters Animal models Representation of postures The body has a hierarchical structure Many types

More information

ACCURACY EVALUATION OF 3D RECONSTRUCTION FROM CT-SCAN IMAGES FOR INSPECTION OF INDUSTRIAL PARTS. Institut Francais du Petrole

ACCURACY EVALUATION OF 3D RECONSTRUCTION FROM CT-SCAN IMAGES FOR INSPECTION OF INDUSTRIAL PARTS. Institut Francais du Petrole ACCURACY EVALUATION OF 3D RECONSTRUCTION FROM CT-SCAN IMAGES FOR INSPECTION OF INDUSTRIAL PARTS H. Delingette y,o.seguin z,r.perrocheau z,p.menegazzi z yinria Sophia-Antipolis 2004, Route des Lucioles

More information

ECE1778 Final Report MRI Visualizer

ECE1778 Final Report MRI Visualizer ECE1778 Final Report MRI Visualizer David Qixiang Chen Alex Rodionov Word Count: 2408 Introduction We aim to develop a mobile phone/tablet based neurosurgical MRI visualization application with the goal

More information

Shadow casting. What is the problem? Cone Beam Computed Tomography THE OBJECTIVES OF DIAGNOSTIC IMAGING IDEAL DIAGNOSTIC IMAGING STUDY LIMITATIONS

Shadow casting. What is the problem? Cone Beam Computed Tomography THE OBJECTIVES OF DIAGNOSTIC IMAGING IDEAL DIAGNOSTIC IMAGING STUDY LIMITATIONS Cone Beam Computed Tomography THE OBJECTIVES OF DIAGNOSTIC IMAGING Reveal pathology Reveal the anatomic truth Steven R. Singer, DDS srs2@columbia.edu IDEAL DIAGNOSTIC IMAGING STUDY Provides desired diagnostic

More information

Copyright 2017 Medical IP - Tutorial Medip v /2018, Revision

Copyright 2017 Medical IP - Tutorial Medip v /2018, Revision Copyright 2017 Medical IP - Tutorial Medip v.1.0.0.9 01/2018, Revision 1.0.0.2 List of Contents 1. Introduction......................................................... 2 2. Overview..............................................................

More information

Fiber Selection from Diffusion Tensor Data based on Boolean Operators

Fiber Selection from Diffusion Tensor Data based on Boolean Operators Fiber Selection from Diffusion Tensor Data based on Boolean Operators D. Merhof 1, G. Greiner 2, M. Buchfelder 3, C. Nimsky 4 1 Visual Computing, University of Konstanz, Konstanz, Germany 2 Computer Graphics

More information

Image Transformations & Camera Calibration. Mašinska vizija, 2018.

Image Transformations & Camera Calibration. Mašinska vizija, 2018. Image Transformations & Camera Calibration Mašinska vizija, 2018. Image transformations What ve we learnt so far? Example 1 resize and rotate Open warp_affine_template.cpp Perform simple resize

More information

Image Formation I Chapter 1 (Forsyth&Ponce) Cameras

Image Formation I Chapter 1 (Forsyth&Ponce) Cameras Image Formation I Chapter 1 (Forsyth&Ponce) Cameras Guido Gerig CS 632 Spring 215 cknowledgements: Slides used from Prof. Trevor Darrell, (http://www.eecs.berkeley.edu/~trevor/cs28.html) Some slides modified

More information

''VISION'' APPROACH OF CALmRATION METIIODS FOR RADIOGRAPHIC

''VISION'' APPROACH OF CALmRATION METIIODS FOR RADIOGRAPHIC ''VISION'' APPROACH OF CALmRATION METIIODS FOR RADIOGRAPHIC SYSTEMS Christophe Icord, Philippe Rizo, and Pascal Sire LETI - (CEA - Technologies avancees) DSYs/SETIA - CENG - 85X F-38041 Grenoble, Cedex

More information

Department of ECE, SCSVMV University, Kanchipuram

Department of ECE, SCSVMV University, Kanchipuram Medical Image Registering: A Matlab Based Approach [1] Dr.K.Umapathy, [2] D.Vedasri, [3] H.Vaishnavi [1] Associate Professor, [2][3] UG Student, Department of ECE, SCSVMV University, Kanchipuram Abstract:-

More information

NIH Public Access Author Manuscript Med Phys. Author manuscript; available in PMC 2009 March 13.

NIH Public Access Author Manuscript Med Phys. Author manuscript; available in PMC 2009 March 13. NIH Public Access Author Manuscript Published in final edited form as: Med Phys. 2008 February ; 35(2): 660 663. Prior image constrained compressed sensing (PICCS): A method to accurately reconstruct dynamic

More information

Multi-Modal Volume Registration Using Joint Intensity Distributions

Multi-Modal Volume Registration Using Joint Intensity Distributions Multi-Modal Volume Registration Using Joint Intensity Distributions Michael E. Leventon and W. Eric L. Grimson Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, MA leventon@ai.mit.edu

More information

Process to Convert DICOM Data to 3D Printable STL Files

Process to Convert DICOM Data to 3D Printable STL Files HOW-TO GUIDE Process to Convert DICOM Data to 3D Printable STL Files Mac Cameron, Application Engineer Anatomical models have several applications in the medical space from patient-specific models used

More information

Camera Model and Calibration

Camera Model and Calibration Camera Model and Calibration Lecture-10 Camera Calibration Determine extrinsic and intrinsic parameters of camera Extrinsic 3D location and orientation of camera Intrinsic Focal length The size of the

More information

Indian Currency Recognition Based on ORB

Indian Currency Recognition Based on ORB Indian Currency Recognition Based on ORB Sonali P. Bhagat 1, Sarika B. Patil 2 P.G. Student (Digital Systems), Department of ENTC, Sinhagad College of Engineering, Pune, India 1 Assistant Professor, Department

More information

Machine Learning for Medical Image Analysis. A. Criminisi

Machine Learning for Medical Image Analysis. A. Criminisi Machine Learning for Medical Image Analysis A. Criminisi Overview Introduction to machine learning Decision forests Applications in medical image analysis Anatomy localization in CT Scans Spine Detection

More information

Computer Graphics and Image Processing

Computer Graphics and Image Processing Computer Graphics and Image Processing Lecture B2 Point Processing Joseph Niepce, 1826. The view from my window 1 Context How much input is used to compute an output value? Point Transforms Region Transforms

More information

Virtual Endoscopy: Modeling the Navigation in 3D Brain Volumes

Virtual Endoscopy: Modeling the Navigation in 3D Brain Volumes ACBME-137 Virtual Endoscopy: Modeling the Navigation in 3D Brain Volumes Aly A. Farag and Charles B. Sites Computer Vision and Image Processing Laboratory University of Louisville, KY 40292 Stephen Hushek

More information

arxiv: v1 [cs.cv] 28 Sep 2018

arxiv: v1 [cs.cv] 28 Sep 2018 Camera Pose Estimation from Sequence of Calibrated Images arxiv:1809.11066v1 [cs.cv] 28 Sep 2018 Jacek Komorowski 1 and Przemyslaw Rokita 2 1 Maria Curie-Sklodowska University, Institute of Computer Science,

More information

Volume Rendering. Lecture 21

Volume Rendering. Lecture 21 Volume Rendering Lecture 21 Acknowledgements These slides are collected from many sources. A particularly valuable source is the IEEE Visualization conference tutorials. Sources from: Roger Crawfis, Klaus

More information

Image Analysis, Geometrical Modelling and Image Synthesis for 3D Medical Imaging

Image Analysis, Geometrical Modelling and Image Synthesis for 3D Medical Imaging Image Analysis, Geometrical Modelling and Image Synthesis for 3D Medical Imaging J. SEQUEIRA Laboratoire d'informatique de Marseille - FRE CNRS 2246 Faculté des Sciences de Luminy, 163 avenue de Luminy,

More information

Biomedical Image Processing for Human Elbow

Biomedical Image Processing for Human Elbow Biomedical Image Processing for Human Elbow Akshay Vishnoi, Sharad Mehta, Arpan Gupta Department of Mechanical Engineering Graphic Era University Dehradun, India akshaygeu001@gmail.com, sharadm158@gmail.com

More information

Black generation using lightness scaling

Black generation using lightness scaling Black generation using lightness scaling Tomasz J. Cholewo Software Research, Lexmark International, Inc. 740 New Circle Rd NW, Lexington, KY 40511 e-mail: cholewo@lexmark.com ABSTRACT This paper describes

More information

Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model

Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model Pascal A. Dufour 12,HannanAbdillahi 3, Lala Ceklic 3,Ute Wolf-Schnurrbusch 23,JensKowal 12 1 ARTORG Center

More information

Biomedical Imaging Registration Trends and Applications. Francisco P. M. Oliveira, João Manuel R. S. Tavares

Biomedical Imaging Registration Trends and Applications. Francisco P. M. Oliveira, João Manuel R. S. Tavares Biomedical Imaging Registration Trends and Applications Francisco P. M. Oliveira, João Manuel R. S. Tavares tavares@fe.up.pt, www.fe.up.pt/~tavares Outline 1. Introduction 2. Spatial Registration of (2D

More information

Biomedical Image Analysis based on Computational Registration Methods. João Manuel R. S. Tavares

Biomedical Image Analysis based on Computational Registration Methods. João Manuel R. S. Tavares Biomedical Image Analysis based on Computational Registration Methods João Manuel R. S. Tavares tavares@fe.up.pt, www.fe.up.pt/~tavares Outline 1. Introduction 2. Methods a) Spatial Registration of (2D

More information

INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY

INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY VERIFICATION AND ANALYSIS M. L. Hsiao and J. W. Eberhard CR&D General Electric Company Schenectady, NY 12301 J. B. Ross Aircraft Engine - QTC General

More information

Pedestrian Detection with Improved LBP and Hog Algorithm

Pedestrian Detection with Improved LBP and Hog Algorithm Open Access Library Journal 2018, Volume 5, e4573 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Pedestrian Detection with Improved LBP and Hog Algorithm Wei Zhou, Suyun Luo Automotive Engineering College,

More information