Ch. 10 Putting Maps Together: Map Overlay John Van Auken.

Slides:



Advertisements
Similar presentations
Announcements. Structure-from-Motion Determining the 3-D structure of the world, and/or the motion of a camera using a sequence of images taken by a moving.
Advertisements

Transformations We want to be able to make changes to the image larger/smaller rotate move This can be efficiently achieved through mathematical operations.
College Algebra, Third Edition by Cynthia Y. Young, © 2012 John Wiley and Sons. All rights reserved. Chapter 3 Functions and Their Graphs.
Co-registration and Spatial Normalisation Nazanin Derakshan Eddy Davelaar School of Psychology, Birkbeck University of London.
OverviewOverview Motion correction Smoothing kernel Spatial normalisation Standard template fMRI time-series Statistical Parametric Map General Linear.
With support from: NSF DUE in partnership with: George McLeod Prepared by: Geospatial Technician Education Through Virginia’s Community Colleges.
1 Computer Graphics Chapter 6 2D Transformations.
HCI 530 : Seminar (HCI) Damian Schofield. HCI 530: Seminar (HCI) Transforms –Two Dimensional –Three Dimensional The Graphics Pipeline.
Geographic Information Systems GIS Analysis and Modeling.
Motion Analysis Slides are from RPI Registration Class.
Part I: Basics of Computer Graphics Viewing Transformation and Coordinate Systems Chapter
You have just been given an aerial photograph that is not registered to real world coordinates. How do you display the aerial with other data layers that.
CS 128/ES Lecture 5a1 Raster Formats (II). CS 128/ES Lecture 5a2 Spatial modeling in raster format  Basic entity is the cell  Region represented.
Uncalibrated Geometry & Stratification Sastry and Yang
CS485/685 Computer Vision Prof. George Bebis
An Honest GIS (Berry) Discrete map processing (vector) assumes the joint coincidence of two maps is 100% certain… Precision focus (Delineation) …Error.
E.G.M. PetrakisDimensionality Reduction1  Given N vectors in n dims, find the k most important axes to project them  k is user defined (k < n)  Applications:
Introduction to GIS fGRG360G – Summer Geographic Information System Text Computer system GIS software Brainware Infrastructure Ray Hardware Software.
Geographic Information Systems
GIS’s Roots in Cartography Getting Started With GIS Chapter 2.
CN College Algebra Ch. 2 Functions and Their Graphs 2.5: Graphing Techniques: Transformations Goals: Graph functions using horizontal and vertical shifts.
Geographic Technologies
Robust fitting Prof. Noah Snavely CS1114
Digitizing and Scanning. Primary Data Sources Measurements Field Lab Remotely sensed data already secondary? Creating geometries Definitely in the realm.
Chapter 1: Introduction to Statistics
Georeferencing Getting maps and satellite images into GIS.
Tuesday, September 10, 2013 Introduction to hypothesis testing.
Image Registration January 2001 Gaia3D Inc. Sanghee Gaia3D Seminar Material.
Chapter 3 Sections 3.5 – 3.7. Vector Data Representation object-based “discrete objects”
Tools for map analysis1 TOOLS FOR MAP ANALYSIS: MULTIPLE MAPS The ultimate purpose of most GIS projects is to combine spatial data from different sources,
Camera Geometry and Calibration Thanks to Martial Hebert.
Homogeneous Coordinates (Projective Space) Let be a point in Euclidean space Change to homogeneous coordinates: Defined up to scale: Can go back to non-homogeneous.
Course 12 Calibration. 1.Introduction In theoretic discussions, we have assumed: Camera is located at the origin of coordinate system of scene.
Regression analysis Control of built engineering objects, comparing to the plan Surveying observations – position of points Linear regression Regression.
Geometry Ch 12 Review Jeopardy Definitions Name the transformation Transform it!Potpourri Q $200 Q $400 Q $600 Q $800 Q $1000 Q $200 Q $400 Q $600 Q $800.
Image Preprocessing: Geometric Correction Image Preprocessing: Geometric Correction Jensen, 2003 John R. Jensen Department of Geography University of South.
Spatial Descriptions and Transformations Sebastian van Delden USC Upstate
Foundations of Computer Graphics (Fall 2012) CS 184, Lectures 13,14: Reviews Transforms, OpenGL
Metrology 1.Perspective distortion. 2.Depth is lost.
Chapter 1 Introduction to Statistics. Statistical Methods Were developed to serve a purpose Were developed to serve a purpose The purpose for each statistical.
Educational Research Chapter 13 Inferential Statistics Gay, Mills, and Airasian 10 th Edition.
Similar Figures, Day 2. Warm Up Two figures are similar if one can be obtained from the other using a sequence of transformations in the plane.
L6 – Transformations in the Euclidean Plane NGEN06(TEK230) – Algorithms in Geographical Information Systems by: Irene Rangel, updated by Sadegh Jamali.
Section 9.2 Adding and Subtracting Matrices Objective: To add and subtract matrices.
Data Entry Getting coordinates and attributes into our GIS.
GIS for Environmental Modeling GIS and GIS Models.
In the last several lessons, you have described translations using coordinates. You have also developed strategies for determining where an object started.
Statistical Inference for the Mean Objectives: (Chapter 8&9, DeCoursey) -To understand the terms variance and standard error of a sample mean, Null Hypothesis,
WARM UP Evaluate 1. and when and 2. and when and.
Introduction to Symmetry Analysis Brian Cantwell Department of Aeronautics and Astronautics Stanford University Chapter 1 - Introduction to Symmetry.
Data Storage & Editing GEOG370 Instructor: Christine Erlien.
YEAR 11 MATHS REVISION Transformations.
Honors Geometry Transformations Section 3 Translations and Compositions.
Jeopardy Angles Parallel Lines Interior/ Exterior Angles Transformation Similar Polygons Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400.
Geometric Preprocessing
Coordinate Transformations
Transforms.
GEOGRAPHICAL INFORMATION SYSTEM
Outline Announcement Local operations (continued) Linear filters
Translations.
Lecture 08: Coordinate Transformation II
Transformations Example Draw the line Draw 1 at , ,
Translations.
Decision Making Template.
Geometry Ch 12 Review Jeopardy
Transformations.
Translations.
Translations.
Translations.
Presentation transcript:

