Scientific Data Visualization Foundation

Size: px
Start display at page:

Download "Scientific Data Visualization Foundation"

Transcription

1 Scientific Data Visualization Foundation Data Sources Scientific Visualization Pipelines Data Acquisition Methods GeoVisualization 1 Scientific Data Sources Common data sources: Scanning devices Computation (mathematical) processes Measuring Application tools usually coupled with Haptic feedback devices Stereo output (glasses) Interactivity ---- demanding of the rendering algorithm 2 1

2 Scanning - Domains Biomedical scanners: MRI, CT, SPECT, PET, Ultrasound, confocal microscopes. Surface scanner (range data, surface details) Geospatial sensor 3 Surface Scanner Laser Scanner Structured Light Scanner 4 2

3 Scanning - Applications Medical education, illustration and training Biomedical research 5 6 3

4 Scanning Applications (2) Surgical simulation for treatment planning Medical diagnosis and Tele-medicine Inter-operative visualization in brain surgery, biopsies, etc. (computer-aided surgery) Industrial purposes (quality control, security) Games with realistic 3D effects? 7 Scanning Applications (3) Range data: Digital library, Virtual museum, etc. Geographical Information Systems 8 4

5 Scientific Computation Data sources (domain): Mathematical analysis, ODE/PDE, Finite element analysis (FE), Supercomputer simulations, etc Applications: Scientific simulation, Computational fluid dynamics (CFD), etc. 9 Measuring - Domains Data sources (domain): Orbiting satellites, Spacecraft, Seismic devices, Statistical Data. Applications: for military intelligence, weather and atmospheric studies, planetary and interplanetary exploration, oil exploitation, earth quake studies, Statistical Analysis - Info Vis (Financial Data ) 10 5

6 11 Visualization Functional Model Shows data flow, transformation, and functional dependencies between processes Data flow diagram (DFD) Data source: creates data Data sink: consumes data Filter: data transformation Data store: data storage Data synchronization 12 6

7 DFD example 3D medical imaging system: CT/MRI scanning Raw data Data reconstruction slices Surface extraction write triangles pixels Data file rendering images

8 DFD example (2) Visualizing function: F( x, y, z) R Sampling F(x,y,z) Point array Cutting plane Iso-Surface extraction Meshed samples Line contouring polygons display lines display display

9 Visualization pipeline Data objects: data and methods to create, access & delete data Process objects: processes to transform data Source object (or read object): creates data. Filter object: transform data Mapper object (or write object): consume (display, output) data. Pipeline connections require type and multiplicity consistency 17 Pipeline example Sampling F(x,y,z) Iso-surface extraction Cutting planes Contouring Display Display Display 18 9

10 Looping Pipeline Example: velocity field Sampling points Probe data with points for velocity V i Compute motion P P V t i1 i i Display points Input field data 19 Executing Pipeline Pipeline is executed only when there is a change to input data or process parameter Demand-driven approach: when output is requested (VTK style) Event-driven approach: every change leads to pipeline re-execution 20 10

11 Data Characteristics Visualization data is discrete Digital technology Analytic property unknown sampling necessary Interpolation necessary Regularity Regular (structured) data Irregular (unstructured) data Dimensionality 1D (curve, line), 2D (surface), 3D (volume) Multiple use of lower dimensional techniques for higher dimensional problems. 21 Dataset model Dataset = structure + attributes Structure: spatial info and relationships Topology: cells Geometry: points Attributes: properties temperature, velocity, etc Associated with the structure Example: height field (2D or 3D cells) structure dataset attributes topology geometry Scalar,vector Tensor, cells points 22 11

12 Cells and Points Cells type connectivity list Ci = {P1, P2, Pn} Primary cells: smallest unit in topology Composite cells: groups of primary cells Points Pointers to point storage Use set: U(Pi) = {Ci: Pi in Ci} 23 Cell types vertex line poly-line triangle polygon triangle-strip quadrilateral pixel voxel tetrahedron pyramid hexahedron 24 12

13 Attributes Information associated with structure (usually with points) Common attribute types Scalar: temperature, density, pressure, etc Vector: velocity, trajectory, gradient, etc. Normals: direction only Tensors: k-dimensional array (e.g. stress & strain) User-defined data Texture coordinates 25 Type of datasets Structured points Regular, rectangular lattice of points Cells: pixels or voxels 2D (image, pixmap, bitmap), 3D (volume) Simple data structures 26 13

14 Type of datasets (2) Rectilinear grid Regular lattice Non-uniform spacing Structured grid Regular topology Irregular geometry 27 Type of datasets (3) Unstructured grid Irregular topology Irregular geometry Finite element grid tetrahedral grid, etc. Unstructured points No topology Unstructured geometry Particle systems Smoothed Particle Hydrodynamics 28 14

15 Data Acquisition Methods X-Rays Computed Tomography (CT or CAT) MRI (or NMR) PET / SPECT Ultrasound Microscopy Computational Geospatial (remote sensing, satellite imaging) synthetic methods 29 X-Rays photons produced by an electron beam 30 15

16 X-Rays (2) Cheap and relatively easy to use commonly used to image gross bone structure and lungs excellent for detecting foreign metal objects Potentially damaging to biological tissue main disadvantage -> lack of anatomical structure all other tissue has very similar absorption coefficient for x- rays 31 CT or CAT - Principles Computerized Tomography: 3D extension of X-rays based on the principle that a three-dimensional object can be reconstructed from its two dimensional projections measures the attenuation of X- rays from many different angles a computer reconstructs the organ under study in a series of cross sections or planes combine X-ray pictures from various angles to reconstruct 3D structures 32 16

