MULTISPECTRAL IMAGE PROCESSING I

Size: px
Start display at page:

Download "MULTISPECTRAL IMAGE PROCESSING I"

Transcription

1 TM1 TM2 337 TM3 TM4 TM5 TM6 Dr. Robert A. Schowengerdt TM7 Landsat Thematic Mapper (TM) multispectral images of desert and agriculture near Yuma, Arizona MULTISPECTRAL IMAGE PROCESSING I SENSORS Multispectral relatively low spectral resolution (typically 5 1nm) and small number (typically 5-1) of discrete spectral bands typically acquired with multipath or multiple, filtered optical systems first satellite multispectral sensor was Landsat in 1972 Landsat image size 25MB Common color images, e.g. video or camera photos, are 3band examples of multispectral images ECE/OPTI533 Digital Image Processing class notes 23

2 Combine band images in color composite for interpretation For example, Color InfraRed (CIR) composite uses: red color assigned to near IR sensor band green color assigned to red sensor band blue color assigned to green sensor band vegetation appears red, soil appears yellow - grey, water appears blue - black ECE/OPTI533 Digital Image Processing class notes 338 Dr. Robert A. Schowengerdt 23

3 Hyperspectral relatively high spectral resolution (typically 5 1nm) and large number (typically 2) of nearly-contiguous bands AvIRIS hyperspectral image cube of Los Alamos, NM (courtesy Chris Borel, LANL) typically acquired with an imaging spectrometer over the wavelength range 4 to 24nm high spectral resolution potentially allows high discrimination of surface features primarily airborne - e.g. Airborne Visible- InfraRed Imaging Spectrometer (AVIRIS) operated by NASA/JPL, date first satellite hyperspectral sensor is Hyperion on NASA EO-1, 2 - date Hyperion image size 1.1GB ECE/OPTI533 Digital Image Processing class notes 339 Dr. Robert A. Schowengerdt 23

4 ECE/OPTI533 Digital Image Processing class notes 34 Dr. Robert A. Schowengerdt wavelength (nm) building soil 5 1 DN 15 building water 2 soil grass 25 Airborne Visible-InfraRed Imaging Spectrometer (AVIRIS) of Palo Alto, CA grass water Feature discrimination using hyperspectral imagery MULTISPECTRAL IMAGE PROCESSING I

5 ECE/OPTI533 Digital Image Processing class notes 341 Dr. Robert A. Schowengerdt wavelength (µm) H 2 O H2 O.2 H 2 O CO 2 transmittance CO 2.4 CO 2, CO, 2 H O 2 CO 2 H 2 O Spectral movie of AVIRIS image, Palo Alto, CA MULTISPECTRAL IMAGE PROCESSING I

6 DATA REPRESENTATION K-dimensional space formed by DNs in K spectral bands of a multi- or hyperspectral image K-dimensional column vector DN ij K [ ] = DN ij1 DN ij2 DN ijk T pixel at (i,j): = DN ij1 DN ij2 DN ijk ECE/OPTI533 Digital Image Processing class notes 342 Dr. Robert A. Schowengerdt 23

7 Example multsipectral data vector at pixel p for 3-bands DN 3 In three dimensions, each pixel plots as a vector DN p3 DN p1 DN p = DN p2 DN p3 DN p1 DNp2 DN 1 DN 2 Data space is quantized into (2 Q ) K volume elements, or bins With 3 bands and 8 bits/pixel, number of possible data vectors = 16,777,216 With 2 bands and 11 bits/pixel, number of possible data vectors = ECE/OPTI533 Digital Image Processing class notes 343 Dr. Robert A. Schowengerdt 23

8 K-dimensional histogram hist DN = count ( DN ) N PDF ( DN ) the value of hist DN at a particular DN vector is the number of pixels that have that vector scalar function of a vector ECE/OPTI533 Digital Image Processing class notes 344 Dr. Robert A. Schowengerdt 23

9 ECE/OPTI533 Digital Image Processing class notes 345 Dr. Robert A. Schowengerdt 23 DN2 DN2 Note, the features in scatter-space, corresponding to objects in image space DN2 DN pixels pixels 1 1 pixels 3 3 pixels pixels 2 2 pixels scattergram in 2-D Scattergram is greylevel visualization of K-D histogram Scattergrams and Scatterplots MULTISPECTRAL IMAGE PROCESSING I

10 MULTISPECTRAL IMAGE PROCESSING I Scatterplot is a binary plot of the K-D histogram Example for K = 3 viewed from different directions ECE/OPTI533 Digital Image Processing class notes 346 Dr. Robert A. Schowengerdt DN DN DN

11 ECE/OPTI533 Digital Image Processing class notes 347 Dr. Robert A. Schowengerdt 23 band 3 vs band 2 band 4 vs band 2 band 4 vs band 3 DN2 DN DN DN DN can also be obtained by thresholding the 2-D scattergram 2-D scatterplot obtained by projecting 3-D scatterplot MULTISPECTRAL IMAGE PROCESSING I

12 All possible 2-D scatterplots for a 7- band Landsat TM image ECE/OPTI533 Digital Image Processing class notes 348 Dr. Robert A. Schowengerdt 23

13 Spectral Covariance and Correlation Multivariate DN mean vector N DN T µ = DN p N = p = 1 Multivariate DN covariance matrix C c 11 c 1K = = ( DN µ )( DN µ ) T c K1 c KK Elements are covariance between bands m and n: N c mn = DN pm µ m ( )( DN pn µ ) ( N 1 ) n p = 1 Diagonal elements are variance of band k c kk ECE/OPTI533 Digital Image Processing class notes 349 Dr. Robert A. Schowengerdt 23

