Apply Colour Sequences to Enhance Filter Results. Operations. What Do I Need? Filter

Size: px
Start display at page:

Download "Apply Colour Sequences to Enhance Filter Results. Operations. What Do I Need? Filter"

Transcription

1 Apply Colour Sequences to Enhance Filter Results Operations What Do I Need? Filter Single band images from the SPOT and Landsat platforms can sometimes appear flat (i.e., they are low contrast images). These images can be enhanced in many ways, including automatic and manual contrast stretching and image filtering. Contrast stretching enhances the image without altering the underlying data values; while image filtering generates a new image with sharpened edges but altered underlying data values. The contrast stretch is the most common way to enhance low contrast images. The technique can be used to emphasize medium and low frequency features in the images or highlight dark or bright areas. It is common to perform multiple contrast enhancements on a single images. Manipulating the colour and/or contrast of an image is often sufficient to interpret an image without applying filters. Filters enhance images by detecting and emphasizing high or low frequency changes in values across the image. The MFworks Filter operation can be used to apply a smoothing filter and several different edge detection/enhancement filters. There are dozens of enhancements that can be performed on remote sensing imagery. For example, it is common to merge individual bands of an image to generate a false colour composite. The MFworks Merge operation can be used for this purpose. The Merge operation can also be used to add single colours to greyscale images. You have probably seen images of the surfaces of Mars coloured orange or the surface of Venus coloured gold. This is done to enhance the feature perception ability of the viewer. You can also add or multiply images by thematic map layers with the same coverage to add context to the thematic map layers. For example, you could add satellite imagery to geologic or soil map layers to give context to the geologic or pedologic units. HD-CSF-1

2 Example Three Enhancements for a NIR (Near Infrared) SPOT Image The map layer named XS3 (NIR) is a portion of a SPOT satellite near infrared image of the City of London, Ontario, Canada. Near infrared imagery displays the quantity of infrared wavelengths being radiated or reflected from the various surfaces in the image. Different types of surfaces radiate/reflect infrared energy at different intensities. The more energy received by the sensor, the brighter the image pixel will be. The map layer named XS3 (NIR) is fairly low contrast. The most striking features are the black bodies which are ponds and the very bright patches which represent healthy vegetation: This image can be improved by applying a different colour sequence to the legend. With the Legend window as the active window, Select All is chosen from the Edit menu, then Colour Sequence is selected from the Legend menu. This opens the Sequencer dialog box. The factory default black to white, sequential colour sequence was applied automatically when the image was imported. Changing the colour distribution to Change in Zone Area will improve the image contrast: HD-CSF-2

3 As you can see, this change greatly improves the contrast of the image. However, due to the nature of near infrared energy, the features are not very sharp. This image can be improved even more by applying an edge enhancement filter: You may have to experiment with the different filters to see which one yields the most desirable results. After some experimentation, the Filter (Laplacian) operation is chosen. The Filter operation is selected from the Operation menu. This causes the Filter dialog box to be displayed. The map layer named XS3 (NIR) is specified in the Map drop-down list and the Laplacian Type 1 filter radio button is clicked: If you were performing this operation from the Script window the statement would be: HD-CSF-3

4 XS3 (NIR) Lapl = Filter XS3 (NIR) Laplacian1; The Laplacian 1 filter sharpens the edges of the fields, roads, ponds, and buildings in the image. The Change by Zone Area colour sequence, as above, has been applied to the resulting map layer to enhance image contrast. Note: when you apply a filter to a map layer, the original zone values are lost: Sometimes a single pass of a filter is not sufficient to enhance or sharpen an image for certain applications. You can apply the same filter more than once. Here is the result of applying the Filter (Laplacian 1) operation twice to the map layer named XS3 (NIR). As you can see, the fields, roads, and HD-CSF-4

5 neighbourhoods are more sharply defined in this map layer than in the single filtered map layer: A third way to enhance a remote sensing image is to apply a colour sequence other than black to white to the zone values. Colour sequences can be used to visually group value ranges together. For example, you could apply a red to purple colour sequence to the filtered map layer created above. With the Legend window as the active window, Select All is chosen from the Edit menu, then Colour Sequence is selected from the Legend menu. This opens the Sequencer dialog box. A red to purple colour sequence is specified with a counter-clockwise path though colour space. A colour distribution of Change in Zone Area is used to improve the image contrast: As you can see, this colour sequence greatly enhances the interpretability of this image. Areas that were dark in the original image now stand out as bright red. Areas that were bright in the original image are all coloured HD-CSF-5

