Image Enhancement Objective: better visualization of remotely sensed images visual interpretation remains to be the most powerful image interpretation.

Slides:



Advertisements
Similar presentations
Introduction to the Global Positioning System
Advertisements

GPS & GIS – An Introduction. Where Will This Take Us? What is GPS? What is GIS? How do GPS and GIS work? How will they help us? ? Find This!
Digital Image Processing
Image Processing Lecture 4
Global Positioning Systems (GPS) for Precision Farming
Presenter- Dan Carey August 11 and 12, 2009.
6/9/2015Digital Image Processing1. 2 Example Histogram.
GLOBAL POSITIONING SYSTEM FOR ENVIRONMENTAL MANAGEMENT.
Image Enhancement.
Digital Image Processing
GTECH 201 Session 08 GPS.
Presented by Rehana Jamal (GIS Expert & Geographer) Dated: Advance Applications of RS/GIS in Geo-Environmental Conservation Subject Lecture-6.
Copyright : Hi Tech Criminal Justice, Raymond E. Foster Police Technology Police Technology Chapter Five Police Technology Geographic Information.
Chapter 3 Image Enhancement in the Spatial Domain.
GPS Basics What is GPS? satellites (space segment)
GPS Satellites Satellite-based navigation system originally developed for military purposes (NAVSTAR ). NAVSTAR Global Positioning System (GPS) Globally.
Algorithms behind Global Positioning Murray Grace Josh Collins.
Introduction to the Global Positioning System. What is the GPS? Orbiting navigational satellites Orbiting navigational satellites Transmit position and.
Chapter 16 GPS/Satnav. GPS Global Positioning System Will eventually replace the older, radio/radar based systems of VOR, ILS and NDB. The US system is.
Patrick Caldwell Chris Kellar. Overview  Basic Concepts  History  Structure  Applications  Communication  Typical Sources of Error.
NRCS Global Positioning Systems (GPS) & Geographic Information Systems (GIS) RESOURCE INVENTORY  Soil Survey  National Resources Inventory (NRI)  Wetlands.
How Global Positioning Devices (GPS) work
Spectral contrast enhancement
Technical Forestry GPS and GIS Systems Shawn Linder 7/29/02.
Spatial-based Enhancements Lecture 3 prepared by R. Lathrop 10/99 updated 10/03 ERDAS Field Guide 6th Ed. Ch 5: ;
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
09 March 1999 Digital Image Processing II 1. Single-Band Image Processing Histogram Image contrast enhancement (Linear stretch, histogram equalization)
Lecture and lab schedule Lecture: GPS, remote sensing, spatial analysis and applications Labs: 1. GPS/RS lab 2. Fire Fuel Mapping and Modeling in a Forested.
What is GPS??? GPS is short for Global Positioning System
LESSON 5 Understanding Global Positioning Systems.
CS654: Digital Image Analysis Lecture 17: Image Enhancement.
BY- JAY PATEL( ) AAKASH PATEL ( ) URVISH SONI( ) GUIDED BY:DR. K PRIYAN &PROF. SNEHAL POPLI CIVIL & STRUCTURAL ENGG DEPT.
Technology Overview Global Positioning System. Global Positioning System:  developed by the US Dept. of Defense  satellite-based  designed to provide.
Global Positioning Systems Agriscience. OnStar Navigation System.
Global Positioning Systems Glen T. Huettl Agricultural Education Garrison High School.
How Does GPS Work ?. Objectives To Describe: The 3 components of the Global Positioning System How position is obtaining from a radio timing signal Obtaining.
Chapter 3 Image Enhancement in the Spatial Domain.
CS6825: Point Processing Contents – not complete What is point processing? What is point processing? Altering/TRANSFORMING the image at a pixel only.
Global Positioning System
By Andrew Y.T. Kudowor, Ph.D. Lecture Presented at San Jacinto College.
Global Positioning Systems A HISTORY OF THE U.S.A. GPS.
What is Global Positioning System (GPS). HOW IT FUNCTIONS… The Global Positioning System (GPS) is actually a worldwide radio-navigation system formed.
Global Positioning System (GPS). GPS Basics GPS stands for Global Positioning System which measures 3-D locations on Earth surface using satellites GPS.
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)
Lecture 3 The Digital Image – Part I - Single Channel Data 12 September
Digital Image Processing Definition: Computer-based manipulation and interpretation of digital images.
Global Positioning Systems. Why GPS? Challenges of finding exact location by traditional methods Astronomical observation Adjustments based on gravity.
Introduction to Global Positioning Systems (GPS) Mark Smith, Assistant Professor/Wildlife Extension Specialist.
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Autonomous Robots Vision © Manfred Huber 2014.
Global Positioning System Overview
West Hills College Farm of the Future. West Hills College Farm of the Future Precision Agriculture – Lesson 2 What is GPS? Global Positioning System Operated.
Chapter 2 GPS Crop Science 6 Fall 2004 October 22, 2004.
Remote Sensing Image Enhancement. Image Enhancement ► Increases distinction between features in a scene ► Single image manipulation ► Multi-image manipulation.
Introduction to the Global Positioning System Introduction to the Global Positioning System.
SURVEYING Subject Code : Presented By : Topic : GPS ( ) ( ) ( )
Revised 10/30/20061 Overview of GPS FORT 130 Forest Mapping Systems.
Image Enhancement Band Ratio Linear Contrast Enhancement
A GADGET WHICH CHANGED THE WAY THE WORLD OPERATES Global Positioning System Seminar by: B V Aparna ECE CMR College of Engg. And Tech.
Environmental Remote Sensing GEOG 2021
REMOTE SENSING Digital Image Processing Radiometric Enhancement Geometric Enhancement Reference: Chapters 4 and 5, Remote Sensing Digital Image Analysis.
GPS & GIS – An Introduction
Global Positioning System Supplemental from JD Text
Global Positioning System (GPS)
Digital Image Processing
7 elements of remote sensing process
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
Off-Road Equipment Management TSM 262: Spring 2016
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
Unit 2 Unmanned Aircraft
Presentation transcript:

