Aorta segmentation in non-contrast cardiac CT Images using an entropy-based cost function

Size: px
Start display at page:

Download "Aorta segmentation in non-contrast cardiac CT Images using an entropy-based cost function"

Transcription

1 Aorta segmentation in non-contrast cardiac CT Images using an entropy-based cost function Olga C. Avila-Montes, Uday Kurkure, Ioannis A. Kakadiaris Computational Biomedicine Lab, Dept. of Computer Science, University of Houston, Houston TX, USA ABSTRACT Studies have shown that aortic calcification is associated with increased risk of cardiovascular disease. Furthermore, aortic calcium assessment can be performed on standard cardiac calcium scoring Computed Tomography scans, which may help to avoid additional imaging studies. In this paper, we present an entropy-based, narrow band restricted, iterative method for segmentation of the ascending aorta in non-contrast CT images, as a step towards aortic calcification detection and pericardial fat quantitation. First, an estimate of the aorta center and radius is obtained by applying dynamic programming in Hough space. In the second step, these estimates serve to reduce the aorta boundary search area to within a narrow band, and the contour is updated iteratively using dynamic programming methods. Our algorithm is able to overcome the limitations of previous approaches in characterizing (i) the boundary edge features and (ii) non-circular shape at aortic root. The results from the proposed method compare favorably with the manually traced aorta boundaries and outperform other approaches in terms of boundary distance and volume overlap. Keywords: aorta segmentation, dynamic programming, entropy, non-contrast computed tomography 1. INTRODUCTION Coronary heart disease (CHD) is the primary cause of morbidity and mortality in the United States and around the globe. According to the National Heart Lung and Blood Institute, cardiovascular diseases, including atherosclerosis and its complications, were responsible for about one million deaths in 2004 in the United States. 1 Studies have found that coronary artery calcium is a distinct marker for atherosclerosis. 2 Such calcifications can also occur in extra-coronary structures including the ascending aorta, the aortic arch, the descending aorta, and the abdominal aorta. Several studies have shown that the calcification of the thoracic aorta, aortic arch, and aortic valve is associated with increased risk of cardiovascular disease. 3 6 Recent research has also shown close association between thoracic aorta calcium, aortic valve calcium and advanced coronary artery calcium 7 10 hinting at the presence of systematic atherosclerosis. Prior to including aortic calcium measurements in cardiovascular risk assessment, longitudinal studies need to be conducted to assess the incremental value of thoracic aorta calcium in addition to coronary artery calcium. The aorta and coronary artery calcifications can be quantified by non-contrast Computed Tomography (CT) imaging. 8, 11 Moreover, the thoracic aorta calcifications can be measured from standard cardiac calcium scoring CT scans without requiring any additional scanning, which is especially advantageous for retrospective studies. Currently, aortic calcium scoring is not routinely performed in clinical practice because the available calcium scoring tools require manual annotation of the calcifications, which is a labor-intensive and time-consuming process. One way to automate the process of aortic calcium scoring is to determine the aortic boundaries and extract calcifications within these boundaries automatically or with minimal user interaction. Moreover, for the problem of pericardial fat detection, one would like to exclude the aorta from the region of interest. 12 Considerable research has been conducted towards thoracic aorta segmentation in magnetic resonance (MR) images, magnetic resonance angiography (MRA) images, 16, 17 and Computed Tomography angiography (CTA) images. 18 All of these methods rely on the presence of high contrast between lumen and its surroundings to obtain sufficiently large intensity gradients at the vessel boundary only. However, the lack of contrast between Corresponding Author: Ioannis A. Kakadiaris (ioannisk@uh.edu)

2 blood pool regions, muscle walls and fat in the non-contrast CT imaging renders aorta segmentation as a challenging task. Recently, Isgum et al. 19 proposed an atlas-based aorta segmentation method for non-contrast CT data. Their method was evaluated on high resolution CT scans acquired as part of a lung cancer screening trial. Thus, its applicability to low resolution, highly anisotropic calcium scoring CT scans is questionable. In our previous work, 20 we proposed a method for aorta localization and segmentation. The aorta localization step estimated the approximate location and size of the aorta through dynamic programming-based Hough circle selection. Aorta segmentation was accomplished by using dynamic programming-based boundary detection in the polar coordinate system. However, the previous method exhibited significant errors in boundary detection for the ascending aorta when there was lack of edge information and when the aorta s shape did not conform to the circular shape assumption (especially near the aortic root). In this paper, we present an entropy-based cost function for aortic boundary detection to overcome the effect of noise and lack of edge features. The local entropy provides a measure of dispersion of image intensity and, hence, it can be used as an indicator of the edge characteristics. Furthermore, we present an iterative, narrowband method to compute a locally optimal boundary using dynamic programming. The narrow-band approach restricts the search region locally to avoid unexpected contour deformations, whereas the iterative nature of the method allows the deforming contour to reach the real boundary of the aorta, irrespective of its shape. The rest of the paper is organized as follows: Section 2 provides a detailed description of the proposed algorithms for automated segmentation of the aorta. In Section 3, we present validation results on clinical data when compared to manual annotations. 2. METHODS Our approach is broadly divided into two main steps: (i) aorta localization, and (ii) aorta segmentation. In the first step, the approximate position and size of the aorta are estimated by exploiting the circular shape of the aorta in axial images. In the second step, we use the estimated position and size of the aorta to detect refined aortic boundary contours using dynamic programming methods. 2.1 Localization of the Aorta In spite of heart dynamics, the aorta maintains its global tubular shape with only minor local deformations. Since the thoracic aorta runs mainly vertically, its appearance in axial slices approximates a circular shape which can be extracted using the Hough transform. The Hough space is computed by performing a convolution operation using a circular kernel of radius r, H = E K, where H is the Hough space, E is the edge response obtained with the Canny edge detector, and K is the circular kernel. The Hough space is treated as a medialness feature space, where the coordinates of the circle s center and radius are the dimensions of the space. A dynamic programming-based optimal path search is performed on the Hough spaces of subsequent axial slices to obtain a series of optimal best-fit circles for the aorta. To select an appropriate Hough circle corresponding to the aorta, we assume that there is little deviation in cross-sectional size and horizontal positioning of the aorta in subsequent axial slices. Therefore, the optimal path is defined to be a path connecting the Hough spaces from consecutive slices that has minimum cost with respect to the change in radius, translation, and accumulator votes. Further details about this step can be found in our earlier work Segmentation of the Aorta The problem of detecting a closed, circular boundary contour can be formulated as an optimal path detection problem in a polar coordinate system. In this formulation, the optimal path is detected in the two-dimensional space in which one dimension is the distance from the center point (radius) and the other dimension is the angle from a fixed direction. This formulation can be extended to detect a closed contour that deviates away from the circular shape by modifying the coordinate system of the search space if an initial contour is available. One of the dimensions of this modified coordinate system corresponds to the parametric representation of the initial contour and the other to the normals of the contour. The search space can be restricted by controlling the length of the normals on either side of the contour. However, if the boundary has high curvature, the normals may cross each other, leading (depending on the length of the normals) to the folding of the search space.