17

18 CT Reconstruction: Filtered Back Projection (FBP) Radon transform: the projection data Fourier Slice Theorem: the 1D Fourier transform of the projection data at a given angle is the same as the radial data passing through the origin at the same angle in the 2D Fourier transform domain data. y f(x,y) x s g (s) 35 Fourier Slice Theorem g ( s) f ( x, y)exp( i( x cos( ) y sin( )) dxdy F(, ) G ( ) F( g f ( s cos( ) t sin( ), s sin( ) t cos( )) dt ( s)) g ( s)exp( is) ds f ( s cos( ) t sin( ), s sin( ) t cos( ))exp( is) dsdt f ( x, y)exp( 2i( xu yv)) dxdy F( u, v) where 2u cos( ), 2v sin( ) 36 18

19 CT Reconstruction: FBP (2) Inverse radon transform can be achieved by filtering the projection images with a ramp filter in frequency space, and then back-projecting the filtered projections onto a reconstruction grid. ˆ 1 f ( x, y) β { R[ f ( x, y)]} R f ( x, y) { R[ f ( x, y)]} F( u, v)exp[2i( ux yv)] dxdy F(, )exp[2i( x cos y sin )] dd F(, k )exp[2i( x cosk y sin k )] dd 37 CT Reconstruction: Algebraic reconstruction technique (ART) Initial Guess v 3 v 2 v 1 p i p i+1 p i-1 Back- Projection Reconstructed model Actual Data Slices Projection w v w v w 11 1 v w v 2 2 w w 1N 2N v v N N p p 1 2 w j = w v w M 1 1 v M 2 2 w MN v N p M 38 19

20 CT Reconstruction: ART (2) Object reconstructed on a discrete grid by a sequence of alternating grid projections and correction back-projections. Projection: measures how close the current state of the reconstructed object matches one of the scanner projections Back-projection: corrective factor is distributed back onto the grid many projection/back-projection steps needed for a certain tolerance margin 39 CT - FBP vs. ART FBP ART Computationally cheap Clinically usually 500 projections per slice problematic for noisy projections Still slow better quality for fewer projections better quality for non-uniform project. guided reconstruct. (initial guess!) 40 20

21 MRI Nuclear Magnetic Resonance (NMR) (or Magnetic Resonance Imaging - MRI) most detailed anatomical information high-energy radiation is not used. Reconstruction process similar to CT, but in frequency domain. 41 MRI - Signal to Noise Ratio proton density pictures - measures H MRI is good for tissues, but not for bone signal recorded in Frequency domain!! Noise - the more protons per volume unit, the more accurate the measurements - better SNR through decreased resolution 42 21

22 PET Functional imaging modality (not structural): blood flows, Glucose metabolism, etc. Injecting radiotracer, which decays by Positron Emission Gamma photons can be emitted and detected. Follow the movements of the injected compound and its metabolism Reconstruction techniques similar to CT 43 PET Images 44 22

23 Comparison CT and MRI show that you have a brain; PET show that you use it! 45 Ultrasound Use high-frequency sound (ultrasonic) waves to produce images of structures in human body Above the range of sound audible to humans (typically above 1MHz) Aimed at a specific area of the body Change in tissue density reflects waves, and echoes are then recorded Delay of reflected signal and amplitude determines the position of the tissue Can be used for both still images and moving objects 46 23

24 Ultrasound (2) Very safe commonly used to examine fetuses in utero, also for heart, liver, kidneys, eye, gallbladder, breast, and major blood vessels least expensive but noisy irregular sampling - reconstruction problems 47 3D Microscopy Laser confocal microscope laser lens Confocal pinholes Dichroic mirror Detector object 48 24

25 3D Microscopy (2) Structures of microscopic scale (cells, tissues/muscles, blood vessel) Structures often unknown Slices collected as focal planes Low contrast, low intensity gradients, bad signal to noise ratio. Photo-bleaching : iso-surface extraction is difficult. 49 Computational Problems in Science and Engineering Input: physical domain, load, boundary conditions Mathematical models: PDE, ODE, etc Output: function and variable values over a continuous physical domain. Means: Domain discretization, approximation and interpolation (Newton, Finite difference, FEM) Data: discrete values and solutions Visualization: input, process, results 50 25

26 CM - Approach Continuous solution doesn t exist (for most part) Numerical Approximation/Solution 1. Discretize solution space - Grid generation explicit 2. Replace continuous operators with discrete ones 3. Solve for physical quantities 51 CM -Grid Types Structured Grids: regular uniform Unstructured Grids: rectilinear curvilinear regular irregular hybrid curved 52 26

27 CM - Grid Examples 53 Synthetic Methods 3D Discretization Techniques :Voxelization Scan Conversion of Geometric Objects Planes / Triangles Cylinders Sphere Cone NURBS, Bezier patches 54 27

28 Synthetic Methods Solid Texture, Hyper Texture - 3D Textures Fur Marble Hair Turbulent flow 3D Regular grid has texture values 55 28

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

Visualisatie BMT. Introduction, visualization, visualization pipeline. Arjan Kok Huub van de Wetering (h.v.d.wetering@tue.nl)

Visualisatie BMT. Introduction, visualization, visualization pipeline. Arjan Kok Huub van de Wetering (h.v.d.wetering@tue.nl) Visualisatie BMT Introduction, visualization, visualization pipeline Arjan Kok Huub van de Wetering (h.v.d.wetering@tue.nl) 1 Lecture overview Goal Summary Study material What is visualization Examples

More information

BME 501 - Introduction to BME. Bioelectrical Engineering Part: Medical Imaging

BME 501 - Introduction to BME. Bioelectrical Engineering Part: Medical Imaging BME 501 - Introduction to BME Bioelectrical Engineering Part: Medical Imaging Reference Textbook: Principles of Medical Imaging, by Shung, Smith and Tsui Lecturer: Murat EYÜBOĞLU, Ph.D. Dept. of Electrical

More information

Magnetic Resonance Imaging

Magnetic Resonance Imaging Magnetic Resonance Imaging What are the uses of MRI? To begin, not only are there a variety of scanning methodologies available, but there are also a variety of MRI methodologies available which provide

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

Methods of Computerized Images for Medical Diagnosis Seminar: Medical Images Summer Semester 2005

Methods of Computerized Images for Medical Diagnosis Seminar: Medical Images Summer Semester 2005 + Methods of Computerized Images for Medical Diagnosis Seminar: Medical Images Summer Semester 2005 Author: Tu-Binh Dang Matr.: 6147230 For: Professor Domik University of Paderborn Tutor: Gitta Domik domik@upb.de

More information

Two years ANR Post Doctorate fellowship Mathematics and Numerics of Dynamic Cone Beam CT and ROI Reconstructions

Two years ANR Post Doctorate fellowship Mathematics and Numerics of Dynamic Cone Beam CT and ROI Reconstructions Two years ANR Post Doctorate fellowship Mathematics and Numerics of Dynamic Cone Beam CT and ROI Reconstructions Laurent Desbat TIMC-IMAG, UMR 5525, Grenoble University, France Laurent.Desbat@imag.fr Rolf

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

Introduction to CFD Analysis

Introduction to CFD Analysis Introduction to CFD Analysis 2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 torsten@sfu.ca www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics

More information

Medical Imaging, Acquisition and Processing

Medical Imaging, Acquisition and Processing Medical Imaging, Acquisition and Processing J. Kybic Center for Machine Perception, CTU Prague Medical Imaging, Acquisition and Processing p.1/59 Overview Introduction and motivation Modalities (acquisition

More information

GE Medical Systems Training in Partnership. Module 8: IQ: Acquisition Time

GE Medical Systems Training in Partnership. Module 8: IQ: Acquisition Time Module 8: IQ: Acquisition Time IQ : Acquisition Time Objectives...Describe types of data acquisition modes....compute acquisition times for 2D and 3D scans. 2D Acquisitions The 2D mode acquires and reconstructs

More information

Introduction to Visualization with VTK and ParaView

Introduction to Visualization with VTK and ParaView Introduction to Visualization with VTK and ParaView R. Sungkorn and J. Derksen Department of Chemical and Materials Engineering University of Alberta Canada August 24, 2011 / LBM Workshop 1 Introduction

More information

Functional neuroimaging. Imaging brain function in real time (not just the structure of the brain).

Functional neuroimaging. Imaging brain function in real time (not just the structure of the brain). Functional neuroimaging Imaging brain function in real time (not just the structure of the brain). The brain is bloody & electric Blood increase in neuronal activity increase in metabolic demand for glucose

More information

OpenFOAM Optimization Tools

OpenFOAM Optimization Tools OpenFOAM Optimization Tools Henrik Rusche and Aleks Jemcov h.rusche@wikki-gmbh.de and a.jemcov@wikki.co.uk Wikki, Germany and United Kingdom OpenFOAM Optimization Tools p. 1 Agenda Objective Review optimisation

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

BIOMEDICAL ULTRASOUND

BIOMEDICAL ULTRASOUND BIOMEDICAL ULTRASOUND Goals: To become familiar with: Ultrasound wave Wave propagation and Scattering Mechanisms of Tissue Damage Biomedical Ultrasound Transducers Biomedical Ultrasound Imaging Ultrasonic

More information

Visualization with ParaView. Greg Johnson

Visualization with ParaView. Greg Johnson Visualization with Greg Johnson Before we begin Make sure you have 3.8.0 installed so you can follow along in the lab section http://paraview.org/paraview/resources/software.html http://www.paraview.org/

More information

Introduction to CFD Analysis

Introduction to CFD Analysis Introduction to CFD Analysis Introductory FLUENT Training 2006 ANSYS, Inc. All rights reserved. 2006 ANSYS, Inc. All rights reserved. 2-2 What is CFD? Computational fluid dynamics (CFD) is the science

More information

Introduction to Medical Imaging. Lecture 11: Cone-Beam CT Theory. Introduction. Available cone-beam reconstruction methods: Our discussion:

Introduction to Medical Imaging. Lecture 11: Cone-Beam CT Theory. Introduction. Available cone-beam reconstruction methods: Our discussion: Introduction Introduction to Medical Imaging Lecture 11: Cone-Beam CT Theory Klaus Mueller Available cone-beam reconstruction methods: exact approximate algebraic Our discussion: exact (now) approximate

More information

Small cell lung cancer

Small cell lung cancer Small cell lung cancer Small cell lung cancer is a disease in which malignant (cancer) cells form in the tissues of the lung. The lungs are a pair of cone-shaped breathing organs that are found within

More information

Analysis of Multi-Spacecraft Magnetic Field Data

Analysis of Multi-Spacecraft Magnetic Field Data COSPAR Capacity Building Beijing, 5 May 2004 Joachim Vogt Analysis of Multi-Spacecraft Magnetic Field Data 1 Introduction, single-spacecraft vs. multi-spacecraft 2 Single-spacecraft data, minimum variance

More information

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example.

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example. An Example 2 3 4 Outline Objective: Develop methods and algorithms to mathematically model shape of real world objects Categories: Wire-Frame Representation Object is represented as as a set of points

More information

A Short Introduction to Computer Graphics

A Short Introduction to Computer Graphics A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical

More information

ParaVision 6. Innovation with Integrity. The Next Generation of MR Acquisition and Processing for Preclinical and Material Research.

ParaVision 6. Innovation with Integrity. The Next Generation of MR Acquisition and Processing for Preclinical and Material Research. ParaVision 6 The Next Generation of MR Acquisition and Processing for Preclinical and Material Research Innovation with Integrity Preclinical MRI A new standard in Preclinical Imaging ParaVision sets a

More information

Introduction. Stefano Ferrari. Università degli Studi di Milano stefano.ferrari@unimi.it. Elaborazione delle immagini (Image processing I)

Introduction. Stefano Ferrari. Università degli Studi di Milano stefano.ferrari@unimi.it. Elaborazione delle immagini (Image processing I) Introduction Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Elaborazione delle immagini (Image processing I) academic year 2011 2012 Image processing Computer science concerns

More information

CT scanning. By Mikael Jensen & Jens E. Wilhjelm Risø National laboratory Ørsted DTU. (Ver. 1.2 4/9/07) 2002-2007 by M. Jensen and J. E.

CT scanning. By Mikael Jensen & Jens E. Wilhjelm Risø National laboratory Ørsted DTU. (Ver. 1.2 4/9/07) 2002-2007 by M. Jensen and J. E. 1 Overview CT scanning By Mikael Jensen & Jens E. Wilhjelm Risø National laboratory Ørsted DTU (Ver. 1.2 4/9/07) 2002-2007 by M. Jensen and J. E. Wilhjelm) As it can be imagined, planar X-ray imaging has

More information

AI CPT Codes. x x. 70336 MRI Magnetic resonance (eg, proton) imaging, temporomandibular joint(s)

AI CPT Codes. x x. 70336 MRI Magnetic resonance (eg, proton) imaging, temporomandibular joint(s) Code Category Description Auth Required Medicaid Medicare 0126T IMT Testing Common carotid intima-media thickness (IMT) study for evaluation of atherosclerotic burden or coronary heart disease risk factor

More information

Radiation therapy involves using many terms you may have never heard before. Below is a list of words you could hear during your treatment.

Radiation therapy involves using many terms you may have never heard before. Below is a list of words you could hear during your treatment. Dictionary Radiation therapy involves using many terms you may have never heard before. Below is a list of words you could hear during your treatment. Applicator A device used to hold a radioactive source

More information

Robot Perception Continued

Robot Perception Continued Robot Perception Continued 1 Visual Perception Visual Odometry Reconstruction Recognition CS 685 11 Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart

More information

PHYSICAL METHODS, INSTRUMENTS AND MEASUREMENTS Vol. III - Medical and Industrial Tomography - W.B.Gilboy

PHYSICAL METHODS, INSTRUMENTS AND MEASUREMENTS Vol. III - Medical and Industrial Tomography - W.B.Gilboy MEDICAL AND INDUSTRIAL TOMOGRAPHY Department of Physics, University of Surrey, Guildford, Surrey, U.K. Keywords: Radiography, transmission tomography, emission tomography, microtomography, SPECT (single

More information

C1 Medical Imaging Modalities & Characteristics. 4005-759 Linwei Wang

C1 Medical Imaging Modalities & Characteristics. 4005-759 Linwei Wang C1 Medical Imaging Modalities & Characteristics 4005-759 Linwei Wang Major Types of Medical Imaging Modalities X-ray Imaging Computed Tomography (CT) Magnetic Resonance Imaging (MRI) Nuclear Imaging Positron

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

DIAGNOSTIC MEDICAL IMAGING 1st Part --Introduction. Ing. Tommaso Rossi tommaso.rossi@uniroma2.it

DIAGNOSTIC MEDICAL IMAGING 1st Part --Introduction. Ing. Tommaso Rossi tommaso.rossi@uniroma2.it DIAGNOSTIC MEDICAL IMAGING 1st Part --Introduction Ing. Tommaso Rossi tommaso.rossi@uniroma2.it Tommaso Rossi - Modulo di SEGNALI, a.a. 2013/2014 Overview 2 How we can look on the inside of human body?

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

The Visualization Pipeline

The Visualization Pipeline The Visualization Pipeline Conceptual perspective Implementation considerations Algorithms used in the visualization Structure of the visualization applications Contents The focus is on presenting the

More information

Direct Volume Rendering Elvins

Direct Volume Rendering Elvins Direct Volume Rendering Elvins 1 Principle: rendering of scalar volume data with cloud-like, semi-transparent effects forward mapping object-order backward mapping image-order data volume screen voxel

More information

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 2 Introduction to CFD Methodology Introduction to ANSYS FLUENT L2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions,

More information

MEDICAL IMAGING 2nd Part Computed Tomography

MEDICAL IMAGING 2nd Part Computed Tomography MEDICAL IMAGING 2nd Part Computed Tomography Introduction 2 In the last 30 years X-ray Computed Tomography development produced a great change in the role of diagnostic imaging in medicine. In convetional

More information

Lecture 7 - Meshing. Applied Computational Fluid Dynamics

Lecture 7 - Meshing. Applied Computational Fluid Dynamics Lecture 7 - Meshing Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Outline Why is a grid needed? Element types. Grid types.

More information

THORACIC DIAGNOSTIC ASSESMENT PROGRAM (DAP) PATIENT INFORMATION FOR:

THORACIC DIAGNOSTIC ASSESMENT PROGRAM (DAP) PATIENT INFORMATION FOR: central east regional cancer program in partnership with cancer care ontario THORACIC DIAGNOSTIC ASSESMENT PROGRAM (DAP) PATIENT INFORMATION FOR: Thoracic dap booklet March2012.indd 1 SCHEDULED TESTS YOUR

More information

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging Physics of Medical X-Ray Imaging (1) Chapter 3 CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY 3.1 Basic Concepts of Digital Imaging Unlike conventional radiography that generates images on film through

More information

3D Modelling and Volume Rotation of 2D Medical Images

3D Modelling and Volume Rotation of 2D Medical Images 3D Modelling and Volume Rotation of 2D Medical Images Himani S. Bhatt 1, Sima K. Gonsai 2 Student (ME-CSE), Dept. of ECE, L. D. College of Engineering, Ahmedabad, India 1 Assistant Professor, Dept. of

More information

Computer Graphics AACHEN AACHEN AACHEN AACHEN. Public Perception of CG. Computer Graphics Research. Methodological Approaches - - - - - - - - - -

Computer Graphics AACHEN AACHEN AACHEN AACHEN. Public Perception of CG. Computer Graphics Research. Methodological Approaches - - - - - - - - - - Public Perception of CG Games Computer Graphics Movies Computer Graphics Research algorithms & data structures fundamental continuous & discrete mathematics optimization schemes 3D reconstruction global

More information

Basic Principles of Magnetic Resonance

Basic Principles of Magnetic Resonance Basic Principles of Magnetic Resonance Contents: Jorge Jovicich jovicich@mit.edu I) Historical Background II) An MR experiment - Overview - Can we scan the subject? - The subject goes into the magnet -