14 Multivariate DN correlation matrix scatterplot shape and correlation R = 1 ρ 1K ρ K1 1, 1 ρ mn 1 or ρ mn 1 high correlation DN m ρ 1 ρ 1 mn mn Correlation between bands m and n: DN n ρ mn = c mn ( c mm c nn ) 1 2 < ρ mn 1 > ρ mn 1 Normalized by variance in each band moderate correlation Special properties of covariance and correlation matrices C and R are symmetric, i.e., ρ, c = c mn mm nn ρ, c < c mn mm nn c mn c nm = and ρ mn = ρ nm no correlation If C and R are diagonal, the pixel values in bands m and n are uncorrelated ECE/OPTI533 Digital Image Processing class notes 35 Dr. Robert A. Schowengerdt 23

15 Principal Component Transform AKA Karhunen-Loeve or Hotelling transform linear matrix transform PC = W PC DN where: PC is the K dimensional principal component vector W PC is a K x K transformation matrix DN is the original multi- or hyperspectral pixel vector each principal component is a weighted average of all spectral bands ECE/OPTI533 Digital Image Processing class notes 351 Dr. Robert A. Schowengerdt 23

16 Properties of the PCT W PC diagonalizes the covariance matrix, C, of the original image, T CPC = W PC CW PC since CPC is diagonal, the PC components are uncorrelated The diagonal elements of CPC are the eigenvalues of the data CPC = eigenvalue 1 eigenvalue K = λ 1 λ K λ k C λ k I = each eigenvalue,, is equal to the variance of the k th PC and is found by solving the characteristic equation, Note, trace of C pc equals trace of C, i.e. the sum of the eigenvalues equals the sum of the original image band variances ECE/OPTI533 Digital Image Processing class notes 352 Dr. Robert A. Schowengerdt 23

17 W PC consists of the eigenvectors of the data along its rows, WPC t t eigenvector 1 e 1 = : = : = eigenvector K t e K t e 11 e 1K : : e K1 e KK each eigenvector, e k, consists of the weights applied to the original bands to obtain the k th PC and is found by solving the equation, ( C λ k I )e k = ECE/OPTI533 Digital Image Processing class notes 353 Dr. Robert A. Schowengerdt 23

18 ECE/OPTI533 Digital Image Processing class notes 354 Dr. Robert A. Schowengerdt which has solutions λ = 2.67 and λ = λ 2 3λ +.88 = pixel DN1 DN2 1.9 λ λ = DN1 C λ k I = 1 Characteristic Equation 2 DN2 3 R = C = Data Example µ = MULTISPECTRAL IMAGE PROCESSING I

19 Therefore CPC = Note that PC1 accounts for 2.67/3 =.89 of total variance in data Find eigenvectors using ( C λ k I )e k = For example, for eigenvector e 1, which are not independent. From either equation e 11 = 1.43e 12.77e e 12 = 1.1e e 12 = 2 2 Eigenvectors are orthogonal unit vectors implies e 11 + e 12 = 1. Solving simultaneously with above equation gives eigenvector e = and, with a similar analysis, eigenvector e.57 2 = ECE/OPTI533 Digital Image Processing class notes 355 Dr. Robert A. Schowengerdt 23

20 Final transformation matrix W PC = Find and plot new coordinates of data points in PC space ECE/OPTI533 Digital Image Processing class notes 356 Dr. Robert A. Schowengerdt 23

21 ECE/OPTI533 Digital Image Processing class notes 357 Dr. Robert A. Schowengerdt 23 band or PC index DN variance 4 6 TM bands PC bands 8 Compresses the variance λ 1 > λ 2 > λ K DN 1 PC 1 PC 2 DN 2 Decorrelates the spectral data optimally MULTISPECTRAL IMAGE PROCESSING I Why use the PCT?

22 Why not use the PCT? data-dependent W coefficients change from scene-to-scene Makes consistent interpretation of PC images difficult spectral details, particularly in small areas, may be lost if higher-order PCs are ignored computationally expensive for large images or for many spectral bands ECE/OPTI533 Digital Image Processing class notes 358 Dr. Robert A. Schowengerdt 23

ECE/OPTI533 Digital Image Processing class notes 288 Dr. Robert A. Schowengerdt 2003

ECE/OPTI533 Digital Image Processing class notes 288 Dr. Robert A. Schowengerdt 2003 Motivation Large amount of data in images Color video: 200Mb/sec Landsat TM multispectral satellite image: 200MB High potential for compression Redundancy (aka correlation) in images spatial, temporal,

More information

REMOTE SENSING. Topic 10 Fundamentals of Digital Multispectral Remote Sensing MULTISPECTRAL SCANNERS MULTISPECTRAL SCANNERS

REMOTE SENSING. Topic 10 Fundamentals of Digital Multispectral Remote Sensing MULTISPECTRAL SCANNERS MULTISPECTRAL SCANNERS REMOTE SENSING Topic 10 Fundamentals of Digital Multispectral Remote Sensing Chapter 5: Lillesand and Keifer Chapter 6: Avery and Berlin MULTISPECTRAL SCANNERS Record EMR in a number of discrete portions

More information

The techniques with ERDAS IMAGINE include:

The techniques with ERDAS IMAGINE include: The techniques with ERDAS IMAGINE include: 1. Data correction - radiometric and geometric correction 2. Radiometric enhancement - enhancing images based on the values of individual pixels 3. Spatial enhancement

More information

Image interpretation and analysis

Image interpretation and analysis Image interpretation and analysis Grundlagen Fernerkundung, Geo 123.1, FS 2014 Lecture 7a Rogier de Jong Michael Schaepman Why are snow, foam, and clouds white? Why are snow, foam, and clouds white? Today

More information

CHANGE DETECTION BY THE IR-MAD AND KERNEL MAF METHODS IN LANDSAT TM DATA COVERING A SWEDISH FOREST REGION

CHANGE DETECTION BY THE IR-MAD AND KERNEL MAF METHODS IN LANDSAT TM DATA COVERING A SWEDISH FOREST REGION CHANGE DETECTION BY THE IR-MAD AND KERNEL MAF METHODS IN LANDSAT TM DATA COVERING A SWEDISH FOREST REGION Allan A. NIELSEN a, Håkan OLSSON b a Technical University of Denmark, National Space Institute

More information