3 To overcome the above-mentioned limitations, we propose a method to compute the narrow band search space and the coordinate system. The narrow band is obtained by limiting the space at a certain distance from the contour through a distance transform. The inner and outer boundaries of the narrow band are parameterized with an equal number of points forming one of the dimensions of the search space. A correspondence is sought between the boundaries to obtain the connecting line segments which are also parameterized with an equal number of points forming the other dimension of the search space. This formulation allows the contour to deviate from a circular shape and does not cause folding of the search space. The contour can be refined further following an iterative procedure Construction of an entropy-based cost function The optimal path detection problem can be solved using dynamic programming, however, its success depends largely on the cost function used. We define the cost of a path as the sum of local energies along the path, given by: N C(p 1, p 2,, p N ) = c F (p 1 ) + (c F (p i ) + c G (p i 1, p i )), (1) where {p 1,, p i,, p N } are the N points of the path B N. The desired boundary ˆB N is the optimal polyline B N that has the global minimum cost C(B N ). The cost term c F (p i ) exploits features that characterize the boundary and c G (p i 1, p i ) imposes the spatial continuity yielding a smooth boundary. These two terms are expressed as: Q c F (p i ) = w j fj (p i ) (i = 1,, N), (2) j=1 i=2 c G (p i 1, p i ) = w Q+1 g(p i 1, p i ) (i = 2,, N), (3) where the local cost terms f j (p i ) (j = 1,, Q) are transformations of image features f j (p i ), Q represents to the number of features used and g(p i 1, p i ) is the distance between two consecutive points of the path. Note that these local cost terms are application-specific and should be carefully selected in order to reflect the characteristics of the boundary formation that we wish to describe. We use the following features for the feature-based cost function: Intensity ( f 1 (p i )): This term forces the boundary to follow the homogeneous path through the pixels with higher blood intensity values. Gradient ( f 2 (p i )): The gradient cost component term is responsible for moving the boundary towards the points having strong gradient value in a direction perpendicular to the boundary. Local Entropy ( f 3 (p i )): Local entropy measures the randomness or the degree of disorder of an image. It is defined as E = p log(p), where p is the probability of occurrence of a gray level within a local neighborhood. From the previous equation we can observe that the local entropy within a certain region will diminish as the region becomes more homogeneous, because the changes in grey levels are small for homogenous regions. On the other hand, the local entropy will have high values in regions with grey level transitions, showing that such regions are not texturally uniform. The object of interest, such as an organ boundary, exhibits a certain amount of disorder because it describes the transition between different homogenous regions. Since the local entropy feature is able to highlight such regions of interest, the entropy-based cost component term forces the optimal path to follow the aorta boundaries. The use of the entropy term allows a better representation of the spatial structural information contained in the image because it provides additional information regarding the region boundaries and gives an idea about the transition of intensities between adjacent pixels Contour initialization First, a non-linear gray-scale modification is performed to enhance blood and suppress other types of tissue. Then, a polar coordinate system is constructed using the pair of (ˆx, ŷ) coordinates and radius ˆr as center and radius estimates, respectively. Figure 1(a) depicts the rays from the center estimate, and the obtained polar image is depicted in Fig. 1(b). When processing the first slice, the estimates (ˆx, ŷ) and ˆr are obtained from the

4 (b) (a) (c) (d) Figure 1. (a) CT image overlaid with the selected Hough circle (black) and radial rays (white) from its center to transform into a polar coordinate system. (b) Polar transformed image. (c) Optimal path (white) obtained by the dynamic programming method overlaid on the cost image. (d) Depiction of the detected boundary contour (white) transformed back into the Euclidean coordinate system. center coordinates (x L, y L ) and radius r L of the circle resulting from the localization step described in Sec However, the estimates (ˆx, ŷ, ˆr) are updated when the aorta boundary contour is available from the previous slice, such that its center coordinates (x S, y S ) and average radius r S contribute as follows: (ˆx k, ŷ k, ˆr k) = β ( x k L, y k L, r k L) + (1 β) ( x k 1 S where N corresponds to the number of slices., y k 1 S, r k 1 S ) (k = 2,, N), (4) Finally, an optimal path is detected using the cost function described in Sec through dynamic programming in the constructed polar coordinate system. In order to incorporate a 3D surface continuity factor, a new cost term f 4 (p i ) is added to Eq. (2) based on the distance from the previous contour. This term guides the initialization of the following slices, and benefits low contrast slices by using information from their neighboring slices. The detected path (Fig. 1(c)) is transformed back into Euclidean coordinates, providing the aortic boundaries, as depicted in Fig. 1(d) Aorta boundary detection In this step, the initial contour obtained from the previous step is iteratively refined by recomputing the optimal path within a narrow band in a new coordinate system. The essential idea in this refinement stage is to consider a narrow band around the current estimation of the aorta contour in both directions (inwards and outwards) as a local search space. Thus, the contour is updated within only this band through dynamic programming, and the narrow band is also updated in each iteration as the contour changes. The narrow band is bounded on either side by two curves (C 1 and C 2 ), which are at a Euclidean distance δ from the contour. The distance δ determines the capture range of the contour. If it is too large, the contour may get attracted to undesired features. If it is too small, the contour may not be able to capture the real aorta boundary. The inner and outer boundaries of the narrow band are defined as circular linked lists of vertices by sampling them into N points. To determine the correspondence between the points of inner and outer contours, both contours lists are rotated such that the start positions of both lists have the shortest possible distance. Each line segment connecting the corresponding pair of points from the curves C 1 and C 2 is discretized into M points (Fig. 2(a)). The new coordinate system is formed by rearranging the N boundary points from the inner and the outer contours and the M points from each line segment connecting the N points, yielding an image grid of size N M, as depicted in Fig. 2(b). Using dynamic programming and the cost function described in Sec , an optimal path representing the aorta boundary is detected in the new search space (Fig. 2(c)) and transformed back to the original space (Fig. 2(d)). The boundary estimation is refined by applying this step iteratively until there are no significant changes between the segmentation result of two consecutive iterations or until a maximum number of iterations T has been reached.