More information

Ultrasound. Sound waves

Ultrasound. Sound waves Ultrasound Basic Idea Send waves into body which are reflected at the interfaces between tissue Return time of the waves tells us of the depth of the reflecting surface History First practical application,

More information

Avizo AvizoFire - The 3D visualization Software for NDT & Materials Science

Avizo AvizoFire - The 3D visualization Software for NDT & Materials Science Avizo AvizoFire - The 3D visualization Software for NDT & Materials Science Peter Westenberger Application Enginieer May 7, 2010 Avizo Visualize to Understand Avizo software is a powerful, multifaceted

More information

Diffusione e perfusione in risonanza magnetica. E. Pagani, M. Filippi

Diffusione e perfusione in risonanza magnetica. E. Pagani, M. Filippi Diffusione e perfusione in risonanza magnetica E. Pagani, M. Filippi DW-MRI DIFFUSION-WEIGHTED MRI Principles Diffusion results from a microspic random motion known as Brownian motion THE RANDOM WALK How

More information

Computed Tomography Resolution Enhancement by Integrating High-Resolution 2D X-Ray Images into the CT reconstruction

Computed Tomography Resolution Enhancement by Integrating High-Resolution 2D X-Ray Images into the CT reconstruction Digital Industrial Radiology and Computed Tomography (DIR 2015) 22-25 June 2015, Belgium, Ghent - www.ndt.net/app.dir2015 More Info at Open Access Database www.ndt.net/?id=18046 Computed Tomography Resolution

