Results reported refer to the mesh-based refinement (MBR) method described in the paper attached.

Size: px
Start display at page:

Download "Results reported refer to the mesh-based refinement (MBR) method described in the paper attached."

Transcription

1 Results reported refer to the mesh-based refinement (MBR) method described in the paper attached.

2 Liver Segmentation in CT Data: A Segmentation Refinement Approach Reinhard Beichel 12, Christian Bauer 3, Alexander Bornik 3, Erich Sorantin 4, and Horst Bischof 3 1 Dept. of Electrical and Computer Engineering, The University of Iowa, USA, 2 Dept. of Internal Medicine, The University of Iowa, USA, reinhard-beichel@uiowa.edu, 3 Inst. for Computer Graphics and Vision, Graz University of Technology, Austria, 4 Department of Radiology, Medical University Graz. Abstract. Liver segmentation is an important prerequisite for planning of surgical interventions like liver tumor resections. For clinical applicability, the segmentation approach must be able to cope with the high variation in shape and gray-value appearance of the liver. In this paper we present a novel segmentation scheme based on a true 3D segmentation refinement concept utilizing a hybrid desktop/virtual reality user interface. The method consists of two main stages. First, an initial segmentation is generated using graph cuts. Second, an interactive segmentation refinement step allows a user to fix arbitrary segmentation errors. We demonstrate the robustness of our method on ten contrast enhanced liver CT scans. Our segmentation approach copes successfully with the high variation found in patient data sets and allows to produce segmentations in a time-efficient manner. 1 Introduction Liver cancer is one of the four most common deadly malignant neoplasms in the world, causing approximately 618,000 deaths in 2002, according to the World Health Organization 5. Tomographic imaging modalities like X-ray computed tomography (CT) play an important role in diagnosis and treatment of liver diseases like hepatocellular carcinoma (HCC). Deriving a digital geometric model of hepatic (patho)anatomy from preoperative image data facilitates treatment planning [1]. Thus, methods for liver segmentation in volume data are needed which are applicable in clinical routine. In this context, several problems have to be addressed: (a) high shape variation due to natural anatomical variation, disease (e.g., cirrhosis), or previous surgical interventions (e.g., liver segment resection), (b) inhomogeneous gray-value appearance caused by tumors or metastasis, and (c) low contrast to neighboring structures/organs like colon or Cristian Bauer was supported by the doctoral program Confluence of Vision and Graphics W T. Heimann, M. Styner, B. van Ginneken (Eds.): 3D Segmentation in The Clinic: A Grand Challenge, pp , 2007.

3 stomach. For practical application, segmentation must be capable of handling all possible cases in a time-efficient manner. Several approaches to liver segmentation have been developed so far (see [2 6] for examples). However, in summary, basic bottom-up segmentation algorithms frequently fail, especially in more complex cases like livers with large tumors. In addition, solely model-based approaches are problematic, because of the high shape variability of the liver. Very few approaches provide methods for the refinement or editing of segmentation results. In general, segmentation refinement approaches are very rare. For example, a tool is reported in [7] and [8] where Rational Gaussian (RaG) Surfaces are used to represent segmented objects. Segmentation errors can be corrected by manipulation control points using a 2D desktop setup. Another tool for data driven editing of pre-segmented images/volumes based on graph cuts or alternatively random walker algorithms was proposed in [9]. All approaches mentioned so far are based on 2D interaction and monoscopic desktop-based visualization techniques, despite the fact that 3D objects are targeted. Usually, 2D interaction methods are not sufficient for refinement of 3D models extracted from volumetric data sets, which is inherently a 3D task [10]. We propose a novel refinement approach to 3D liver segmentation. Based on an initial highly automated graph cut segmentation, refinement tools allow to manipulate the segmentation result in 3D, and thus, to correct possible errors. Segmentation refinement is facilitated by a hybrid user interface, combining a conventional desktop setup with a virtual reality (VR) system. The segmentation approach was developed for clinical application. In addition, our concept can be utilized for other segmentation tasks. 2 Methods The proposed approach to liver segmentation consists of two main stages: initial segmentation and interactive segmentation refinement. As input for the first stage, a CT volume and one or more start regions, marking liver tissue, are used. The segmentation is then generated using a graph cut approach 6. In addition, a partitioning of the segmentation and the background into volume chunks is derived from edge/surface features calculated from CT volume. These two types of output are passed on to the second stage which allows for the correction/refinement of segmentation errors remaining after the first stage. Refinement takes place in two steps. First, volume chunks can be added or removed. This step is usually very fast, and the majority of segmentation errors occurring in practice can be fixed or at least significantly reduced. Second, after conversion of the binary segmentation to a simplex mesh, arbitrary errors can be addressed by deforming the mesh using various tools. Each of the refinement steps is facilitated using interactive VR-enabled tools for true 3D segmentation inspection and refinement, allowing for stereoscopic viewing and true 3D interaction. Since 6 Note that graph cut segmentation is not used interactively, as proposed by Boykov et al. in [11], since the behavior of graph cuts is not always intuitive. 236

4 the last stage of the refinement procedure is mesh-based, a voxelization method is used to generate a labeled volume [12]. 2.1 Graph-Cut-based initial segmentation An initial segmentation is generated using a graph cut [11] approach. From image data, a graph G = (V, E) is built, where nodes are denoted by V and undirected edges by E. Nodes V of the graph are formed by data elements (voxels), and two additional terminal nodes, a source node s and sink node t. Edge weights allow to model different relations between nodes (see [11] for details). Let P denote the set of voxels from the input volume data set V to reduce computing time, only voxels with density values above 600 Hounsfield Units (HU) are considered as potentially belonging to the liver. The partition A = (A 1,..., A p,..., A P ) with A p { obj, bkg } can be used to represent the segmentation of P into object ( obj ) and background ( bkg ) voxels. Let N be the set of unordered neighboring pairs {p, q} in set P according to the used neighborhood relation. In our case, a 6-neighborhood relation is used to save memory. The cost of a given graph cut segmentation A is defined as E(A) = B(A)+λR(A) where R(A) = p P R p(a p ) takes region properties into account and B(A) = {p,q} N B p,qδ Ap A q, with δ Ap A q equaling 1 if A p A q and 0 if A p = A q, being boundary properties. The parameter λ with λ 0 allows to tradeoff the influence of both cost terms. Using the s-t cut algorithm, a partition A can be found which globally minimizes E(A). However, in practice a refinement of this segmentation result might be necessary to be useful for a given clinical application. Region term The region term R(A) specifies the costs of assigning a voxel to a label based on its gray-value similarity to object and background regions. For this purpose, user defined seed regions are utilized. Following the approach proposed in [13], region cost R p ( ) for a given voxel p is defined for labels obj and bkg as negative log-likelihoods R p ( obj ) = ln(p r(i p obj )) and R p ( bkg ) = ln(p r(i p bkg )) with P r(i p obj ) = e (Ip m obj) 2 /(2σ 2 obj ) and P r(i p bkg ) = 1 P r(i p obj ), respectively. From a object seed region placed inside the liver, the mean m obj and standard deviation σ obj are calculated. Clearly, in the above outlined approach, a simplification is made since liver gray-value appearance is usually not homogeneous. However, this simplification works quite well in practice in combination with the other processing steps. Further, the specified object seeds are incorporated as hard constraints, and the boundary of the scene is used as background seeds. Boundary term The basic idea is to utilize a surfaceness measure as boundary term which is calculated in four steps: 1. Gradient tensor calculation: First, to reduce the effect of unrelated structures on the gradient, the gray value range of the image is adapted: v low if I f < t low Ĩ f = κ(i f ) = v high if I f > t high. otherwise I f 237