Ch. 10 Putting Maps Together: Map Overlay John Van Auken

Definitions Map Overlay Map Overlay Sieve Mapping Sieve Mapping Co-registration Co-registration Boolean Overlay Boolean Overlay

4 steps to Map Overlay Determine the inputs Determine the inputs Get the data Get the data Reference the maps to the same projection/coordinate system Reference the maps to the same projection/coordinate system Overlay the maps Overlay the maps

Determining the Inputs Knowledge-Driven – when we use the ideas and experience of experts in the field to determine what criteria to use Knowledge-Driven – when we use the ideas and experience of experts in the field to determine what criteria to use Data-Driven – use is made of any data available to suggest which criteria should be used Data-Driven – use is made of any data available to suggest which criteria should be used

Getting the Data Go get it.

Referencing the Data Translation – move the origin of the coordinates used in map B to the same point in map A Translation – move the origin of the coordinates used in map B to the same point in map A Scaling – change the scale on both X and Y axes Scaling – change the scale on both X and Y axes Rotation – when x and y are not parallel to the corresponding axes in map A, coordinates may need to be rotated to correct for this. Rotation – when x and y are not parallel to the corresponding axes in map A, coordinates may need to be rotated to correct for this.

Referencing the Data An affine transformation is a specific class of coordinate transformation in which the only changes allowed are translation, scaling, and rotation, and where no other distortion of the coordinates may occur. Matrices can be used to accomplish co- registration using an affine transformation.

Overlaying the Maps Overlay the maps using a GIS. This is easier in a raster environment

Problems with Boolean Overlay It is assumed that the relationships really are boolean. It is assumed that the relationships really are boolean. It is assumed that any interval or ratio-scaled attributes are known without significant measurement error. It is assumed that any interval or ratio-scaled attributes are known without significant measurement error. It is assumed that any categorical attribute data are known exactly. It is assumed that any categorical attribute data are known exactly. It is assumed that the boundaries of the discrete objects represented in the data are certain, and recorded without any error. It is assumed that the boundaries of the discrete objects represented in the data are certain, and recorded without any error.

Alternatives to Boolean Overlay Favorability Functions Indexed Overlay – when you add values together to obtain a favorability score for each location. Indexed Overlay – when you add values together to obtain a favorability score for each location. Weights of Evidence – makes use of conditional probability….since B has occurred, what is the chance of A? Weights of Evidence – makes use of conditional probability….since B has occurred, what is the chance of A? Model-Driven Overlay Using Regression – uses regression techniques to calibrate a model linking favorability to each of the other criteria thought to be involved. Model-Driven Overlay Using Regression – uses regression techniques to calibrate a model linking favorability to each of the other criteria thought to be involved.

Questions What is Boolean overlay? And what are the problems associated with it? What is Boolean overlay? And what are the problems associated with it? Describe the three techniques used to co- register data. Describe the three techniques used to co- register data. What are 2 alternatives to Boolean overlay? What are 2 alternatives to Boolean overlay?