More information

Medical Applications of radiation physics. Riccardo Faccini Universita di Roma La Sapienza

Medical Applications of radiation physics. Riccardo Faccini Universita di Roma La Sapienza Medical Applications of radiation physics Riccardo Faccini Universita di Roma La Sapienza Outlook Introduction to radiation which one? how does it interact with matter? how is it generated? Diagnostics

More information

Incorporating Internal Gradient and Restricted Diffusion Effects in Nuclear Magnetic Resonance Log Interpretation

Incorporating Internal Gradient and Restricted Diffusion Effects in Nuclear Magnetic Resonance Log Interpretation The Open-Access Journal for the Basic Principles of Diffusion Theory, Experiment and Application Incorporating Internal Gradient and Restricted Diffusion Effects in Nuclear Magnetic Resonance Log Interpretation

More information

Lecture 14. Point Spread Function (PSF)

Lecture 14. Point Spread Function (PSF) Lecture 14 Point Spread Function (PSF), Modulation Transfer Function (MTF), Signal-to-noise Ratio (SNR), Contrast-to-noise Ratio (CNR), and Receiver Operating Curves (ROC) Point Spread Function (PSF) Recollect

More information

Curves and Surfaces. Goals. How do we draw surfaces? How do we specify a surface? How do we approximate a surface?