Basic Hyperspectral Analysis Tutorial

Basic Hyperspectral Analysis Tutorial Basic Hyperspectral Analysis Tutorial This tutorial introduces you to visualization and interactive analysis tools for working with hyperspectral data. In this tutorial, you will: Analyze spectral profiles

More information

Super-Resolution of Multispectral Images

Super-Resolution of Multispectral Images IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 3, 2013 ISSN (online): 2321-0613 Super-Resolution of Images Mr. Dhaval Shingala 1 Ms. Rashmi Agrawal 2 1 PG Student, Computer

More information

An Introduction to Remote Sensing & GIS. Introduction

An Introduction to Remote Sensing & GIS. Introduction An Introduction to Remote Sensing & GIS Introduction Remote sensing is the measurement of object properties on Earth s surface using data acquired from aircraft and satellites. It attempts to measure something

More information

746A27 Remote Sensing and GIS. Multi spectral, thermal and hyper spectral sensing and usage

746A27 Remote Sensing and GIS. Multi spectral, thermal and hyper spectral sensing and usage 746A27 Remote Sensing and GIS Lecture 3 Multi spectral, thermal and hyper spectral sensing and usage Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Multi

More information

IMAGE ENHANCEMENT. Component-I(A) - Personal Details. Component-I (B) - Description of Module. Role Name Affiliation

IMAGE ENHANCEMENT. Component-I(A) - Personal Details. Component-I (B) - Description of Module. Role Name Affiliation Component-I(A) - Personal Details Role Name Affiliation Principal Investigator Prof.MasoodAhsanSiddiqui Department of Geography, JamiaMilliaIslamia, New Delhi Paper Coordinator, if any Dr. M P Punia Head,

More information

Image transformations

Image transformations Image transformations Digital Numbers may be composed of three elements: Atmospheric interference (e.g. haze) ATCOR Illumination (angle of reflection) - transforms Albedo (surface cover) Image transformations

More information

Hyperspectral image processing and analysis

Hyperspectral image processing and analysis Hyperspectral image processing and analysis Lecture 12 www.utsa.edu/lrsg/teaching/ees5083/l12-hyper.ppt Multi- vs. Hyper- Hyper-: Narrow bands ( 20 nm in resolution or FWHM) and continuous measurements.

More information

Image Band Transformations

Image Band Transformations Image Band Transformations Content Band math Band ratios Vegetation Index Tasseled Cap Transform Principal Component Analysis (PCA) Decorrelation Stretch Image Band Transformation Purposes Image band transforms

More information

NAVAL POSTGRADUATE SCHOOL THESIS

NAVAL POSTGRADUATE SCHOOL THESIS NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS PRINCIPAL COMPONENTS BASED TECHNIQUES FOR HYPERSPECTRAL IMAGE DATA by Leonidas Fountanas December 2004 Thesis Advisor: Second Reader: Christopher Olsen

More information

NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS THERMAL IMAGERY SPECTRAL ANALYSIS. Brian Harris Collins

NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS THERMAL IMAGERY SPECTRAL ANALYSIS. Brian Harris Collins NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS THERMAL IMAGERY SPECTRAL ANALYSIS by Brian Harris Collins September, 1996 Thesis Advisor: R. C. Olsen Approved for public release; distribution is

More information

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching.

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching. Remote Sensing Objectives This unit will briefly explain display of remote sensing image, geometric correction, spatial enhancement, spectral enhancement and classification of remote sensing image. At

More information

What is Remote Sensing? Contents. Image Fusion in Remote Sensing. 1. Optical imagery in remote sensing. Electromagnetic Spectrum

What is Remote Sensing? Contents. Image Fusion in Remote Sensing. 1. Optical imagery in remote sensing. Electromagnetic Spectrum Contents Image Fusion in Remote Sensing Optical imagery in remote sensing Image fusion in remote sensing New development on image fusion Linhai Jing Applications Feb. 17, 2011 2 1. Optical imagery in remote

More information

8. EDITING AND VIEWING COORDINATES, CREATING SCATTERGRAMS AND PRINCIPAL COMPONENTS ANALYSIS

8. EDITING AND VIEWING COORDINATES, CREATING SCATTERGRAMS AND PRINCIPAL COMPONENTS ANALYSIS Editing and viewing coordinates, scattergrams and PCA 8. EDITING AND VIEWING COORDINATES, CREATING SCATTERGRAMS AND PRINCIPAL COMPONENTS ANALYSIS Aim: To introduce you to (i) how you can apply a geographical

More information

Textbook, Chapter 15 Textbook, Chapter 10 (only 10.6)

Textbook, Chapter 15 Textbook, Chapter 10 (only 10.6) AGOG 484/584/ APLN 551 Fall 2018 Concept definition Applications Instruments and platforms Techniques to process hyperspectral data A problem of mixed pixels and spectral unmixing Reading Textbook, Chapter

More information

IKONOS High Resolution Multispectral Scanner Sensor Characteristics

IKONOS High Resolution Multispectral Scanner Sensor Characteristics High Spatial Resolution and Hyperspectral Scanners IKONOS High Resolution Multispectral Scanner Sensor Characteristics Launch Date View Angle Orbit 24 September 1999 Vandenberg Air Force Base, California,

More information

Introduction of Satellite Remote Sensing

Introduction of Satellite Remote Sensing Introduction of Satellite Remote Sensing Spatial Resolution (Pixel size) Spectral Resolution (Bands) Resolutions of Remote Sensing 1. Spatial (what area and how detailed) 2. Spectral (what colors bands)

More information

NEW ATMOSPHERIC CORRECTION METHOD BASED ON BAND RATIOING

NEW ATMOSPHERIC CORRECTION METHOD BASED ON BAND RATIOING NEW ATMOSPHERIC CORRECTION METHOD BASED ON BAND RATIOING DEPARTMENT OF PHYSICS/COLLEGE OF EDUCATION FOR GIRLS, UNIVERSITY OF KUFA, AL-NAJAF,IRAQ hussienalmusawi@yahoo.com ABSTRACT The Atmosphere plays