6 purple. Any number of colour sequences can be developed for your remote sensing images using the MFworks colour facilities: Example Three Enhancements for a Red SPOT Image The map layer named XS2+P (Red) is an image depicting the reflectance of red light from a portion of a SPOT satellite image of the City of London, Ontario, Canada. This image displays the quantity of red wavelengths being reflected from the various surfaces in the image. Different types of surfaces reflect red wavelengths at different intensities. The more energy received by the sensor, the brighter the image pixel will be. The map layer named XS2+P (Red) is fairly low contrast. Most features, apart from some of the larger buildings, are a uniform dull grey: HD-CSF-6

7 The contrast can be improved by changing the colour sequence from the default black to white, sequential distribution that was applied automatically when the image was imported to a black to white colour sequence with colours distributed by Change in Zone Area. With the Legend window as the active window, Select All is chosen from the Edit menu, then Colour Sequence is selected from the Legend menu. This opens the Sequencer dialog box. The Change in Zone Area distribution is chosen to improve the image contrast: As you can see, features now stand out starkly. This is a very high contrast image. While features can be easily discerned, it may appear too contrasty for certain applications. Also, the details of some features are not as sharp as they can possibly be. This image can be improved even more by applying an edge enhancement filter: You may have to experiment with the different filters to see which one yields the most desirable results. After some experimentation, the Filter (Laplacian 1) operation is chosen. The Filter operation is selected from the Operation menu. This causes the Filter dialog box to be displayed. The map layer named XS3 (NIR) is specified in the Map drop-down list and the HD-CSF-7

8 Laplacian Type 1 filter radio button is clicked: If you were performing this operation from the Script window the statement would be: XS2+P (Red) Lapl = Filter XS2+P (Red) Laplacian1; The Laplacian 1 filter sharpens the edges of the fields, roads, ponds, and buildings in the image. Note: when you apply a filter to a map layer the original zone values are lost. The default black to white, sequential distribution colour sequence was applied to this map layer when it was created, yielding a flat (low contrast) image: HD-CSF-8

9 The contrast can be improved by changing the colour sequence to a black to white colour sequence with colours distributed by Change in Zone Area. With the Legend window as the active window, Select All is chosen from the Edit menu, then Colour Sequence is selected from the Legend menu. This opens the Sequencer dialog box. The Change in Zone Area distribution is chosen to improve the image contrast: The combination of edge detection filtering and contrast enhancement has greatly improved the interpretability of this image. All the features of the landscape that are discernable at this cell resolution are well defined: The Change in Zone Area colour sequence does not always produce such satisfactory results. Sometimes the image can appear too contrasty. Also, during image interpretation you may wish to emphasize certain tonal ranges over others. If such is the case, then you will have to apply a manual colour stretch. HD-CSF-9

10 Using the Histogram Technique to Enhance a Filtered Image To apply a manual colour enhancement to a map layer, click on the Legend window for the map layer to make it active, then choose Format from the Legend menu. The Legend Format dialog box will open: Legend Entry Prototype Area Legend Element Holding Area Drag the Value, Area, and Text elements from the legend entry prototype area to the legend element holding area. Move the Colour element to the right in the legend entry prototype area. Place the Value element back into the legend entry prototype area, this time to the left of the Colour element: Click on the Colour element to make it active then drag the grow handle to the right until the Colour element fills the legend entry prototype area. HD-CSF-10

11 Finally, select the Bar Format option and set Max to 1%. Finally, click on the Apply button: The Legend window is now formatted to appear as a vertical bar graph with lowest values at the top and highest at the bottom. Scroll through the list of values and you will see the Colour element gradually get longer and then shorter. Most of the values fall in the mid-range and are assigned middle grey values. Scroll back to the top of the window and select the first legend entry. Scroll down until the Colour elements start to get longer. Hold down the Shift key and select one of the legend entries. This will cause all of the entries from your first selection to your second selection to become selected: HD-CSF-11

12 With these entries selected, choose Group Selection from the Legend menu. All the selected legend entries will be grouped into a single legend entry. Assign the colour black to this group: Now scroll to the bottom of the Legend window and select the last entry. Scroll upward until you see the Colour elements start to get longer. Hold down the Shift key and select one of the legend entries. This will cause all the entries from your first selection to your second selection to become selected: HD-CSF-12