Curves and Surfaces. Goals. How do we draw surfaces? How do we specify a surface? How do we approximate a surface? Curves and Surfaces Parametric Representations Cubic Polynomial Forms Hermite Curves Bezier Curves and Surfaces [Angel 10.1-10.6] Goals How do we draw surfaces? Approximate with polygons Draw polygons

More information

Avizo Inspect New software for industrial inspection and materials R&D

Avizo Inspect New software for industrial inspection and materials R&D Avizo Inspect New software for industrial inspection and materials R&D Reduce your design cycle, inspection times, and meet higher-level quality standards at a lower cost. Avizo Inspect software streamlines

More information

CALCULATION OF CLOUD MOTION WIND WITH GMS-5 IMAGES IN CHINA. Satellite Meteorological Center Beijing 100081, China ABSTRACT

CALCULATION OF CLOUD MOTION WIND WITH GMS-5 IMAGES IN CHINA. Satellite Meteorological Center Beijing 100081, China ABSTRACT CALCULATION OF CLOUD MOTION WIND WITH GMS-5 IMAGES IN CHINA Xu Jianmin Zhang Qisong Satellite Meteorological Center Beijing 100081, China ABSTRACT With GMS-5 images, cloud motion wind was calculated. For

More information

Hunting Bats. Diagnostic Ultrasound. Ultrasound Real-time modality