More information

Present and future of marine production in Boka Kotorska

Present and future of marine production in Boka Kotorska Present and future of marine production in Boka Kotorska First results from satellite remote sensing for the breeding areas of filter feeders in the Bay of Kotor INTRODUCTION Environmental monitoring is

More information

2017 REMOTE SENSING EVENT TRAINING STRATEGIES 2016 SCIENCE OLYMPIAD COACHING ACADEMY CENTERVILLE, OH

2017 REMOTE SENSING EVENT TRAINING STRATEGIES 2016 SCIENCE OLYMPIAD COACHING ACADEMY CENTERVILLE, OH 2017 REMOTE SENSING EVENT TRAINING STRATEGIES 2016 SCIENCE OLYMPIAD COACHING ACADEMY CENTERVILLE, OH This presentation was prepared using draft rules. There may be some changes in the final copy of the

More information

Int n r t o r d o u d c u ti t on o n to t o Remote Sensing

Int n r t o r d o u d c u ti t on o n to t o Remote Sensing Introduction to Remote Sensing Definition of Remote Sensing Remote sensing refers to the activities of recording/observing/perceiving(sensing)objects or events at far away (remote) places. In remote sensing,

More information

Multiresolution Analysis of Connectivity

Multiresolution Analysis of Connectivity Multiresolution Analysis of Connectivity Atul Sajjanhar 1, Guojun Lu 2, Dengsheng Zhang 2, Tian Qi 3 1 School of Information Technology Deakin University 221 Burwood Highway Burwood, VIC 3125 Australia

More information

Spectral Signatures. Vegetation. 40 Soil. Water WAVELENGTH (microns)

Spectral Signatures. Vegetation. 40 Soil. Water WAVELENGTH (microns) Spectral Signatures % REFLECTANCE VISIBLE NEAR INFRARED Vegetation Soil Water.5. WAVELENGTH (microns). Spectral Reflectance of Urban Materials 5 Parking Lot 5 (5=5%) Reflectance 5 5 5 5 5 Wavelength (nm)

More information

AUTOMATIC GENERATION OF CHANGE INFORMATION FOR MULTITEMPORAL, MULTISPECTRAL IMAGERY

AUTOMATIC GENERATION OF CHANGE INFORMATION FOR MULTITEMPORAL, MULTISPECTRAL IMAGERY AUTOMATIC GENERATION OF CHANGE INFORMATION FOR MULTITEMPORAL, MULTISPECTRAL IMAGERY Morton J. Canty 1 and Allan A. Nielsen 2 1 Institute for Chemistry and Dynamics of the Geosphere, Forschungszentrum Jülich,

More information

NON-PHOTOGRAPHIC SYSTEMS: Multispectral Scanners Medium and coarse resolution sensor comparisons: Landsat, SPOT, AVHRR and MODIS

NON-PHOTOGRAPHIC SYSTEMS: Multispectral Scanners Medium and coarse resolution sensor comparisons: Landsat, SPOT, AVHRR and MODIS NON-PHOTOGRAPHIC SYSTEMS: Multispectral Scanners Medium and coarse resolution sensor comparisons: Landsat, SPOT, AVHRR and MODIS CLASSIFICATION OF NONPHOTOGRAPHIC REMOTE SENSORS PASSIVE ACTIVE DIGITAL

More information

MULTISPECTRAL CHANGE DETECTION AND INTERPRETATION USING SELECTIVE PRINCIPAL COMPONENTS AND THE TASSELED CAP TRANSFORMATION

MULTISPECTRAL CHANGE DETECTION AND INTERPRETATION USING SELECTIVE PRINCIPAL COMPONENTS AND THE TASSELED CAP TRANSFORMATION MULTSPECTRAL CHANGE DETECTON AND NTERPRETATON USNG SELECTVE PRNCPAL COMPONENTS AND THE TASSELED CAP TRANSFORMATON Abstract Temporal change is typically observed in all six reflective LANDSAT bands. The

More information

On the use of synthetic images for change detection accuracy assessment

On the use of synthetic images for change detection accuracy assessment On the use of synthetic images for change detection accuracy assessment Hélio Radke Bittencourt 1, Daniel Capella Zanotta 2 and Thiago Bazzan 3 1 Departamento de Estatística, Pontifícia Universidade Católica

More information

HYPERSPECTRAL IMAGERY FOR SAFEGUARDS APPLICATIONS. International Atomic Energy Agency, Vienna, Austria

HYPERSPECTRAL IMAGERY FOR SAFEGUARDS APPLICATIONS. International Atomic Energy Agency, Vienna, Austria HYPERSPECTRAL IMAGERY FOR SAFEGUARDS APPLICATIONS G. A. Borstad 1, Leslie N. Brown 1, Q.S. Bob Truong 2, R. Kelley, 3 G. Healey, 3 J.-P. Paquette, 3 K. Staenz 4, and R. Neville 4 1 Borstad Associates Ltd.,

More information

The studies began when the Tiros satellites (1960) provided man s first synoptic view of the Earth s weather systems.

The studies began when the Tiros satellites (1960) provided man s first synoptic view of the Earth s weather systems. Remote sensing of the Earth from orbital altitudes was recognized in the mid-1960 s as a potential technique for obtaining information important for the effective use and conservation of natural resources.

More information

Digital Imaging Rochester Institute of Technology

Digital Imaging Rochester Institute of Technology Digital Imaging 1999 Rochester Institute of Technology So Far... camera AgX film processing image AgX photographic film captures image formed by the optical elements (lens). Unfortunately, the processing

More information

Augment the Spatial Resolution of Multispectral Image Using PCA Fusion Method and Classified It s Region Using Different Techniques.

Augment the Spatial Resolution of Multispectral Image Using PCA Fusion Method and Classified It s Region Using Different Techniques. Augment the Spatial Resolution of Multispectral Image Using PCA Fusion Method and Classified It s Region Using Different Techniques. Israa Jameel Muhsin 1, Khalid Hassan Salih 2, Ebtesam Fadhel 3 1,2 Department

