3D Stent Recovery from One X-Ray Projection

Size: px
Start display at page:

Download "3D Stent Recovery from One X-Ray Projection"

Transcription

1 3D Stent Recovery from One X-Ray Projection Stefanie Demirci 1,, Ali Bigdelou 1,,LejingWang 1, Christian Wachinger 1, Maximilian Baust 1, Radhika Tibrewal 1, Reza Ghotbi, Hans-Henning Eckstein 3, and Nassir Navab 1 1 Computer Aided Medical Procedures, Technische Universität München, Germany {demirci,bigdelou,wangle,wachinge,baust,rtibrewal,navab}@cs.tum.edu Vascular Surgery, Klinikum München-Pasing, Germany reza.ghotbi@krankenhaus-pasing.de 3 Department of Vascular Surgery, Klinikum rechts der Isar, Germany h.h.eckstein@lrz.tum.de Abstract. In the current clinical workflow of endovascular abdominal aortic repairs (EVAR) a stent graft is inserted into the aneurysmatic aorta under D angiographic imaging. Due to the missing depth information in the X-ray visualization, it is highly difficult in particular for junior physicians to place the stent graft in the preoperatively defined position within the aorta. Therefore, advanced 3D visualization of stent grafts is highly required. In this paper, we present a novel algorithm to automatically match a 3D model of the stent graft to an intraoperative D image showing the device. By automatic preprocessing and a globalto-local registration approach, we are able to abandon user interaction and still meet the desired robustness. The complexity of our registration scheme is reduced by a semi-simultaneous optimization strategy incorporating constraints that correspond to the geometric model of the stent graft. Via experiments on synthetic, phantom, and real interventional data, we are able to show that the presented method matches the stent graft model to the D image data with good accuracy. 1 Introduction Due to its minimally invasive nature, endovascular aortic repair (EVAR) has replaced the conventional open surgery as preventive treatment procedure for abdominal aortic aneurysms (AAA). In contrast to a complete opening of the patient s abdomen, a stent graft is inserted through one femoral artery into the aneurysmatic aorta excluding the aneurysm sack from the circulation and reducing the pressure on the aortic wall. Once completely unfolded, misplacements of the stent graft may lead to life-threatening emergency surgeries if vitally important organs are cut-off from blood supply. Jointfirstauthors. We are thankful to Simon Weidert (Klinikum Innenstadt, Ludwig-Maximilian- Universität München, Germany) and Asbjorn Odegard (St. Olavs Hospital Trondheim, Norway) for providing image data. G. Fichtinger, A. Martel, and T. Peters (Eds.): MICCAI 011, Part I, LNCS 6891, pp , 011. c Springer-Verlag Berlin Heidelberg 011

2 3D Stent Recovery in One-View Scenario 179 Fig. 1. Tubular aortic stent graft Fig.. Stent segment model with r t = r b (left) and r t <r b (right) During the intervention, the catheter and stent position is only visualized in D X-ray views. This makes it highly difficult for physicians to place the stent graft in the predefined position. A virtual visualization of the unfolding stent graft within the CTA volume would provide the physician a 3D view of the current situation. Such solutions would decrease both the need for extensive use of contrast agent and the radiation dose. Whereas D-3D registration systems for endovascular interventions are already available [6,8], a visualization of the stent graft in a 3D patient scan still requires a method for stent graft detection in D and correct backprojection into 3D. Existing publications on stent graft segmentation in 3D volumes [7,4] all employ intensity based thresholding. There is, to the best of our knowledge, no shape-based approach for extraction of aortic stent grafts in 3D or D. In this paper, we present a novel algorithm to match a 3D model of the stent graft to an intraoperative D image showing the device. Method.1 Stent Model We define the stent segment model to be the curve M i (x) =(a i (x),b i (x),c i (x)) consisting of the set of parametric equations a i (x) =r M,i (x)cos(x) (1) b i (x) =r M,i (x)sin(x) () c i (x) =A i sin(p i x + s i ) (3) with amplitude A i specifying the height of the segment, period p i equal to the number of peaks, and phase shift s i merely shifting the starting point. The radius of the stent segment model is calculated by r M,i (x) = ( 1 sin(p ix +1) ) ri t + sin(p ix)+1 ri b (4)

3 180 S. Demirci et al. feature Image If Frangi filter (thin lines) Median filter catheter silouette C Image I Frangi filter (thick lines) Median filter Mean filter stent region S Fig. 3. Preprocessing scheme for an automatic computation of the feature image I f (a) I (b) C (c) S (d) I wires (e) I f Fig. 4. Visualization of automatic feature extraction procedure with ri t and rb i representing the upper and lower radius as visualized in Fig.. The entire stent graft is defined as the set of l segments M = {M 1,...,M l }.. Automatic Feature Extraction For an improved performance, we first apply a preprocessing procedure on image I (see Fig. 4(a)) in order to extract a region of interest and highlight the wire structure. Additional to the wires of the stent graft, the guide wire which is used as navigation support to the physician is also visible in the interventional X-ray images. In order for our matching algorithm to not get stuck in these outliers, we need to eliminate these pixels. Fig. 3 displays our preprocessing scheme. For obtaining the catheter silhouette image C (Fig. 4(b)), we employ the Frangi filter [] for scales 5 6 followed by a median filtering for noise removal in order to capture the catheter pixels. The stent region S (Fig. 4(c)) is extracted similarly. First, we subtract thick curvilinear structures from thin curvilinear structures (Frangi filter for scale ) for only highlighting the stent wires in I wires (Fig. 4(d)). Subsequent employment of a median filter for noise removal and mean filter for dominant region extraction leads to the desired image region that contains the stent graft. Instead of the Frangi filter, any filter can be used that highlights curvilinear structures of selected sizes.