13 With these entries selected, choose Group Selection from the Legend menu. All the selected legend entries will be grouped into a single legend entry. Assign the colour white to this group: Grouping the upper and lower outlier values is equivalent to trrimming values beyond 1 to 2 Standard Deviations. If you have a multi-modal distribution you can further enhance the image by applying separate colour sequences to dominant classes. To complete the contrast stretch, choose Select All from the Edit menu then choose Colour Sequence from the Legend menu. Specify a black to white, linear sequence with a Sequential distribution. Click on the Apply button: This method allows you to set the contrast of the image exactly the way that you want it. You can make the contrast higher by including more high and low values in the uni-colour groups, or you can make the contrast less HD-CSF-13

14 extreme by including fewer values in the high and low uni-colour groups. Here are the results of the above contrast stretch: HD-CSF-14

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

Exercise 4-1 Image Exploration

Exercise 4-1 Image Exploration Exercise 4-1 Image Exploration With this exercise, we begin an extensive exploration of remotely sensed imagery and image processing techniques. Because remotely sensed imagery is a common source of data

More information

Generate a Colour Composite from Multi-band Data. Examples. Dialog Box. Creating a False Colour Composite From Three TM Bands

Generate a Colour Composite from Multi-band Data. Examples. Dialog Box. Creating a False Colour Composite From Three TM Bands Generate a Colour Composite from Multi-band Data Examples Dialog Box Creating a False Colour Composite From Three TM Bands Using the operation dialog box interface Using the dialog box interface to create

More information

Using QuickBird Imagery in ESRI Software Products

Using QuickBird Imagery in ESRI Software Products Using QuickBird Imagery in ESRI Software Products TABLE OF CONTENTS 1. Introduction...2 Purpose Scope Image Stretching Color Guns 2. Imagery Usage Instructions...4 ArcView 3.x...4 ArcGIS...7 i Using QuickBird

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

Applications of satellite and airborne image data to coastal management. Part 2

Applications of satellite and airborne image data to coastal management. Part 2 Applications of satellite and airborne image data to coastal management Part 2 You have used the cursor to investigate the pixels making up the image EIRE4.BMP and seen how the brightnesses of sea, land

More information

GE 113 REMOTE SENSING. Topic 7. Image Enhancement

GE 113 REMOTE SENSING. Topic 7. Image Enhancement GE 113 REMOTE SENSING Topic 7. Image Enhancement Lecturer: Engr. Jojene R. Santillan jrsantillan@carsu.edu.ph Division of Geodetic Engineering College of Engineering and Information Technology Caraga State

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

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

IMAGE ANALYSIS TOOLBOX AND ENHANCED SATELLITE IMAGERY INTEGRATED INTO THE MAPPLACE By Ward E. Kilby 1, Karl Kliparchuk 2 and Andrew McIntosh 2

IMAGE ANALYSIS TOOLBOX AND ENHANCED SATELLITE IMAGERY INTEGRATED INTO THE MAPPLACE By Ward E. Kilby 1, Karl Kliparchuk 2 and Andrew McIntosh 2 IMAGE ANALYSIS TOOLBOX AND ENHANCED SATELLITE IMAGERY INTEGRATED INTO THE MAPPLACE By Ward E. Kilby 1, Karl Kliparchuk 2 and Andrew McIntosh 2 KEYWORDS: MapPlace, Landsat, ASTER, Image Analysis, Structural

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

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

QGIS LAB SERIES GST 101: Introduction to Geospatial Technology Lab 6: Understanding Remote Sensing and Analysis

QGIS LAB SERIES GST 101: Introduction to Geospatial Technology Lab 6: Understanding Remote Sensing and Analysis QGIS LAB SERIES GST 101: Introduction to Geospatial Technology Lab 6: Understanding Remote Sensing and Analysis Objective Explore and Understand How to Display and Analyze Remotely Sensed Imagery Document

More information

Preparing Remote Sensing Data for Natural Resources Mapping (image enhancement, rectifications )

Preparing Remote Sensing Data for Natural Resources Mapping (image enhancement, rectifications ) Preparing Remote Sensing Data for Natural Resources Mapping (image enhancement, rectifications ) Why is this important What are the major approaches Examples of digital image enhancement Follow up exercises

More information

Viewing Landsat TM images with Adobe Photoshop

Viewing Landsat TM images with Adobe Photoshop Viewing Landsat TM images with Adobe Photoshop Reformatting images into GeoTIFF format Of the several formats in which Landsat TM data are available, only a few formats (primarily TIFF or GeoTIFF) can

More information

Image interpretation I and II

Image interpretation I and II Image interpretation I and II Looking at satellite image, identifying different objects, according to scale and associated information and to communicate this information to others is what we call as IMAGE

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

LAB 2: Sampling & aliasing; quantization & false contouring