More information

Evaluation of Sentinel-2 bands over the spectrum

Evaluation of Sentinel-2 bands over the spectrum Evaluation of Sentinel-2 bands over the spectrum S.E. Hosseini Aria, M. Menenti, Geoscience and Remote sensing Department Delft University of Technology, Netherlands 1 outline ointroduction - Concept odata

More information

RADIOMETRIC CALIBRATION

RADIOMETRIC CALIBRATION 1 RADIOMETRIC CALIBRATION Lecture 10 Digital Image Data 2 Digital data are matrices of digital numbers (DNs) There is one layer (or matrix) for each satellite band Each DN corresponds to one pixel 3 Digital

More information

Digitization and fundamental techniques

Digitization and fundamental techniques Digitization and fundamental techniques Chapter 2.2-2.6 Robin Strand Centre for Image analysis Swedish University of Agricultural Sciences Uppsala University Outline Imaging Digitization Sampling Labeling

More information

Module 11 Digital image processing

Module 11 Digital image processing Introduction Geo-Information Science Practical Manual Module 11 Digital image processing 11. INTRODUCTION 11-1 START THE PROGRAM ERDAS IMAGINE 11-2 PART 1: DISPLAYING AN IMAGE DATA FILE 11-3 Display of

More information

Background Adaptive Band Selection in a Fixed Filter System

Background Adaptive Band Selection in a Fixed Filter System Background Adaptive Band Selection in a Fixed Filter System Frank J. Crosby, Harold Suiter Naval Surface Warfare Center, Coastal Systems Station, Panama City, FL 32407 ABSTRACT An automated band selection

More information

Sommersemester Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur.

Sommersemester Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur. Basics of Remote Sensing Some literature references Franklin, SE 2001 Remote Sensing for Sustainable Forest Management Lewis Publishers 407p Lillesand, Kiefer 2000 Remote Sensing and Image Interpretation

More information

29 th Annual Louisiana RS/GIS Workshop April 23, 2013 Cajundome Convention Center Lafayette, Louisiana

29 th Annual Louisiana RS/GIS Workshop April 23, 2013 Cajundome Convention Center Lafayette, Louisiana Landsat Data Continuity Mission 29 th Annual Louisiana RS/GIS Workshop April 23, 2013 Cajundome Convention Center Lafayette, Louisiana http://landsat.usgs.gov/index.php# Landsat 5 Sets Guinness World Record

More information

International Journal of Engineering Research & Science (IJOER) ISSN: [ ] [Vol-2, Issue-2, February- 2016]

International Journal of Engineering Research & Science (IJOER) ISSN: [ ] [Vol-2, Issue-2, February- 2016] Mapping saline soils using Hyperion hyperspectral images data in Mleta plain of the Watershed of the great Oran Sebkha (West Algeria) Dif Amar 1, BENALI Abdelmadjid 2, BERRICHI Fouzi 3 1,3 Earth observation

More information

Mod. 2 p. 1. Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur

Mod. 2 p. 1. Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur Histograms of gray values for TM bands 1-7 for the example image - Band 4 and 5 show more differentiation than the others (contrast=the ratio of brightest to darkest areas of a landscape). - Judging from

More information

Introduction to Remote Sensing Part 1

Introduction to Remote Sensing Part 1 Introduction to Remote Sensing Part 1 A Primer on Electromagnetic Radiation Digital, Multi-Spectral Imagery The 4 Resolutions Displaying Images Corrections and Enhancements Passive vs. Active Sensors Radar

More information

RGB colours: Display onscreen = RGB

RGB colours:  Display onscreen = RGB RGB colours: http://www.colorspire.com/rgb-color-wheel/ Display onscreen = RGB DIGITAL DATA and DISPLAY Myth: Most satellite images are not photos Photographs are also 'images', but digital images are

More information

APPLICATION OF HYPERSPECTRAL REMOTE SENSING IN TARGET DETECTION AND MAPPING USING FIELDSPEC ASD IN UDAYGIRI (M.P.)

APPLICATION OF HYPERSPECTRAL REMOTE SENSING IN TARGET DETECTION AND MAPPING USING FIELDSPEC ASD IN UDAYGIRI (M.P.) 1 International Journal of Advance Research, IJOAR.org Volume 1, Issue 3, March 2013, Online: APPLICATION OF HYPERSPECTRAL REMOTE SENSING IN TARGET DETECTION AND MAPPING USING FIELDSPEC ASD IN UDAYGIRI

More information

Image Analysis based on Spectral and Spatial Grouping

Image Analysis based on Spectral and Spatial Grouping Image Analysis based on Spectral and Spatial Grouping B. Naga Jyothi 1, K.S.R. Radhika 2 and Dr. I. V.Murali Krishna 3 1 Assoc. Prof., Dept. of ECE, DMS SVHCE, Machilipatnam, A.P., India 2 Assoc. Prof.,

More information

Land Cover Analysis to Determine Areas of Clear-cut and Forest Cover in Olney, Montana. Geob 373 Remote Sensing. Dr Andreas Varhola, Kathry De Rego

Land Cover Analysis to Determine Areas of Clear-cut and Forest Cover in Olney, Montana. Geob 373 Remote Sensing. Dr Andreas Varhola, Kathry De Rego 1 Land Cover Analysis to Determine Areas of Clear-cut and Forest Cover in Olney, Montana Geob 373 Remote Sensing Dr Andreas Varhola, Kathry De Rego Zhu an Lim (14292149) L2B 17 Apr 2016 2 Abstract Montana

More information

Remote Sensing Platforms

Remote Sensing Platforms Types of Platforms Lighter-than-air Remote Sensing Platforms Free floating balloons Restricted by atmospheric conditions Used to acquire meteorological/atmospheric data Blimps/dirigibles Major role - news

More information

GEOG432: Remote sensing Lab 3 Unsupervised classification