5 (b) (a) (c) (d) Figure 2. (a) CT image overlaid with aorta boundary contour (black) obtained in t 1 iterations and the line segments connecting the inner and outer contours of the narrow band (white) to be transformed into the new coordinate system. (b) Depiction of the transformed image. (c) Optimal path (white) obtained at the current t iteration by the dynamic programming method overlaid on the cost image. (d) Detected boundary contour (white) transformed back into the Euclidean coordinates. 3. RESULTS AND DISCUSSION We applied our entropy-based segmentation method on 30 randomly selected non-contrast cardiac CT scans. The images were acquired on an electron-beam CT (EBCT) scanner (GE Imatron). For each scan, a stack of contiguous slices were acquired with slice thickness of 3 mm each. Each image was reconstructed to pixels with 16-bit gray value resolution. The pixels sizes ranged from mm to mm. The axial slices were processed in order from inferior to superior starting at the aortic root. We empirically determined the weights to be w j=1,,5 = { 1, 2, 0.7, 0.7, 0.6}. The constant β was set to be 0.5 for the given problem. In Fig. 3 the importance of the addition of the local entropy term in the dynamic programming cost function is depicted on a representative axial CT slice (Fig. 3(a)) located near the aortic root. The aorta boundary resulting from the previous approach, 20 the proposed method without using the entropy-based cost term, and the proposed method using the entropy-based cost term are depicted in Figs. 3(b)-(d), respectively. The positive impact that the local entropy term has in the final aorta segmentation for this slice can be clearly observed. The advantage of using the entropy as an additional cost term lies in its ability to highlight regions of interest such as the edges, moving the optimal path towards the real aorta boundary. The accuracy of the proposed method was assessed using the boundary distance error. The convexity of the aorta allows us to use the root mean squared radial distance (R) between the boundaries as a boundary error metric. The boundary contours are parameterized over θ with the centroid c µ of the manual contour being the center of rotation. The error metric R is computed as a root mean square distance between corresponding points on the manual and automated boundary contours obtained from the intersections of the radial lines drawn outward from the centroid to the boundary contours. Figure 4 depicts the cumulative radial distance errors between automatic and manual contours for ascending aorta for the proposed segmentation method (Fig. 4, solid line). We compare the segmentation results against the Hough circles extracted in the localization step (Fig. 4, dotted line) and the results from the Kurkure et al. 20 method (Fig. 4, dashed line). It can be observed that the refined contours follow the aortic boundary more closely than either the Hough circles or the previous method in all the cases. The volume overlap is estimated in terms of a well-known overlap measure, the Dice similarity coefficient (DSC), defined as: DSC(S µ, S α ) = 2 S µ Sα S µ + S α, (5) where S µ and S α represent the manual and the proposed segmentation methods, and V denotes the number of voxels labeled by V. Table 1 provides descriptive statistics of the DSC measures obtained for the ascending aorta by the Kurkure et al. 20 method and the proposed method. In summary, the volume overlap measures

6 (a) (b) (c) (d) Figure 3. (a) Original CT image and aorta boundary detected by (b) the method proposed by Kurkure et al., 20 (c) the proposed method without the entropy-based cost term, and (d) the proposed method with the entropy-based cost term. Figure 4. Cumulative radial distance error, R, of the localization method (dotted line), the method proposed by Kurkure et al. 20 (dashed line) and the proposed method (solid line). of the aorta segmentation with the manual annotations were 88.7% and 94.5% for the method by Kurkure et al. 20 and the proposed method, respectively. Figure 5 depicts a 3D isosurface visualization of the ascending and descending aorta segmentation results obtained using our method in two non-contrast cardiac CT scans of randomly selected patients. 4. CONCLUSION An entropy-based method for the segmentation of the ascending aorta is presented in this paper. The use of the local entropy in the cost function enabled the dynamic programming method to find the aorta boundary where the edge features failed, improving the segmentation results of the aorta significantly. Moreover, the iterative, narrow band-based approach allowed the contour to deviate from the circular shape assumption to capture the aortic boundary near the root of the aorta. The results from the proposed method compare well with the manually traced aorta boundaries and outperforms the previous approach. ACKNOWLEDGMENTS This work was supported in part by NIH 1R21EB A2 and UH Eckhard Pfeiffer Endowment Fund. Any opinions, findings, conclusions or recommendations expressed in this material are of the authors and may not reflect the views of the NIH. REFERENCES [1] National Institutes of Health, Disease statistics, tech. rep., National Heart Lung and Blood Institute (2007).

7 Table 1. Descriptive statistics of the Dice similarity coefficient (DSC) for aorta volume overlap the method proposed by Kurkure et al. 20 and the proposed method Segmentation Method DSC (mean ± std) DSC Range [min, max] Kurkure et al ± [ , ] Proposed method ± [ , ] (a) Figure 5. 3D isosurface visualization of the segmentation results obtained using our entropy-based method on two different non-contrast cardiac CT scans. [2] Lembcke, A., Coronary artery calcifications: A critical assessment of imaging techniques, Blood Purification 25(1), (2007). [3] Iribarren, C., Sidney, S., Sternfeld, B., and Browner, W., Calcification of the aortic arch: Risk factors and association with coronary heart disease, stroke, and peripheral vascular disease, Journal of the American Medical Association 283(21), (2000). [4] Rodondi, N., Taylor, B., Bauer, D., Lui, L., Vogt, M., Fink, H., Browner, W., Cummings, S., and Ensrud, K., Association between aortic calcification and total and cardiovascular mortality in older women, Journal of Internal Medicine 261(3), (2007). [5] Witteman, J., Kok, F., van Saase, J., and Valkenburg, H., Aortic calcification as a predictor of cardiovascular mortality, Lancet 2(8516), (1986). [6] Otto, C., Lind, B., Kitzman, D., Gersh, B., and Siscovick, D., Association of aortic-valve sclerosis with cardiovascular mortality and morbidity in the elderly, The New England Journal of Medicine 341(3), (1999). [7] Litovchik, I., Krakover, R., Blatt, A., and Vered, Z., Coronary and aortic calcification: Is the relationship important?, The Israel Medical Association Journal 9(4), (2007). [8] Wong, N., Sciammarella, M., Arad, Y., Miranda-Peats, R., Polk, D., Hachamovich, R., Friedman, J., Hayes, S., Daniell, A., and Berman, D., Relation of thoracic aortic and aortic valve calcium to coronary artery calcium and risk assessment, American Journal of Cardiology 92(8), (2003). [9] Adler, Y., Motro, M., Tenenbaum, A., Tanne, D., Fisman, E., Wiser, I., Hovav, B., Stolero, D., and Shemesh, J., Aortic valve calcium on spiral Computed Tomography is associated with calcification of the thoracic aorta in hypertensive patients, American Journal of Cardiology 89(5), (2002). [10] Adler, Y., Shemesh, J., Tenenbaum, A., Hovav, B., Fisman, E. Z., and Motro, M., Aortic valve calcium on spiral Computed Tomography (dual slice mode) is associated with advanced coronary calcium in hypertensive patients, Coronary Artery Disease 13(4), (2002). [11] Raggi, P., Callister, T., Cooil, B., He, Z., Lippolis, N., Russo, D., Zelinger, A., and Mahmarian, J., Identification of patients at increased risk of first unheralded acute myocardial infarction by electron-beam Computed Tomography, Circulation 101(8), (2000). (b)