LAB 2: Sampling & aliasing; quantization & false contouring CEE 615: Digital Image Processing Spring 2016 1 LAB 2: Sampling & aliasing; quantization & false contouring A. SAMPLING: Observe the effects of the sampling interval near the resolution limit. The goal

More information

Environmental Remote Sensing GEOG 2021

Environmental Remote Sensing GEOG 2021 Environmental Remote Sensing GEOG 2021 Lecture 2 Image display and enhancement 2 Image Display and Enhancement Purpose visual enhancement to aid interpretation enhancement for improvement of information

More information

AmericaView EOD 2016 page 1 of 16

AmericaView EOD 2016 page 1 of 16 Remote Sensing Flood Analysis Lesson Using MultiSpec Online By Larry Biehl Systems Manager, Purdue Terrestrial Observatory (biehl@purdue.edu) v Objective The objective of these exercises is to analyze

More information

Creating a Colour Composite from MERIS L1 Data

Creating a Colour Composite from MERIS L1 Data LearnEO! Bilko Tutorial T2.4 www.learn-eo.org/tutorial/ Creating a Colour Composite from MERIS L1 Data Required resources MER_FR 1PNEPA20080812_095210_~.N1 - Envisat MERIS Full Resolution Level 1 data

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

5. SilverFast Tools Tools SilverFast Manual. 5. SilverFast Tools Image Auto-Adjust (Auto-Gradation) 114

5. SilverFast Tools Tools SilverFast Manual. 5. SilverFast Tools Image Auto-Adjust (Auto-Gradation) 114 Chapter 5 Tools 5. SilverFast Tools 5. SilverFast Tools 106 5.1 Image Auto-Adjust (Auto-Gradation) 114 5.2 Highlight / Shadow Tool 123 5.3 The Histogram 133 5.4 Gradation Dialogue 147 5.5 Global Colour

More information

The (False) Color World

The (False) Color World There s more to the world than meets the eye In this activity, your group will explore: The Value of False Color Images Different Types of Color Images The Use of Contextual Clues for Feature Identification

More information

We recommend downloading the latest core installer for our software from our website. This can be found at:

We recommend downloading the latest core installer for our software from our website. This can be found at: Dusk Getting Started Installing the Software We recommend downloading the latest core installer for our software from our website. This can be found at: https://www.atik-cameras.com/downloads/ Locate and

More information

Using Curves and Histograms

Using Curves and Histograms Written by Jonathan Sachs Copyright 1996-2003 Digital Light & Color Introduction Although many of the operations, tools, and terms used in digital image manipulation have direct equivalents in conventional

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

Technical Note How to Compensate Lateral Chromatic Aberration

Technical Note How to Compensate Lateral Chromatic Aberration Lateral Chromatic Aberration Compensation Function: In JAI color line scan cameras (3CCD/4CCD/3CMOS/4CMOS), sensors and prisms are precisely fabricated. On the other hand, the lens mounts of the cameras

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

Image and video processing

Image and video processing Image and video processing Processing Colour Images Dr. Yi-Zhe Song The agenda Introduction to colour image processing Pseudo colour image processing Full-colour image processing basics Transforming colours

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 Windows version With Teacher Notes Earth Observation

More information

HISTOGRAMS. These notes are a basic introduction to using histograms to guide image capture and image processing.

HISTOGRAMS. These notes are a basic introduction to using histograms to guide image capture and image processing. HISTOGRAMS Roy Killen, APSEM, EFIAP, GMPSA These notes are a basic introduction to using histograms to guide image capture and image processing. What are histograms? Histograms are graphs that show what

More information

Seasonal Progression of the Normalized Difference Vegetation Index (NDVI)

Seasonal Progression of the Normalized Difference Vegetation Index (NDVI) Seasonal Progression of the Normalized Difference Vegetation Index (NDVI) For this exercise you will be using a series of six SPOT 4 images to look at the phenological cycle of a crop. The images are SPOT

More information

Photomatix Light 1.0 User Manual

Photomatix Light 1.0 User Manual Photomatix Light 1.0 User Manual Table of Contents Introduction... iii Section 1: HDR...1 1.1 Taking Photos for HDR...2 1.1.1 Setting Up Your Camera...2 1.1.2 Taking the Photos...3 Section 2: Using Photomatix

More information

Figure 1: Percent reflectance for various features, including the five spectra from Table 1, at different wavelengths from 0.4µm to 1.4µm.