Hunting Bats. Diagnostic Ultrasound. Ultrasound Real-time modality Diagnostik Ultrasound Basic physics, image reconstruction and signal processing Per Åke Olofsson Dpt of Biomedical Engineering, Malmö University Hospital, Sweden Ultrasound Real-time modality 17-WEEK FETAL

More information

COMP175: Computer Graphics. Lecture 1 Introduction and Display Technologies

COMP175: Computer Graphics. Lecture 1 Introduction and Display Technologies COMP175: Computer Graphics Lecture 1 Introduction and Display Technologies Course mechanics Number: COMP 175-01, Fall 2009 Meetings: TR 1:30-2:45pm Instructor: Sara Su (sarasu@cs.tufts.edu) TA: Matt Menke

More information

Optical Design Tools for Backlight Displays

Optical Design Tools for Backlight Displays Optical Design Tools for Backlight Displays Introduction Backlights are used for compact, portable, electronic devices with flat panel Liquid Crystal Displays (LCDs) that require illumination from behind.

More information

QUANTITATIVE IMAGING IN MULTICENTER CLINICAL TRIALS: PET

QUANTITATIVE IMAGING IN MULTICENTER CLINICAL TRIALS: PET Centers for Quantitative Imaging Excellence (CQIE) LEARNING MODULE QUANTITATIVE IMAGING IN MULTICENTER CLINICAL TRIALS: PET American College of Radiology Clinical Research Center v.1 Centers for Quantitative

More information

Table 11: Pros and Cons of 1.5 T MRI vs. 3.0 T MRI; Safety and Technical Issues, and Clinical Applications

Table 11: Pros and Cons of 1.5 T MRI vs. 3.0 T MRI; Safety and Technical Issues, and Clinical Applications Safety Issue 3.0 T MRI Pro 3.0 T MRI Con Immediate fringe field surrounding magnet A ferromagnetic object inadvertently brought into the scan room will experience a sharp increase in attraction toward

More information

Micro-CT for SEM Non-destructive Measurement and Volume Visualization of Specimens Internal Microstructure in SEM Micro-CT Innovation with Integrity

Micro-CT for SEM Non-destructive Measurement and Volume Visualization of Specimens Internal Microstructure in SEM Micro-CT Innovation with Integrity Micro-CT for SEM Non-destructive Measurement and Volume Visualization of Specimens Internal Microstructure in SEM Innovation with Integrity Micro-CT 3D Microscopy Using Micro-CT for SEM Micro-CT for SEM

More information

Surgery Support System as a Surgeon s Advanced Hand and Eye

Surgery Support System as a Surgeon s Advanced Hand and Eye Surgery Support System as a Surgeon s Advanced Hand and Eye 8 Surgery Support System as a Surgeon s Advanced Hand and Eye Kazutoshi Kan Michio Oikawa Takashi Azuma Shio Miyamoto OVERVIEW: A surgery support

More information

Synthetic Sensing: Proximity / Distance Sensors

Synthetic Sensing: Proximity / Distance Sensors Synthetic Sensing: Proximity / Distance Sensors MediaRobotics Lab, February 2010 Proximity detection is dependent on the object of interest. One size does not fit all For non-contact distance measurement,

More information

Embedded Systems in Healthcare. Pierre America Healthcare Systems Architecture Philips Research, Eindhoven, the Netherlands November 12, 2008

Embedded Systems in Healthcare. Pierre America Healthcare Systems Architecture Philips Research, Eindhoven, the Netherlands November 12, 2008 Embedded Systems in Healthcare Pierre America Healthcare Systems Architecture Philips Research, Eindhoven, the Netherlands November 12, 2008 About the Speaker Working for Philips Research since 1982 Projects

More information

INTRODUCTION TO RENDERING TECHNIQUES

INTRODUCTION TO RENDERING TECHNIQUES INTRODUCTION TO RENDERING TECHNIQUES 22 Mar. 212 Yanir Kleiman What is 3D Graphics? Why 3D? Draw one frame at a time Model only once X 24 frames per second Color / texture only once 15, frames for a feature

More information

MayaVi: A free tool for CFD data visualization

MayaVi: A free tool for CFD data visualization MayaVi: A free tool for CFD data visualization Prabhu Ramachandran Graduate Student, Dept. Aerospace Engg. IIT Madras, Chennai, 600 036. e mail: prabhu@aero.iitm.ernet.in Keywords: Visualization, CFD data,

More information

Introduction to acoustic imaging

Introduction to acoustic imaging Introduction to acoustic imaging Contents 1 Propagation of acoustic waves 3 1.1 Wave types.......................................... 3 1.2 Mathematical formulation.................................. 4 1.3