8 [12] Yalamanchili, R., Kurkure, U., Dey, D., Berman, D., and Kakadiaris, I., Knowledge-based quantification of pericardial fat in non-contrast CT data, in [Proc. Society of Photographic Instrumentation Engineers Medical Imaging Conference], SPIE, San Diego, CA (Feb (In Press)). [13] Behrens, T., Rohr, K., and Stiehl, H., Robust segmentation of tubular structures in 3-D medical images by parametric object detection and tracking, IEEE Transactions on Systems, Man, and Cybernetics 33(4), (2003). [14] Rueckert, D., Burger, P., Forbat, S., Mohiaddin, R., and Yang, G., Automatic tracking of the aorta in cardiovascular MR images using deformable models, IEEE Transactions on Medical Imaging 16(5), (1997). [15] Adame, I., van der Geest, R., Bluemke, D., Lima, J., Reiber, J., and Lelieveldt, B., Automatic vessel wall contour detection and quantification of wall thickness in in-vivo MR images of the human aorta, Journal of Magnetic Resonance Imaging 24(3), (2006). [16] Worz, S. and Rohr, K., Segmentation and quantification of human vessels using a 3D cylindrical intensity model, IEEE Transactions on Medical Imaging 16(8), (2007). [17] Lorigo, L., Faugeras, O., Grimson, W., Keriven, R., Kikinis, R., Nabavi, A., and Westin, C., CURVES: Curve evolution for vessel segmentation, Medical Image Analysis 5(3), (2001). [18] Kovacs, T., Cattin, P., Alkadhi, H., Wildermuth, S., and Szekely, G., Automatic segmentation of the vessel lumen from 3D CTA images of aortic dissection, in [Proc. Bildverarbeitung fur die Medizin 2006], (2006). [19] Isgum, I., Staring, M., Rutten, A., Prokop, M., Viergever, M., and van Ginneken, B., Multi-atlas-based segmentation with local decision fusion - application to cardiac and aortic segmentation in CT scans, IEEE Transactions on Medical Imaging 28, (Jul. 2009). [20] Kurkure, U., Avila-Montes, O., and Kakadiaris, I., Automated segmentation of thoracic aorta in noncontrast CT images, in [Proc. IEEE International Symposium on Biomedical Imaging: From Nano to Macro], (May ).

Automatic Ascending Aorta Detection in CTA Datasets

Automatic Ascending Aorta Detection in CTA Datasets Automatic Ascending Aorta Detection in CTA Datasets Stefan C. Saur 1, Caroline Kühnel 2, Tobias Boskamp 2, Gábor Székely 1, Philippe Cattin 1,3 1 Computer Vision Laboratory, ETH Zurich, 8092 Zurich, Switzerland

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

Human Heart Coronary Arteries Segmentation

Human Heart Coronary Arteries Segmentation Human Heart Coronary Arteries Segmentation Qian Huang Wright State University, Computer Science Department Abstract The volume information extracted from computed tomography angiogram (CTA) datasets makes

More information

FINDING THE TRUE EDGE IN CTA

FINDING THE TRUE EDGE IN CTA FINDING THE TRUE EDGE IN CTA by: John A. Rumberger, PhD, MD, FACC Your patient has chest pain. The Cardiac CT Angiography shows plaque in the LAD. You adjust the viewing window trying to evaluate the stenosis

More information

Image Acquisition Systems

Image Acquisition Systems Image Acquisition Systems Goals and Terminology Conventional Radiography Axial Tomography Computer Axial Tomography (CAT) Magnetic Resonance Imaging (MRI) PET, SPECT Ultrasound Microscopy Imaging ITCS

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

Ultrasonic Multi-Skip Tomography for Pipe Inspection

Ultrasonic Multi-Skip Tomography for Pipe Inspection 18 th World Conference on Non destructive Testing, 16-2 April 212, Durban, South Africa Ultrasonic Multi-Skip Tomography for Pipe Inspection Arno VOLKER 1, Rik VOS 1 Alan HUNTER 1 1 TNO, Stieltjesweg 1,

More information

Automated Anatomical Likelihood Driven Extraction and Branching Detection of Aortic Arch in 3-D Chest CT

Automated Anatomical Likelihood Driven Extraction and Branching Detection of Aortic Arch in 3-D Chest CT Second International Workshop on -49- Automated Anatomical Likelihood Driven Extraction and Branching Detection of Aortic Arch in 3-D Chest CT Marco Feuerstein 1, Takayuki Kitasaka 2,3, Kensaku Mori 1,3

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

SUPPLEMENTARY FILE S1: 3D AIRWAY TUBE RECONSTRUCTION AND CELL-BASED MECHANICAL MODEL. RELATED TO FIGURE 1, FIGURE 7, AND STAR METHODS.

SUPPLEMENTARY FILE S1: 3D AIRWAY TUBE RECONSTRUCTION AND CELL-BASED MECHANICAL MODEL. RELATED TO FIGURE 1, FIGURE 7, AND STAR METHODS. SUPPLEMENTARY FILE S1: 3D AIRWAY TUBE RECONSTRUCTION AND CELL-BASED MECHANICAL MODEL. RELATED TO FIGURE 1, FIGURE 7, AND STAR METHODS. 1. 3D AIRWAY TUBE RECONSTRUCTION. RELATED TO FIGURE 1 AND STAR METHODS

More information

Nonrigid Motion Compensation of Free Breathing Acquired Myocardial Perfusion Data

Nonrigid Motion Compensation of Free Breathing Acquired Myocardial Perfusion Data Nonrigid Motion Compensation of Free Breathing Acquired Myocardial Perfusion Data Gert Wollny 1, Peter Kellman 2, Andrés Santos 1,3, María-Jesus Ledesma 1,3 1 Biomedical Imaging Technologies, Department

More information

HOUGH TRANSFORM CS 6350 C V

HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM The problem: Given a set of points in 2-D, find if a sub-set of these points, fall on a LINE. Hough Transform One powerful global method for detecting edges

More information

11/18/ CPT Preauthorization Groupings Effective January 1, Computerized Tomography (CT) Abdomen 6. CPT Description SEGR CT01