5 Second, a gradient vector f = (f x, f y, f z ) T is calculated for each voxel f on the with κ gray-vale transformed data volume V by means of Gaussian derivatives with the kernel g σ = 1/(2πσ 2 ) 3 2 e x2 +y 2 +z 2 2σ 2 and standard deviation σ. The gradient tensor S = f f T is calculated for each voxel after gray-value transformation. 2. Spatial non-linear filtering: To enhance weak edges and to reduce false responses, a spatial non-linear averaging of gradient tensors is applied. The non-linear filter kernel consists of a Gaussian kernel which is modulated by the local gradient vector f. Given a vector x that points from the center of the kernel to any neighboring voxel, the weight for this voxel 1 r N is calculated as: h σ,ρ(x, f) = e 2σ 2 e tan(φ) 2 2ρ 2 if φ π 2 0 if φ = π 2 and r = 0, 1 N otherwise with r = x T x and φ = π 2 arccos( f T x/( f x )). Parameter ρ determines the strength of orientedness, and σ determines the strength of punishment depending on the distance. N is a normalization factor that makes the kernel integrate to unity. The resulting structure tensor is denoted as W. 3. Surfaceness measure calculation: Let e 1W(x), e 2W(x), e 3W(x) be the eigenvectors and λ 1W(x) λ 2W(x) λ 3W(x) the corresponding eigenvalues of W(x) at position x. If x is located on a plane-like structure, we can observe that λ 1 0, λ 2 0, and λ 3 0. Thus, we define the surfaceness measure as t(w(x)) = λ 1W(x) λ 2W(x) and the direction of the normal vector to the surface is given by e 1W(x). 4. Boundary weight calculation: In liver CT images, objects are often separated only by weak boundaries, with higher gray level gradients present in close proximity. To take these circumstances into account, we propose the following boundary cost term B p,q = min{ξ (t(w(x p ))), ξ (t(w(x q )))} c 1 if t < t 1 with the weighting function ξ(t) = c 2 if t > t 2 (t t 1 ) c2 c1 t 2 t 1 + c 1 otherwise which models a uncertainty zone between t 1 and t 2 (note: t 1 < t 2 and c 1 > c 2 ). Ideally, the graph cut segmentation should follow the ridges of the gradient magnitude. Therefore, we punish non-maximal responses in the gradient magnitude volume by adjusted the weighting function as follows: ξ non max (t) = min{ξ(t) + c nm, 1}, where c nm is a constant. 2.2 Chunk-based Segmentation Refinement After initial segmentation, objects with a similar gray-value range in close proximity can appear merged or tumors with different gray-value appearance might be missing. Therefore, a refinement may be needed in some cases. The first refinement stage is based on volume chunks, which subdivide the graph cut segmentation result (object) as well as the background into disjunct subregions. 238

6 (a) (b) (c) (d) Fig. 1. Mesh-based refinement using a sphere deformation tool. In this case the segmentation error is a leak. (a) Marking the region containing the segmentation error. (b) Refinement using the sphere tool. (c) After pushing the mesh surface back to the correct location with the sphere tool, the error is fixed. (d) The corrected region in wire frame mode highlighting the mesh contour. Fig. 2. Initial graph cut (GC) segmentation results. From left to right, a sagittal, coronal and transversal slice from a relatively easy case (1, top), an average case (4, middle), and a relatively difficult case (3, bottom). The outline of the reference standard segmentation is in red, the outline of the segmentation of the method described in this paper is in blue. Slices are displayed with a window of 400 and a level of

7 Thus, the initial segmentation can be represented by chunks and it can be altered by adding or removing chunks. By thresholding t(w), a binary boundary volume (threshold t b ) representing boundary/surfaces parts is generated and merged with the boundary from the graph cut segmentation by using a logical or operation. Then the distance transformation is calculated. Inverting this distance map results in an image that can be interpreted as a height map. To avoid oversegmentation, all small local minima resulting from quantization noise in the distance map are eliminated. Applying a watershed segmentation to the distance map results in volume chunks. Since boundary voxels are not part of the chunks, they are merged with the neighboring chunks containing the most similar adjacent voxels. Since the method can handle gaps in the edge scene, the threshold t b can be set very conservatively to suppress background noise. Refinement can be done very efficiently, since the user has to select/deselect predefined chunks, which does not require a detailed border delineation. This step requires adequate tools for interactive data inspection and selection methods. For this purpose, a hybrid user interface was developed, which is described in Section Simplex-Mesh-based Refinement After the first refinement step, selected chunks are converted to a simplex mesh representation. Different tools allow then a deformation of the mesh representation. One example is shown in Fig. 1. More details regarding this mesh-based refinement step can be found in [14]. 2.4 Hybrid Desktop/Virtual Reality User Interface To facilitate segmentation refinement, a hybrid user interface consisting of a desktop part and a virtual reality (VR) part was developed (see [10] for details). It allows to solve individual refinement tasks using the best suited interaction technique, either in 2D or 3D. The VR system part provides stereoscopic visualization on a large screen projection wall, while the desktop part of the system uses a touch screen for monoscopic visualization. 3 Data and Experimental Setup For evaluation of the segmentation approach, ten liver CT data sets with undisclosed manual reference segmentation were provided by the workshop organizers. Segmentation results were sent to the organizers, which provided in return evaluation results 7. For all the experiments, the following parameters have been used: Gaussian derivative kernel: σ = 3.0; non-linear filtering: σ = 6.0, ρ = 0.4; graph cut: λ = 0.05; weighting function: t 1 = 2.0, t 2 = 10.0, c 1 = 1.0, c 2 = 0.001, c cm = 0.75; Threshold for chunk generation: t b = 10.0; gray-value transformation: t low = 50, v low = 150, t high = 200, and v high = 60. To simulate clinical 7 See for details. 240