4 3D Stent Recovery in One-View Scenario 181 In the end, we subtract the catheter pixels C from image I wires and mask the result with S. The resulting feature image I f is displayed in Fig. 4(e). In order to provide a distance measure for the following registration procedure, we calculate distance map D If on feature image I f..3 Stent-Model-to-Image Registration A projection is necessary to map the stent model M to the D image coordinate system of I. Similar to D-3D image registration, the projection transformation P = K[R t] consists of the 6-DOF extrinsic parameters [R t] for rotation and translation of the 3D volume and the 4-DOF intrinsic camera parameter K of the pinhole camera model [3]. For the following considerations, we assume the camera matrix K to be given by the interventional angio system. Using all transformation and model parameters together as p = {p 1,...,p l }, p i = {R i,t i,r t i,rb i,a i} (5) the registration problem for the entire stent model is given by ˆp =argmin p l i=1 x M i D If (T pi (x)) (6) where T pi (x) is a projection of point x of the 3D segment model M i using parameters p i. This equals a simultaneous registration of all stent segment models introducing a parameter space of dimension l 9. Considering that conventional abdominal aortic stent grafts consist of several segments, the cost for optimization increases rapidly. Another drawback is the presence of many local minima in the costfunction plot corresponding to each one of all displayed stent segments. In order to reduce the complexity in our registration procedure, we employ a semi-simultaneous optimization framework based on the idea of Sidorov et al. [9]. Instead of optimizing all parameters for all segments at once, we optimize the parameters of one segment for a certain number of iterations and then move to the next randomly chosen segment. By applying this strategy, we implicitly make use of the tubular appearance of the stent graft.it requires however a fairly good initial guess of the position of the stent in the image which we try to achieve by separating the pose estimation process into a global and a local step. Global registration. Here, we solve for the overall orientation of all segments in order to be very close for the local calculations. The global pose of the entire stent graft model M is defined by the global parameters p global = {K, R global,t global }. Assuming that K is given, a good initial guess for the remaining global parameters is achieved by computing a principal component analysis and subsequent region operations on the stent region S. Accordingly, let now p i = {v i, t i,ri t,rb i,a i} define the set of remaining parameters for each single segment i, wherev i =[α i,β i,γ i ] T represents the vector containing the three rotation angles that form rotation matrix R i. Setting

5 18 S. Demirci et al. parameter vectors p i to initial values with no rotation and translation and predefined approximated values for A and r t = r b, we obtain an estimation of the position of each stent segment in the interventional image. Local registration. In this step, values for each p i are optimized. Similar to Equ. (6), we define our costfunction for each segment i (i =1,...,l)as E(p i )= D If (T pglobal p i (x)) + ω λ φ(p i),φ(p i+1 ) (7) x M i with φ(p i )= t i t i 1 t Δ i v i v i 1 vi Δ ri t rb i 1 rδ i (8) constraining the change of translation, rotation and radius in between neighboring segments naturally defined by the graft material fixing the stent wires (Fig. 1) that is not stretchable. Therefore respective parameters depend on the predefined distance d i between the segments: t Δ i = d i d i v i Δ = A i + d i d i 1+di d i 1+di s i r Δ i = r t i r b i ω>>0 represents a weighting factor for the penalization term. We optimize Equ. 7 within a deterministic annealing scheme with temperature λ being the distance from the current projected segment to the nearest image feature in I f. As the distance and hence the temperature decrease, the penalization term is taken more and more into account. Using this approach our algorithm is also able to capture highly curved stent grafts. 3 Results and Discussion Although our method can be applied to interventional X-ray images without knowing the corresponding matrix P, a thorough validation is only possible in 3D requiring a correct calibration of the C-arm system. A possible strategy is to acquire projection images of the stent graft from two or more different views, apply our proposed method to each of the images, and compare the resulting 3D models. Therefore it is crucial that either all images are taken simultaneously or no changes to the stent graft have been made in between the different acquisitions. It is very difficult to find interventional images that fulfill these requirements as bi-planar systems are not considered state-of-the-art imaging for endovascular interventions and physicians only rarely acquire two or more images where the stent graft is in the exact same opening stage. Another approach would be to compare the resulting 3D stent model to a segmentation of the stent in a 3D volume. This is not possible for interventional cases, as only

6 3D Stent Recovery in One-View Scenario 183 Table 1. Synthetic experiments: RMS errors for amplitude, top and bottom radii averaged over total number of included segments and target registration errors over all landmarks A (mm) r t (mm) r b (mm) # landmarks mean/median/max TRE (mm) R /3.86/8.65 R /4.01/7.96 R /5.36/10.50 R /5.81/9.91 pre- and (maybe) postoperative patient volumes are available that either contain no stent graft at all (preoperative) or a fully opened stent graft (postoperative). Due to these difficulties, we decided to quantitatively validate the accuracy of our proposed algorithm on realistic synthetic and phantom data and use in-vivo data to show the interventional impact of our method. With this paper we intend to present a proof-of-concept for a highly novel approach to enhance intraoperative visualization for EVAR. We would like to emphasize that the proposed method is of linear complexity O(n) withn being the number of pixels included in one stent segment. Depending on the image resolution, n lies in between 100 and 500. Although all experiments were performed using unoptimized MATLAB code, with an efficient implementation, it is possible to apply the procedure within an interventional setting. For creating the synthetic data, we digitally produced binary volumes of size showing random stent graft models consisting of 3-6 segments, namely R 3, R 4, R 5, R 6. By applying realistic deformations to each of the segments and calculating random projections of the volumes, we obtain D images of the stent graft as well as the corresponding ground truth parameter selection.we estimated the average noise level of 5 interventional fluoroscopies showing an unfolded stent graft and added it to the projection images (mean 0.59 and variance 0.98). The registration accuracy measured in target registration error (TRE) in varying number of distributed landamrks, is listed in Table 1. As expected, the errors values are very small and show the overall impact of our method. The sudden change in error values for stent models with 5 and 6 segments are due to the fact that we only employed different top and bottom radii for R 5, R 6. The phantom design is composed of the upper part of a swine s leg in which we inserted a halfly unfolded stent graft parallel to the bone. For guide wire simulation, we integrated a small wire inside the stent graft. In order to prevent deformation changes, we placed the entire phantom in a paper box and filled all empty space with insulating foam. 10 radio-opaque markers were sticked to the outside and inside of the box in a predefined pattern.after acquiring a 3D CT volume, we took X-ray projection images with a mobile interventional C-arm from 3 different angles. Details of the image sizes and transformations are given in Table. In absence of an available fixed angio system, we had to calibrate the C-arm by employing the normalized Direct Linear Transform (DLT) algorithm [3] on the corresponding marker positions. Once P matrices were estimated, our algorithm was applied to all 3 projection images. We compared the recovered

7 184 S. Demirci et al. Table. Details for phantom projection images and the Hausdorff distance of recovered 3D stent model to real stent graft extracted from CT size (pixel) 1st angle (deg) nd angle (deg) Hausdorff (mm) A B C (a) (b) (c) (d) Fig. 5. Real experiment: (a)-(b) detection results (white) overlayed onto interventional images acquired from two different views, (c) 3D recovery of both stent shapes (green,red) and (d) after applying a common scale to all green segments 3D models to the real stent extracted from CT using a combination of manual outlining and region growing. In order to allow for quantitative evaluation of our results, we backprojected the resulting digital stent models into CT space and created a binary volume of the exact same extent and voxel size as the phantom CT volume. Values for the Hausdorff distance measuring the distance between both shapes for each of the 3 datasets, are given in Table. For the real experiments, our medical partners kindly provided a set of real interventional fluoroscopy image data (acquired by Siemens AXIOM Artis dta angiography suite) and corresponding preoperative CTA scans. Provided that the C-arm system is correctly calibrated, the amplitude and top and bottom radii of two corresponding segments acquired from different views must be equal up to a common scaling factor. As the angiography system used by our clinical partners is not biplanar, deformation changes need to be taken care of by the experimental setup. In the lower abdominal part of the human body, the aorta and iliac arteries are not exposed to breathing or other organ specific motion and the pulsatile motion originating from the blood pressure is neglectable [5]. The deformation that is induced by the stent graft itself, however, is very significant [1], but can be eliminated by acquiring both images in the same opening stage of the stent graft. Visual results are given in Fig. 5. For the combined plot of both models (Fig. 5(d)), we applied a common scale of 7.91 to each segment s amplitude and top and bottom radii of the stent model shown in red color. The scale value represents the mean ratio of final values for amplitude and top and bottom radii for each of the 8 segments and yields a root mean square error in model point positions of.1 mm.