Figure 1: Percent reflectance for various features, including the five spectra from Table 1, at different wavelengths from 0.4µm to 1.4µm. Section 1: The Electromagnetic Spectrum 1. The wavelength range that has the highest reflectance for broadleaf vegetation and needle leaf vegetation is 0.75µm to 1.05µm. 2. Dry soil can be distinguished

More information

Revised 9/10/2015 Page 1 of 5

Revised 9/10/2015 Page 1 of 5 MultiSpec Tutorial: Image Enhancement Requirements: MultiSpec application and image titled ag020522_dpac_cd.lan. Open the image if it is not already displayed in a multispectral image window following

More information

CAMERA BASICS. Stops of light

CAMERA BASICS. Stops of light CAMERA BASICS Stops of light A stop of light isn t a quantifiable measurement it s a relative measurement. A stop of light is defined as a doubling or halving of any quantity of light. The word stop is

More information

PICTURE AS PAINT. Most magazine articles written. Creating a seamless, tileable texture in GIMP KNOW-HOW. Brightness. From Photo to Tile

PICTURE AS PAINT. Most magazine articles written. Creating a seamless, tileable texture in GIMP KNOW-HOW. Brightness. From Photo to Tile Creating a seamless, tileable texture in GIMP PICTURE AS PAINT Graphic artists often face the problem of turning a photograph into an image that will tile over a larger surface. This task is not as easy

More information

Funded from the Scottish Hydro Gordonbush Community Fund. Metering exposure

Funded from the Scottish Hydro Gordonbush Community Fund. Metering exposure Funded from the Scottish Hydro Gordonbush Community Fund Metering exposure We have looked at the three components of exposure: Shutter speed time light allowed in. Aperture size of hole through which light

More information

Sony PXW-FS7 Guide. October 2016 v4

Sony PXW-FS7 Guide. October 2016 v4 Sony PXW-FS7 Guide 1 Contents Page 3 Layout and Buttons (Left) Page 4 Layout back and lens Page 5 Layout and Buttons (Viewfinder, grip remote control and eye piece) Page 6 Attaching the Eye Piece Page

More information

TimeSync V3 User Manual. January Introduction

TimeSync V3 User Manual. January Introduction TimeSync V3 User Manual January 2017 Introduction TimeSync is an application that allows researchers and managers to characterize and quantify disturbance and landscape change by facilitating plot-level

More information

Recovering highlight detail in over exposed NEF images

Recovering highlight detail in over exposed NEF images Recovering highlight detail in over exposed NEF images Request I would like to compensate tones in overexposed RAW image, exhibiting a loss of detail in highlight portions. Response Highlight tones can

More information

Lesson 3: Working with Landsat Data

Lesson 3: Working with Landsat Data Lesson 3: Working with Landsat Data Lesson Description The Landsat Program is the longest-running and most extensive collection of satellite imagery for Earth. These datasets are global in scale, continuously

More information

Adobe Lightroom CC Tutorial

Adobe Lightroom CC Tutorial Adobe Lightroom CC Tutorial GETTING STARTED Adobe Lightroom CC is a photo editing program which can be used to manipulate and edit large quantities of photos at once. It has great exporting and metadata

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

Due Date: September 22

Due Date: September 22 Geography 309 Lab 1 Page 1 LAB 1: INTRODUCTION TO REMOTE SENSING Due Date: September 22 Objectives To familiarize yourself with: o remote sensing resources on the Internet o some remote sensing sensors

More information

Basic Digital Image Processing. The Structure of Digital Images. An Overview of Image Processing. Image Restoration: Line Drop-outs

Basic Digital Image Processing. The Structure of Digital Images. An Overview of Image Processing. Image Restoration: Line Drop-outs Basic Digital Image Processing A Basic Introduction to Digital Image Processing ~~~~~~~~~~ Rev. Ronald J. Wasowski, C.S.C. Associate Professor of Environmental Science University of Portland Portland,

More information

Using Color-Infrared Imagery for Impervious Surface Analysis. Chris Behee City of Bellingham Planning & Community Development

Using Color-Infrared Imagery for Impervious Surface Analysis. Chris Behee City of Bellingham Planning & Community Development Using Color-Infrared Imagery for Impervious Surface Analysis. Chris Behee City of Bellingham Planning & Community Development NW GIS Users Group - March 18, 2005 Outline What is Color Infrared Imagery?

More information

Viewing New Hampshire from Space

Viewing New Hampshire from Space Viewing New Hampshire from Space A Bird s-eye View of the Granite State! Introduction Environmental changes are a major concern for researchers and policy makers today since these changes have both human

More information

How to Access Imagery and Carry Out Remote Sensing Analysis Using Landsat Data in a Browser