8 work-flow, the initial seed regions were provided manually and the graph cut segmentation as well as the chunk generation was calculated automatically. Based on the initial segmentation, a medical expert was asked to perform: (a) chunkbased (CBR) and (b) mesh-based refinement (MBR). Intermediate results and task completion times were recorded. Prior to evaluation, the expert was introduced to the system by an instructor. Fig. 3. Chunk-based segmentation refinement (CBR) results. From left to right, a sagittal, coronal and transversal slice from a relatively easy case (1, top), an average case (4, middle), and a relatively difficult case (3, bottom). The outline of the reference standard segmentation is in red, the outline of the segmentation of the method described in this paper is in blue. Slices are displayed with a window of 400 and a level of Results Table 1 summarizes segmentation metrics and corresponding scores for the initial graph cut segmentation (Table 1(a)), CBR (Table 1(b)), and MBR (Table 1(c)). The averaged performance measures and scores clearly show the effectiveness 241

9 of the segmentation refinement concept: metrics and scores improve with each refinement stage. For example, after the initial graph cut segmentation, five cases have an overlap error larger than 10 %, and the over-all average is 14.3 %. Using CBR, the average overlap error was reduced to 6.5 %, and reached 5.2 % after the final MBR stage. The average time needed for seed placement is less than 30 seconds. For the CBR step 58 seconds were required on average, and the MBR step took approximately five minutes on average. Despite the low time consumption of the CBR step, it is quite effective regarding segmentation quality improvement and delivers already a good segmentation result. Computation time for the graph cut segmentation and chunk generation was approximately 30 minutes per data set, which is not critical for our application. Fig. 4. Mesh-based segmentation refinement (MBR) results. From left to right, a sagittal, coronal and transversal slice from a relatively easy case (1, top), an average case (4, middle), and a relatively difficult case (3, bottom). The outline of the reference standard segmentation is in red, the outline of the segmentation of the method described in this paper is in blue. Slices are displayed with a window of 400 and a level of 70. In comparison, averages for the performance measures determined from an independent human segmentation of several test cases yielded: 6.4 % volumetric 242

10 overlap; 4.7 % relative absolute volume difference; 1.0 mm average symmetric absolute surface distance; 1.8 mm symmetric RMS surface distance; 19 mm maximum symmetric absolute surface distance 8. Thus, our refinement results (CBR and MBR) are within the observed variation range (see Table 1). Figs. 2, 3, and 4 depict a comparison of reference and actual segmentation for the initial graph cut, CBR, and MBR for three different data sets. Because of the formulation of the initial graph cut segmentation, larger tumors are not included in the segmentation result, as shown in the third row of Fig. 2. However, this can be easily fixed during the CBR stage (Fig. 3). Remaining errors can then be fixed in MBR stage. The examples show that the average maximum symmetric absolute surface distance of 15.7 mm on average can be explained by differences in the interpretation of the data in regions where vessels enter or leave the liver. 5 Discussion For our experiments, we have used a full-blown VR setup which is quite expensive. However, a fully functional scaled-down working setup can be built for a reasonable price, comparable to the costs of a radiological workstation. Several experiments with different physicians have shown that the system can be operated after a short learning phase (typically less that one hour), because of the intuitive 3D user interface. The proposed refinement method can also easily be integrated into clinical work-flow. The CT volume together with the manual generated start region is sent by a radiology assistant to a computing node which performs the automated segmentation steps. As soon as a result is available, a radiologist is notified that data are ready for further processing. After inspection, possible refinement, and approval of correctness, the segmentation can be used for clinical investigations or planning of treatment. A previous independently performed evaluation with twenty routinely acquired CT data sets of potential liver surgery candidates yielded a comparable segmentation error. However, more time was needed for interactive refinement. This has several reasons: lower data quality (more partial volume effect, motion blur due to cardiac motion, etc.), more severely diseased livers with larger tumors or multiple tumors, and more focus on details (e.g., consistently excluding the inferior vena cava). These observations lead to the following conclusions. First, the used imaging protocol impacts the time needed for segmentation refinement, and thus, should be optimized. Second, the developed method allows the user to adjust the level of detail according to the requirements in trade-off with interaction time. 6 Conclusion In this paper we have presented an interactive true 3D segmentation refinement concept for liver segmentation in contrast-enhanced CT data. The approach consists of two stages: initial graph cut segmentation and interactive 3D refinement. 8 The values reported were provided by the workshop organizers. 243

11 (a) Graph Cut (GC) Dataset Overlap Error Volume Diff. Avg. Dist. RMS Dist. Max. Dist. Total [%] Score [%] Score [mm] Score [mm] Score [mm] Score Score Average (b) Chunk-based Refinement (CBR) Dataset Overlap Error Volume Diff. Avg. Dist. RMS Dist. Max. Dist. Total [%] Score [%] Score [mm] Score [mm] Score [mm] Score Score Average (c) Mesh-based Refinement (MBR) Dataset Overlap Error Volume Diff. Avg. Dist. RMS Dist. Max. Dist. Total [%] Score [%] Score [mm] Score [mm] Score [mm] Score Score Average Table 1. Results of the comparison metrics and corresponding scores for all ten test cases and processing steps (see Section 4 for details). 244

12 The evaluation of our method on ten test CT data sets shows that a high segmentation quality (mean average distance of less than 1 mm) can be achieved by using this approach. In addition, the interaction time needed for refinement is quite low (approx. 6.5 minutes). Thus, the presented refinement concept is well suited for clinical application. The approach is not limited to a specific organ or modality, and therefore, it is very promising for other medical segmentation applications. References 1. Reitinger, B., Bornik, A., Beichel, R., Schmalstieg, D.: Liver surgery planning using virtual reality. IEEE Comput. Graph. Appl. 26(6) (2006) Schenk, A., Prause, G.P.M., Peitgen, H.O.: Efficient semiautomatic segmentation of 3D objects in medical images. In: Medical Image Computing and Computer- Assisted Intervention (MICCAI), Springer (2000) Pan, S., Dawant, M.: Automatic 3D segmentation of the liver from abdominal CT images: A level-set approach. In Sonka, M., Hanson, K.M., eds.: Medical Imaging: Image Processing. Volume 4322 of Proc. SPIE. (2001) Soler, L., et al.: Fully automatic anatomical, pathological, and functional segmentation from CT scans for hepatic surgery. Computer Aided Surgery 6(3) (2001) Lamecker, H., et al.: Segmentation of the liver using a 3D statistical shape model. Technical report, Konrad-Zuse-Zentrum für Informationstechnik Berlin (2004) 6. Heimann, T., Wolf, I., Meinzer, H.P.: Active shape models for a fully automated 3D segmentation of the liver - an evaluation on clinical data. In: Medical Image Computing and Computer-Assisted Intervention (MICCAI). Volume 4191 of Lecture Notes in Computer Science., Springer Berlin / Heidelberg (2006) Jackowski, M., Goshtasby, A.: A computer-aided design system for revision of segmentation errors. In: Proc. Medical Image Computing and Computer-Assisted Intervention (MICCAI). Volume 2. (2005) Beichel, R., et al.: Shape- and appearance-based segmentation of volumetric medical images. In: Proc. of ICIP Volume 2. (2001) Grady, L., Funka-Lea, G.: An energy minimization approach to the data driven editing of presegmented images/volumes. In: Medical Image Computing and Computer-Assisted Intervention MICCAI. Volume 4191., Springer (2006) Bornik, A., Beichel, R., Kruijff, E., Reitinger, B., Schmalstieg, D.: A hybrid user interface for manipulation of volumetric medical data. In: Proceedings of IEEE Symposium on 3D User Interfaces 2006, IEEE Computer Society (2006) Boykov, Y., Funka-Lea, G.: Graph cuts and efficient N-D image segmentation. In International Journal of Computer Vision (IJCV) 70(2) (2006) Reitinger, B., et al.: Tools for augmented reality-based liver resection planning. In Galloway, R.L., ed.: Medical Imaging 2004: Visualization, Image-Guided Procedures, and Display. Volume 5367., SPIE (2004) Boykov, Y., Jolly, M.P.: Interactive graph cuts for optimal boundary and region segmentation of objects in N-D images. In: ICCV. Volume 1. (2001) Bornik, A., Beichel, R., Schmalstieg, D.: Interactive editing of segmented volumetric datasets in a hybrid 2D/3D virtual environment. In: VRST 06: Proceedings of the ACM symposium on Virtual reality software and technology. (2006)