GEOG432: Remote sensing Lab 3 Unsupervised classification GEOG432: Remote sensing Lab 3 Unsupervised classification Goal: This lab involves identifying land cover types by using agorithms to identify pixels with similar Digital Numbers (DN) and spectral signatures

More information

Remote Sensing Exam 2 Study Guide

Remote Sensing Exam 2 Study Guide Remote Sensing Exam 2 Study Guide Resolution Analog to digital Instantaneous field of view (IFOV) f ( cone angle of optical system ) Everything in that area contributes to spectral response mixels Sampling

More information

Remote Sensing of the Environment An Earth Resource Perspective John R. Jensen Second Edition

Remote Sensing of the Environment An Earth Resource Perspective John R. Jensen Second Edition Remote Sensing of the Environment An Earth Resource Perspective John R. Jensen Second Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout

More information

Introduction to Remote Sensing. Electromagnetic Energy. Data From Wave Phenomena. Electromagnetic Radiation (EMR) Electromagnetic Energy

Introduction to Remote Sensing. Electromagnetic Energy. Data From Wave Phenomena. Electromagnetic Radiation (EMR) Electromagnetic Energy A Basic Introduction to Remote Sensing (RS) ~~~~~~~~~~ Rev. Ronald J. Wasowski, C.S.C. Associate Professor of Environmental Science University of Portland Portland, Oregon 1 September 2015 Introduction

More information

Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec )

Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec ) Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec ) Level: Grades 9 to 12 Macintosh version Earth Observation Day Tutorial

More information

GE 113 REMOTE SENSING

GE 113 REMOTE SENSING GE 113 REMOTE SENSING Topic 8. Image Classification and Accuracy Assessment Lecturer: Engr. Jojene R. Santillan jrsantillan@carsu.edu.ph Division of Geodetic Engineering College of Engineering and Information

More information

Multispectral Enhancement towards Digital Staining

Multispectral Enhancement towards Digital Staining Multispectral Enhancement towards Digital Staining The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters. Citation Published Version

More information

Lecture 2. Electromagnetic radiation principles. Units, image resolutions.

Lecture 2. Electromagnetic radiation principles. Units, image resolutions. NRMT 2270, Photogrammetry/Remote Sensing Lecture 2 Electromagnetic radiation principles. Units, image resolutions. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

More information

STRIPING NOISE REMOVAL OF IMAGES ACQUIRED BY CBERS 2 CCD CAMERA SENSOR

STRIPING NOISE REMOVAL OF IMAGES ACQUIRED BY CBERS 2 CCD CAMERA SENSOR STRIPING NOISE REMOVAL OF IMAGES ACQUIRED BY CBERS 2 CCD CAMERA SENSOR a E. Amraei a, M. R. Mobasheri b MSc. Electrical Engineering department, Khavaran Higher Education Institute, erfan.amraei7175@gmail.com

More information

REMOTE SENSING INTERPRETATION

REMOTE SENSING INTERPRETATION REMOTE SENSING INTERPRETATION Jan Clevers Centre for Geo-Information - WU Remote Sensing --> RS Sensor at a distance EARTH OBSERVATION EM energy Earth RS is a tool; one of the sources of information! 1

More information

An Introduction to Geomatics. Prepared by: Dr. Maher A. El-Hallaq خاص بطلبة مساق مقدمة في علم. Associate Professor of Surveying IUG

An Introduction to Geomatics. Prepared by: Dr. Maher A. El-Hallaq خاص بطلبة مساق مقدمة في علم. Associate Professor of Surveying IUG An Introduction to Geomatics خاص بطلبة مساق مقدمة في علم الجيوماتكس Prepared by: Dr. Maher A. El-Hallaq Associate Professor of Surveying IUG 1 Airborne Imagery Dr. Maher A. El-Hallaq Associate Professor

More information

An Experiment-Based Quantitative and Comparative Analysis of Target Detection and Image Classification Algorithms for Hyperspectral Imagery

An Experiment-Based Quantitative and Comparative Analysis of Target Detection and Image Classification Algorithms for Hyperspectral Imagery 1044 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 38, NO. 2, MARCH 2000 An Experiment-Based Quantitative and Comparative Analysis of Target Detection and Image Classification Algorithms for

More information

Application of GIS to Fast Track Planning and Monitoring of Development Agenda

Application of GIS to Fast Track Planning and Monitoring of Development Agenda Application of GIS to Fast Track Planning and Monitoring of Development Agenda Radiometric, Atmospheric & Geometric Preprocessing of Optical Remote Sensing 13 17 June 2018 Outline 1. Why pre-process remotely

More information

GEOG432: Remote sensing Lab 3 Unsupervised classification

GEOG432: Remote sensing Lab 3 Unsupervised classification GEOG432: Remote sensing Lab 3 Unsupervised classification Goal: This lab involves identifying land cover types by using agorithms to identify pixels with similar Digital Numbers (DN) and spectral signatures

More information

Introduction. Introduction. Introduction. Introduction. Introduction

Introduction. Introduction. Introduction. Introduction. Introduction Identifying habitat change and conservation threats with satellite imagery Extinction crisis Volker Radeloff Department of Forest Ecology and Management Extinction crisis Extinction crisis Conservationists

More information

FUNDAMENTALS OF DIGITAL IMAGES

FUNDAMENTALS OF DIGITAL IMAGES FUNDAMENTALS OF DIGITAL IMAGES Lecture Image Data Structures Common Data Structures to Store Multiband Data BIL band interleaved by line BSQ band sequential BIP band interleaved by pixel Example Band Band

More information

Geologic Mapping Using Combined Analysis of Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) and SIR-C/X-SAR Data. Fred A.

Geologic Mapping Using Combined Analysis of Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) and SIR-C/X-SAR Data. Fred A. Geologic Mapping Using Combined Analysis of Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) and SIR-C/X-SAR Data Fred A. Kruse Analytical Imaging and Geophysics LLC, 4450 Arapahoe Ave., Suite 100,

More information