How to Access Imagery and Carry Out Remote Sensing Analysis Using Landsat Data in a Browser How to Access Imagery and Carry Out Remote Sensing Analysis Using Landsat Data in a Browser Including Introduction to Remote Sensing Concepts Based on: igett Remote Sensing Concept Modules and GeoTech

More information

Image Processing Lecture 4

Image Processing Lecture 4 Image Enhancement Image enhancement aims to process an image so that the output image is more suitable than the original. It is used to solve some computer imaging problems, or to improve image quality.

More information

GST 101: Introduction to Geospatial Technology Lab Series. Lab 6: Understanding Remote Sensing and Aerial Photography

GST 101: Introduction to Geospatial Technology Lab Series. Lab 6: Understanding Remote Sensing and Aerial Photography GST 101: Introduction to Geospatial Technology Lab Series Lab 6: Understanding Remote Sensing and Aerial Photography Document Version: 2013-07-30 Organization: Del Mar College Author: Richard Smith Copyright

More information

Aim of Lesson. Objectives. Background Information

Aim of Lesson. Objectives. Background Information Lesson 8: Mapping major inshore marine habitats 8: MAPPING THE MAJOR INSHORE MARINE HABITATS OF THE CAICOS BANK BY MULTISPECTRAL CLASSIFICATION USING LANDSAT TM Aim of Lesson To learn how to undertake

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

40 Digital Photo Retouching Techniques COPYRIGHTED MATERIAL

40 Digital Photo Retouching Techniques COPYRIGHTED MATERIAL 40 Digital Photo Retouching Techniques COPYRIGHTED MATERIAL C h a p t e r Correcting Contrast If you are a photography enthusiast, you know that light is the defining factor in photography. You probably

More information

DodgeCmd Image Dodging Algorithm A Technical White Paper

DodgeCmd Image Dodging Algorithm A Technical White Paper DodgeCmd Image Dodging Algorithm A Technical White Paper July 2008 Intergraph ZI Imaging 170 Graphics Drive Madison, AL 35758 USA www.intergraph.com Table of Contents ABSTRACT...1 1. INTRODUCTION...2 2.

More information

Index of Command Functions

Index of Command Functions Index of Command Functions version 2.3 Command description [keyboard shortcut]:description including special instructions. Keyboard short for a Windows PC: the Control key AND the shortcut key. For a MacIntosh:

More information

1. Start a bit about Linux

1. Start a bit about Linux GEOG432/632 Fall 2017 Lab 1 Display, Digital numbers and Histograms 1. Start a bit about Linux Login to the linux environment you already have in order to view this webpage Linux enables both a command

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

Bristol Photographic Society Introduction to Digital Imaging

Bristol Photographic Society Introduction to Digital Imaging Bristol Photographic Society Introduction to Digital Imaging Part 16 HDR an Introduction HDR stands for High Dynamic Range and is a method for capturing a scene that has a light range (light to dark) that

More information

Satellite Remote Sensing: Earth System Observations

Satellite Remote Sensing: Earth System Observations Satellite Remote Sensing: Earth System Observations Land surface Water Atmosphere Climate Ecosystems 1 EOS (Earth Observing System) Develop an understanding of the total Earth system, and the effects of

More information

Chlorophyll Fluorescence Imaging System

Chlorophyll Fluorescence Imaging System Quick Start Guide Chlorophyll Fluorescence Imaging System Quick Start Guide for Technologica FluorImager software for use with Technlogica CFImager hardware Copyright 2006 2015 TECHNOLOGICA LIMITED. All

More information

Center for Advanced Land Management Information Technologies (CALMIT), School of Natural Resources, University of Nebraska-Lincoln

Center for Advanced Land Management Information Technologies (CALMIT), School of Natural Resources, University of Nebraska-Lincoln Geoffrey M. Henebry, Andrés Viña, and Anatoly A. Gitelson Center for Advanced Land Management Information Technologies (CALMIT), School of Natural Resources, University of Nebraska-Lincoln Introduction

More information

An Introduction to Histograms in Photography

An Introduction to Histograms in Photography An Introduction to Histograms in Photography Histograms are a graphical representation of all the pixels that make up an image, and are plotted by 'Luminance' or brightness. Every pixel, regardless of

More information

Applying mathematics to digital image processing using a spreadsheet

Applying mathematics to digital image processing using a spreadsheet Jeff Waldock Applying mathematics to digital image processing using a spreadsheet Jeff Waldock Department of Engineering and Mathematics Sheffield Hallam University j.waldock@shu.ac.uk Introduction When

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

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