11/18/ CPT Preauthorization Groupings Effective January 1, Computerized Tomography (CT) Abdomen 6. CPT Description SEGR CT01 Computerized Tomography (CT) 6 & 101 5 Upper Extremity 11 Lower Extremity 12 Head 3 Orbit 1 Sinus 2 Neck 4 7 Cervical Spine 8 Thoracic Spine 9 Lumbar Spine 10 Colon 13 CPT Description SEGR 74150 74160

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

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Mohamed Amine LARHMAM, Saïd MAHMOUDI and Mohammed BENJELLOUN Faculty of Engineering, University of Mons,

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

More information

Total Variation Regularization Method for 3-D Rotational Coronary Angiography

Total Variation Regularization Method for 3-D Rotational Coronary Angiography Total Variation Regularization Method for 3-D Rotational Coronary Angiography Haibo Wu 1,2, Christopher Rohkohl 1,3, Joachim Hornegger 1,2 1 Pattern Recognition Lab (LME), Department of Computer Science,

More information

Segmentation of Intima Media Complex of Common Carotid Artery

Segmentation of Intima Media Complex of Common Carotid Artery Segmentation of Intima Media Complex of Common Carotid Artery Harsha.J.Krishna 1, Kavya Bhadran 2, Krishnapriya Venugopal 3, Sruthi.P 4, Vaishnavi.V 5 U.G Scholars, Dept of Electronics and Biomedical Engineering,

More information

Quantitative IntraVascular UltraSound (QCU)

Quantitative IntraVascular UltraSound (QCU) Quantitative IntraVascular UltraSound (QCU) Authors: Jouke Dijkstra, Ph.D. and Johan H.C. Reiber, Ph.D., Leiden University Medical Center, Dept of Radiology, Leiden, The Netherlands Introduction: For decades,

More information

Segmentation of Bony Structures with Ligament Attachment Sites

Segmentation of Bony Structures with Ligament Attachment Sites Segmentation of Bony Structures with Ligament Attachment Sites Heiko Seim 1, Hans Lamecker 1, Markus Heller 2, Stefan Zachow 1 1 Visualisierung und Datenanalyse, Zuse-Institut Berlin (ZIB), 14195 Berlin

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

Improvement of Efficiency and Flexibility in Multi-slice Helical CT

Improvement of Efficiency and Flexibility in Multi-slice Helical CT J. Shanghai Jiaotong Univ. (Sci.), 2008, 13(4): 408 412 DOI: 10.1007/s12204-008-0408-x Improvement of Efficiency and Flexibility in Multi-slice Helical CT SUN Wen-wu 1 ( ), CHEN Si-ping 2 ( ), ZHUANG Tian-ge

More information

Automatic Segmentation of Vessels in In-Vivo Ultrasound Scans

Automatic Segmentation of Vessels in In-Vivo Ultrasound Scans Downloaded from orbit.dtu.dk on: Sep, 18 Automatic Segmentation of Vessels in In-Vivo Ultrasound Scans Tamimi-Sarnikowski, Philip; Brink-Kjær, Andreas; Moshavegh, Ramin; Jensen, Jørgen Arendt Published

More information

Deviceless respiratory motion correction in PET imaging exploring the potential of novel data driven strategies

Deviceless respiratory motion correction in PET imaging exploring the potential of novel data driven strategies g Deviceless respiratory motion correction in PET imaging exploring the potential of novel data driven strategies Presented by Adam Kesner, Ph.D., DABR Assistant Professor, Division of Radiological Sciences,

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

CoE4TN4 Image Processing

CoE4TN4 Image Processing CoE4TN4 Image Processing Chapter 11 Image Representation & Description Image Representation & Description After an image is segmented into regions, the regions are represented and described in a form suitable

More information

Advanced Image Reconstruction Methods for Photoacoustic Tomography

Advanced Image Reconstruction Methods for Photoacoustic Tomography Advanced Image Reconstruction Methods for Photoacoustic Tomography Mark A. Anastasio, Kun Wang, and Robert Schoonover Department of Biomedical Engineering Washington University in St. Louis 1 Outline Photoacoustic/thermoacoustic

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

Chapter 3 Image Registration. Chapter 3 Image Registration

Chapter 3 Image Registration. Chapter 3 Image Registration Chapter 3 Image Registration Distributed Algorithms for Introduction (1) Definition: Image Registration Input: 2 images of the same scene but taken from different perspectives Goal: Identify transformation

More information

RADIOMICS: potential role in the clinics and challenges

RADIOMICS: potential role in the clinics and challenges 27 giugno 2018 Dipartimento di Fisica Università degli Studi di Milano RADIOMICS: potential role in the clinics and challenges Dr. Francesca Botta Medical Physicist Istituto Europeo di Oncologia (Milano)

More information

Computational Radiology Lab, Children s Hospital, Harvard Medical School, Boston, MA.

Computational Radiology Lab, Children s Hospital, Harvard Medical School, Boston, MA. Shape prior integration in discrete optimization segmentation algorithms M. Freiman Computational Radiology Lab, Children s Hospital, Harvard Medical School, Boston, MA. Email: moti.freiman@childrens.harvard.edu

More information

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07.

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07. NIH Public Access Author Manuscript Published in final edited form as: Proc Soc Photo Opt Instrum Eng. 2014 March 21; 9034: 903442. doi:10.1117/12.2042915. MRI Brain Tumor Segmentation and Necrosis Detection

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

Automated segmentation methods for liver analysis in oncology applications

Automated segmentation methods for liver analysis in oncology applications University of Szeged Department of Image Processing and Computer Graphics Automated segmentation methods for liver analysis in oncology applications Ph. D. Thesis László Ruskó Thesis Advisor Dr. Antal

More information

Intraoperative Prostate Tracking with Slice-to-Volume Registration in MR

Intraoperative Prostate Tracking with Slice-to-Volume Registration in MR Intraoperative Prostate Tracking with Slice-to-Volume Registration in MR Sean Gill a, Purang Abolmaesumi a,b, Siddharth Vikal a, Parvin Mousavi a and Gabor Fichtinger a,b,* (a) School of Computing, Queen

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

MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS

MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS Miguel Alemán-Flores, Luis Álvarez-León Departamento de Informática y Sistemas, Universidad de Las Palmas

More information

Other Linear Filters CS 211A

Other Linear Filters CS 211A Other Linear Filters CS 211A Slides from Cornelia Fermüller and Marc Pollefeys Edge detection Convert a 2D image into a set of curves Extracts salient features of the scene More compact than pixels Origin

More information

arxiv: v2 [cs.cv] 28 Jan 2019

arxiv: v2 [cs.cv] 28 Jan 2019 Improving Myocardium Segmentation in Cardiac CT Angiography using Spectral Information Steffen Bruns a, Jelmer M. Wolterink a, Robbert W. van Hamersvelt b, Majd Zreik a, Tim Leiner b, and Ivana Išgum a

More information

The Institute of Telecommunications and Computer Sciences, UTP University of Science and Technology, Bydgoszcz , Poland