More information

DIN Department of Industrial Engineering School of Engineering and Architecture

DIN Department of Industrial Engineering School of Engineering and Architecture DIN Department of Industrial Engineering School of Engineering and Architecture Elective Courses of the Master s Degree in Aerospace Engineering (MAE) Forlì, 08 Nov 2013 Master in Aerospace Engineering

More information

Authors: Masahiro Watanabe*, Motoi Okuda**, Teruo Matsuzawa*** Speaker: Masahiro Watanabe**

Authors: Masahiro Watanabe*, Motoi Okuda**, Teruo Matsuzawa*** Speaker: Masahiro Watanabe** Visualization of the Blood flow and the Stress distribution with the Diagnostic Support System for Circulatory Disease in the Volume Communications Environment Authors: Masahiro Watanabe*, Motoi Okuda**,

More information

Simulation Techniques for Tablet and Mobile Phone Design Bill McGinn; Ansys Senior Application Engineer

Simulation Techniques for Tablet and Mobile Phone Design Bill McGinn; Ansys Senior Application Engineer Simulation Techniques for Tablet and Mobile Phone Design Bill McGinn; Ansys Senior Application Engineer 1 Tablets in our daily lives Tablets are very entertaining, stylish and powerful Shopping, reading,

More information

Cone Beam Reconstruction Jiang Hsieh, Ph.D.

Cone Beam Reconstruction Jiang Hsieh, Ph.D. Cone Beam Reconstruction Jiang Hsieh, Ph.D. Applied Science Laboratory, GE Healthcare Technologies 1 Image Generation Reconstruction of images from projections. textbook reconstruction advanced acquisition

More information

Image Analysis for Volumetric Industrial Inspection and Interaction

Image Analysis for Volumetric Industrial Inspection and Interaction Image Analysis for Volumetric Industrial Inspection and Interaction Rasmus Larsen Mads F. Hansen, Hildur Olafsdottir, Thomas H. Mosbech, Lasse F. Laursen DTU Informatics (CT) reconstruction from few projections

More information

Visualization of Adaptive Mesh Refinement Data with VisIt

Visualization of Adaptive Mesh Refinement Data with VisIt Visualization of Adaptive Mesh Refinement Data with VisIt Gunther H. Weber Lawrence Berkeley National Laboratory VisIt Richly featured visualization and analysis tool for large data sets Built for five

More information

Visualization with ParaView

Visualization with ParaView Visualization with ParaView Before we begin Make sure you have ParaView 4.1.0 installed so you can follow along in the lab section http://paraview.org/paraview/resources/software.php Background http://www.paraview.org/

More information

RADIOLOGY SERVICES. By Dr Lim Eng Kok 1