8 3D Stent Recovery in One-View Scenario Conclusion In this paper, we presented a novel algorithm to match a 3D model of the stent graft to an intraoperative D image showing the device. It uses automatic preprocessing and a global-to-local approach to abandon any user interaction and still meet the required robustness. Including a semi-simultaneous optimization strategy and constraining the inter-stent-segment relations to correspond to the material property of the stent graft, the complexity of the optimization space could be reduced. The results of performed experiments on synthetic as well as real interventional data show the practical potential of our proposed method. References 1. Demirci, S., Manstad-Hulaas, F., Navab, N.: Quantification of aortic deformation after EVAR. In: Miga, M.I., Wong, K.H. (eds.) Medical Imaging: Visualization, Image-Guided Procedures, and Modeling. Proceedings of SPIE. SPIE, vol. 761, p. 7611U (009). Frangi, A.F., Niessen, W.J., Vincken, K.L., Viergever, M.A.: Multiscale vessel enhancement filtering. In: Wells, W.M., Colchester, A.C.F., Delp, S.L. (eds.) MICCAI LNCS, vol. 1496, pp Springer, Heidelberg (1998) 3. Hartley, R., Zisserman, A.: Multiple View Geometry, nd edn. University Press, Cambridge (003) 4. Klein, A., Renema, W., Schultze Kool, L., Slump, C.: Initial steps towards automatic segmentation of the wire frame of stent grafts in ct data. In: 4th Annual Symposium of the IEEE-EMBS Benelux Chapter, pp IEEE-EMBS Benelux Chapter, Enschede (009) 5. Klein, A., Oostveen, L.J., Greuter, M.J.W., Hoogeveen, Y., Schultze Kool, L.J., Slump, C.H., Renema, W.K.J.: Detectability of motions in aaa with ecg-gated cta: a quantitative study. Med. Phys. 36(10), (009) 6. Liao, R., Tan, Y., Sundar, H., Pfister, M., Kamen, A.: An efficient graph-based deformable D/3D registration algorithm with applications for abdominal aortic aneurysm interventions. In: Liao, H., Edwards, P.J., Pan, X., Fan, Y., Yang, G.-Z. (eds.) MIAR 010. LNCS, vol. 636, pp Springer, Heidelberg (010) 7. Mattes, J., Steingruber, I., Netzer, M., Fritscher, K., Kopf, H., Jaschke, W., Schubert, R.: Quantification of the migration and deformation of abdominal aortic aneurysm stent grafts. In: Reinhardt, J.M., Pluim, J.P.W. (eds.) Medical Imaging: Image Processing. Proceedings of SPIE, vol. 6144, p V. SPIE (006) 8. Raheem, A., Carrell, T., Modarai, B., Penney, G.: Non-rigid D-3D image registration for use in endovascular repair of abdominal aortic aneurysms. In: Bhalerao, A.H., Rajpoot, N.M. (eds.) Proceedings of Medical Image Understanding and Analysis, pp University of Warwick (010) 9. Sidorov, K., Richmond, S., Marshall, D.: An efficient stochastic approach to groupwise non-rigid image registration. In: IEEE Conference on Computer Vision and Pattern Recognition, pp IEEE Press, Los Alamitos (009)

3D Guide Wire Navigation from Single Plane Fluoroscopic Images in Abdominal Catheterizations

3D Guide Wire Navigation from Single Plane Fluoroscopic Images in Abdominal Catheterizations 3D Guide Wire Navigation from Single Plane Fluoroscopic Images in Abdominal Catheterizations Martin Groher 2, Frederik Bender 1, Ali Khamene 3, Wolfgang Wein 3, Tim Hauke Heibel 2, Nassir Navab 2 1 Siemens

More information

Non-rigid 2D-3D image registration for use in Endovascular repair of Abdominal Aortic Aneurysms.

Non-rigid 2D-3D image registration for use in Endovascular repair of Abdominal Aortic Aneurysms. RAHEEM ET AL.: IMAGE REGISTRATION FOR EVAR IN AAA. 1 Non-rigid 2D-3D image registration for use in Endovascular repair of Abdominal Aortic Aneurysms. Ali Raheem 1 ali.raheem@kcl.ac.uk Tom Carrell 2 tom.carrell@gstt.nhs.uk

More information

Depth-Layer-Based Patient Motion Compensation for the Overlay of 3D Volumes onto X-Ray Sequences

Depth-Layer-Based Patient Motion Compensation for the Overlay of 3D Volumes onto X-Ray Sequences Depth-Layer-Based Patient Motion Compensation for the Overlay of 3D Volumes onto X-Ray Sequences Jian Wang 1,2, Anja Borsdorf 2, Joachim Hornegger 1,3 1 Pattern Recognition Lab, Friedrich-Alexander-Universität

More information

Diagnostic quality of time-averaged ECG-gated CT data

Diagnostic quality of time-averaged ECG-gated CT data Diagnostic quality of time-averaged ECG-gated CT data Almar Klein a, Luuk J. Oostveen b, Marcel J.W. Greuter c, Yvonne Hoogeveen b, Leo J. Schultze Kool b, Cornelis H. Slump a and W. Klaas Jan Renema b

More information

SIGMI Meeting ~Image Fusion~ Computer Graphics and Visualization Lab Image System Lab

SIGMI Meeting ~Image Fusion~ Computer Graphics and Visualization Lab Image System Lab SIGMI Meeting ~Image Fusion~ Computer Graphics and Visualization Lab Image System Lab Introduction Medical Imaging and Application CGV 3D Organ Modeling Model-based Simulation Model-based Quantification

More information

FOREWORD TO THE SPECIAL ISSUE ON MOTION DETECTION AND COMPENSATION

FOREWORD TO THE SPECIAL ISSUE ON MOTION DETECTION AND COMPENSATION Philips J. Res. 51 (1998) 197-201 FOREWORD TO THE SPECIAL ISSUE ON MOTION DETECTION AND COMPENSATION This special issue of Philips Journalof Research includes a number of papers presented at a Philips

More information

Probabilistic Tracking and Model-based Segmentation of 3D Tubular Structures

