1 / 32

IMAGINATION

IMAGINATION. Edward A. Fox fox@vt.edu http://fox.cs.vt.edu Monika Akbar, Eric Fouh , Lin Tzy Li, Mohamed Magdy , Nathan Short, Seungwon Yang, Sloane Neidig , Uma Murthy Department of Computer Science, Virginia Tech Blacksburg, VA 24061 Outreach Activity, July 12, 2011.

fionan
Télécharger la présentation

IMAGINATION

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IMAGINATION Edward A. Fox fox@vt.eduhttp://fox.cs.vt.edu Monika Akbar, Eric Fouh, Lin Tzy Li, Mohamed Magdy, Nathan Short, Seungwon Yang, Sloane Neidig, Uma Murthy Department of Computer Science, Virginia Tech Blacksburg, VA 24061 Outreach Activity, July 12, 2011

  2. About Instructor Started studying about computers when 15 years old; enthralled; knew that would be my profession. BS (Elect. Eng.) from MIT, MS and PhD from Cornell in Computer Science. Professor at VT, teaching since 1983. Executive Director for a non-profit: Networked Digital Library of Theses and Dissertations Married 40 years, 4 sons, 3 grandsons; in 45 countries; teach energy healing. Involved in computer applications to:archaeology, archives, autos, biology, business, chemistry, civil engineering, education, entertainment, fishes, geography, government, health, justice, language, law, libraries, math, navy, physics, sociology

  3. Students Who Helped Prepare the Activities • Eric Fouh • Cameroon • Lin Tzy Li • Brazil • Mohamed Magdy • Egypt • Monika Akbar • Bangladesh • Nathan Short • USA • Seungwon Yang • South Korea • Sloane Neidig • USA • Uma Murthy • India

  4. Overview of the Class • VT Fingerprint project • Looking closely at fingerprints. • Light-bot • Programming through a game. • WorldWide Telescope • Make your computer a virtual telescope, look beyond the horizon, on earth, across space and time. • All materials are available at http://www.computingportal.org/imagination

  5. Biometrics: Fingerprint Recognition

  6. Biometrics – Human Identification Speech Face Ridges Valleys Ear Hand Iris Fingerprint

  7. Why Fingerprints? • Friction Ridge Surface • Provide friction for grasping objects • Universal • Unique • Verification • Identification

  8. Fingerprint Types and Singular points Fingerprint Types Deltas Cores Tented Arch Arch Loop (right) Loop (left) Whorl

  9. Minutia Points - Definition Terminations Bifurcations • Defining features • used for finding a matching print

  10. Minutia Points – Matching • Spatial Alignment • Translation • Rotation

  11. Light-Bot

  12. Goals • Light up all of the blue tiles with the Light Bot • Learn basic programming techniques while having fun! • Main methods • Functions • CHALLENGE • Who can complete the highest level? • Who can complete Light Bot in the least amount of “total commands”?

  13. Open Light-Bot http://armorgames.com/play/2205/light-bot OR, Google “Light Bot” and open the first link Ignore all the ads!

  14. Command Key

  15. TUTORIAL: LEVEL 1 Drag and Drop Commands to the Main Method! What is the best solution to this level?

  16. Possible Solution • Many ways to approach a problem • Programming solutions need to be efficientand effective • Here is a possible solution to Level 1:

  17. CHALLENGE • Continue to complete the remaining 11-levels, keeping the challenge in mind. • Who can complete the highest level? • Who can complete Light Bot in the least amount of “total commands”?

  18. World Wide Telescope (WWT) WWT might not load on the first try. It might seem like the site is down. The browser should be refreshed (f5) 2-3 times to load the page. Explore the universe through the images taken from a number of ground and space-based telescopes. Open Internet Explorer We are going to use the web-client available at the following location: www.worldwidetelescope.org/webclient/

  19. Navigating through WWT Explore collections, search Available images Context (constellation, field of view)

  20. Navigating through WWT (cont.) Finderscope (Shift+click) Search

  21. Task I • Where is the Grand Canyon of Mars? • Set ‘Look at’ to ‘Planet’ (at the lower left corner) • Set ‘Imagery’ to ‘Mars’ (near the lower left corner) • See the next slide, and navigate as suggested. • Please raise your hand if you have any question or need any help.

  22. Here is the Grand Canyon of Mars! Look for these 3 big spots in a row; the canyon is close to them! Grand Canyon of Mars

  23. Task II • Find the Constellation of Cat’s Eye Nebula • Click Search (Menu in the upper part, 3rd from left, using VO Cone Search, entering query in box at left) • Type ‘cat’s eye’ • Click on any image (e.g., the 3rd). Zoom in. Q: Which constellation includes the Cat’s eye Nebula?

  24. Constellation of Cat’s Eye Find constellation name in bottom right

  25. Task III • What is your favorite planet in the solar system? Why? • Set ‘Look at’ to ‘Planet’ (at the lower left corner) • Set ‘Imagery’ to one planet after another that you wish to explore (near the lower left corner) • Q: What is there new and exciting about that planet, that you found out today, using WWT?

  26. Task IV • Where are we meeting now? • Set ‘Look at’ to ‘Earth’ (at the lower left corner) • Set ‘Imagery’ to ‘Virtual Earth Hybrid’ (near the lower left corner) • Q: What are the names of the 3 roads closest to this room? What is our longitude and latitude?

  27. Task V • Q: How does WWT know where to place the stars, galaxies, etc.? • Various ways of storing structured data – see next slide • Database, XML files, Excel files • To plot the stars, what information do you need to store?

  28. WWT Data on Star Co-ordinates Hint: See http://www.kidscosmos.org/kid-stuff/celestial.html Open  a new Internet Explorer window and type http://www.worldwidetelescope.org/wwtweb/catalog.aspx?Q=CommonStars Can you guess the heading/label for each column?

  29. Computing in WWT • Data & Information • Information storage, retrieval, search, modeling, mapping, representation. • Gather information about planets, stars (e.g., names, coordinates) in the galaxy, etc. • Store data in a structured way (XML files) • Information Visualization • Visual mapping • Scaling large dataset: zooming and panning • Contextual navigation • Computer Graphics • Images, Videos, Animations of planets, stars, etc. • Numerical Analysis • Curve fitting: orbits of planets

  30. How All the Pieces Fit Together • VT Fingerprint project • Pattern matching. • Lightbot • Program machines to do things. • WWT • End result of data collection, storage, and programming. An interface that allows users to easily navigate through the universe!

  31. For More 1http://www.acm.org/education/curric_vols/cc2001.pdf, PDF p. 239 • Computer Science Website http://www.cs.vt.edu/ • Email: fox@vt.edu • Following are some of the areas of Computer Science1 Discrete Structures (DS) Programming Fundamentals (PF) Algorithms and Complexity (AL) Programming Languages (PL) Architecture and Organization (AR) Operating Systems (OS) Net-Centric Computing (NC) Human-Computer Interaction (HC) Graphics and Visual Computing (GV) Intelligent Systems (IS) Information Management (IM) Software Engineering (SE) Social and Professional Issues (SP) Computational Science and Numerical Methods (CN)

  32. Questions? Thank you!

More Related