Image Rectificatio.

Slides:



Advertisements
Similar presentations
Digital Image Processing
Advertisements

REQUIRING A SPATIAL REFERENCE THE: NEED FOR RECTIFICATION.
Polynomial Regression and Transformations STA 671 Summer 2008.
Image Interpolation CS4670: Computer Vision Noah Snavely.
PRESENTATION ON “ Processing Of Satellite Image Using Dip ” by B a n d a s r e e n i v a s Assistant Professor Department of Electronics & Communication.
1:14 PM  Involves the manipulation and interpretation of digital images with the aid of a computer.  Includes:  Image preprocessing (rectification and.
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.
Computer Vision Optical Flow
WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
Digital Image Processing (معالجة الصور الرقمية)
Image Sampling Moire patterns
Image Sampling Moire patterns -
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.
Announcements Midterm due Friday, beginning of lecture Guest lecture on Friday: Antonio Criminisi, Microsoft Research.
Remote sensing image correction. Introductory readings – remote sensing
Georeferencing Getting maps and satellite images into GIS.
1 Image Pre-Processing. 2 Digital Image Processing The process of extracting information from digital images obtained from satellites Information regarding.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-3 Chapters 5 and 6.
HJ-1A/B CCD IMAGERY Geometric Distortions and Precise Geometric Correction Accuracy Analysis Changmiao Hu, Ping Tang
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.
Raster Data Chapter 7. Introduction  Vector – discrete  Raster – continuous  Continuous –precipitation –elevation –soil erosion  Regular grid cell.
ARSF Data Processing Consequences of the Airborne Processing Library Mark Warren Plymouth Marine Laboratory, Plymouth, UK RSPSoc 2012 – Greenwich, London.
NAPP Photo Five Pockets near Dubois.
Orthorectification using
10/7/2015 GEM Lecture 15 Content Photomap -- Mosaics Rectification.
Image Preprocessing: Geometric Correction Image Preprocessing: Geometric Correction Jensen, 2003 John R. Jensen Department of Geography University of South.
DigitalTerrainModelling: 1 Digital Terrain Model also known as –digital ground model (DGM) & –digital height model (DHM) a method of representing the.
Mosaics Today’s Readings Szeliski, Ch 5.1, 8.1 StreetView.
CE497 Urban Remote Sensing, Jie Shan1 Geometric rectification Homework 5.
Digital Image Processing GSP 216. Digital Image Processing Pre-Processing – Correcting for radiometric and geometric errors in data Image Rectification.
URBDP 422 Urban and Regional Geo-Spatial Analysis Lecture 2: Spatial Data Models and Structures Lab Exercise 2: Topology January 9, 2014.
Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.
7 elements of remote sensing process 1.Energy Source (A) 2.Radiation & Atmosphere (B) 3.Interaction with Targets (C) 4.Recording of Energy by Sensor (D)
February 3 Interpretation of Digital Data Bit and Byte ASCII Binary Image Recording Media and Formats Geometric corrections Image registration Projections.
Chapter 8 Remote Sensing & GIS Integration. Basics EM spectrum: fig p. 268 reflected emitted detection film sensor atmospheric attenuation.
Digital Image Processing Definition: Computer-based manipulation and interpretation of digital images.
Principle Component Analysis (PCA)
Geoprocessing and georeferencing raster data
Remote sensing/digital image processing. Color Arithmetic red+green=yellow green+blue=cyan red+blue=magenta.
Remote Sensing Part 2 Atmospheric Interactions & Pre-processing.
Geometric Correction of Remote Sensor Data
 ftp://edacftp.unm.edu/spenman/geog581L/examples_georefer ence FTP SITE.
Geometric Preprocessing
Professor Ke-Sheng Cheng
Distortions in imagery:
NAPP Photo Five Pockets near Dubois.
Image Geo-Referencing in ArcGIS
Image Sampling Moire patterns
3. Data analysis SIS.
Subpixel Registration and Distortion Measurement
Introductory readings – remote sensing
Lab1 Instruction Georeferencing a raster
Image Sampling Moire patterns
Announcements Project 2 out today (help session at end of class)
Filtering Part 2: Image Sampling
Image Sampling Moire patterns
Digital Image Processing
Spatial Data Entry via Digitizing
Image Resampling & Interpolation
The following slide has the same photo at three resolutions
Resampling.
Presentation transcript:

Image Rectificatio

Georeferencing vs registering Georeferencing – using raw coordinates and tying to locations Registering – matching one image to another. Typically what we do these days.

Why? Correct for some sort of distortion Variations in altitude and velocity of sensor platform Radial distortion (from a camera lens) Curvature of the earth Atmospheric refraction Relief displacement Sensor sweep irregularities Both systematic and random errors.

Use ground control points to correct (GCPs) Locations with exact known coordinates – or that you can find on a registered image.

GCP distributions Spread out all over the map area as best as possible. Mathematical minimum = 3 (for a first order polynomial fit) Really, about 30 If referencing multiple photos/images, be sure to have GCPs shared by multiple photos/images

Good GCP locations Road intersections, shoreline features, houses. Big rocks, etc. Things that don’t move over the time covered by the images. Strategy for digitizing – work around the outside of the image, then toward the middle. Always keeping earlier points visible (as the pattern on both images should be almost identical)

OK. You now have a bunch of GCPs.. What now? Math. Need to think about the polynomial order and your residuals

Polynomial order

Bare min GCPs First order = 3 Second order = 6 Third order = 10

Root Mean Square (RMS) Errors Get x and y residuals – the are in the units of your unregistered image. Your goal is to get them to less than the resolution of a single pixel (good luck….).

Basically Residuals are a measure of how close you are to getting it right.

OK You have an image, a polynomial order, a bunch of GCPs, and some residual numbers. What now? First, examine the residuals and carefully examine the points with the highest residuals. Either correct the gcps or delete them. Unless you’re really sure they’re good, in which case some other point is causing the problem. Repeat until your residuals are less than half the pixel size (ideally). Do this one at a time, rerunning the residual calcs. Note, it’s a good idea to save points, etc just in case you delete one you should keep.

Another test Rectify the image and draw it on top of the rectified image. You might be able to see exactly where the problem is!

New Pixel Values Nearest Neighbor (usually the best option, as it smooths things the least) Bilinear Interpolation Cubic Convolution These you get to look up as part of lab!

Final note Resampling uses these three, and we change spatial resolution on rasters fairly frequently. So know them!