Probabilistic Tracking and Model-based Segmentation of 3D Tubular Structures Probabilistic Tracking and Model-based Segmentation of 3D Tubular Structures Stefan Wörz, William J. Godinez, Karl Rohr University of Heidelberg, BIOQUANT, IPMB, and DKFZ Heidelberg, Dept. Bioinformatics

More information

Guide wire tracking in interventional radiology

Guide wire tracking in interventional radiology Guide wire tracking in interventional radiology S.A.M. Baert,W.J. Niessen, E.H.W. Meijering, A.F. Frangi, M.A. Viergever Image Sciences Institute, University Medical Center Utrecht, rm E 01.334, P.O.Box

More information

Modeling and preoperative planning for kidney surgery

Modeling and preoperative planning for kidney surgery Modeling and preoperative planning for kidney surgery Refael Vivanti Computer Aided Surgery and Medical Image Processing Lab Hebrew University of Jerusalem, Israel Advisor: Prof. Leo Joskowicz Clinical

More information

2D Vessel Segmentation Using Local Adaptive Contrast Enhancement

2D Vessel Segmentation Using Local Adaptive Contrast Enhancement 2D Vessel Segmentation Using Local Adaptive Contrast Enhancement Dominik Schuldhaus 1,2, Martin Spiegel 1,2,3,4, Thomas Redel 3, Maria Polyanskaya 1,3, Tobias Struffert 2, Joachim Hornegger 1,4, Arnd Doerfler

More information

Model-Based Respiratory Motion Compensation for Image-Guided Cardiac Interventions

Model-Based Respiratory Motion Compensation for Image-Guided Cardiac Interventions Model-Based Respiratory Motion Compensation for Image-Guided Cardiac Interventions February 8 Matthias Schneider Pattern Recognition Lab Friedrich-Alexander-University Erlangen-Nuremberg Imaging and Visualization

More information

Gradient-Based Differential Approach for Patient Motion Compensation in 2D/3D Overlay

Gradient-Based Differential Approach for Patient Motion Compensation in 2D/3D Overlay Gradient-Based Differential Approach for Patient Motion Compensation in 2D/3D Overlay Jian Wang, Anja Borsdorf, Benno Heigl, Thomas Köhler, Joachim Hornegger Pattern Recognition Lab, Friedrich-Alexander-University

More information

Application of level set based method for segmentation of blood vessels in angiography images

Application of level set based method for segmentation of blood vessels in angiography images Lodz University of Technology Faculty of Electrical, Electronic, Computer and Control Engineering Institute of Electronics PhD Thesis Application of level set based method for segmentation of blood vessels

More information

Robust and Fast Contrast Inflow Detection for 2D X-ray Fluoroscopy

Robust and Fast Contrast Inflow Detection for 2D X-ray Fluoroscopy Robust and Fast Contrast Inflow Detection for 2D X-ray Fluoroscopy Terrence Chen, Gareth Funka-Lea, and Dorin Comaniciu Siemens Corporation, Corporate Research, 755 College Road East, Princeton, NJ, USA

More information

Thin Plate Spline Feature Point Matching for Organ Surfaces in Minimally Invasive Surgery Imaging

Thin Plate Spline Feature Point Matching for Organ Surfaces in Minimally Invasive Surgery Imaging Thin Plate Spline Feature Point Matching for Organ Surfaces in Minimally Invasive Surgery Imaging Bingxiong Lin, Yu Sun and Xiaoning Qian University of South Florida, Tampa, FL., U.S.A. ABSTRACT Robust

More information

3/27/2012 WHY SPECT / CT? SPECT / CT Basic Principles. Advantages of SPECT. Advantages of CT. Dr John C. Dickson, Principal Physicist UCLH

3/27/2012 WHY SPECT / CT? SPECT / CT Basic Principles. Advantages of SPECT. Advantages of CT. Dr John C. Dickson, Principal Physicist UCLH 3/27/212 Advantages of SPECT SPECT / CT Basic Principles Dr John C. Dickson, Principal Physicist UCLH Institute of Nuclear Medicine, University College London Hospitals and University College London john.dickson@uclh.nhs.uk

More information

Vessel Centerline Tracking in CTA and MRA Images Using Hough Transform

Vessel Centerline Tracking in CTA and MRA Images Using Hough Transform Vessel Centerline Tracking in CTA and MRA Images Using Hough Transform Maysa M.G. Macedo 1, Choukri Mekkaoui 2, and Marcel P. Jackowski 1 1 University of São Paulo, Department of Computer Science, Rua

More information

Image-Based Device Tracking for the Co-registration of Angiography and Intravascular Ultrasound Images

Image-Based Device Tracking for the Co-registration of Angiography and Intravascular Ultrasound Images Image-Based Device Tracking for the Co-registration of Angiography and Intravascular Ultrasound Images Peng Wang 1, Terrence Chen 1, Olivier Ecabert 2, Simone Prummer 2, Martin Ostermeier 2, and Dorin

More information

Fiducial localization in C-arm based Cone-Beam CT

Fiducial localization in C-arm based Cone-Beam CT Copyright 2009 Society of Photo-Optical Instrumentation Engineers. This paper was published in Proc. of SPIE Medical Imaging 2009: Visualization and Image-Guided Procedures, and is made available as an

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

Comparison of Vessel Segmentations using STAPLE

Comparison of Vessel Segmentations using STAPLE Comparison of Vessel Segmentations using STAPLE Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab The University of North Carolina at Chapel Hill, Department

More information

A Hybrid Method for Coronary Artery Stenoses Detection and Quantification in CTA Images

A Hybrid Method for Coronary Artery Stenoses Detection and Quantification in CTA Images A Hybrid Method for Coronary Artery Stenoses Detection and Quantification in CTA Images İlkay Öksüz 1, Devrim Ünay 2, Kamuran Kadıpaşaoğlu 2 1 Electrical and Electronics Engineering, Bahçeşehir University,

More information

Towards an Estimation of Acoustic Impedance from Multiple Ultrasound Images

Towards an Estimation of Acoustic Impedance from Multiple Ultrasound Images Towards an Estimation of Acoustic Impedance from Multiple Ultrasound Images Christian Wachinger 1, Ramtin Shams 2, Nassir Navab 1 1 Computer Aided Medical Procedures (CAMP), Technische Universität München

More information

Freehand 3-D Sonographic Measurement of the Superficial Femoral Artery

Freehand 3-D Sonographic Measurement of the Superficial Femoral Artery Freehand 3-D Sonographic Measurement of the Superficial Femoral Artery Dennis Sandkühler, Christian Sobotta, Matthias Samsel, Heinrich Martin Overhoff Medical Engineering Laboratory, University of Applied

More information

METRIC PLANE RECTIFICATION USING SYMMETRIC VANISHING POINTS