IMPROVEMENT IN THE DETECTION OF LAND COVER CLASSES USING THE WORLDVIEW-2 IMAGERY

IMPROVEMENT IN THE DETECTION OF LAND COVER CLASSES USING THE WORLDVIEW-2 IMAGERY IMPROVEMENT IN THE DETECTION OF LAND COVER CLASSES USING THE WORLDVIEW-2 IMAGERY Ahmed Elsharkawy 1,2, Mohamed Elhabiby 1,3 & Naser El-Sheimy 1,4 1 Dept. of Geomatics Engineering, University of Calgary

More information

Some Basic Concepts of Remote Sensing. Lecture 2 August 31, 2005

Some Basic Concepts of Remote Sensing. Lecture 2 August 31, 2005 Some Basic Concepts of Remote Sensing Lecture 2 August 31, 2005 What is remote sensing Remote Sensing: remote sensing is science of acquiring, processing, and interpreting images and related data that

More information

Application of Satellite Image Processing to Earth Resistivity Map

Application of Satellite Image Processing to Earth Resistivity Map Application of Satellite Image Processing to Earth Resistivity Map KWANCHAI NORSANGSRI and THANATCHAI KULWORAWANICHPONG Power System Research Unit School of Electrical Engineering Suranaree University

More information

Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1

Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1 Objective: Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1 This Matlab Project is an extension of the basic correlation theory presented in the course. It shows a practical application

More information

An investigation of the Eye of Quebec. by means of PCA, NDVI and Tasseled Cap Transformations

An investigation of the Eye of Quebec. by means of PCA, NDVI and Tasseled Cap Transformations An investigation of the Eye of Quebec by means of PCA, NDVI and Tasseled Cap Transformations Advanced Digital Image Processing Prepared For: Trevor Milne Prepared By: Philipp Schnetzer March 28, 2008 Index

More information

United States Patent (19) Laben et al.

United States Patent (19) Laben et al. United States Patent (19) Laben et al. 54 PROCESS FOR ENHANCING THE SPATIAL RESOLUTION OF MULTISPECTRAL IMAGERY USING PAN-SHARPENING 75 Inventors: Craig A. Laben, Penfield; Bernard V. Brower, Webster,

More information

MULTI-SENSOR DATA FUSION OF VNIR AND TIR SATELLITE IMAGERY

MULTI-SENSOR DATA FUSION OF VNIR AND TIR SATELLITE IMAGERY MULTI-SENSOR DATA FUSION OF VNIR AND TIR SATELLITE IMAGERY Nam-Ki Jeong 1, Hyung-Sup Jung 1, Sung-Hwan Park 1 and Kwan-Young Oh 1,2 1 University of Seoul, 163 Seoulsiripdaero, Dongdaemun-gu, Seoul, Republic

More information

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Paul R. Baumann, Professor Emeritus State University of New York College at Oneonta Oneonta, New York 13820 USA COPYRIGHT 2008 Paul R. Baumann Introduction Remote

More information

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 In this lab we will explore Filtering and Principal Components analysis. We will again use the Aster data of the Como Bluffs

More information

Hyperspectral Imagery: A New Tool For Wetlands Monitoring/Analyses

Hyperspectral Imagery: A New Tool For Wetlands Monitoring/Analyses WRP Technical Note WG-SW-2.3 ~- Hyperspectral Imagery: A New Tool For Wetlands Monitoring/Analyses PURPOSE: This technical note demribea the spectral and spatial characteristics of hyperspectral data and

More information

Detecting Greenery in Near Infrared Images of Ground-level Scenes

Detecting Greenery in Near Infrared Images of Ground-level Scenes Detecting Greenery in Near Infrared Images of Ground-level Scenes Piotr Łabędź Agnieszka Ozimek Institute of Computer Science Cracow University of Technology Digital Landscape Architecture, Dessau Bernburg

More information

Removal of ocular artifacts from EEG signals using adaptive threshold PCA and Wavelet transforms

Removal of ocular artifacts from EEG signals using adaptive threshold PCA and Wavelet transforms Available online at www.interscience.in Removal of ocular artifacts from s using adaptive threshold PCA and Wavelet transforms P. Ashok Babu 1, K.V.S.V.R.Prasad 2 1 Narsimha Reddy Engineering College,

More information

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing Digital Image Processing Lecture # 6 Corner Detection & Color Processing 1 Corners Corners (interest points) Unlike edges, corners (patches of pixels surrounding the corner) do not necessarily correspond

More information

The New Rig Camera Process in TNTmips Pro 2018

The New Rig Camera Process in TNTmips Pro 2018 The New Rig Camera Process in TNTmips Pro 2018 Jack Paris, Ph.D. Paris Geospatial, LLC, 3017 Park Ave., Clovis, CA 93611, 559-291-2796, jparis37@msn.com Kinds of Digital Cameras for Drones Two kinds of

More information

FLIGHT SUMMARY REPORT

FLIGHT SUMMARY REPORT FLIGHT SUMMARY REPORT Flight Number: 97-011 Calendar/Julian Date: 23 October 1996 297 Sensor Package: Area(s) Covered: Wild-Heerbrugg RC-10 Airborne Visible and Infrared Imaging Spectrometer (AVIRIS) Southern

More information

Vineyard identification in an oak woodland landscape with airborne digital camera imagery

Vineyard identification in an oak woodland landscape with airborne digital camera imagery INT. J. REMOTE SENSING, 2003, VOL. 24, NO. 6, 1303 1315 Vineyard identification in an oak woodland landscape with airborne digital camera imagery P. GONG, S. A. MAHLER, G. S. BIGING and D. A. NEWBURN International

More information

Selective Thematic Information Content Enhancement of LANDSAT ETM Imagery

Selective Thematic Information Content Enhancement of LANDSAT ETM Imagery Remote Sensing in Earth Systems Sciences (2018) 1:53 62 https://doi.org/10.1007/s41976-018-0005-1 ORIGINAL PAPER Selective Thematic Information Content Enhancement of LANDSAT ETM Imagery George Ch. Miliaresis