Image Enhancement Objective: better visualization of remotely sensed images visual interpretation remains to be the most powerful image interpretation even though we have unprecedented computing ability. Two types of enhancement: Spectral enhancement Spatial enhancement Note: Image enhancement leads to loss of spectral characteristics of targets and statistical integrity of the original data.

Techniques to Enhance Visual Effects 1. Minimum and Maximum Linear Stretch Very few pixels in the lower and upper end of the histogram take a large dynamic range and majority of the pixels are squeezed into a some range of DN values. It is a waste of resources for optimal visual effects. Usually we can allow a total of five percent saturation at the lower and the upper end of the histogram and stretch the remaining 95% of DNs into the full dynamic range. min max 0 255

Piecewise Linear Stretch Piecewise linear stretch applies a different linear stretch for different sections of the DN values. DN freq Output DN Input DN Can stretch one part of the histogram and compress other parts of the histogram.

Nonlinear Stretch- Histogram Equalization DN freq Transform the histogram of any shape to which has the same frequency along the whole range of digital number. This is realized by equally partitioning the cumulative histogram of the original image into 255 pieces (8-bit image). Due to the fact that image histograms are often bell shaped, histogram equalization often reduce contrast at lower and higher end of DNs and expand the middle DNs to the low and high end of histogram. Often make image look harsh, but it is easy to apply.

Spatial Enhancement Spatial enhancement improve the spatial patterns in the image, including texture, shapes, size, etc., thus help visual interpretation of the image. It is implemented based on neighborhood operations (convolution) using a kernel. A kernel is a small window of often 3x3 pixels in size (can be 5x5 or 7x7). The convolution will multiply each DN numbers by the kernel weight and add them up and put it in the center of the pixel. The commonly used kernels are: Mean kernel: 3 1/9 1/9 1/9 The mean kernel is often used to remove noise. What the kernel would be if you want to do a mean over 5x5 or 7x7 window?

Vertical line enhancement: Horizontal line enhancement: –1 –1 – –1 –1 –1 Edge detection: –1 –1 –1 –1 8 –1 –1 –1 –1 Edge enhancement original image: –1 –1 –1 –1 9 –1 –1 –1 –1 Diagonal line enhancement: –1 0 diagonal line enhancement: –1 –

What is GPS? GPS stands for Global Positioning System which measures 3-D locations on Earth surface with the aid of satellites Created and Maintained by the US Dept. of Defense and the US Air Force System as a whole consists of three components satellites (space segment) receivers (user segment) ground stations (control segment) Note: Russia and a European consortium are implementing similar systems.

Satellites (space segment) 24 NAVSTAR satellites (21 operational and 3 spares) orbit the Earth every 12 hours ~11,000 miles altitude positioned in 6 orbital planes orbital period/planes designed to keep 4-6 above the horizon at any time controlled by five ground stations around the globe

Ground-based devices can read and interpret the radio signal from several of the NAVSTAR satellites at once. Use timing of radio signals to calculate position on the Earth's surface Calculations result in varying degrees of accuracy -- depending on: Receivers (User Segment)

Five control stations master station at Falcon (Schriever) AFB, Colorado monitor satellite orbits & clocks broadcast orbital data and clock corrections to satellites Map from P. Dana, The Geographer's Craft Project, Dept. of Geography, U. Texas-Austin. Ground Stations (control segment)

Error Breakdown (typical case): satellite clock: satellite orbit: ionosphere/troposphere: multipath distortion: receiver errors: 1.5 meters 2.5 meters 5.5 meters 0.6 meters 0.3 meters

Differential Correction Any errors in a GPS signal are likely to be the same among all receivers within 300 miles of each other. Note: differential correction Can be applied in "real time" or after the fact (post-processing) GPS Reference Receiver sits over Precisely surveyed point Error signals