METRIC PLANE RECTIFICATION USING SYMMETRIC VANISHING POINTS METRIC PLANE RECTIFICATION USING SYMMETRIC VANISHING POINTS M. Lefler, H. Hel-Or Dept. of CS, University of Haifa, Israel Y. Hel-Or School of CS, IDC, Herzliya, Israel ABSTRACT Video analysis often requires

More information

Automatic Cerebral Aneurysm Detection in Multimodal Angiographic Images

Automatic Cerebral Aneurysm Detection in Multimodal Angiographic Images Automatic Cerebral Aneurysm Detection in Multimodal Angiographic Images Clemens M. Hentschke, Oliver Beuing, Rosa Nickl and Klaus D. Tönnies Abstract We propose a system to automatically detect cerebral

More information

Semi-Automatic Segmentation of the Patellar Cartilage in MRI

Semi-Automatic Segmentation of the Patellar Cartilage in MRI Semi-Automatic Segmentation of the Patellar Cartilage in MRI Lorenz König 1, Martin Groher 1, Andreas Keil 1, Christian Glaser 2, Maximilian Reiser 2, Nassir Navab 1 1 Chair for Computer Aided Medical

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

Phantom-based evaluation of a semi-automatic segmentation algorithm for cerebral vascular structures in 3D ultrasound angiography (3D USA)

Phantom-based evaluation of a semi-automatic segmentation algorithm for cerebral vascular structures in 3D ultrasound angiography (3D USA) Phantom-based evaluation of a semi-automatic segmentation algorithm for cerebral vascular structures in 3D ultrasound angiography (3D USA) C. Chalopin¹, K. Krissian², A. Müns 3, F. Arlt 3, J. Meixensberger³,

More information

Interactive segmentation of vascular structures in CT images for liver surgery planning

Interactive segmentation of vascular structures in CT images for liver surgery planning Interactive segmentation of vascular structures in CT images for liver surgery planning L. Wang¹, C. Hansen¹, S.Zidowitz¹, H. K. Hahn¹ ¹ Fraunhofer MEVIS, Institute for Medical Image Computing, Bremen,

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

3D/2D Model-to-Image Registration Applied to TIPS Surgery

3D/2D Model-to-Image Registration Applied to TIPS Surgery 3D/2D Model-to-Image Registration Applied to TIPS Surgery Julien Jomier 1, Elizabeth Bullitt 2, Mark Van Horn 2, Chetna Pathak 2, and Stephen R. Aylward 1 1 Kitware Inc. 28 Corporate Drive Clifton Park,

More information

Image Thickness Correction for Navigation with 3D Intra-cardiac Ultrasound Catheter

Image Thickness Correction for Navigation with 3D Intra-cardiac Ultrasound Catheter Image Thickness Correction for Navigation with 3D Intra-cardiac Ultrasound Catheter Hua Zhong 1, Takeo Kanade 1,andDavidSchwartzman 2 1 Computer Science Department, Carnegie Mellon University, USA 2 University

More information

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy Chenyang Xu 1, Siemens Corporate Research, Inc., Princeton, NJ, USA Xiaolei Huang,

More information

A New Method for CT to Fluoroscope Registration Based on Unscented Kalman Filter

A New Method for CT to Fluoroscope Registration Based on Unscented Kalman Filter A New Method for CT to Fluoroscope Registration Based on Unscented Kalman Filter Ren Hui Gong, A. James Stewart, and Purang Abolmaesumi School of Computing, Queen s University, Kingston, ON K7L 3N6, Canada

More information

Package vesselr. R topics documented: April 3, Type Package

Package vesselr. R topics documented: April 3, Type Package Type Package Package vesselr April 3, 2017 Title Gradient and Vesselness Tools for Arrays and NIfTI Images Version 0.2.1 Maintainer Jordan D. Dworkin Simple functions for calculating

More information

FAKULTÄT FÜR INFORMATIK. Automatic Detection of Stent Grafts in Interventional 2D and 3D Image Data

FAKULTÄT FÜR INFORMATIK. Automatic Detection of Stent Grafts in Interventional 2D and 3D Image Data FAKULTÄT FÜR INFORMATIK DER TECHNISCHEN UNIVERSITÄT MÜNCHEN Diplomarbeit in Informatik Automatic Detection of Stent Grafts in Interventional 2D and 3D Image Data Automatische Erkennung von Stent Grafts

More information

Towards Projector-based Visualization for Computer-assisted CABG at the Open Heart

Towards Projector-based Visualization for Computer-assisted CABG at the Open Heart Towards Projector-based Visualization for Computer-assisted CABG at the Open Heart Christine Hartung 1, Claudia Gnahm 1, Stefan Sailer 1, Marcel Schenderlein 1, Reinhard Friedl 2, Martin Hoffmann 3, Klaus

More information

calibrated coordinates Linear transformation pixel coordinates

calibrated coordinates Linear transformation pixel coordinates 1 calibrated coordinates Linear transformation pixel coordinates 2 Calibration with a rig Uncalibrated epipolar geometry Ambiguities in image formation Stratified reconstruction Autocalibration with partial

More information

3D Imaging from Video and Planar Radiography

3D Imaging from Video and Planar Radiography 3D Imaging from Video and Planar Radiography Julien Pansiot and Edmond Boyer Morpheo, Inria Grenoble Rhône-Alpes, France International Conference on Medical Image Computing and Computer Assisted Intervention

More information

Comparison of Vessel Segmentations Using STAPLE

Comparison of Vessel Segmentations Using STAPLE Comparison of Vessel Segmentations Using STAPLE Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab, The University of North Carolina at Chapel Hill, Department

More information

3D Ultrasound System Using a Magneto-optic Hybrid Tracker for Augmented Reality Visualization in Laparoscopic Liver Surgery

3D Ultrasound System Using a Magneto-optic Hybrid Tracker for Augmented Reality Visualization in Laparoscopic Liver Surgery 3D Ultrasound System Using a Magneto-optic Hybrid Tracker for Augmented Reality Visualization in Laparoscopic Liver Surgery Masahiko Nakamoto 1, Yoshinobu Sato 1, Masaki Miyamoto 1, Yoshikazu Nakamjima

More information

Vision-Based Registration for Augmented Reality with Integration of Arbitrary Multiple Planes