More information

Spotlight on Hyperspectral

Spotlight on Hyperspectral Spotlight on Hyperspectral From analyzing eelgrass beds in the Pacific Northwest to identifying pathfinder minerals for geological exploration, hyperspectral imagery and analysis is proving its worth for

More information

Module 3 Introduction to GIS. Lecture 8 GIS data acquisition

Module 3 Introduction to GIS. Lecture 8 GIS data acquisition Module 3 Introduction to GIS Lecture 8 GIS data acquisition GIS workflow Data acquisition (geospatial data input) GPS Remote sensing (satellites, UAV s) LiDAR Digitized maps Attribute Data Management Data

More information

Outline for today. Geography 411/611 Remote sensing: Principles and Applications. Remote sensing: RS for biogeochemical cycles

Outline for today. Geography 411/611 Remote sensing: Principles and Applications. Remote sensing: RS for biogeochemical cycles Geography 411/611 Remote sensing: Principles and Applications Thomas Albright, Associate Professor Laboratory for Conservation Biogeography, Department of Geography & Program in Ecology, Evolution, & Conservation

More information

A broad survey of remote sensing applications for many environmental disciplines

A broad survey of remote sensing applications for many environmental disciplines 1 2 3 4 A broad survey of remote sensing applications for many environmental disciplines 5 6 7 8 9 10 1. First definition is very general and applies to many types of remote sensing. You use your eyes

More information

MODULE 4 LECTURE NOTES 4 DENSITY SLICING, THRESHOLDING, IHS, TIME COMPOSITE AND SYNERGIC IMAGES

MODULE 4 LECTURE NOTES 4 DENSITY SLICING, THRESHOLDING, IHS, TIME COMPOSITE AND SYNERGIC IMAGES MODULE 4 LECTURE NOTES 4 DENSITY SLICING, THRESHOLDING, IHS, TIME COMPOSITE AND SYNERGIC IMAGES 1. Introduction Digital image processing involves manipulation and interpretation of the digital images so

More information

Introduction to Remote Sensing

Introduction to Remote Sensing Introduction to Remote Sensing Spatial, spectral, temporal resolutions Image display alternatives Vegetation Indices Image classifications Image change detections Accuracy assessment Satellites & Air-Photos

More information

Hyperspectral Image Data

Hyperspectral Image Data CEE 615: Digital Image Processing Lab 11: Hyperspectral Noise p. 1 Hyperspectral Image Data Files needed for this exercise (all are standard ENVI files): Images: cup95eff.int &.hdr Spectral Library: jpl1.sli

More information

The studies began when the Tiros satellites (1960) provided man s first synoptic view of the Earth s weather systems.

The studies began when the Tiros satellites (1960) provided man s first synoptic view of the Earth s weather systems. Remote sensing of the Earth from orbital altitudes was recognized in the mid-1960 s as a potential technique for obtaining information important for the effective use and conservation of natural resources.

More information

The Evolution of Spectral Remote Sensing from Color Images to Imaging Spectroscopy

The Evolution of Spectral Remote Sensing from Color Images to Imaging Spectroscopy The Evolution of Spectral Remote Sensing from Color Images to Imaging Spectroscopy John R. Schott Rochester Institute of Technology, Chester F. Carlson Center for Imaging Science Rochester, New York Abstract

More information

Title pseudo-hyperspectral image synthesi. Author(s) Hoang, Nguyen Tien; Koike, Katsuaki.

Title pseudo-hyperspectral image synthesi. Author(s) Hoang, Nguyen Tien; Koike, Katsuaki. Title Hyperspectral transformation from E pseudo-hyperspectral image synthesi Author(s) Hoang, Nguyen Tien; Koike, Katsuaki International Archives of the Photo Citation and Spatial Information Sciences

More information

Enhancement of Multispectral Images and Vegetation Indices

Enhancement of Multispectral Images and Vegetation Indices Enhancement of Multispectral Images and Vegetation Indices ERDAS Imagine 2016 Description: We will use ERDAS Imagine with multispectral images to learn how an image can be enhanced for better interpretation.

More information

Spatial Analyst is an extension in ArcGIS specially designed for working with raster data.

Spatial Analyst is an extension in ArcGIS specially designed for working with raster data. Spatial Analyst is an extension in ArcGIS specially designed for working with raster data. 1 Do you remember the difference between vector and raster data in GIS? 2 In Lesson 2 you learned about the difference

More information

Interpreting land surface features. SWAC module 3

Interpreting land surface features. SWAC module 3 Interpreting land surface features SWAC module 3 Interpreting land surface features SWAC module 3 Different kinds of image Panchromatic image True-color image False-color image EMR : NASA Echo the bat

More information

M. Ellen Dean and Roger M. Hoffer Department of Forestry and Natural Resources. Purdue University, West Lafayette, Indiana

M. Ellen Dean and Roger M. Hoffer Department of Forestry and Natural Resources. Purdue University, West Lafayette, Indiana Evaluation of Thematic Mapper Data and Computer-aided Analysis Techniques for Mapping Forest Cover M. Ellen Dean and Roger M. Hoffer Department of Forestry and Natural Resources Laboratory for Applications

More information

typical spectral signatures of photosynthetically active and non-photosynthetically active vegetation (Beeri et al., 2007)

typical spectral signatures of photosynthetically active and non-photosynthetically active vegetation (Beeri et al., 2007) typical spectral signatures of photosynthetically active and non-photosynthetically active vegetation (Beeri et al., 2007) Xie, Y. et al. J Plant Ecol 2008 1:9-23; doi:10.1093/jpe/rtm005 Copyright restrictions

More information

CHARACTERISTICS OF REMOTELY SENSED IMAGERY. Radiometric Resolution

CHARACTERISTICS OF REMOTELY SENSED IMAGERY. Radiometric Resolution CHARACTERISTICS OF REMOTELY SENSED IMAGERY Radiometric Resolution There are a number of ways in which images can differ. One set of important differences relate to the various resolutions that images express.

More information