Computer Aided Liver Surgery Planning Based on Augmented Reality Techniques

Computer Aided Liver Surgery Planning Based on Augmented Reality Techniques Computer Aided Liver Surgery Planning Based on Augmented Reality Techniques Alexander Bornik 1, Reinhard Beichel 1, Bernhard Reitinger 1, Georg Gotschuli 2, Erich Sorantin 2, Franz Leberl 1 and Milan Sonka

More information

Liver Surgery Planning Using Virtual Reality

Liver Surgery Planning Using Virtual Reality Virtual and Augmented Reality Supported Simulators Liver Surgery Planning Using Virtual Reality Bernhard Reitinger, Alexander Bornik, Reinhard Beichel, and Dieter Schmalstieg Graz University of Technology

More information

Image Segmentation and Registration

Image Segmentation and Registration Image Segmentation and Registration Dr. Christine Tanner (tanner@vision.ee.ethz.ch) Computer Vision Laboratory, ETH Zürich Dr. Verena Kaynig, Machine Learning Laboratory, ETH Zürich Outline Segmentation

More information

Impact of Model-based Risk Analysis for Liver Surgery Planning

Impact of Model-based Risk Analysis for Liver Surgery Planning Impact of Model-based Risk Analysis for Liver Surgery Planning C. Hansen¹, S.Zidowitz 1, B. Preim 2, G. Stavrou 3, K. J. Oldhafer 3, H. K. Hahn 1 1 Fraunhofer MEVIS, Institute for Medical Image Computing,

More information

2. MATERIALS AND METHODS

2. MATERIALS AND METHODS Difficulties of T1 brain MRI segmentation techniques M S. Atkins *a, K. Siu a, B. Law a, J. Orchard a, W. Rosenbaum a a School of Computing Science, Simon Fraser University ABSTRACT This paper looks at

More information

Norbert Schuff Professor of Radiology VA Medical Center and UCSF Norbert.schuff@ucsf.edu

Norbert Schuff Professor of Radiology VA Medical Center and UCSF Norbert.schuff@ucsf.edu Norbert Schuff Professor of Radiology Medical Center and UCSF Norbert.schuff@ucsf.edu Medical Imaging Informatics 2012, N.Schuff Course # 170.03 Slide 1/67 Overview Definitions Role of Segmentation Segmentation

More information

QAV-PET: A Free Software for Quantitative Analysis and Visualization of PET Images

QAV-PET: A Free Software for Quantitative Analysis and Visualization of PET Images QAV-PET: A Free Software for Quantitative Analysis and Visualization of PET Images Brent Foster, Ulas Bagci, and Daniel J. Mollura 1 Getting Started 1.1 What is QAV-PET used for? Quantitative Analysis

More information

Machine Learning for Medical Image Analysis. A. Criminisi & the InnerEye team @ MSRC

Machine Learning for Medical Image Analysis. A. Criminisi & the InnerEye team @ MSRC Machine Learning for Medical Image Analysis A. Criminisi & the InnerEye team @ MSRC Medical image analysis the goal Automatic, semantic analysis and quantification of what observed in medical scans Brain

More information

Segmentation of building models from dense 3D point-clouds

Segmentation of building models from dense 3D point-clouds Segmentation of building models from dense 3D point-clouds Joachim Bauer, Konrad Karner, Konrad Schindler, Andreas Klaus, Christopher Zach VRVis Research Center for Virtual Reality and Visualization, Institute

More information

Automatic Reconstruction of Parametric Building Models from Indoor Point Clouds. CAD/Graphics 2015

Automatic Reconstruction of Parametric Building Models from Indoor Point Clouds. CAD/Graphics 2015 Automatic Reconstruction of Parametric Building Models from Indoor Point Clouds Sebastian Ochmann Richard Vock Raoul Wessel Reinhard Klein University of Bonn, Germany CAD/Graphics 2015 Motivation Digital

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

Virtual Resection with a Deformable Cutting Plane

Virtual Resection with a Deformable Cutting Plane Virtual Resection with a Deformable Cutting Plane Olaf Konrad-Verse 1, Bernhard Preim 2, Arne Littmann 1 1 Center for Medical Diagnostic Systems and Visualization, Universitaetsallee 29, 28359 Bremen,

More information

Interactive Graph Cuts for Optimal Boundary & Region Segmentation of Objects in N-D Images

Interactive Graph Cuts for Optimal Boundary & Region Segmentation of Objects in N-D Images Proceedings of Internation Conference on Computer Vision, Vancouver, Canada, July 2001 vol.i, p.105 Interactive Graph Cuts for Optimal Boundary & Region Segmentation of Objects in N-D Images Yuri Y. Boykov

More information

Creation of an Unlimited Database of Virtual Bone. Validation and Exploitation for Orthopedic Devices

Creation of an Unlimited Database of Virtual Bone. Validation and Exploitation for Orthopedic Devices Creation of an Unlimited Database of Virtual Bone Population using Mesh Morphing: Validation and Exploitation for Orthopedic Devices Najah Hraiech 1, Christelle Boichon 1, Michel Rochette 1, 2 Thierry

More information

Multiphysics Software Applications in Reverse Engineering

Multiphysics Software Applications in Reverse Engineering Multiphysics Software Applications in Reverse Engineering *W. Wang 1, K. Genc 2 1 University of Massachusetts Lowell, Lowell, MA, USA 2 Simpleware, Exeter, United Kingdom *Corresponding author: University

More information

Canny Edge Detection

Canny Edge Detection Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties

More information

High Performance GPU-based Preprocessing for Time-of-Flight Imaging in Medical Applications

High Performance GPU-based Preprocessing for Time-of-Flight Imaging in Medical Applications High Performance GPU-based Preprocessing for Time-of-Flight Imaging in Medical Applications Jakob Wasza 1, Sebastian Bauer 1, Joachim Hornegger 1,2 1 Pattern Recognition Lab, Friedrich-Alexander University