RADIOLOGY SERVICES. By Dr Lim Eng Kok 1 INTRODUCTION RADIOLOGY SERVICES By Dr Lim Eng Kok 1 Radiology is the branch of medicine that deals with the use of ionising (e.g. x- rays and radio-isotopes) and non-ionising radiation (e.g. ultrasound

More information

animation animation shape specification as a function of time

animation animation shape specification as a function of time animation animation shape specification as a function of time animation representation many ways to represent changes with time intent artistic motion physically-plausible motion efficiency control typically

More information

Hanover Center for Optical Technologies - HOT

Hanover Center for Optical Technologies - HOT Hanover Center for Optical Technologies - HOT apl. Prof. Dr. Bernhard Roth Bernhard.Roth@hot.uni-hannover.de www.hot.uni-hannover.de Hannover, November 18 th, 2014 Hannoversches Zentrum für Optische Technologien

More information

Society of Nuclear Medicine 1850 Samuel Morse Drive Reston, VA 20190-5316 www.snm.org

Society of Nuclear Medicine 1850 Samuel Morse Drive Reston, VA 20190-5316 www.snm.org What is nuclear medicine? Nuclear medicine is a medical specialty that is used to diagnose and treat diseases in a safe and painless way. Nuclear medicine procedures permit the determination of medical

More information

What Is A Nuclear Medicine And Medical Setting?

What Is A Nuclear Medicine And Medical Setting? With nuclear medicine and molecular imaging, physicians can obtain unique insights into a patient s body that allow for a more personalized approach to the evaluation and management of heart disease, cancer

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

GEOMETRIC, THERMODYNAMIC AND CFD ANALYSES OF A REAL SCROLL EXPANDER FOR MICRO ORC APPLICATIONS

GEOMETRIC, THERMODYNAMIC AND CFD ANALYSES OF A REAL SCROLL EXPANDER FOR MICRO ORC APPLICATIONS 2 nd International Seminar on ORC Power Systems October 7 th & 8 th, 213 De Doelen, Rotterdam, NL GEOMETRIC, THERMODYNAMIC AND CFD ANALYSES OF A REAL SCROLL EXPANDER FOR MICRO ORC APPLICATIONS M. Morini,

More information

Security and protection of digital images by using watermarking methods

Security and protection of digital images by using watermarking methods Security and protection of digital images by using watermarking methods Andreja Samčović Faculty of Transport and Traffic Engineering University of Belgrade, Serbia Gjovik, june 2014. Digital watermarking

More information

Smoking and misuse of certain pain medicines can affect the risk of developing renal cell cancer.

Smoking and misuse of certain pain medicines can affect the risk of developing renal cell cancer. Renal cell cancer Renal cell cancer is a disease in which malignant (cancer) cells form in tubules of the kidney. Renal cell cancer (also called kidney cancer or renal adenocarcinoma) is a disease in which

More information

Image-based simulation of the human thorax for cardio-pulmonary applications

Image-based simulation of the human thorax for cardio-pulmonary applications Presented at the COMSOL Conference 2009 Boston Image-based simulation of the human thorax for cardio-pulmonary applications F. K. Hermans and R. M. Heethaar, VU University Medical Center, Netherlands R.

More information

CONCEPT-II. Overview of demo examples

CONCEPT-II. Overview of demo examples CONCEPT-II CONCEPT-II is a frequency domain method of moment (MoM) code, under development at the Institute of Electromagnetic Theory at the Technische Universität Hamburg-Harburg (www.tet.tuhh.de). Overview

More information

ME6130 An introduction to CFD 1-1

ME6130 An introduction to CFD 1-1 ME6130 An introduction to CFD 1-1 What is CFD? Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Laue lens for Nuclear Medicine

Laue lens for Nuclear Medicine Laue lens for Nuclear Medicine PhD in Physics Gianfranco Paternò Ferrara, 6-11-013 Supervisor: prof. Vincenzo Guidi Sensors and Semiconductors Lab, Department of Physics and Earth Science, University of

More information

Outline. Fundamentals. Rendering (of 3D data) Data mappings. Evaluation Interaction

Outline. Fundamentals. Rendering (of 3D data) Data mappings. Evaluation Interaction Outline Fundamentals What is vis? Some history Design principles The visualization process Data sources and data structures Basic visual mapping approaches Rendering (of 3D data) Scalar fields (isosurfaces

More information

Computerized Tomography, X-rays, and the Radon Transform

Computerized Tomography, X-rays, and the Radon Transform 1 Computerized Tomography, X-rays, and the Radon Transform 1.1 Introduction The purpose of this chapter is to give an informal introduction to the subject of tomography. There are very few mathematical

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

Scan Time Reduction and X-ray Scatter Rejection in Dual Modality Breast Tomosynthesis. Tushita Patel 4/2/13

Scan Time Reduction and X-ray Scatter Rejection in Dual Modality Breast Tomosynthesis. Tushita Patel 4/2/13 Scan Time Reduction and X-ray Scatter Rejection in Dual Modality Breast Tomosynthesis Tushita Patel 4/2/13 Breast Cancer Statistics Second most common cancer after skin cancer Second leading cause of cancer

More information

Advancements in High Frequency, High Resolution Acoustic Micro Imaging for Thin Silicon Applications

Advancements in High Frequency, High Resolution Acoustic Micro Imaging for Thin Silicon Applications Advancements in High Frequency, High Resolution Acoustic Micro Imaging for Thin Silicon Applications Janet E. Semmens Sonoscan, Inc. 2149 E. Pratt Boulevard Elk Grove Village, IL 60007 USA Phone: (847)

More information

Spatial Data Analysis

Spatial Data Analysis 14 Spatial Data Analysis OVERVIEW This chapter is the first in a set of three dealing with geographic analysis and modeling methods. The chapter begins with a review of the relevant terms, and an outlines

More information

in Fusion Plasmas Research

in Fusion Plasmas Research Effectiveness of Virtual Reality Technology in Fusion Plasmas Research H.Ohtani 1,2 A.Kageyama gy 3, Y.Tamura 4,, S.Ishiguro 1,2 N.Ohno 5, D.Matsuoka 5, R.Horiuchi 1,2 N.Mizuguchi 1,2, M.Shoji 1 1 NIFS,

More information

A Generalized Marching Cubes Algorithm Based On Non-Binary Classifications

A Generalized Marching Cubes Algorithm Based On Non-Binary Classifications Konrad-Zuse-Zentrum fu r Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany HANS-CHRISTIAN HEGE DETLEV STALLING MARTIN SEEBASS MALTE ZOCKLER A Generalized Marching Cubes Algorithm Based

More information

Patient Prep Information

Patient Prep Information Stereotactic Breast Biopsy Patient Prep Information Imaging Services Cannon Memorial Hospital Watauga Medical Center Table Weight Limits for each facility Cannon Memorial Hospital Watauga Medical Center

More information

Thinking ahead. Focused on life. REALIZED: GROUNDBREAKING RESOLUTION OF 80 µm VOXEL

Thinking ahead. Focused on life. REALIZED: GROUNDBREAKING RESOLUTION OF 80 µm VOXEL Thinking ahead. Focused on life. REALIZED: GROUNDBREAKING RESOLUTION OF 80 µm VOXEL X-ray ZOOM RECONSTRUCTION Flat Panel Detector (FPD) Automatic Positioning Function For ø 40 x H 40 mm, ø 60 x H 60 mm,

More information

Visualization. For Novices. ( Ted Hall ) University of Michigan 3D Lab Digital Media Commons, Library http://um3d.dc.umich.edu

Visualization. For Novices. ( Ted Hall ) University of Michigan 3D Lab Digital Media Commons, Library http://um3d.dc.umich.edu Visualization For Novices ( Ted Hall ) University of Michigan 3D Lab Digital Media Commons, Library http://um3d.dc.umich.edu Data Visualization Data visualization deals with communicating information about

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

Multiphase Flow - Appendices

Multiphase Flow - Appendices Discovery Laboratory Multiphase Flow - Appendices 1. Creating a Mesh 1.1. What is a geometry? The geometry used in a CFD simulation defines the problem domain and boundaries; it is the area (2D) or volume

More information