Georeferencing Getting maps and satellite images into GIS.

Slides:



Advertisements
Similar presentations
Digital Image Processing
Advertisements

QR Code Recognition Based On Image Processing
Major Operations of Digital Image Processing (DIP) Image Quality Assessment Radiometric Correction Geometric Correction Image Classification Introduction.
1:14 PM  Involves the manipulation and interpretation of digital images with the aid of a computer.  Includes:  Image preprocessing (rectification and.
2/4/2008Briggs Applied GIS UT-Dallas 1 Spatially Positioning Data Spatial Adjustment and Georeferencing Correctly positioning data to its true world location.
NSF DUE ; Laura Johnson Wen Andrews.
Leica Photogrammetry Suite
NAPP Photo Five Pockets near Dubois. Google Earth.
With support from: NSF DUE in partnership with: George McLeod Prepared by: Geospatial Technician Education Through Virginia’s Community Colleges.
CS 128/ES Lecture 10a1 Raster Data Sources: Paper maps & Aerial photographs.
Map Projections & Coordinate Systems
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.
Lecture 9: Image alignment CS4670: Computer Vision Noah Snavely
Data Input How do I transfer the paper map data and attribute data to a format that is usable by the GIS software? Data input involves both locational.
GIS Tutorial 1 Lecture 6 Digitizing.
Converting a scanned map into GIS data John McVay.
9. GIS Data Collection.
Aerial photography and satellite imagery as data input GEOG 4103, Feb 20th Adina Racoviteanu.
Introduction to ArcGIS for Environmental Scientists Module 2 – GIS Fundamentals Lecture 5 – Coordinate Systems and Map Projections.
Concept of Map Projection Presented by Reza Wahadj University of California,San Diego (UCSD)
Concept of Map Projection. Map Projection A map projection is a set of rules for transforming features from the three- dimensional earth onto a two-dimensional.
Welcome to Mapping Tom Sellsted – City of Yakima, Washington Vladimir Strinski – Hitech Systems.
1 Image Pre-Processing. 2 Digital Image Processing The process of extracting information from digital images obtained from satellites Information regarding.
GIS1: Overview of GIS and Visualization with Maps
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-3 Chapters 5 and 6.
Image Registration January 2001 Gaia3D Inc. Sanghee Gaia3D Seminar Material.
Image Resampling ASTR 3010 Lecture 21 Textbook 9.4.
Geometric Correction of Imagery
Geometric Correction It is vital for many applications using remotely sensed images to know the ground locations for points in the image. There are two.
Remote Sensing Image Rectification and Restoration
Support the spread of “good practice” in generating, managing, analysing and communicating spatial information Georeferencing for Digitising By: Willy.
Chapter 3: Image Restoration Geometric Transforms.
Raster Data Chapter 7. Introduction  Vector – discrete  Raster – continuous  Continuous –precipitation –elevation –soil erosion  Regular grid cell.
Cartographic Applications
NAPP Photo Five Pockets near Dubois.
Orthorectification using
Constructing a GIS using unregistered aerial photos of the Cordillera de San Buenaventura, Volcanic Arc of the Central Andes Austin Baldwin GIS in Water.
10/7/2015 GEM Lecture 15 Content Photomap -- Mosaics Rectification.
GPS GIS GIS in Campbell River GPS: Global Positioning System Originally designed for use by the military It is a satellite-based, radio navigation.
Image Preprocessing: Geometric Correction Image Preprocessing: Geometric Correction Jensen, 2003 John R. Jensen Department of Geography University of South.
Best Practices for Managing Scanned Imagery Peter Becker.
Lecture 2 Introduction to GIS, Data models, Data structures.
Lecture 3 The Digital Image – Part I - Single Channel Data 12 September
GIS Data Models Vector Data Models Vector File Formats Raster Data Models Raster File Formats.
February 3 Interpretation of Digital Data Bit and Byte ASCII Binary Image Recording Media and Formats Geometric corrections Image registration Projections.
Digital Image Processing Definition: Computer-based manipulation and interpretation of digital images.
GEOMETRIC OPERATIONS. Transformations and directions Affine (linear) transformations Translation, rotation and scaling Non linear (Warping transformations)
Principle Component Analysis (PCA)
L6 – Transformations in the Euclidean Plane NGEN06(TEK230) – Algorithms in Geographical Information Systems by: Irene Rangel, updated by Sadegh Jamali.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
Geoprocessing and georeferencing raster data
Automated Geo-referencing of Images Dr. Ronald Briggs Yan Li GeoSpatial Information Sciences The University.
Geo-referencing an aerial photo of Newton Park and overlay a vector layer HW Britz GISV431 & GEN 405.
Geometric Correction of Remote Sensor Data
1 Georeferencing/Rectifying Images in ArcMap 9.x 1)Open ArcMap and turn on the Georeference Toolbar and the Effects Toolbar under VIEW | TOOLBARS. 2)Set.
Arithmetic and Geometric Transformations (Chapter 2) CS474/674 – Prof. Bebis.
 ftp://edacftp.unm.edu/spenman/geog581L/examples_georefer ence FTP SITE.