Converting and editing raw images

Converting and editing raw images Converting and editing raw images Raw v jpeg As we have found out, jpeg files are processed in the camera and much of the data is lost. Raw files are not. Raw file formats: General term for a variety of

More information

CONVERTING AND EDITING RAW IMAGES

CONVERTING AND EDITING RAW IMAGES CONVERTING AND EDITING RAW IMAGES RAW V JPEG As we have found out, jpeg files are processed in the camera and much of the data is lost. Raw files are not and so all of the data is preserved. RAW FILE FORMATS:

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

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

CHANGE DETECTION USING OPTICAL DATA IN SNAP

CHANGE DETECTION USING OPTICAL DATA IN SNAP CHANGE DETECTION USING OPTICAL DATA IN SNAP EXERCISE 1 (Water change detection) Data: Sentinel-2A Level 2A: S2A_MSIL2A_20170101T082332_N0204_R121_T34HCH_20170101T084543.SAFE S2A_MSIL2A_20180116T082251_N0206_R121_T34HCH_20180116T120458.SAFE

More information

Machinery HDR Effects 3

Machinery HDR Effects 3 1 Machinery HDR Effects 3 MACHINERY HDR is a photo editor that utilizes HDR technology. You do not need to be an expert to achieve dazzling effects even from a single image saved in JPG format! MACHINERY

More information

Exploring the Earth with Remote Sensing: Tucson

Exploring the Earth with Remote Sensing: Tucson Exploring the Earth with Remote Sensing: Tucson Project ASTRO Chile March 2006 1. Introduction In this laboratory you will explore Tucson and its surroundings with remote sensing. Remote sensing is the

More information

CanImage. (Landsat 7 Orthoimages at the 1: Scale) Standards and Specifications Edition 1.0

CanImage. (Landsat 7 Orthoimages at the 1: Scale) Standards and Specifications Edition 1.0 CanImage (Landsat 7 Orthoimages at the 1:50 000 Scale) Standards and Specifications Edition 1.0 Centre for Topographic Information Customer Support Group 2144 King Street West, Suite 010 Sherbrooke, QC

More information

Image enhancement. Introduction to Photogrammetry and Remote Sensing (SGHG 1473) Dr. Muhammad Zulkarnain Abdul Rahman

Image enhancement. Introduction to Photogrammetry and Remote Sensing (SGHG 1473) Dr. Muhammad Zulkarnain Abdul Rahman Image enhancement Introduction to Photogrammetry and Remote Sensing (SGHG 1473) Dr. Muhammad Zulkarnain Abdul Rahman Image enhancement Enhancements are used to make it easier for visual interpretation

More information

Diploma in Photoshop

Diploma in Photoshop Diploma in Photoshop Adjustment Layers An adjustment layer applies colour and tonal adjustments to your image without permanently changing pixel values. The colour and tonal adjustments are stored in the

More information

CHAPTER 7 - HISTOGRAMS

CHAPTER 7 - HISTOGRAMS CHAPTER 7 - HISTOGRAMS In the field, the histogram is the single most important tool you use to evaluate image exposure. With the histogram, you can be certain that your image has no important areas that

More information

ToupSky Cameras Quick-guide

ToupSky Cameras Quick-guide ToupSky Cameras Quick-guide ToupSky is a capture and processing software offered by Touptek, the original manufacturer of the Toupcamera series. These are video cameras that offer live image capture for

More information

Digital Image Processing

Digital Image Processing Digital Image Processing 1 Patrick Olomoshola, 2 Taiwo Samuel Afolayan 1,2 Surveying & Geoinformatic Department, Faculty of Environmental Sciences, Rufus Giwa Polytechnic, Owo. Nigeria Abstract: This paper

More information

Adobe Studio on Adobe Photoshop CS2 Enhance scientific and medical images. 2 Hide the original layer.

Adobe Studio on Adobe Photoshop CS2 Enhance scientific and medical images. 2 Hide the original layer. 1 Adobe Studio on Adobe Photoshop CS2 Light, shadow and detail interact in wild and mysterious ways in microscopic photography, posing special challenges for the researcher and educator. With Adobe Photoshop

More information

Lecture 13: Remotely Sensed Geospatial Data

Lecture 13: Remotely Sensed Geospatial Data Lecture 13: Remotely Sensed Geospatial Data A. The Electromagnetic Spectrum: The electromagnetic spectrum (Figure 1) indicates the different forms of radiation (or simply stated light) emitted by nature.

More information

6 Color Image Processing