The Institute of Telecommunications and Computer Sciences, UTP University of Science and Technology, Bydgoszcz , Poland Computer Technology and Application 6 (2015) 64-69 doi: 10.17265/1934-7332/2015.02.002 D DAVID PUBLISHIN An Image Analysis of Breast Thermograms Ryszard S. Choras The Institute of Telecommunications and

More information

arxiv: v1 [cs.cv] 11 Apr 2018

arxiv: v1 [cs.cv] 11 Apr 2018 Unsupervised Segmentation of 3D Medical Images Based on Clustering and Deep Representation Learning Takayasu Moriya a, Holger R. Roth a, Shota Nakamura b, Hirohisa Oda c, Kai Nagara c, Masahiro Oda a,

More information

Tomographic Reconstruction

Tomographic Reconstruction Tomographic Reconstruction 3D Image Processing Torsten Möller Reading Gonzales + Woods, Chapter 5.11 2 Overview Physics History Reconstruction basic idea Radon transform Fourier-Slice theorem (Parallel-beam)

More information

Three Dimensional Segmentation of Intravascular Ultrasound Data

Three Dimensional Segmentation of Intravascular Ultrasound Data Three Dimensional Segmentation of Intravascular Ultrasound Data Marc Wennogle 1 and William Hoff 2 1 Veran Medical Technologies, Nashville, Tennessee marc.wennogle@veranmedical.com 2 Colorado School of

More information

Total Variation Regularization Method for 3D Rotational Coronary Angiography

Total Variation Regularization Method for 3D Rotational Coronary Angiography Total Variation Regularization Method for 3D Rotational Coronary Angiography Haibo Wu 1,2, Christopher Rohkohl 1,3, Joachim Hornegger 1,2 1 Pattern Recognition Lab (LME), Department of Computer Science,

More information

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem SPRING 06 MEDICAL IMAGE COMPUTING (CAP 97) LECTURE 0: Medical Image Segmentation as an Energy Minimization Problem Dr. Ulas Bagci HEC, Center for Research in Computer Vision (CRCV), University of Central

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

MRA Image Segmentation with Capillary Active Contour

MRA Image Segmentation with Capillary Active Contour MRA Image Segmentation with Capillary Active Contour Pingkun Yan and Ashraf A. Kassim Department of Electrical & Computer Engineering, National University of Singapore {pingkun,ashraf}@nus.edu.sg Abstract.

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

MR Advance Techniques. Vascular Imaging. Class III

MR Advance Techniques. Vascular Imaging. Class III MR Advance Techniques Vascular Imaging Class III 1 Vascular Imaging There are several methods that can be used to evaluate the cardiovascular systems with the use of MRI. MRI will aloud to evaluate morphology

More information

A Comprehensive Method for Geometrically Correct 3-D Reconstruction of Coronary Arteries by Fusion of Intravascular Ultrasound and Biplane Angiography

A Comprehensive Method for Geometrically Correct 3-D Reconstruction of Coronary Arteries by Fusion of Intravascular Ultrasound and Biplane Angiography Computer-Aided Diagnosis in Medical Imaging, September 20-23, 1998, Chicago IL Elsevier ICS 1182 A Comprehensive Method for Geometrically Correct 3-D Reconstruction of Coronary Arteries by Fusion of Intravascular

More information

A COMPARISON OF WAVELET-BASED AND RIDGELET- BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY

A COMPARISON OF WAVELET-BASED AND RIDGELET- BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY A COMPARISON OF WAVELET-BASED AND RIDGELET- BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY Lindsay Semler Lucia Dettori Intelligent Multimedia Processing Laboratory School of Computer Scienve,

More information

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Du-Yih Tsai, Masaru Sekiya and Yongbum Lee Department of Radiological Technology, School of Health Sciences, Faculty of

More information

Issues with Curve Detection Grouping (e.g., the Canny hysteresis thresholding procedure) Model tting They can be performed sequentially or simultaneou

Issues with Curve Detection Grouping (e.g., the Canny hysteresis thresholding procedure) Model tting They can be performed sequentially or simultaneou an edge image, nd line or curve segments present Given the image. in Line and Curves Detection 1 Issues with Curve Detection Grouping (e.g., the Canny hysteresis thresholding procedure) Model tting They

More information

Evaluation of Spectrum Mismatching using Spectrum Binning Approach for Statistical Polychromatic Reconstruction in CT

Evaluation of Spectrum Mismatching using Spectrum Binning Approach for Statistical Polychromatic Reconstruction in CT Evaluation of Spectrum Mismatching using Spectrum Binning Approach for Statistical Polychromatic Reconstruction in CT Qiao Yang 1,4, Meng Wu 2, Andreas Maier 1,3,4, Joachim Hornegger 1,3,4, Rebecca Fahrig

More information

Clinical Importance. Aortic Stenosis. Aortic Regurgitation. Ultrasound vs. MRI. Carotid Artery Stenosis

Clinical Importance. Aortic Stenosis. Aortic Regurgitation. Ultrasound vs. MRI. Carotid Artery Stenosis Clinical Importance Rapid cardiovascular flow quantitation using sliceselective Fourier velocity encoding with spiral readouts Valve disease affects 10% of patients with heart disease in the U.S. Most

More information

Fuzzy-Based Extraction of Vascular Structures from Time-of-Flight MR Images

Fuzzy-Based Extraction of Vascular Structures from Time-of-Flight MR Images 816 Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-816

More information

8/2/2016. Measures the degradation/distortion of the acquired image (relative to an ideal image) using a quantitative figure-of-merit

8/2/2016. Measures the degradation/distortion of the acquired image (relative to an ideal image) using a quantitative figure-of-merit Ke Li Assistant Professor Department of Medical Physics and Department of Radiology School of Medicine and Public Health, University of Wisconsin-Madison This work is partially supported by an NIH Grant

More information

Estimating Arterial Wall Shear Stress 1

Estimating Arterial Wall Shear Stress 1 DEPARTMENT OF STATISTICS University of Wisconsin 1210 West Dayton St. Madison, WI 53706 TECHNICAL REPORT NO. 1088 December 12, 2003 Estimating Arterial Wall Shear Stress 1 John D. Carew 2 Departments of

More information

Blood vessel tracking in retinal images

Blood vessel tracking in retinal images Y. Jiang, A. Bainbridge-Smith, A. B. Morris, Blood Vessel Tracking in Retinal Images, Proceedings of Image and Vision Computing New Zealand 2007, pp. 126 131, Hamilton, New Zealand, December 2007. Blood

More information

A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING

A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING Proceedings of the 1994 IEEE International Conference on Image Processing (ICIP-94), pp. 530-534. (Austin, Texas, 13-16 November 1994.) A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING

More information

An Efficient Technique For Multi-Phase Model Based Iterative Reconstruction

An Efficient Technique For Multi-Phase Model Based Iterative Reconstruction 1 An Efficient Technique For Multi-Phase Model Based Iterative Reconstruction Shiyu Xu, Debashish Pal and Jean-Baptiste Thibault Abstract Multi-phase scan is a fundamental CT acquisition technology used

More information

Adaptive Fuzzy Connectedness-Based Medical Image Segmentation

Adaptive Fuzzy Connectedness-Based Medical Image Segmentation Adaptive Fuzzy Connectedness-Based Medical Image Segmentation Amol Pednekar Ioannis A. Kakadiaris Uday Kurkure Visual Computing Lab, Dept. of Computer Science, Univ. of Houston, Houston, TX, USA apedneka@bayou.uh.edu

More information

Edge-Preserving Denoising for Segmentation in CT-Images

Edge-Preserving Denoising for Segmentation in CT-Images Edge-Preserving Denoising for Segmentation in CT-Images Eva Eibenberger, Anja Borsdorf, Andreas Wimmer, Joachim Hornegger Lehrstuhl für Mustererkennung, Friedrich-Alexander-Universität Erlangen-Nürnberg

More information

Boundary descriptors. Representation REPRESENTATION & DESCRIPTION. Descriptors. Moore boundary tracking

Boundary descriptors. Representation REPRESENTATION & DESCRIPTION. Descriptors. Moore boundary tracking Representation REPRESENTATION & DESCRIPTION After image segmentation the resulting collection of regions is usually represented and described in a form suitable for higher level processing. Most important

More information

Edge Detection in Angiogram Images Using Modified Classical Image Processing Technique

Edge Detection in Angiogram Images Using Modified Classical Image Processing Technique Edge Detection in Angiogram Images Using Modified Classical Image Processing Technique S. Deepak Raj 1 Harisha D S 2 1,2 Asst. Prof, Dept Of ISE, Sai Vidya Institute of Technology, Bangalore, India Deepak

More information

The VesselGlyph: Focus & Context Visualization in CT-Angiography

The VesselGlyph: Focus & Context Visualization in CT-Angiography The VesselGlyph: Focus & Context Visualization in CT-Angiography Matúš Straka M. Šrámek, A. La Cruz E. Gröller, D. Fleischmann Contents Motivation:» Why again a new visualization method for vessel data?

More information

Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset

Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset Andreas Maier 1, Patrick Kugler 2, Günter Lauritsch 2, Joachim Hornegger 1 1 Pattern Recognition Lab and SAOT Erlangen,

More information

Blood Vessel Visualization on CT Data

Blood Vessel Visualization on CT Data WDS'12 Proceedings of Contributed Papers, Part I, 88 93, 2012. ISBN 978-80-7378-224-5 MATFYZPRESS Blood Vessel Visualization on CT Data J. Dupej Charles University Prague, Faculty of Mathematics and Physics,

More information

Segmentation of Doppler Carotid Ultrasound Image using Morphological Method and Classification by Neural Network

Segmentation of Doppler Carotid Ultrasound Image using Morphological Method and Classification by Neural Network Segmentation of Doppler Carotid Ultrasound Image using Morphological Method and Classification by Neural Network S.Usha 1, M.Karthik 2, M.Arthi 3 1&2 Assistant Professor (Sr.G), Department of EEE, Kongu

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

Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform

Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform Heike Ruppertshofen 1,2,3, Cristian Lorenz 2, Peter Beyerlein 4, Zein Salah 3, Georg Rose 3, Hauke Schramm

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 04 130131 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Histogram Equalization Image Filtering Linear

More information

Multi-Atlas Segmentation of the Cardiac MR Right Ventricle

Multi-Atlas Segmentation of the Cardiac MR Right Ventricle Multi-Atlas Segmentation of the Cardiac MR Right Ventricle Yangming Ou, Jimit Doshi, Guray Erus, and Christos Davatzikos Section of Biomedical Image Analysis (SBIA) Department of Radiology, University

More information

TUMOR DETECTION IN MRI IMAGES

TUMOR DETECTION IN MRI IMAGES TUMOR DETECTION IN MRI IMAGES Prof. Pravin P. Adivarekar, 2 Priyanka P. Khatate, 3 Punam N. Pawar Prof. Pravin P. Adivarekar, 2 Priyanka P. Khatate, 3 Punam N. Pawar Asst. Professor, 2,3 BE Student,,2,3

More information

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight Three-Dimensional Object Reconstruction from Layered Spatial Data Michael Dangl and Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image

More information

Image Processing

Image Processing Image Processing 159.731 Canny Edge Detection Report Syed Irfanullah, Azeezullah 00297844 Danh Anh Huynh 02136047 1 Canny Edge Detection INTRODUCTION Edges Edges characterize boundaries and are therefore

More information

Available online at ScienceDirect. Procedia Computer Science 90 (2016 ) 87 92

Available online at  ScienceDirect. Procedia Computer Science 90 (2016 ) 87 92 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 90 (2016 ) 87 92 International Conference On Medical Imaging Understanding and Analysis 2016, MIUA 2016, 6-8 July 2016,

More information

Coronary Artery Calcium Quantification in Contrast-enhanced Computed Tomography Angiography

Coronary Artery Calcium Quantification in Contrast-enhanced Computed Tomography Angiography Georgia State University ScholarWorks @ Georgia State University Computer Science Dissertations Department of Computer Science 12-18-2013 Coronary Artery Calcium Quantification in Contrast-enhanced Computed

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

Atlas Based Segmentation of the prostate in MR images

Atlas Based Segmentation of the prostate in MR images Atlas Based Segmentation of the prostate in MR images Albert Gubern-Merida and Robert Marti Universitat de Girona, Computer Vision and Robotics Group, Girona, Spain {agubern,marly}@eia.udg.edu Abstract.

More information

Lecture 15: Segmentation (Edge Based, Hough Transform)

Lecture 15: Segmentation (Edge Based, Hough Transform) Lecture 15: Segmentation (Edge Based, Hough Transform) c Bryan S. Morse, Brigham Young University, 1998 000 Last modified on February 3, 000 at :00 PM Contents 15.1 Introduction..............................................

More information

A Robust Method for Circle / Ellipse Extraction Based Canny Edge Detection

A Robust Method for Circle / Ellipse Extraction Based Canny Edge Detection International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 5, May 2015, PP 49-57 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) A Robust Method for Circle / Ellipse

More information

An Efficient Single Chord-based Accumulation Technique (SCA) to Detect More Reliable Corners