Geometric Preprocessing
Distortions in imagery:
NAPP Photo Five Pockets near Dubois.
GEOGRAPHICAL INFORMATION SYSTEM
Announcement Lab 1 is on the class website. Due: 9/21/17
Lab1 Instruction Georeferencing a raster
Image Rectificatio.
Outline Announcement Local operations (continued) Linear filters
GIS Lecture: Geodatabases and Aerial Photography
Types of operations The types of operations that can be applied to digital images to transform an input image a[m,n] into an output image b[m,n] (or another.
Digital Image Processing
Spatial Data Entry via Digitizing
Image Stitching Linda Shapiro ECE/CSE 576.
Presentation transcript:

Georeferencing Getting maps and satellite images into GIS

Georeferencing (ESRI PRESS 2003)  To establish a relationship between page coordinates on a planar map and known real-world coordinates. Geometric Transformation (Chang)  The process of converting a map or an image from one coordinate system to another by using a set of control points and a transformation equation. Geometric transformation and georeferencing often involves: scaling, rotating, and warping an image to a giving set of geographic or projected coordinates

Sources of Raster Imagery Scanned Images Historic Paper Maps Aerial photographs Digital Aerial Images Satellite Images

Control Points Control points are know locations for a physical feature that can be identified. These are the points you will be using to georeference your image. Control points can be collected using GPS, determined using tics on a paper map, or from known features from a base layer

Transformation Methods different methods preserve different geometric properties Most common!

First-Order Transformation - Affine

X = Ax + By + C Y = Dx + Ey + F x and y are input coordinates X and Y output coordinates - to be determined A = Sxcos(t) B = Sy[k cos(t) –sin(t)] D = Sxsin(t) E = Sy[k sin(t) + cos(t)] C = Translation in x direction F = Translation in y direction k = sheer factor Skew angle = arctan(k) Sx = Scale factor in x direction Sy = Scale factor in y direction Scales, skews, rotates, and translates the layer coordinates. The affine transformation requires a minimum of three control points.

Higher Order Transformation Complex distortions can be corrected Requires more links and control points Second- Order  Minimum of 6 control points Third - Order  Minimum of 10 control points First – Order is suitable for most purposes

Distortions  Tilt of the camera  Curvature of the earth  Uneven terrain Distortion can be corrected in the transformation and rectifying process.

Resampling  A process of filling each pixel of a newly transformed image with a value or a derived value from the original value. Resampling Methods  Nearest neighborhood assignment  Bilinear interpolation (four neighbors)  Cubic convolution (16 neighbors) Pyramiding  Technique that builds different levels of resolution of data for display (works behind the scene in ArcGIS)

Resampling

Root Mean Square (RMS) Error Deviation between the actual location and the estimated location of the control points. Error for a control point is Average RMS is

General Steps for Georeferencing an Image in ArcGIS 1.Obtain a digital or scanned imagery/map. 2.Obtain base data (a data layer with a known coordinate system) or control points that represent locations/objects visible in image. 3.Create displacement links (links), clicking first on RASTER, then on base layer. 4.Look at the link table for acceptable residual on each point and total RMS error. 5.Select transformation method. 6.Rectify the map by selecting a resampling method (optional in ArcMap). Rectifying will create a new image file