6 Color Image Processing 6 Color Image Processing Angela Chih-Wei Tang ( 唐之瑋 ) Department of Communication Engineering National Central University JhongLi, Taiwan 2009 Fall Outline Color fundamentals Color models Pseudocolor image

More information

Chapter 3 Part 2 Color image processing

Chapter 3 Part 2 Color image processing Chapter 3 Part 2 Color image processing Motivation Color fundamentals Color models Pseudocolor image processing Full-color image processing: Component-wise Vector-based Recent and current work Spring 2002

More information

Photoshop Blending Modes

Photoshop Blending Modes Photoshop Blending Modes https://photoshoptrainingchannel.com/blending-modes-explained/#when-blend-modes-added For those mathematically inclined. https://photoblogstop.com/photoshop/photoshop-blend-modes-

More information

Using the Advanced Sharpen Transformation

Using the Advanced Sharpen Transformation Using the Advanced Sharpen Transformation Written by Jonathan Sachs Revised 10 Aug 2014 Copyright 2002-2014 Digital Light & Color Introduction Picture Window Pro s Advanced Sharpen transformation is a

More information

Introduction to Remote Sensing Fundamentals of Satellite Remote Sensing. Mads Olander Rasmussen

Introduction to Remote Sensing Fundamentals of Satellite Remote Sensing. Mads Olander Rasmussen Introduction to Remote Sensing Fundamentals of Satellite Remote Sensing Mads Olander Rasmussen (mora@dhi-gras.com) 01. Introduction to Remote Sensing DHI What is remote sensing? the art, science, and technology

More information

Photoshop Techniques Digital Enhancement

Photoshop Techniques Digital Enhancement Photoshop Techniques Digital Enhancement A tremendous range of enhancement techniques are available to anyone shooting astrophotographs if they have access to a computer and can digitize their images.

More information

GIMP Tutorial. v2.2. Boo Virk.

GIMP Tutorial. v2.2. Boo Virk. GIMP Tutorial v2.2 Boo Virk boo.virk@babraham.ac.uk What is GIMP GNU Image Manipulation Program Bitmap Graphics Editor Open Source Cross Platform Not for Vector editing www.gimp.org Vector vs Bitmap GIMP

More information

User s Guide. Windows Lucis Pro Plug-in for Photoshop and Photoshop Elements

User s Guide. Windows Lucis Pro Plug-in for Photoshop and Photoshop Elements User s Guide Windows Lucis Pro 6.1.1 Plug-in for Photoshop and Photoshop Elements The information contained in this manual is subject to change without notice. Microtechnics shall not be liable for errors

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

One Week to Better Photography

One Week to Better Photography One Week to Better Photography Glossary Adobe Bridge Useful application packaged with Adobe Photoshop that previews, organizes and renames digital image files and creates digital contact sheets Adobe Photoshop

More information

Aspect Ratio, Pixels and Projection

Aspect Ratio, Pixels and Projection Aspect Ratio, Pixels and Projection Understanding Image Sizing for Clinics One of the requirements for the submission of images to Trillium clinics is re-sizing the image for our projector. This is done

More information

Photography Basics. Exposure

Photography Basics. Exposure Photography Basics Exposure Impact Voice Transformation Creativity Narrative Composition Use of colour / tonality Depth of Field Use of Light Basics Focus Technical Exposure Courtesy of Bob Ryan Depth

More information

This week we will work with your Landsat images and classify them using supervised classification.

This week we will work with your Landsat images and classify them using supervised classification. GEPL 4500/5500 Lab 4: Supervised Classification: Part I: Selecting Training Sets Due: 4/6/04 This week we will work with your Landsat images and classify them using supervised classification. There are

More information

New Mexico Pan Evaporation CE 547 Assignment 2 Writeup Tom Heller

New Mexico Pan Evaporation CE 547 Assignment 2 Writeup Tom Heller New Mexico Pan Evaporation CE 547 Assignment 2 Writeup Tom Heller Inserting data, symbols, and labels After beginning a new map, naming it and editing the metadata, importing the PanEvap and CountyData

More information

CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am. Readings and Resources

CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am. Readings and Resources CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am Readings and Resources Texts: Suggested excerpts from Learning Web Design Files The required files are on Learn in the Week 3

More information

An Introduction to Layers, Masks and Channels in Photoshop

An Introduction to Layers, Masks and Channels in Photoshop An Introduction to Layers, Masks and Channels in Photoshop Roy Killen, GMAPS, EFIAP, GMPSA (c) 2017 Roy Killen Layers, Masks and Channels Page 1 Two approaches to image editing When images are edited in

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