More information

Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data

Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data CMPE 59H Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data Term Project Report Fatma Güney, Kübra Kalkan 1/15/2013 Keywords: Non-linear

More information

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan Handwritten Signature Verification ECE 533 Project Report by Ashish Dhawan Aditi R. Ganesan Contents 1. Abstract 3. 2. Introduction 4. 3. Approach 6. 4. Pre-processing 8. 5. Feature Extraction 9. 6. Verification

More information

Vision based Vehicle Tracking using a high angle camera

Vision based Vehicle Tracking using a high angle camera Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu gramos@clemson.edu dshu@clemson.edu Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

Computer Animation and Visualisation. Lecture 1. Introduction

Computer Animation and Visualisation. Lecture 1. Introduction Computer Animation and Visualisation Lecture 1 Introduction 1 Today s topics Overview of the lecture Introduction to Computer Animation Introduction to Visualisation 2 Introduction (PhD in Tokyo, 2000,

More information

Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume *

Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume * Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume * Xiaosong Yang 1, Pheng Ann Heng 2, Zesheng Tang 3 1 Department of Computer Science and Technology, Tsinghua University, Beijing

More information

ENG4BF3 Medical Image Processing. Image Visualization

ENG4BF3 Medical Image Processing. Image Visualization ENG4BF3 Medical Image Processing Image Visualization Visualization Methods Visualization of medical images is for the determination of the quantitative information about the properties of anatomic tissues

More information

Mathematical Models of Supervised Learning and their Application to Medical Diagnosis

Mathematical Models of Supervised Learning and their Application to Medical Diagnosis Genomic, Proteomic and Transcriptomic Lab High Performance Computing and Networking Institute National Research Council, Italy Mathematical Models of Supervised Learning and their Application to Medical

More information

Signature Segmentation from Machine Printed Documents using Conditional Random Field

Signature Segmentation from Machine Printed Documents using Conditional Random Field 2011 International Conference on Document Analysis and Recognition Signature Segmentation from Machine Printed Documents using Conditional Random Field Ranju Mandal Computer Vision and Pattern Recognition

More information

The File-Card-Browser View for Breast DCE-MRI Data

The File-Card-Browser View for Breast DCE-MRI Data The File-Card-Browser View for Breast DCE-MRI Data Sylvia Glaßer 1, Kathrin Scheil 1, Uta Preim 2, Bernhard Preim 1 1 Department of Simulation and Graphics, University of Magdeburg 2 Department of Radiology,

More information

Medical Image Processing on the GPU. Past, Present and Future. Anders Eklund, PhD Virginia Tech Carilion Research Institute andek@vtc.vt.

Medical Image Processing on the GPU. Past, Present and Future. Anders Eklund, PhD Virginia Tech Carilion Research Institute andek@vtc.vt. Medical Image Processing on the GPU Past, Present and Future Anders Eklund, PhD Virginia Tech Carilion Research Institute andek@vtc.vt.edu Outline Motivation why do we need GPUs? Past - how was GPU programming

More information

Environmental Remote Sensing GEOG 2021

Environmental Remote Sensing GEOG 2021 Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class

More information

MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT

MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT C. Reinhart, C. Poliwoda, T. Guenther, W. Roemer, S. Maass, C. Gosch all Volume Graphics GmbH, Heidelberg, Germany Abstract:

More information

Segmentation & Clustering

Segmentation & Clustering EECS 442 Computer vision Segmentation & Clustering Segmentation in human vision K-mean clustering Mean-shift Graph-cut Reading: Chapters 14 [FP] Some slides of this lectures are courtesy of prof F. Li,

More information

Template-based Eye and Mouth Detection for 3D Video Conferencing

Template-based Eye and Mouth Detection for 3D Video Conferencing Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer

More information

Introduction to ANSYS

Introduction to ANSYS Lecture 3 Introduction to ANSYS Meshing 14. 5 Release Introduction to ANSYS Meshing 2012 ANSYS, Inc. March 27, 2014 1 Release 14.5 Introduction to ANSYS Meshing What you will learn from this presentation

More information

Colour Image Segmentation Technique for Screen Printing

Colour Image Segmentation Technique for Screen Printing 60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone

More information

VIRTUAL REALITY, AUGMENTED REALITY AND ROBOTICS IN SURGICAL PROCEDURES OF THE LIVER

VIRTUAL REALITY, AUGMENTED REALITY AND ROBOTICS IN SURGICAL PROCEDURES OF THE LIVER VIRTUAL REALITY, AUGMENTED REALITY AND ROBOTICS IN SURGICAL PROCEDURES OF THE LIVER Luc SOLER 1, Nicholas AYACHE 2, Stéphane NICOLAU 1,2, Xavier PENNEC 2, Clément FOREST 1,2, Hervé DELINGETTE 2, Didier

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service

siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service Ahmad Pahlavan Tafti 1, Hamid Hassannia 2, and Zeyun Yu 1 1 Department of Computer Science, University of Wisconsin -Milwaukee,

More information

AnatomyBrowser: A Framework for Integration of Medical Information

AnatomyBrowser: A Framework for Integration of Medical Information In Proc. First International Conference on Medical Image Computing and Computer-Assisted Intervention (MICCAI 98), Cambridge, MA, 1998, pp. 720-731. AnatomyBrowser: A Framework for Integration of Medical

More information

Binary Image Scanning Algorithm for Cane Segmentation

Binary Image Scanning Algorithm for Cane Segmentation Binary Image Scanning Algorithm for Cane Segmentation Ricardo D. C. Marin Department of Computer Science University Of Canterbury Canterbury, Christchurch ricardo.castanedamarin@pg.canterbury.ac.nz Tom

More information

2.2 Creaseness operator

2.2 Creaseness operator 2.2. Creaseness operator 31 2.2 Creaseness operator Antonio López, a member of our group, has studied for his PhD dissertation the differential operators described in this section [72]. He has compared

More information

Development of Simulation Tools Software

Development of Simulation Tools Software Development of Simulation Tools Software Vincent Luboz Department of Biosurgery and Surgical Technology Imperial College London BSc VR Surgical Simulation Software Slide 1 Contents Virtual Reality VR Surgical

More information

Blind Deconvolution of Barcodes via Dictionary Analysis and Wiener Filter of Barcode Subsections

Blind Deconvolution of Barcodes via Dictionary Analysis and Wiener Filter of Barcode Subsections Blind Deconvolution of Barcodes via Dictionary Analysis and Wiener Filter of Barcode Subsections Maximilian Hung, Bohyun B. Kim, Xiling Zhang August 17, 2013 Abstract While current systems already provide

More information

Graph Embedding to Improve Supervised Classification and Novel Class Detection: Application to Prostate Cancer

Graph Embedding to Improve Supervised Classification and Novel Class Detection: Application to Prostate Cancer Graph Embedding to Improve Supervised Classification and Novel Class Detection: Application to Prostate Cancer Anant Madabhushi 1, Jianbo Shi 2, Mark Rosen 2, John E. Tomaszeweski 2,andMichaelD.Feldman

More information

Interactive Video Segmentation based on Quasi-Flat Zones

Interactive Video Segmentation based on Quasi-Flat Zones Interactive Video Segmentation based on Quasi-Flat Zones Jonathan Weber University of Strasbourg LSIIT Pôle API - Bd Sébastien Brant 67412 Illkirch CEDEX FRANCE Email: j.weber@unistra.fr Sébastien Lefèvre

More information

Model Repair. Leif Kobbelt RWTH Aachen University )NPUT $ATA 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS !NALYSIS OF SURFACE QUALITY