Vision-Based Registration for Augmented Reality with Integration of Arbitrary Multiple Planes Vision-Based Registration for Augmented Reality with Integration of Arbitrary Multiple Planes Yuo Uematsu and Hideo Saito Keio University, Dept. of Information and Computer Science, Yoohama, Japan {yu-o,

More information

Scaling Calibration in the ATRACT Algorithm

Scaling Calibration in the ATRACT Algorithm Scaling Calibration in the ATRACT Algorithm Yan Xia 1, Andreas Maier 1, Frank Dennerlein 2, Hannes G. Hofmann 1, Joachim Hornegger 1,3 1 Pattern Recognition Lab (LME), Friedrich-Alexander-University Erlangen-Nuremberg,

More information

A Study of Medical Image Analysis System

A Study of Medical Image Analysis System Indian Journal of Science and Technology, Vol 8(25), DOI: 10.17485/ijst/2015/v8i25/80492, October 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Medical Image Analysis System Kim Tae-Eun

More information

Hybrid Spline-based Multimodal Registration using a Local Measure for Mutual Information

Hybrid Spline-based Multimodal Registration using a Local Measure for Mutual Information Hybrid Spline-based Multimodal Registration using a Local Measure for Mutual Information Andreas Biesdorf 1, Stefan Wörz 1, Hans-Jürgen Kaiser 2, Karl Rohr 1 1 University of Heidelberg, BIOQUANT, IPMB,

More information

Towards full-body X-ray images

Towards full-body X-ray images Towards full-body X-ray images Christoph Luckner 1,2, Thomas Mertelmeier 2, Andreas Maier 1, Ludwig Ritschl 2 1 Pattern Recognition Lab, FAU Erlangen-Nuernberg 2 Siemens Healthcare GmbH, Forchheim christoph.luckner@fau.de

More information

Improved Navigated Spine Surgery Utilizing Augmented Reality Visualization

Improved Navigated Spine Surgery Utilizing Augmented Reality Visualization Improved Navigated Spine Surgery Utilizing Augmented Reality Visualization Zein Salah 1,2, Bernhard Preim 1, Erck Elolf 3, Jörg Franke 4, Georg Rose 2 1Department of Simulation and Graphics, University

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

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

Convolution-Based Truncation Correction for C-Arm CT using Scattered Radiation

Convolution-Based Truncation Correction for C-Arm CT using Scattered Radiation Convolution-Based Truncation Correction for C-Arm CT using Scattered Radiation Bastian Bier 1, Chris Schwemmer 1,2, Andreas Maier 1,3, Hannes G. Hofmann 1, Yan Xia 1, Joachim Hornegger 1,2, Tobias Struffert

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

Intensity-Based 3D-Reconstruction of Non-Rigid Moving Stenosis From Many Angiographies erschienen in

Intensity-Based 3D-Reconstruction of Non-Rigid Moving Stenosis From Many Angiographies erschienen in Intensit-Based 3D-Reconstruction of Non-Rigid Moving Stenosis From Man Angiographies erschienen in @inproceedings{bouattour24i3o, pages = {45-49}, crossref = {proceedings24bfd}, title = {Intensit-Based

More information

Navigation System for ACL Reconstruction Using Registration between Multi-Viewpoint X-ray Images and CT Images

Navigation System for ACL Reconstruction Using Registration between Multi-Viewpoint X-ray Images and CT Images Navigation System for ACL Reconstruction Using Registration between Multi-Viewpoint X-ray Images and CT Images Mamoru Kuga a*, Kazunori Yasuda b, Nobuhiko Hata a, Takeyoshi Dohi a a Graduate School of

More information

A 3-D Modeling Scheme for Cerebral Vasculature from MRA Datasets

A 3-D Modeling Scheme for Cerebral Vasculature from MRA Datasets 3-D Modeling Scheme for Cerebral Vasculature from MR Datasets Zhongyuan Qin, Xuanqin Mou Institute of Image Processing Xi'an Jiaotong University Xi'an, Shaanxi 710049, P. R. China Ruofei Zhang Department

More information

Improvement and Evaluation of a Time-of-Flight-based Patient Positioning System

Improvement and Evaluation of a Time-of-Flight-based Patient Positioning System Improvement and Evaluation of a Time-of-Flight-based Patient Positioning System Simon Placht, Christian Schaller, Michael Balda, André Adelt, Christian Ulrich, Joachim Hornegger Pattern Recognition Lab,

More information

Recovery of 3D Pose of Bones in Single 2D X-ray Images

Recovery of 3D Pose of Bones in Single 2D X-ray Images Recovery of 3D Pose of Bones in Single 2D X-ray Images Piyush Kanti Bhunre Wee Kheng Leow Dept. of Computer Science National University of Singapore 3 Science Drive 2, Singapore 117543 {piyushka, leowwk}@comp.nus.edu.sg

More information

Accurate Quantification of Small-Diameter Tubular Structures in Isotropic CT Volume Data Based on Multiscale Line Filter Responses

Accurate Quantification of Small-Diameter Tubular Structures in Isotropic CT Volume Data Based on Multiscale Line Filter Responses Accurate Quantification of Small-Diameter Tubular Structures in Isotropic CT Volume Data Based on Multiscale Line Filter Responses Yoshinobu Sato 1, Shuji Yamamoto 2, and Shinichi Tamura 1 1 Division of

More information

Landmark-based 3D Elastic Registration of Pre- and Postoperative Liver CT Data

Landmark-based 3D Elastic Registration of Pre- and Postoperative Liver CT Data Landmark-based 3D Elastic Registration of Pre- and Postoperative Liver CT Data An Experimental Comparison Thomas Lange 1, Stefan Wörz 2, Karl Rohr 2, Peter M. Schlag 3 1 Experimental and Clinical Research

More information

Nearly automatic vessels segmentation using graph-based energy minimization

Nearly automatic vessels segmentation using graph-based energy minimization Nearly automatic vessels segmentation using graph-based energy minimization Release 1.00 M. Freiman 1, J. Frank 1, L. Weizman 1 E. Nammer 2, O. Shilon 2,, L. Joskowicz 1 and J. Sosna 3 July 16, 2009 1

More information

Midterm Exam Solutions

Midterm Exam Solutions Midterm Exam Solutions Computer Vision (J. Košecká) October 27, 2009 HONOR SYSTEM: This examination is strictly individual. You are not allowed to talk, discuss, exchange solutions, etc., with other fellow

More information

A Radiometry Tolerant Method for Direct 3D/2D Registration of Computed Tomography Data to X-ray Images

A Radiometry Tolerant Method for Direct 3D/2D Registration of Computed Tomography Data to X-ray Images A Radiometry Tolerant Method for Direct 3D/2D Registration of Computed Tomography Data to X-ray Images Transfer Function Independent Registration Boris Peter Selby 1, Georgios Sakas 2, Stefan Walter 1,

More information

Classification-based summation of cerebral digital subtraction angiography series for image post-processing algorithms

Classification-based summation of cerebral digital subtraction angiography series for image post-processing algorithms IOP PUBLISHING Phys. Med. Biol. 56 (2011) 1791 1802 PHYSICS IN MEDICINE AND BIOLOGY doi:10.1088/0031-9155/56/6/017 Classification-based summation of cerebral digital subtraction angiography series for

More information

Iterative CT Reconstruction Using Curvelet-Based Regularization

Iterative CT Reconstruction Using Curvelet-Based Regularization Iterative CT Reconstruction Using Curvelet-Based Regularization Haibo Wu 1,2, Andreas Maier 1, Joachim Hornegger 1,2 1 Pattern Recognition Lab (LME), Department of Computer Science, 2 Graduate School in

More information

4DM Packages. 4DM Packages & License Types. Information to help you order the appropriate licenses for your site.

4DM Packages. 4DM Packages & License Types. Information to help you order the appropriate licenses for your site. 4DM Packages 4DM Packages & License Types. Information to help you order the appropriate licenses for your site. Nuclear Cardiac Quantification, Review, and Reporting Select Your 4DM Package and corresponding

More information

Sensor-aided Milling with a Surgical Robot System

Sensor-aided Milling with a Surgical Robot System 1 Sensor-aided Milling with a Surgical Robot System Dirk Engel, Joerg Raczkowsky, Heinz Woern Institute for Process Control and Robotics (IPR), Universität Karlsruhe (TH) Engler-Bunte-Ring 8, 76131 Karlsruhe

More information

Rigid and Deformable Vasculature-to-Image Registration : a Hierarchical Approach

Rigid and Deformable Vasculature-to-Image Registration : a Hierarchical Approach Rigid and Deformable Vasculature-to-Image Registration : a Hierarchical Approach Julien Jomier and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab The University of North Carolina at Chapel

More information

Automatic Vascular Tree Formation Using the Mahalanobis Distance

Automatic Vascular Tree Formation Using the Mahalanobis Distance Automatic Vascular Tree Formation Using the Mahalanobis Distance Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab, Department of Radiology The University

More information

Endoscopic Reconstruction with Robust Feature Matching

Endoscopic Reconstruction with Robust Feature Matching Endoscopic Reconstruction with Robust Feature Matching Students: Xiang Xiang Mentors: Dr. Daniel Mirota, Dr. Gregory Hager and Dr. Russell Taylor Abstract Feature matching based 3D reconstruction is a

More information

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

An Edge-Based Approach to Motion Detection*

An Edge-Based Approach to Motion Detection* An Edge-Based Approach to Motion Detection* Angel D. Sappa and Fadi Dornaika Computer Vison Center Edifici O Campus UAB 08193 Barcelona, Spain {sappa, dornaika}@cvc.uab.es Abstract. This paper presents

More information

Measurement of Pedestrian Groups Using Subtraction Stereo

Measurement of Pedestrian Groups Using Subtraction Stereo Measurement of Pedestrian Groups Using Subtraction Stereo Kenji Terabayashi, Yuki Hashimoto, and Kazunori Umeda Chuo University / CREST, JST, 1-13-27 Kasuga, Bunkyo-ku, Tokyo 112-8551, Japan terabayashi@mech.chuo-u.ac.jp

More information

A Novel 2D-3D Registration Algorithm for Aligning Fluoro Images with 3D Pre-op CT/MR Images

A Novel 2D-3D Registration Algorithm for Aligning Fluoro Images with 3D Pre-op CT/MR Images A Novel 2D-3D Registration Algorithm for Aligning Fluoro Images with 3D Pre-op CT/MR Images Hari Sundar* 1, 2, Ali Khamene 1, Chenyang Xu 1, Frank Sauer 1, Christos Davatzikos 2 1 Siemens Corporate Research,

More information

Combination of Markerless Surrogates for Motion Estimation in Radiation Therapy

Combination of Markerless Surrogates for Motion Estimation in Radiation Therapy Combination of Markerless Surrogates for Motion Estimation in Radiation Therapy CARS 2016 T. Geimer, M. Unberath, O. Taubmann, C. Bert, A. Maier June 24, 2016 Pattern Recognition Lab (CS 5) FAU Erlangen-Nu

More information

Isogeometric Analysis of Fluid-Structure Interaction

Isogeometric Analysis of Fluid-Structure Interaction Isogeometric Analysis of Fluid-Structure Interaction Y. Bazilevs, V.M. Calo, T.J.R. Hughes Institute for Computational Engineering and Sciences, The University of Texas at Austin, USA e-mail: {bazily,victor,hughes}@ices.utexas.edu

More information

A Robust Two Feature Points Based Depth Estimation Method 1)

A Robust Two Feature Points Based Depth Estimation Method 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 2005 A Robust Two Feature Points Based Depth Estimation Method 1) ZHONG Zhi-Guang YI Jian-Qiang ZHAO Dong-Bin (Laboratory of Complex Systems and Intelligence

More information

Multi-modal Image Registration Using the Generalized Survival Exponential Entropy

Multi-modal Image Registration Using the Generalized Survival Exponential Entropy Multi-modal Image Registration Using the Generalized Survival Exponential Entropy Shu Liao and Albert C.S. Chung Lo Kwee-Seong Medical Image Analysis Laboratory, Department of Computer Science and Engineering,

More information

Artefakt-resistente Bewegungsschätzung für die bewegungskompensierte CT

Artefakt-resistente Bewegungsschätzung für die bewegungskompensierte CT Artefakt-resistente Bewegungsschätzung für die bewegungskompensierte CT Marcus Brehm 1,2, Thorsten Heußer 1, Pascal Paysan 3, Markus Oehlhafen 3, and Marc Kachelrieß 1,2 1 German Cancer Research Center

More information

Motion Correction in fmri by Mapping Slice-to-Volume with Concurrent Field-Inhomogeneity Correction

Motion Correction in fmri by Mapping Slice-to-Volume with Concurrent Field-Inhomogeneity Correction Motion Correction in fmri by Mapping Slice-to-Volume with Concurrent Field-Inhomogeneity Correction Desmond T.B. Yeo 1,2, Jeffery A. Fessler 2, and Boklye Kim 1 1 Department of Radiology, University of

More information

Fully Automatic Multi-organ Segmentation based on Multi-boost Learning and Statistical Shape Model Search

Fully Automatic Multi-organ Segmentation based on Multi-boost Learning and Statistical Shape Model Search Fully Automatic Multi-organ Segmentation based on Multi-boost Learning and Statistical Shape Model Search Baochun He, Cheng Huang, Fucang Jia Shenzhen Institutes of Advanced Technology, Chinese Academy

More information

A Non-Linear Image Registration Scheme for Real-Time Liver Ultrasound Tracking using Normalized Gradient Fields

A Non-Linear Image Registration Scheme for Real-Time Liver Ultrasound Tracking using Normalized Gradient Fields A Non-Linear Image Registration Scheme for Real-Time Liver Ultrasound Tracking using Normalized Gradient Fields Lars König, Till Kipshagen and Jan Rühaak Fraunhofer MEVIS Project Group Image Registration,

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

Generalizing vesselness with respect to dimensionality and shape Release 1.00

Generalizing vesselness with respect to dimensionality and shape Release 1.00 Generalizing vesselness with respect to dimensionality and shape Release 1.00 Luca Antiga 1 August 3, 2007 1 Medical Imaging Unit Mario Negri Institute, Bergamo, Italy email: antiga at marionegri.it Abstract

More information

1238 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 29, NO. 6, JUNE /$ IEEE

1238 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 29, NO. 6, JUNE /$ IEEE 1238 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 29, NO. 6, JUNE 2010 Spatio-Temporal Data Fusion for 3D+T Image Reconstruction in Cerebral Angiography Andrew D. Copeland, Rami S. Mangoubi*, Mukund N. Desai,

More information

GPU-accelerated Rendering for Medical Augmented Reality in Minimally-invasive Procedures

GPU-accelerated Rendering for Medical Augmented Reality in Minimally-invasive Procedures GPU-accelerated Rendering for Medical Augmented Reality in Minimally-invasive Procedures Matthias Wieczorek 1, André Aichert 1, Oliver Kutter 1, Christoph Bichlmeier 1, Jürgen Landes 2, Sandro Michael

More information

Automatic Hepatic Vessel Segmentation Using Graphics Hardware

Automatic Hepatic Vessel Segmentation Using Graphics Hardware Automatic Hepatic Vessel Segmentation Using Graphics Hardware Marius Erdt 1, Matthias Raspe 2, and Michael Suehling 3 1 Fraunhofer Institute for Computer Graphics, Cognitive Computing & Medical Imaging,

More information

Contrast Enhancement with Dual Energy CT for the Assessment of Atherosclerosis

Contrast Enhancement with Dual Energy CT for the Assessment of Atherosclerosis Contrast Enhancement with Dual Energy CT for the Assessment of Atherosclerosis Stefan C. Saur 1, Hatem Alkadhi 2, Luca Regazzoni 1, Simon Eugster 1, Gábor Székely 1, Philippe Cattin 1,3 1 Computer Vision

More information

An Iterative Framework for Improving the Accuracy of Intraoperative Intensity-Based 2D/3D Registration for Image-Guided Orthopedic Surgery

An Iterative Framework for Improving the Accuracy of Intraoperative Intensity-Based 2D/3D Registration for Image-Guided Orthopedic Surgery An Iterative Framework for Improving the Accuracy of Intraoperative Intensity-Based 2D/3D Registration for Image-Guided Orthopedic Surgery Yoshito Otake 1, Mehran Armand 2, Ofri Sadowsky 1, Robert S. Armiger

More information

Development of 3D Model-based Morphometric Method for Assessment of Human Weight-bearing Joint. Taeho Kim

Development of 3D Model-based Morphometric Method for Assessment of Human Weight-bearing Joint. Taeho Kim Development of 3D Model-based Morphometric Method for Assessment of Human Weight-bearing Joint Taeho Kim Introduction Clinical measurement in the foot pathology requires accurate and robust measurement

More information

Dynamic Cone Beam Reconstruction Using a New Level Set Formulation

Dynamic Cone Beam Reconstruction Using a New Level Set Formulation Dynamic Cone Beam Reconstruction Using a New Level Set Formulation Andreas Keil 1, Jakob Vogel 1, Günter Lauritsch 2, and Nassir Navab 1 1 Computer Aided Medical Procedures, TU München, Germany, keila@cs.tum.edu

More information

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION Frank Dong, PhD, DABR Diagnostic Physicist, Imaging Institute Cleveland Clinic Foundation and Associate Professor of Radiology

More information

Multiscale Blood Vessel Segmentation in Retinal Fundus Images

Multiscale Blood Vessel Segmentation in Retinal Fundus Images Multiscale Blood Vessel Segmentation in Retinal Fundus Images Attila Budai 1, Georg Michelson 2, Joachim Hornegger 1 1 Pattern Recognition Lab and Graduate School in Advanced Optical Technologies(SAOT),

More information

IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 31, NO. 8, AUGUST David Rivest-Hénault*, Hari Sundar, and Mohamed Cheriet

IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 31, NO. 8, AUGUST David Rivest-Hénault*, Hari Sundar, and Mohamed Cheriet IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 31, NO. 8, AUGUST 2012 1557 Nonrigid 2D/3D Registration of Coronary Artery Models With Live Fluoroscopy for Guidance of Cardiac Interventions David Rivest-Hénault*,

More information

Partial Calibration and Mirror Shape Recovery for Non-Central Catadioptric Systems

Partial Calibration and Mirror Shape Recovery for Non-Central Catadioptric Systems Partial Calibration and Mirror Shape Recovery for Non-Central Catadioptric Systems Abstract In this paper we present a method for mirror shape recovery and partial calibration for non-central catadioptric

More information

Srikumar Ramalingam. Review. 3D Reconstruction. Pose Estimation Revisited. School of Computing University of Utah

Srikumar Ramalingam. Review. 3D Reconstruction. Pose Estimation Revisited. School of Computing University of Utah School of Computing University of Utah Presentation Outline 1 2 3 Forward Projection (Reminder) u v 1 KR ( I t ) X m Y m Z m 1 Backward Projection (Reminder) Q K 1 q Presentation Outline 1 2 3 Sample Problem

More information

Model-based segmentation and recognition from range data

Model-based segmentation and recognition from range data Model-based segmentation and recognition from range data Jan Boehm Institute for Photogrammetry Universität Stuttgart Germany Keywords: range image, segmentation, object recognition, CAD ABSTRACT This

More information

Initialising Groupwise Non-rigid Registration Using Multiple Parts+Geometry Models

Initialising Groupwise Non-rigid Registration Using Multiple Parts+Geometry Models Initialising Groupwise Non-rigid Registration Using Multiple Parts+Geometry Models Pei Zhang 1,Pew-ThianYap 1, Dinggang Shen 1, and Timothy F. Cootes 2 1 Department of Radiology and Biomedical Research

More information

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Structured Light II Johannes Köhler Johannes.koehler@dfki.de Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Introduction Previous lecture: Structured Light I Active Scanning Camera/emitter

More information

Outdoor Scene Reconstruction from Multiple Image Sequences Captured by a Hand-held Video Camera

Outdoor Scene Reconstruction from Multiple Image Sequences Captured by a Hand-held Video Camera Outdoor Scene Reconstruction from Multiple Image Sequences Captured by a Hand-held Video Camera Tomokazu Sato, Masayuki Kanbara and Naokazu Yokoya Graduate School of Information Science, Nara Institute

More information

Explorative Building of 3D Vessel Tree Models 1) Technology, Inffeldgasse 16 2.OG, A-8010 Graz, Austria

Explorative Building of 3D Vessel Tree Models 1) Technology, Inffeldgasse 16 2.OG, A-8010 Graz, Austria Explorative Building of 3D Vessel Tree Models 1) Georg Langs 123, Petia Radeva 3, Francesc Carreras 4 1 Institute for Computer Graphics and Vision, Graz University of Technology, Inffeldgasse 16 2.OG,

More information