An Efficient Single Chord-based Accumulation Technique (SCA) to Detect More Reliable Corners An Efficient Single Chord-based Accumulation Technique (SCA) to Detect More Reliable Corners Mohammad Asiful Hossain, Abdul Kawsar Tushar, and Shofiullah Babor Computer Science and Engineering Department,

More information

Evaluations of k-space Trajectories for Fast MR Imaging for project of the course EE591, Fall 2004

Evaluations of k-space Trajectories for Fast MR Imaging for project of the course EE591, Fall 2004 Evaluations of k-space Trajectories for Fast MR Imaging for project of the course EE591, Fall 24 1 Alec Chi-Wah Wong Department of Electrical Engineering University of Southern California 374 McClintock

More information

Adaptive Local Multi-Atlas Segmentation: Application to Heart Segmentation in Chest CT Scans

Adaptive Local Multi-Atlas Segmentation: Application to Heart Segmentation in Chest CT Scans Adaptive Local Multi-Atlas Segmentation: Application to Heart Segmentation in Chest CT Scans Eva M. van Rikxoort, Ivana Isgum, Marius Staring, Stefan Klein and Bram van Ginneken Image Sciences Institute,

More information

Vessel Explorer: a tool for quantitative measurements in CT and MR angiography

Vessel Explorer: a tool for quantitative measurements in CT and MR angiography Clinical applications Vessel Explorer: a tool for quantitative measurements in CT and MR angiography J. Oliván Bescós J. Sonnemans R. Habets J. Peters H. van den Bosch T. Leiner Healthcare Informatics/Patient

More information

Ensemble registration: Combining groupwise registration and segmentation

Ensemble registration: Combining groupwise registration and segmentation PURWANI, COOTES, TWINING: ENSEMBLE REGISTRATION 1 Ensemble registration: Combining groupwise registration and segmentation Sri Purwani 1,2 sri.purwani@postgrad.manchester.ac.uk Tim Cootes 1 t.cootes@manchester.ac.uk

More information

A Ray-based Approach for Boundary Estimation of Fiber Bundles Derived from Diffusion Tensor Imaging

A Ray-based Approach for Boundary Estimation of Fiber Bundles Derived from Diffusion Tensor Imaging A Ray-based Approach for Boundary Estimation of Fiber Bundles Derived from Diffusion Tensor Imaging M. H. A. Bauer 1,3, S. Barbieri 2, J. Klein 2, J. Egger 1,3, D. Kuhnt 1, B. Freisleben 3, H.-K. Hahn

More information

Motion artifact detection in four-dimensional computed tomography images

Motion artifact detection in four-dimensional computed tomography images Motion artifact detection in four-dimensional computed tomography images G Bouilhol 1,, M Ayadi, R Pinho, S Rit 1, and D Sarrut 1, 1 University of Lyon, CREATIS; CNRS UMR 5; Inserm U144; INSA-Lyon; University

More information

1. Deployment of a framework for drawing a correspondence between simple figure of merits (FOM) and quantitative imaging performance in CT.

1. Deployment of a framework for drawing a correspondence between simple figure of merits (FOM) and quantitative imaging performance in CT. Progress report: Development of assessment and predictive metrics for quantitative imaging in chest CT Subaward No: HHSN6801000050C (4a) PI: Ehsan Samei Reporting Period: month 1-18 Deliverables: 1. Deployment

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 Determination of Arterial Input Function for Dynamic Contrast Enhanced MRI in Tumor Assessment

Automatic Determination of Arterial Input Function for Dynamic Contrast Enhanced MRI in Tumor Assessment Automatic Determination of Arterial Input Function for Dynamic Contrast Enhanced MRI in Tumor Assessment Jeremy Chen, Jianhua Yao, and David Thomasson Diagnostic Radiology Department, Clinical Center,

More information

Announcements. Edges. Last Lecture. Gradients: Numerical Derivatives f(x) Edge Detection, Lines. Intro Computer Vision. CSE 152 Lecture 10

Announcements. Edges. Last Lecture. Gradients: Numerical Derivatives f(x) Edge Detection, Lines. Intro Computer Vision. CSE 152 Lecture 10 Announcements Assignment 2 due Tuesday, May 4. Edge Detection, Lines Midterm: Thursday, May 6. Introduction to Computer Vision CSE 152 Lecture 10 Edges Last Lecture 1. Object boundaries 2. Surface normal

More information

CSC Computer Graphics

CSC Computer Graphics // CSC. Computer Graphics Lecture Kasun@dscs.sjp.ac.lk Department of Computer Science University of Sri Jayewardanepura Polygon Filling Scan-Line Polygon Fill Algorithm Span Flood-Fill Algorithm Inside-outside

More information

Respiratory Motion Estimation using a 3D Diaphragm Model

Respiratory Motion Estimation using a 3D Diaphragm Model Respiratory Motion Estimation using a 3D Diaphragm Model Marco Bögel 1,2, Christian Riess 1,2, Andreas Maier 1, Joachim Hornegger 1, Rebecca Fahrig 2 1 Pattern Recognition Lab, FAU Erlangen-Nürnberg 2

More information

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem SPRING 07 MEDICAL IMAGE COMPUTING (CAP 97) LECTURE 0: Medical Image Segmentation as an Energy Minimization Problem Dr. Ulas Bagci HEC, Center for Research in Computer Vision (CRCV), University of Central

More information

Shape-based Diffeomorphic Registration on Hippocampal Surfaces Using Beltrami Holomorphic Flow

Shape-based Diffeomorphic Registration on Hippocampal Surfaces Using Beltrami Holomorphic Flow Shape-based Diffeomorphic Registration on Hippocampal Surfaces Using Beltrami Holomorphic Flow Abstract. Finding meaningful 1-1 correspondences between hippocampal (HP) surfaces is an important but difficult

More information

DUE to beam polychromacity in CT and the energy dependence

DUE to beam polychromacity in CT and the energy dependence 1 Empirical Water Precorrection for Cone-Beam Computed Tomography Katia Sourbelle, Marc Kachelrieß, Member, IEEE, and Willi A. Kalender Abstract We propose an algorithm to correct for the cupping artifact

More information

Simultaneous Model-based Segmentation of Multiple Objects

Simultaneous Model-based Segmentation of Multiple Objects Simultaneous Model-based Segmentation of Multiple Objects Astrid Franz 1, Robin Wolz 1, Tobias Klinder 1,2, Cristian Lorenz 1, Hans Barschdorf 1, Thomas Blaffert 1, Sebastian P. M. Dries 1, Steffen Renisch

More information

Medical Image Segmentation

Medical Image Segmentation Medical Image Segmentation Xin Yang, HUST *Collaborated with UCLA Medical School and UCSB Segmentation to Contouring ROI Aorta & Kidney 3D Brain MR Image 3D Abdominal CT Image Liver & Spleen Caudate Nucleus

More information