Model Repair. Leif Kobbelt RWTH Aachen University )NPUT $ATA 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS !NALYSIS OF SURFACE QUALITY )NPUT $ATA 2ANGE 3CAN #!$ 4OMOGRAPHY 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS!NALYSIS OF SURFACE QUALITY 3URFACE SMOOTHING FOR NOISE REMOVAL 0ARAMETERIZATION 3IMPLIFICATION FOR COMPLEXITY REDUCTION

More information

DEVELOPMENT OF AN IMAGING SYSTEM FOR THE CHARACTERIZATION OF THE THORACIC AORTA.

DEVELOPMENT OF AN IMAGING SYSTEM FOR THE CHARACTERIZATION OF THE THORACIC AORTA. DEVELOPMENT OF AN IMAGING SYSTEM FOR THE CHARACTERIZATION OF THE THORACIC AORTA. Juan Antonio Martínez Mera Centro Singular de Investigación en Tecnoloxías da Información Universidade de Santiago de Compostela

More information

Palmprint Recognition. By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap

Palmprint Recognition. By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap Palmprint Recognition By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap Palm print Palm Patterns are utilized in many applications: 1. To correlate palm patterns with medical disorders, e.g. genetic

More information

Image Area. View Point. Medical Imaging. Advanced Imaging Solutions for Diagnosis, Localization, Treatment Planning and Monitoring. www.infosys.

Image Area. View Point. Medical Imaging. Advanced Imaging Solutions for Diagnosis, Localization, Treatment Planning and Monitoring. www.infosys. Image Area View Point Medical Imaging Advanced Imaging Solutions for Diagnosis, Localization, Treatment Planning and Monitoring www.infosys.com Over the years, medical imaging has become vital in the early

More information

Four-dimensional Mathematical Data Visualization via Embodied Four-dimensional Space Display System

Four-dimensional Mathematical Data Visualization via Embodied Four-dimensional Space Display System Original Paper Forma, 26, 11 18, 2011 Four-dimensional Mathematical Data Visualization via Embodied Four-dimensional Space Display System Yukihito Sakai 1,2 and Shuji Hashimoto 3 1 Faculty of Information

More information

Medical Image Segmentation of PACS System Image Post-processing *

Medical Image Segmentation of PACS System Image Post-processing * Medical Image Segmentation of PACS System Image Post-processing * Lv Jie, Xiong Chun-rong, and Xie Miao Department of Professional Technical Institute, Yulin Normal University, Yulin Guangxi 537000, China

More information

RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE

RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE Dong-Hui Xu, Arati S. Kurani, Jacob D. Furst, Daniela S. Raicu Intelligent Multimedia Processing Laboratory, School of Computer Science, Telecommunications, and

More information

Document Image Retrieval using Signatures as Queries

Document Image Retrieval using Signatures as Queries Document Image Retrieval using Signatures as Queries Sargur N. Srihari, Shravya Shetty, Siyuan Chen, Harish Srinivasan, Chen Huang CEDAR, University at Buffalo(SUNY) Amherst, New York 14228 Gady Agam and

More information

Volume visualization I Elvins

Volume visualization I Elvins Volume visualization I Elvins 1 surface fitting algorithms marching cubes dividing cubes direct volume rendering algorithms ray casting, integration methods voxel projection, projected tetrahedra, splatting

More information

Diffeomorphic Diffusion Registration of Lung CT Images

Diffeomorphic Diffusion Registration of Lung CT Images Diffeomorphic Diffusion Registration of Lung CT Images Alexander Schmidt-Richberg, Jan Ehrhardt, René Werner, and Heinz Handels Institute of Medical Informatics, University of Lübeck, Lübeck, Germany,

More information

The process components and related data characteristics addressed in this document are:

