Scientific Visualization

Slides:



Advertisements
Similar presentations
CP411 Computer Graphics, Wilfrid Laurier University Introduction # 1 Welcome to CP411 Computer Graphics 2012 Instructor: Dr. Hongbing Fan Introduction.
Advertisements

COMPUTER GRAPHIC IN TRAINING STUDENTS WHOSE MAJOR IS SOFTWARE Yevgeny Bashkov, Donetsk National Technical University, Vitaly.
Advanced Graphics, Overview Advanced Computer Graphics Overview.
Graphics-1 Gentle Introduction to Computer Graphics Based on: –David Brogan’s “Introduction to Computer Graphics” Course Slides, University of Virginia.
Level 2 Mobile and Games Programming Modules Cathy French K233.
1 Angel: Interactive Computer Graphics 4E © Addison-Wesley 2005 Introduction to Computer Graphics Ed Angel Professor of Computer Science, Electrical and.
Parallel Rendering Ed Angel
Shading Languages By Markus Kummerer. Markus Kummerer 2 / 19 State of the Art Shading.
Essentials of Interactive Computer Graphics: Concepts and Implementation K. Sung, P. Shirley, S. Baer Chapter 4 Chapter 4: Working with Graphics APIs.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
Cornell CS465 Fall 2004 Lecture 1© 2004 Steve Marschner 1 CS465: Computer Graphics I Professor: Steve Marschner.
C O M P U T E R G R A P H I C S Guoying Zhao 1 / 16 Computer Graphics Course Introduction.
CS 480/680 Computer Graphics Course Overview Dr. Frederick C Harris, Jr. Fall 2012.
Computer Graphics Computer Graphics is everywhere: Visual system is most important sense: High bandwidth Natural communication Fast developments in Hardware.
Advanced Computer Graphics March 06, Grading Programming assignments Paper study and reports (flipped classroom) Final project No written exams.
1 Computer Graphics (under) Sep., 2003 Jung Hong Chuang CSIE NCTU.
Real-Time Computer Graphics. Introduction Aims The aim of the module is to provide a good grounding in the main techniques and algorithms of real-time.
COMPUTER GRAPHICS Hochiminh city University of Technology Faculty of Computer Science and Engineering CHAPTER 0: Introduction.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Introduction to Computer Graphics Dr.Giorgos A. Demetriou Dr. Stephania Loizidou Himona Computer Science Department Frederick University.
1 Angel and Shreiner: Interactive Computer Graphics 6E © Addison-Wesley 2012 Introduction to Computer Graphics Ed Angel Professor Emeritus of Computer.
1 Introduction to Computer Graphics SEN Introduction to OpenGL Graphics Applications.
Computer Graphics I, Fall 2008 Introduction to Computer Graphics.
1 Angel: Interactive Computer Graphics 5E © Addison-Wesley 2009 CS4610/7610: Introduction to Computer Graphics.
CSE 581: Interactive Computer Graphics Spring 2012, UG 4 Tuesday, Thursday – 9:00AM – 10:18AM DL 0317 Raghu Machiraju Slides: Courtesy - Prof. Huamin Wang,
Research Interests of Dr. Dennis J Bouvier Fall 2007.
Computer Graphics (under) Sep., 2004 Jung Hong Chuang CSIE NCTU.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
Volume Visualization Presented by Zhao, hai. What’ volume visualization Volume visualization is the creation of graphical representations of data sets.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
Subject Name: Computer Graphics Subject Code: Textbook: “Computer Graphics”, C Version By Hearn and Baker Credits: 6 1.
Computer Graphics Lecture 02 Fasih ur Rehman. Last Class Introduction to Computer Graphics Areas Application.
1 Angel: Interactive Computer Graphics5E © Addison- Wesley 2009 Image Formation Fundamental imaging notions Fundamental imaging notions Physical basis.
컴퓨터 그래픽스 Real-time Rendering 1. Introduction.
Computer Graphics Lecture 17 Fasih ur Rehman. Last Class 3D Transforms Inverse Rotation.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Fall 2008 CSC 4820/6820 Computer Graphics Algorithms Lecture 1 Instructor: Dr. Ying Zhu.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
Computer Vision COURSE OBJECTIVES: To introduce the student to computer vision algorithms, methods and concepts. EXPECTED OUTCOME: Get introduced to computer.
1 Angel: Interactive Computer Graphics 5E © Addison-Wesley 2009 Introduction to Computer Graphics Dr Usman Saeed Assistant Professor Faculty of Computing.
- Introduction - Graphics Pipeline
Programmable Pipelines
CS4610/7610: Introduction to Computer Graphics
Introduction to Computer Graphics
Graphical Objects and Scene Graphs
Instructor: Dr. Wen-Hung Liao 3/7/2017
School of Computer Science
Lecture 18 Fasih ur Rehman
Graphic Design A career in art.
Computer Graphics : Introduction
Interactive Computer Graphics
Models and Architectures
Introduction to Computer Graphics with WebGL
Introduction to Computer Graphics with WebGL
Introduction to Computer Graphics with WebGL
Introduction to Computer Graphics with WebGL
Scientific Information and
Introduction to Computer Graphics with WebGL
Introduction to Computer Graphics with WebGL
Introduction to Computer Graphics
Introduction to Computer Graphics
Introduction to Computer Graphics with WebGL
Computer Graphics Course Introduction.
Elements By:.
University of New Mexico
SUBJECT : COMPUTER GRAPHICS
Computer Graphics (under.) Sep., 2017
– Graphics and Visualization
Introduction to Computer Graphics
Presentation transcript:

Scientific Visualization Two definitions Ed Angel, Computer Science UNM: The merging of data with the display of geometric objects through computer graphics Barbara Tversky, Stanford Psychology: Conveying information using graphical techniques Challenges Large data sets Data does not equal geometry Data point may be multidimensional Image from Dr. Etimov

From Tufte

From Tufte

And more from Tufte

From Tufte

http://www-personal.umich.edu/~mejn/election/

Scientific Visualization Texts Computer Graphics: Programming, Problem Solving, and Visual Communication, Steve Cunningham. 2003. available online at http://www.cs.csustan.edu/~rsc/NSF/ Envisioning Information, E. Tufte. Cheshire Press, 1990. Inspiration from Hanrahan Advice from Cunningham, Shifflet and Wolfe

Scientific Visualization Goals for next semester’s class Learn fundamental graphics concepts Learn algorithms Write programs to create effective images for scientific applications Use datasets from different disciplines Graphics pipeline Modeling Transformations Color, Lighting, Shading Interaction Visual communication for sciences Programming with graphics API, such as OpenGL