Introduction to Scientific Visualization

Total Page:16

File Type:pdf, Size:1020Kb

Introduction to Scientific Visualization CS 53000 Introduction to Scientific Visualization Introduction to VTK August 25, 2011 The Visualization Toolkit • Open source software for • Imaging • Computer Graphics • Visualization • Written in C++ • Supports scripting languages (wrappers) • Tcl/Tk • Python • Java CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Outline • Object-oriented design • Visualization pipeline • Data structure • Rendering • Examples CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Outline • Object-oriented design • Visualization pipeline • Data structure • Rendering • Examples CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Object-Oriented Design Cell abstract dimension # faces # edges # vertices Cell2D abstract Cell3D abstract dimension=2 dimension=3 # faces # faces # edges # edges # vertices # vertices Triangle Quad Polygon Tet Hexa Prism dimension=2 dimension=2 dimension=2 dimension=3 dimension=3 dimension=3 # faces=1 # faces=1 # faces # faces=4 # faces=6 # faces=5 # edges=3 # edges=4 # edges # edges=6 # edges=12 # edges=9 # vertices=3 # vertices=4 # vertices # vertices=4 # vertices=8 # vertices=6 CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Outline • Object-oriented design • Visualization pipeline • Data structure • Rendering • Examples CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Process objects Source(s) Filter(s) Mapper CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Process objects Source(s) Filter(s) Mapper Actor • Source: input data • Read data from file (reader) • Generate data from parameters (procedural) • Set up data structure CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Process objects Source(s) Filter(s) Mapper Actor • Filter: visualization processing • Compute data • Transform data • Create representation CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Process objects Source(s) Filter(s) Mapper Actor • Mapper: output data • Generate graphical primitives • Write data to file • Interface with another software or device CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Connections (type checking) Source(s) Filter(s) Mapper Actor Source Filter Source CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Connections (type checking) Source(s) Filter(s) Mapper Actor Filter Filter Filter CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Connections (type checking) Source(s) Filter(s) Mapper Actor Filter Filter Filter CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Connections (type checking) Source(s) Filter(s) Mapper Actor Filter Filter Filter CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Connections (type checking) Source(s) Filter(s) Mapper Actor Filter Filter Feedback CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Visualization Pipeline • Implicit control of execution (lazy evaluation) C G A B D modified D E F Section re-executes CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Outline • Object-oriented design • Visualization pipeline • Data structure • Rendering • Examples CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Cell Types vertex Polyvertex Line Polyline Triangle Triangle strip Quadrilateral Pixel Tetrahedron Hexahedron Voxel Wedge Pyramid CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Cell Types 0D vertex Polyvertex Line Polyline Triangle Triangle strip Quadrilateral Pixel Tetrahedron Hexahedron Voxel Wedge Pyramid CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Cell Types 1D vertex Polyvertex Line Polyline Triangle Triangle strip Quadrilateral Pixel Tetrahedron Hexahedron Voxel Wedge Pyramid CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Cell Types vertex Polyvertex Line Polyline 2D Triangle Triangle strip Quadrilateral Pixel Tetrahedron Hexahedron Voxel Wedge Pyramid CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Cell Types vertex Polyvertex Line Polyline Triangle Triangle strip Quadrilateral Pixel 3D Tetrahedron Hexahedron Voxel Wedge Pyramid CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Data Attributes Cell-wise / point-wise (vtkDataSetAttribute) Scalar 3D vector (u,v,w) normal (u,v,w) ||n||=1 a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 Texture coordinate (u,v) or (u,v,w) 2nd order tensor (3x3 matrix) CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Dataset Types Image Rectilinear grid Structured (curvilinear) grid Unstructured grid CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Dataset Types vtkObject vtkDataSet vtkRectilinearGrid vtkImageData vtkPointSet vtkStructuredData vtkStructuredGrid vtkUnstructuredGrid vtkPolyData 0-1-2-3D geometry 0-1-2D geometry CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Outline • Object-oriented design • Visualization pipeline • Data structure • Rendering • Examples CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Rendering in VTK RenderWindowInteractor RenderWindow Renderer Camera Lights Actor Property Mapper CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Outline • Object-oriented design • Visualization pipeline • Data structure • Rendering • Examples CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Demos CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011 Additional References • VTK User’s Guide • VTK tutorial http://www.cs.uic.edu/~jbell/CS526/Tutorial/Tutorial.html • The Visualization Toolkit An object-oriented Approach to 3D Graphics, 3rd edition, W. Schroeder, K. Martin, B. Lorensen, Kitware CS530CS - 53000Introduction - Introduction to Scientific to Scientific Visualization Visualization - 08/25/2011.
Recommended publications
  • Bio 219 Biomedical Imaging and Scientific Visualization
    Bio 219 Biomedical Imaging and Scientific Visualization Ch. Zollikofer M. Ponce de León Organization • OLAT: – course scripts (pdf) • website: www.aim.uzh.ch/morpho/wiki/Teaching/SciVis – course scripts (pdf); passwd: scivisdocs – link collection (tutorials, applets, software/data downloads, ...) • book (background information): Zollikofer & Ponce de León, Virtual Reconstruction. A Primer in Computer-assisted Paleontology and Biomedicine (NY: Wiley, 2005) CHF 55 • final exam – Monday, 26. May 2014, 1015-1100 BioMedImg & SciVis • at the intersection between – theory/practice of image data acquisition – computer graphics – medical diagnostics – computer-assisted paleoanthropology Grotte Chauvet, France Biomedical Imaging • acquisition • processing • analysis • visualization ... of biomedical data Scientific Visualization visual... • representation (cf. data presentation) • exploration • analysis ...of scientific data aims of this course • provide theoretical (and practical) foundations of – image data acquisition, storage, retrieval – image data processing and analysis – image data visualization/rendering • establish links between – real-life vision and computer vision – computer science and biomedical sciences – theory and practice of handling biomedical data contents • real-life vision • computers and data representation • 2D image data acquisition • 3D image data acquisition • biomedical image processing in 2D and 3D • biomedical image data visualization and interaction biomedical data types of data data flow humans and computers facts and data • facts exist by definition (±independent of the observer): – females and males – humans and Neanderthals – dogs and wolves • data are generated through observation: – number of living human species: 1 – proportion of females to males at birth: 49/51 – nr. of wolves per square km biomedical data: general • physical/physiological data about the human body: – density – temperature – pressure – mass – chemical composition biomedical data: space and time • spatial – 1D – 2D – 3D • temporal • spatiotemporal (4D) ..
    [Show full text]
  • Scientific Visualization
    GeoVisualization “Geovisualization integrates approaches from visualization in scientific computing (ViSC), cartography, image analysis, information systems (GISystems) to provide theory, methods, and tools for visual exploration, analysis, synthesis, and presentation of geospatial data” -- International cartographic association commission (2001) Point/line/surface, 3D, spatial-temporal 1 Point: gas stations on Google map Location information only. 2 Point: geo-temporal data 3 Point: vectors 4 Point: bricks & colors 5 Line: Google map 6 Line: Facebook (dense edges) 7 Line: bundling technique Population migration: Airline routes: 8 Region: contours (boundaries only) 9 Region: color (filled regions) 10 Health Data (Disease Distributions) 11 Cartogram: scale and deform regions to reflect the size of the attributes 12 Multi-relationship: line/bubble set Multiple relationships Avoid re-layout 13 3D Map (2.5 Dimension) 14 3D Map: issues Realism vs. Abstraction Distraction Occlusion Applications: – Travel guide – City planning/simulation 15 3D Map: occlusion & landmark 16 Spatial-temporal data Time stamps/labels on 2D map Space-time cube Color curves Attribute changes 17 Time-trajectory (Tornado path) 18 Space-Time Cube 19 Trajectory Wall (C. Tominsk, et al) 20 Color Curves Using curves in color space to represent time. 21 Using Color Curves to Draw Taxis Trajectories on 2D Maps 22 Attribute changes Robbery geo-temporal data 23 Attribute changes (Health Data) 24 Interactive Techniques in InfoVis Select: mark something as interesting
    [Show full text]
  • Course Title: Principles of Scientific Visualization Course Number: 9400110 Course Credit: 1 Course Description: This Course
    Course Title: Principles of Scientific Visualization Course Number: 9400110 Course Credit: 1 Course Description: This course provides students with instruction in the evolution and underlying principles of scientific visualization, including two-dimensional representation of scientific and other forms of data. Included in the content is the use of color and other graphical elements such as vector and bitmap images in different presentation techniques. Students will also learn about the use of charts and graphs in representing data and the software tools used to produce them. The ultimate output of this course is a design portfolio created by the student from a scenario. The portfolio should include a narrative description of the scenario, the approach to data collection, resulting charts and graphs, and an interpretation of each chart/graph. Research references should be cited appropriately. Consideration should be given to having students produce the portfolio using presentation software. CTE Standards and Benchmarks NGSSS-Sci 28.0 Describe scientific & technical visualization. – The student will be able to: 28.01 Define scientific and technical visualization and provide examples of each. 28.02 Explain the importance of scientific visualization and its applicability to various industries. 28.03 Provide examples of 2-D and 3D rendered visualizations. 29.0 Describe the historical significance of scientific & technical visualization. – The student will be able to: 29.01 Describe the evolution of drawings from cave through perspective drawings to photography, television, and the Internet. 29.02 Define and describe the elements contained on various types of maps (e.g., road, topographic, aeronautical, weather, concept, and gene). SC.912.L.14.4; SC.912.E.5.8; 30.0 Describe the technological advancements of scientific & technical visualization.
    [Show full text]
  • Scientific Visualization for Secondary and Post–Secondary Schools Aaron C
    24 Scientific Visualization for Secondary and Post–Secondary Schools Aaron C. Clark & Eric N. Wiebe North Carolina State University’s Department of marily brought about by advances in technology have Math, Science, and Technology Education along created new opportunities to use similar tools to pro- with Wake Technical Community College’s mote and enhance the study of the physical, biologi- Engineering Technology Division and North cal, and mathematical sciences. Carolina’s Department of Public Instruction These new courses are designed to articulate into (Vocational Education Division), sought ways in scientific visualization and technical graphics curric- which to build a strong secondary program in scien- ula at both two-year and four-year colleges and uni- tific and technical visualization, focusing on the use versities through the Tech-Prep initiative. of sophisticated graphics tools to study mathematics Articulation between schools allows for a broader and the sciences. Momentum for this high school- range of students to have a visual science course level scientific visualization curriculum developed out count for admission into a college or university. The of a revision of the complete high school technical courses have the potential to replace the fundamental graphics curriculum used throughout the state drafting course required for most degrees in engi- (North Carolina Public Schools, 1997). It became neering and technology. clear that a scientific visualization track could both The proposed student populations taking the sci- broaden the scope of the current technical graphics entific visualization courses are traditional vocational curriculum and attract a new group of students to track students and pre-college students who plan on technical graphics.
    [Show full text]
  • NPR in Scientific Visualization
    NPR Techniques for Scientific Visualization NPR Techniques for Scientific Visualization Victoria Interrante University of Minnesota 1 Introduction Visualization research is concerned with the design, implementation and evaluation of novel methods for effectively communicating information through images. For example: How do we determine how to portray a complicated set of data so that its essential information can be easily and accurately perceived and understood? How can we measure the success of our efforts? Where should we look for insight into the science behind the art of effective visual representation? For many years, photorealism was the gold standard, and the goal in visualization was to achieve renderings of scientific data that were as nearly indistinguishable as possible from a photograph. However in recent years, there has been an upsurge of interest in using non-photorealistic rendering (NPR) techniques in scientific visualization. What does NPR offer to visualization applications? What are some of the important research issues in developing NPR techniques for data visualization? What are the recent advances in this area? My presentation in this half-day course will attempt to survey these topics, beginning with a discussion of the motivation for using NPR in scientific visualization and continuing through an overview of recent research in the development and assessment of NPR techniques for visualization applications. 2 Motivation and Background Historical examples of the use of ‘non-photorealistic rendering’ techniques in scientific visualization can be found in the hand-drawn illustrations from scores of textbooks across multiple fields in the sciences [Loe64][Law71][Zwe61][Rid38]. The universal goal in such illustrations was to clarify the subject by emphasizing its most important or significant features, while de-emphasizing extraneous details [Hod89].
    [Show full text]
  • Scientific Visualization
    0 Introduction CEG790 Introduction to Scientific Visualization Department of Computer Science and Engineering 0-1 0 Introduction Outline • Introduction • The visualization pipeline • Basic data representations • Fundamental algorithms • Advanced computer graphics • Advanced data representations • Advanced algorithms Department of Computer Science and Engineering 0-2 0 Introduction Literature • Will Schroeder, Ken Martin, Bill Lorenson, The Visualization Toolkit - An Object-Oriented Approach To 3D Graphics, Kitware, 2004 • Charles D. Hansen, Chris Johnson, Visualization Handbook, First Edition, Academic Press, 2004 • Scientific visualization: overviews, methodologies, and techniques, Gregory M. Nielson, Hans Hagen, Heinrich Müller, Los Alamitos, Calif., IEEE Computer Society Press, 1997 • Woo, Neider, Davis, Shreiner, OpenGL Programming Guide, Addison Wesley, 2000, http://www.opengl.org/documentation/red_book_1.0 • http://www-static.cc.gatech.edu/scivis/tutorial/linked/ classification.html Department of Computer Science and Engineering 0-3 0 Introduction What is Scientific Visualization? Scientific visualization, sometimes referred to in shorthand as SciVis, is the representation of data graphically as a means of gaining understanding and insight into the data. It is sometimes referred to as visual data analysis. This allows the researcher to gain insight into the system that is studied in ways previously impossible. Department of Computer Science and Engineering 0-4 0 Introduction What it is not It is important to differentiate between scientific visualization and presentation graphics. Presentation graphics is primarily concerned with the communication of information and results in ways that are easily understood. In scientific visualization, we seek to understand the data. However, often the two methods are intertwined. Department of Computer Science and Engineering 0-5 0 Introduction What is Scientific Visualization? From a computing perspective, SciVis is part of a greater field called visualization.
    [Show full text]
  • Pyvista: Managing & Visualizing Geospatial Data Using an Open
    PYVISTA: MANAGING & VISUALIZING GEOSPATIAL DATA USING AN OPEN-SOURCE FRAMEWORK by C. Bane Sullivan c Copyright by C. Bane Sullivan, 2020 All Rights Reserved A thesis submitted to the Faculty and the Board of Trustees of the Colorado School of Mines in partial fulfillment of the requirements for the degree of Master of Science (Hydrol- ogy). Golden, Colorado Date Signed: C. Bane Sullivan Signed: Dr. Whitney J. Trainor-Guitton Thesis Advisor Golden, Colorado Date Signed: Dr. Josh Sharp Professor and Director Hydrologic Science & Engineering Program ii ABSTRACT There is a wide range of data types present in typical hydrogeophysical studies; being able to gather all data types for a given project into a single framework is challenging and often unachievable at an affordable cost for hydrological researchers. Steep licensing fees for commercial software and complex user interfaces in existing open software have limited the accessibility of tools to build, integrate, and make decisions with diverse types of 3D geospa- tial data and models. In earth science research, particularly in hydrology, restricted budgets exacerbate these limitations, creating barriers for using software to manage, visualize, and exchange 3D data in reproducible workflows. In response to these challenges, I have created the PyVista software as an open-source framework for 3D geospatial data management, fu- sion, and visualization. The PyVista Python package provides an accessible and intuitive interface back to a robust and established visualization library, the Visualization Toolkit (VTK), to facilitate rapid analysis and visual integration of spatially referenced datasets. This interface implements spatial data structures encompassing a majority of subsurface applications to make creating, managing, and analyzing spatial data more streamlined for domain scientists.
    [Show full text]
  • Introduction to Medical Image Computing
    1 MEDICAL IMAGE COMPUTING (CAP 5937)- SPRING 2017 LECTURE 1: Introduction Dr. Ulas Bagci HEC 221, Center for Research in Computer Vision (CRCV), University of Central Florida (UCF), Orlando, FL 32814. [email protected] or [email protected] 2 • This is a special topics course, offered for the second time in UCF. Lorem Ipsum Dolor Sit Amet CAP5937: Medical Image Computing 3 • This is a special topics course, offered for the second time in UCF. • Lectures: Mon/Wed, 10.30am- 11.45am Lorem Ipsum Dolor Sit Amet CAP5937: Medical Image Computing 4 • This is a special topics course, offered for the second time in UCF. • Lectures: Mon/Wed, 10.30am- 11.45am • Office hours: Lorem Ipsum Dolor Sit Amet Mon/Wed, 1pm- 2.30pm CAP5937: Medical Image Computing 5 • This is a special topics course, offered for the second time in UCF. • Lectures: Mon/Wed, 10.30am-11.45am • Office hours: Mon/Wed, 1pm- 2.30pm • No textbook is Lorem Ipsum Dolor Sit Amet required, materials will be provided. • Avg. grade was A- last CAP5937: Medical Image Computing spring. 6 Image Processing Computer Vision Medical Image Imaging Computing Sciences (Radiology, Biomedical) Machine Learning 7 Motivation • Imaging sciences is experiencing a tremendous growth in the U.S. The NYT recently ranked biomedical jobs as the number one fastest growing career field in the nation and listed bio-medical imaging as the primary reason for the growth. 8 Motivation • Imaging sciences is experiencing a tremendous growth in the U.S. The NYT recently ranked biomedical jobs as the number one fastest growing career field in the nation and listed bio-medical imaging as the primary reason for the growth.
    [Show full text]
  • An Open-Source, Cross-Platform Multi-Modal Neuroimaging Data Visualization Tool
    ORIGINAL RESEARCH ARTICLE published: 27 March 2009 NEUROINFORMATICS doi: 10.3389/neuro.11.009.2009 DataViewer3D: an open-source, cross-platform multi-modal neuroimaging data visualization tool André Gouws*, Will Woods, Rebecca Millman, Antony Morland and Gary Green Department of Psychology, York NeuroImaging Centre, University of York, UK Edited by: Integration and display of results from multiple neuroimaging modalities [e.g. magnetic resonance Rolf Kötter, Radboud University imaging (MRI), magnetoencephalography, EEG] relies on display of a diverse range of data Nijmegen, The Netherlands within a common, defi ned coordinate frame. DataViewer3D (DV3D) is a multi-modal imaging Reviewed by: Stephen C. Strother, Baycrest, Canada; data visualization tool offering a cross-platform, open-source solution to simultaneous data University of Toronto, Canada overlay visualization requirements of imaging studies. While DV3D is primarily a visualization David Kennedy, Harvard Medical tool, the package allows an analysis approach where results from one imaging modality can School, USA guide comparative analysis of another modality in a single coordinate space. DV3D is built on *Correspondence: Python, a dynamic object-oriented programming language with support for integration of modular André Gouws, York NeuroImaging Centre, University of York, York Science toolkits, and development of cross-platform software for neuroimaging. DV3D harnesses the Park, York YO10 5DG, UK. power of the Visualization Toolkit (VTK) for two-dimensional (2D) and 3D rendering, calling e-mail: [email protected] VTK’s low level C++ functions from Python. Users interact with data via an intuitive interface that uses Python to bind wxWidgets, which in turn calls the user’s operating system dialogs and graphical user interface tools.
    [Show full text]
  • Scientific Visualization
    Introduction to Scientific Visualization Data Sources Scientific Visualization Pipelines VTK System 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 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 Scanning - Applications Medical education, illustration and training Biomedical research 5 6 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 Terracotta army 8 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,
    [Show full text]
  • Performing Maximum Intensity Projection with the Visualization Toolkit
    Performing Maximum Intensity Projection with the Visualization Toolkit Stefan Bruckner∗ Seminar Paper The Institute of Computer Graphics and Algorithms Vienna University of Technology, Austria Abstract intensity and the maximum intensity seen through a pixel is pro- jected onto that pixel. It looks more like a search algorithm than a Maximum Intensity Projection (MIP) is a volume rendering tech- traditional volume color/opacity accumulation algorithm. nique commonly used to depict vascular structures. The Visual- MIP is often employed in clinical practice for depicting vascular ization Toolkit (VTK) is an open source, freely available software structures. The data is a set of slices where most areas are dark, but system for 3D computer graphics, image processing, and visual- vessels tend to be brighter. This set is collapsed into a single image ization. In this paper, MIP and related methods are presented and by performing a projection through the set that assigns the bright- VTK's capabilities to use these methods are examined. est voxel over all slices to each pixel in the projection. In contrast Keywords: Visualization Toolkit, VTK, Maximum Intensity Pro- to DVR, MIP does not require the tedious generation of color and jection, MIP opacity transfer functions, but unlike SR it does still display den- sity information. In addition, since datasets usually contain a lot of noise, threshold values for SR, which allow extraction of vascular 1 Introduction structures are difficult to find. This paper gives an overview over MIP and related methods and For many scientific applications three-dimensional arrays of data shows how VTK can be used to perform these techniques efficiently.
    [Show full text]
  • Parallel Ray Tracing in Scientific Visualization
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by The University of Utah: J. Willard Marriott Digital Library PARALLEL RAY TRACING IN SCIENTIFIC VISUALIZATION by Carson Brownlee A dissertation submitted to the faculty of The University of Utah in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Computer Science School of Computing The University of Utah December 2012 Copyright © Carson Brownlee 2012 All Rights Reserved The University of Utah Graduate School STATEMENT OF DISSERTATION APPROVAL Carson Brownlee The dissertation of has been approved by the following supervisory committee members: Charles D. Hansen 9/14/12 Chair Date Approved Steven G. Parker 9/14/12 Member Date Approved Peter Shirley 9/14/12 Member Date Approved Claudio T. Silva 9/19/12 Member Date Approved James Ahrens 9/14/12 Member Date Approved Alan Davis and by Chair of the Department of School of Computing and by Charles A. Wight, Dean of The Graduate School. ABSTRACT Ray tracing presents an efficient rendering algorithm for scientific visualization using common visualization tools and scales with increasingly large geometry counts while allowing for accurate physically-based visualization and analysis, which enables enhanced rendering and new visualization techniques. Interactivity is of great importance for data exploration and analysis in order to gain insight into large-scale data. Increasingly large data sizes are pushing the limits of brute-force rasterization algorithms present in the most widely-used visualization software. Interactive ray tracing presents an alternative rendering solution which scales well on multicore shared memory machines and multinode distributed systems while scaling with increasing geometry counts through logarithmic acceleration structure traversals.
    [Show full text]