The process components and related data characteristics addressed in this document are: TM Tech Notes Certainty 3D November 1, 2012 To: General Release From: Ted Knaak Certainty 3D, LLC Re: Structural Wall Monitoring (#1017) rev: A Introduction TopoDOT offers several tools designed specifically

More information

Enhanced LIC Pencil Filter

Enhanced LIC Pencil Filter Enhanced LIC Pencil Filter Shigefumi Yamamoto, Xiaoyang Mao, Kenji Tanii, Atsumi Imamiya University of Yamanashi {daisy@media.yamanashi.ac.jp, mao@media.yamanashi.ac.jp, imamiya@media.yamanashi.ac.jp}

More information

4D Magnetic Resonance Analysis. MR 4D Flow. Visualization and Quantification of Aortic Blood Flow

4D Magnetic Resonance Analysis. MR 4D Flow. Visualization and Quantification of Aortic Blood Flow 4D Magnetic Resonance Analysis MR 4D Flow Visualization and Quantification of Aortic Blood Flow 4D Magnetic Resonance Analysis Pie Medical Imaging, manufacturer of Quantitative Analysis software for cardiology

More information

SUPERVISED AUTOMATIC HISTOGRAM CLUSTERING AND WATERSHED SEGMENTATION. APPLICATION TO MICROSCOPIC MEDICAL COLOR IMAGES

SUPERVISED AUTOMATIC HISTOGRAM CLUSTERING AND WATERSHED SEGMENTATION. APPLICATION TO MICROSCOPIC MEDICAL COLOR IMAGES Image Anal Stereol 2003;22:113-120 Original Research Paper SUPERVISED AUTOMATIC HISTOGRAM CLUSTERING AND WATERSHED SEGMENTATION. APPLICATION TO MICROSCOPIC MEDICAL COLOR IMAGES OLIVIER LEZORAY LUSAC EA

More information

SCALABILITY OF CONTEXTUAL GENERALIZATION PROCESSING USING PARTITIONING AND PARALLELIZATION. Marc-Olivier Briat, Jean-Luc Monnot, Edith M.

SCALABILITY OF CONTEXTUAL GENERALIZATION PROCESSING USING PARTITIONING AND PARALLELIZATION. Marc-Olivier Briat, Jean-Luc Monnot, Edith M. SCALABILITY OF CONTEXTUAL GENERALIZATION PROCESSING USING PARTITIONING AND PARALLELIZATION Abstract Marc-Olivier Briat, Jean-Luc Monnot, Edith M. Punt Esri, Redlands, California, USA mbriat@esri.com, jmonnot@esri.com,

More information

LIBSVX and Video Segmentation Evaluation

LIBSVX and Video Segmentation Evaluation CVPR 14 Tutorial! 1! LIBSVX and Video Segmentation Evaluation Chenliang Xu and Jason J. Corso!! Computer Science and Engineering! SUNY at Buffalo!! Electrical Engineering and Computer Science! University

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

PARTIAL FINGERPRINT REGISTRATION FOR FORENSICS USING MINUTIAE-GENERATED ORIENTATION FIELDS

PARTIAL FINGERPRINT REGISTRATION FOR FORENSICS USING MINUTIAE-GENERATED ORIENTATION FIELDS PARTIAL FINGERPRINT REGISTRATION FOR FORENSICS USING MINUTIAE-GENERATED ORIENTATION FIELDS Ram P. Krish 1, Julian Fierrez 1, Daniel Ramos 1, Javier Ortega-Garcia 1, Josef Bigun 2 1 Biometric Recognition

More information

LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. indhubatchvsa@gmail.com

LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. indhubatchvsa@gmail.com LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE 1 S.Manikandan, 2 S.Abirami, 2 R.Indumathi, 2 R.Nandhini, 2 T.Nanthini 1 Assistant Professor, VSA group of institution, Salem. 2 BE(ECE), VSA

More information

Manual for simulation of EB processing. Software ModeRTL

Manual for simulation of EB processing. Software ModeRTL 1 Manual for simulation of EB processing Software ModeRTL How to get results. Software ModeRTL. Software ModeRTL consists of five thematic modules and service blocks. (See Fig.1). Analytic module is intended

More information

Classifying Manipulation Primitives from Visual Data

Classifying Manipulation Primitives from Visual Data Classifying Manipulation Primitives from Visual Data Sandy Huang and Dylan Hadfield-Menell Abstract One approach to learning from demonstrations in robotics is to make use of a classifier to predict if

More information

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/ Basic Filters (7) Convolution/correlation/Linear filtering Gaussian filters Smoothing and noise reduction First derivatives of Gaussian Second derivative of Gaussian: Laplacian Oriented Gaussian filters

More information

Software Packages The following data analysis software packages will be showcased:

Software Packages The following data analysis software packages will be showcased: Analyze This! Practicalities of fmri and Diffusion Data Analysis Data Download Instructions Weekday Educational Course, ISMRM 23 rd Annual Meeting and Exhibition Tuesday 2 nd June 2015, 10:00-12:00, Room

More information

J. P. Oakley and R. T. Shann. Department of Electrical Engineering University of Manchester Manchester M13 9PL U.K. Abstract

J. P. Oakley and R. T. Shann. Department of Electrical Engineering University of Manchester Manchester M13 9PL U.K. Abstract A CURVATURE SENSITIVE FILTER AND ITS APPLICATION IN MICROFOSSIL IMAGE CHARACTERISATION J. P. Oakley and R. T. Shann Department of Electrical Engineering University of Manchester Manchester M13 9PL U.K.

More information

Data Mining. Cluster Analysis: Advanced Concepts and Algorithms

Data Mining. Cluster Analysis: Advanced Concepts and Algorithms Data Mining Cluster Analysis: Advanced Concepts and Algorithms Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 1 More Clustering Methods Prototype-based clustering Density-based clustering Graph-based

More information

THE DOSIMETRIC EFFECTS OF

THE DOSIMETRIC EFFECTS OF THE DOSIMETRIC EFFECTS OF OPTIMIZATION TECHNIQUES IN IMRT/IGRT PLANNING 1 Multiple PTV Head and Neck Treatment Planning, Contouring, Data, Tips, Optimization Techniques, and algorithms AAMD 2013, San Antonio,

More information

Classification of Fingerprints. Sarat C. Dass Department of Statistics & Probability

Classification of Fingerprints. Sarat C. Dass Department of Statistics & Probability Classification of Fingerprints Sarat C. Dass Department of Statistics & Probability Fingerprint Classification Fingerprint classification is a coarse level partitioning of a fingerprint database into smaller

More information

Mean-Shift Tracking with Random Sampling

Mean-Shift Tracking with Random Sampling 1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of

More information

Integrated Medical Workflow for Augmented Reality Applications

Integrated Medical Workflow for Augmented Reality Applications Integrated Medical Workflow for Augmented Reality Applications 1 Denis Kalkofen 1 Bernhard Reitinger 2 Petter Risholm 1 Alexander Bornik 1 Reinhard Beichel 1 Dieter Schmalstieg 2 Eigil Samset 1 Graz University

More information

COMPUTATIONAL ENGINEERING OF FINITE ELEMENT MODELLING FOR AUTOMOTIVE APPLICATION USING ABAQUS

COMPUTATIONAL ENGINEERING OF FINITE ELEMENT MODELLING FOR AUTOMOTIVE APPLICATION USING ABAQUS International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 30 52, Article ID: IJARET_07_02_004 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

Morphological segmentation of histology cell images

Morphological segmentation of histology cell images Morphological segmentation of histology cell images A.Nedzved, S.Ablameyko, I.Pitas Institute of Engineering Cybernetics of the National Academy of Sciences Surganova, 6, 00 Minsk, Belarus E-mail abl@newman.bas-net.by

More information

MAGNETIC resonance (MR) image segmentation is fundamental

MAGNETIC resonance (MR) image segmentation is fundamental IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 29, NO. 12, DECEMBER 2010 1959 Coupled Nonparametric Shape and Moment-Based Intershape Pose Priors for Multiple Basal Ganglia Structure Segmentation Mustafa Gökhan

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park

Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park NSF GRANT # 0727380 NSF PROGRAM NAME: Engineering Design Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park Atul Thakur

More information

Morphological analysis on structural MRI for the early diagnosis of neurodegenerative diseases. Marco Aiello On behalf of MAGIC-5 collaboration

Morphological analysis on structural MRI for the early diagnosis of neurodegenerative diseases. Marco Aiello On behalf of MAGIC-5 collaboration Morphological analysis on structural MRI for the early diagnosis of neurodegenerative diseases Marco Aiello On behalf of MAGIC-5 collaboration Index Motivations of morphological analysis Segmentation of

More information

Novel Automatic PCB Inspection Technique Based on Connectivity

Novel Automatic PCB Inspection Technique Based on Connectivity Novel Automatic PCB Inspection Technique Based on Connectivity MAURO HIROMU TATIBANA ROBERTO DE ALENCAR LOTUFO FEEC/UNICAMP- Faculdade de Engenharia Elétrica e de Computação/ Universidade Estadual de Campinas

More information

A Flexible Suite of Software Tools for Medical Image Analysis

A Flexible Suite of Software Tools for Medical Image Analysis A Flexible Suite of Software Tools for Medical Image Analysis Alexander Nedzved United Institute of Informatics Problems of the National Academy of Sciences of Belarus Minsk, Belarus Nedzveda@tut.by Valery

More information

High Quality Image Magnification using Cross-Scale Self-Similarity

High Quality Image Magnification using Cross-Scale Self-Similarity High Quality Image Magnification using Cross-Scale Self-Similarity André Gooßen 1, Arne Ehlers 1, Thomas Pralow 2, Rolf-Rainer Grigat 1 1 Vision Systems, Hamburg University of Technology, D-21079 Hamburg

More information

Exploration and Visualization of Post-Market Data

Exploration and Visualization of Post-Market Data Exploration and Visualization of Post-Market Data Jianying Hu, PhD Joint work with David Gotz, Shahram Ebadollahi, Jimeng Sun, Fei Wang, Marianthi Markatou Healthcare Analytics Research IBM T.J. Watson

More information

A Three-Dimensional Correlation Method for Registration of Medical Images in Radiology

A Three-Dimensional Correlation Method for Registration of Medical Images in Radiology A Three-Dimensional Correlation Method for Registration of Medical Images in Radiology Michalakis F. Georgiou 1, Joachim H. Nagel 2, George N. Sfakianakis 3 1,3 Department of Radiology, University of Miami

More information

technical notes trimble realworks software

technical notes trimble realworks software technical notes trimble realworks software A POWERFUL 3D LASER SCANNING OFFICE SOFTWARE SUITE Designed for today s multifaceted scanning professional, Trimble RealWorks is a powerful office software that

More information

Euler Vector: A Combinatorial Signature for Gray-Tone Images

Euler Vector: A Combinatorial Signature for Gray-Tone Images Euler Vector: A Combinatorial Signature for Gray-Tone Images Arijit Bishnu, Bhargab B. Bhattacharya y, Malay K. Kundu, C. A. Murthy fbishnu t, bhargab, malay, murthyg@isical.ac.in Indian Statistical Institute,

More information

SOFTWARE FOR 3D IMAGE VISUALISATION, ANALYSIS AND MODEL GENERATION

SOFTWARE FOR 3D IMAGE VISUALISATION, ANALYSIS AND MODEL GENERATION SOFTWARE FOR 3D IMAGE VISUALISATION, ANALYSIS AND MODEL GENERATION Solutions for Life Sciences SIMPLEWARE SOFTWARE Simpleware provides easy-to-use software solutions for the processing of 3D image data

More information

Face Model Fitting on Low Resolution Images

Face Model Fitting on Low Resolution Images Face Model Fitting on Low Resolution Images Xiaoming Liu Peter H. Tu Frederick W. Wheeler Visualization and Computer Vision Lab General Electric Global Research Center Niskayuna, NY, 1239, USA {liux,tu,wheeler}@research.ge.com

More information

Interactive Level-Set Deformation On the GPU

Interactive Level-Set Deformation On the GPU Interactive Level-Set Deformation On the GPU Institute for Data Analysis and Visualization University of California, Davis Problem Statement Goal Interactive system for deformable surface manipulation

More information

APPM4720/5720: Fast algorithms for big data. Gunnar Martinsson The University of Colorado at Boulder

APPM4720/5720: Fast algorithms for big data. Gunnar Martinsson The University of Colorado at Boulder APPM4720/5720: Fast algorithms for big data Gunnar Martinsson The University of Colorado at Boulder Course objectives: The purpose of this course is to teach efficient algorithms for processing very large

More information

Investigating Clinical Care Pathways Correlated with Outcomes

Investigating Clinical Care Pathways Correlated with Outcomes Investigating Clinical Care Pathways Correlated with Outcomes Geetika T. Lakshmanan, Szabolcs Rozsnyai, Fei Wang IBM T. J. Watson Research Center, NY, USA August 2013 Outline Care Pathways Typical Challenges

More information

Speed Performance Improvement of Vehicle Blob Tracking System

Speed Performance Improvement of Vehicle Blob Tracking System Speed Performance Improvement of Vehicle Blob Tracking System Sung Chun Lee and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA sungchun@usc.edu, nevatia@usc.edu Abstract. A speed

More information

IGRT. IGRT can increase the accuracy by locating the target volume before and during the treatment.

IGRT. IGRT can increase the accuracy by locating the target volume before and during the treatment. DERYA ÇÖNE RADIOTHERAPY THERAPIST ACIBADEM KOZYATAGI HOSPITAL RADIATION ONCOLOGY DEPARTMENT IGRT IGRT (image-guided radiation therapy) is a technique that reduces geometric uncertainties by considering

More information

Circle Object Recognition Based on Monocular Vision for Home Security Robot

Circle Object Recognition Based on Monocular Vision for Home Security Robot Journal of Applied Science and Engineering, Vol. 16, No. 3, pp. 261 268 (2013) DOI: 10.6180/jase.2013.16.3.05 Circle Object Recognition Based on Monocular Vision for Home Security Robot Shih-An Li, Ching-Chang

More information

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow , pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices

More information

Advanced Ensemble Strategies for Polynomial Models

Advanced Ensemble Strategies for Polynomial Models Advanced Ensemble Strategies for Polynomial Models Pavel Kordík 1, Jan Černý 2 1 Dept. of Computer Science, Faculty of Information Technology, Czech Technical University in Prague, 2 Dept. of Computer

More information

Trimble Realworks Software

Trimble Realworks Software TECHNICAL NOTES Trimble Realworks Software A Powerful 3D Laser Scanning Office Software Suite DESIGNED FOR TODAY S MULTIFACETED SCANNING PROFESSIONAL, TRIMBLE REALWORKS IS A POWERFUL OFFICE SOFTWARE THAT

More information

Neovision2 Performance Evaluation Protocol

Neovision2 Performance Evaluation Protocol Neovision2 Performance Evaluation Protocol Version 3.0 4/16/2012 Public Release Prepared by Rajmadhan Ekambaram rajmadhan@mail.usf.edu Dmitry Goldgof, Ph.D. goldgof@cse.usf.edu Rangachar Kasturi, Ph.D.

More information

Practical Graph Mining with R. 5. Link Analysis

Practical Graph Mining with R. 5. Link Analysis Practical Graph Mining with R 5. Link Analysis Outline Link Analysis Concepts Metrics for Analyzing Networks PageRank HITS Link Prediction 2 Link Analysis Concepts Link A relationship between two entities

More information

Categorical Data Visualization and Clustering Using Subjective Factors

Categorical Data Visualization and Clustering Using Subjective Factors Categorical Data Visualization and Clustering Using Subjective Factors Chia-Hui Chang and Zhi-Kai Ding Department of Computer Science and Information Engineering, National Central University, Chung-Li,

More information

Accurate and robust image superresolution by neural processing of local image representations

Accurate and robust image superresolution by neural processing of local image representations Accurate and robust image superresolution by neural processing of local image representations Carlos Miravet 1,2 and Francisco B. Rodríguez 1 1 Grupo de Neurocomputación Biológica (GNB), Escuela Politécnica

More information