Lab 3: Image Enhancements I 65 pts Due > Canvas by 10pm

Size: px
Start display at page:

Download "Lab 3: Image Enhancements I 65 pts Due > Canvas by 10pm"

Transcription

1 Geo 448/548 Spring 2016 Lab 3: Image Enhancements I 65 pts Due > Canvas by 10pm For this lab, you will learn different ways to calculate spectral vegetation indices (SVIs). These are one category of image enhancements that are designed to detect vegetation and monitor phenology and conditions. We will revisit this more later in the semester, but this lab will give you a chance to see a few commonly used SVIs. You will calculate image enhancements for Landsat 8 OLI data using ENVI and Google Earth Engine. All data can be found in the class folder G:/CLASS/GEO448_MH/Spring_2016/Lab_3 Part 1: Image Enhancements in ENVI In this part of the lab, you will calculate Simple Ratio (SR), Normalized Difference Vegetation Index (NDVI), and Enhanced Vegetation Index (EVI) using ENVI. Put copies of any images you create in your folder on the G drive (make a folder called Lab3 or Lab_3 and clearly name your files). Open the Grand Canyon image file Grand_Canyon_OLI_Lab using your choice of band combination (be sure it is something that can distinguish vegetation from other land cover). Scroll around the image to familiarize yourself with the area. 1. Which band combination did you use? 2 pts 2. What color is vegetation? 2 pts 3. Where in this image is the most vegetation visible? 2 pts 4. Report a latitude and longitude coordinate (Right click > Cursor Location/Value) where you can see a lot of vegetation (change the display coordinates to decimal degrees first under Cursor Location/Value > Options > Uncheck Lat/Lon: DMS ) 2 pts 5. Create a spectral profile for a location with visible vegetation and include it in your writeup. 4 pts Calculating NDVI To calculate NDVI, you can use Transform > NDVI. Change the bands to Band 4 for red and Band 5 for near infrared. (You can leave the Input File Type as Landsat TM even though you are analyzing OLI data). Select an output file name and click OK. When the calculation is finished, open the NDVI image in a second viewer and link them (you should still have the color composite reflectance image open in the other viewer). 6. Describe the patterns in the NDVI image compared to the original- which areas are bright? Which are dark? You can use the dynamic overlay to compare. 4 pts 7. Go back to the same area you reported in question 4 and record some NDVI values. How do these compare to the non-vegetated areas? 4 pts ENVI has other built-in vegetation indices, but you will see how to calculate any index (even those not included in the software) using Band Math. Basic Tools > Band Math. Calculating SR First, calculate the Simple Ratio (NIR/red). For OLI data NIR is Band 5 and Red is Band 4. The expression you need to enter is shown below: float(b5)/float(b4)

2 Click Add to List, then OK and you will be prompted to select b4 and b5 from your Available Bands List. Select Near Infrared for b5 and Red for b4, choose an output file name and click OK. Your resulting image will be similar to NDVI, but notice the pixel values are different. NDVI scales from -1 to 1 but Simple Ratio has no bounds. 8. Record a few high SR values (bright) and low SR values (dark). How do they compare to the NDVI values you found in questions 6-7? 4 pts Calculating EVI Finally, you will calculate the Enhanced Vegetation Index. It is similar to the calculation for NDVI, but has adjustments for bare soil and atmospheric effects. EVI also tends to provide better contrast between vegetation types and is less likely to saturate at high levels of green biomass. EVI = 2.5 ρnir ρred ρnir + 6ρR 7.5ρB + 1 2

3 To enter this calculation into the Band Math calculator, use the formula below. You can copy and paste it from this lab (digital copy under Assignments on Canvas). 2.5*((float (b5) - float (b4))/(float (b5) + (6*float (b4))- (7.5*float (b2)) + 1)) 1.5*((float (b4) - float (b3))/(float (b4) + (float (b3))+ 0.5)) ß --- SAVI Be sure to use Blue for Band 2, Red for Band 4, and Near Infrared for Band 5: Give your new file a name and click OK. After you run the EVI calculation, open it in one display window with NDVI the other. Link the images, but turn off Dynamic Overlay. 9. Use Cursor Location/Value to compare NDVI and EVI for the same pixels around the image. How do they compare? 4 pts In this lab, you have just made quick comparisons of pixel values, but for more detailed analysis you can also extract pixel values using ROIs (Basic Tools > Region of Interest > Output 3

4 ROIs to ASCII). This will create a text file that you can analyze with statistics software or make charts in Excel. (Note that ROIs can also be created from existing shapefiles). Deliverables for Part 1: NDVI image, SR image, EVI image (4 points each = 12 points) Part 2: Image Enhancements in Google Earth Engine In this part of the lab, you will learn how to calculate SR and NDVI using Google Earth Engine. You can do this part of the lab on ANY COMPUTER (even a Mac!) In a browser (Chrome is recommended) go tohttps://explorer.earthengine.google.com/#workspace. Make sure you are logged in with your Miami account and click Data Catalog in the upper right. Find Landsat 8 8-Day Raw Composite and click open in workspace This will display a map, but you will have to zoom in to view the data. Keep in mind that Landsat-8 passes over the same location every 16 days, so you will not see an image for every date range in the slider bar (you should see an image for every other date range). Move the date slider to Jun 18, 2013 Jun 26, 2013 and select the band combination you would like to use. Before closing this window, zoom the map into northern Arizona, then the Grand Canyon area. Click Stretch, then Apply, and Save. You should now see a color composite image of Grand Canyon and surrounding area (this is the same image you viewed in Part 1). As you scroll around you should occasionally open the image settings and click Stretch (Apply and Save) 4

5 again. Since the contrast is set using the part of the image visible in your browser, it works best when you keep updating this. To open image settings, click the image name. To hide the image, click the eye. You can also make your image transparent- which allows you to see the map information underneath- by moving the Opacity slider to the left and clicking Apply. Try Opacity values above 0.5 up to 0.8 to see what you prefer. Calculating SR To calculate Band Math in Google Earth Engine, click Add Computation then Expression under Per-Pixel Math. Click Landsat 8 8-Day Composite under Select Image. This will be img1 in the calculations below. If you had more than one image open, you could do multiple image band math by designating img1, img2, etc. Calculate a Simple Ratio image using this expression: img1["b5"]/img1["b4"] Under Visualization it will show just B5, but it is really your calculation. Click Stretch and Apply to see your result. You can also change the name of your layer by clicking the name (Computed layer: Expression). The calculation will show for any area covered by the input 5

6 image, so you can scroll around to see how the Simple Ratio looks for other areas, too. Just remember to click Click Stretch and Apply to adjust contrast for the area you are viewing. Take a screen grab of the SR image around Grand Canyon and save it with your images (on the G drive) from Part 1 to submit for grading. Calculating NDVI Calculate NDVI for this area using the same steps with this formula (be sure to use Landsat 8 as your input image): (img1["b5"]-img1["b4"])/(img1["b5"]+img1["b4"]) 6

7 Geo 448/548 Spring 2016 Reduce the Opacity to 0.75, zoom out to show a larger area of the map, and hide the original OLI image and Simple Ratio (by clicking the eye icon). Move the map south near Phoenix and Yuma. 10. How do the shades of gray change as you move south? (Does it get brighter or darker?) 4 pts 11. Which areas show up bright in this image (more vegetation) in this largely desert landscape? 4 pts Take a screen grab of the NDVI image and save it with your images (on the G drive) from Part 1 to submit for grading. Finally, calculate one additional vegetation index or band ratio of your choice. 12. In your write-up, include the calculation you used, a screen grab of the resulting image (save to your G drive folder), and a description of what landscape features are highlighted by your new image (vegetation, bare ground, snow, clouds, etc.) 5 pts Deliverables for Part 2: Screen grabs of your SR image, NDVI image, and other ratio or index you calculated (jpeg, TIFF, or png) (4 points each = 12 points) **Submit your write-up through Canvas by 10pm on 3/11. Also make sure your deliverable files are in your G drive folder by that time, too.** Write-up part of lab = 41 points Deliverables = 24 points Total = 65 points Part 1: ENVI NDVI Simple Ratio EVI Part 2: GEE Simple Ratio NDVI Other

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

Dirty REMOTE SENSING Lecture 3: First Steps in classifying Stuart Green Earthobservation.wordpress.com

Dirty REMOTE SENSING Lecture 3: First Steps in classifying Stuart Green Earthobservation.wordpress.com Dirty REMOTE SENSING Lecture 3: First Steps in classifying Stuart Green Earthobservation.wordpress.com Stuart.Green@Teagasc.ie You have your image, but is it any good? Is it full of cloud? Is it the right

More information

Remote Sensing Instruction Laboratory

Remote Sensing Instruction Laboratory Laboratory Session 217513 Geographic Information System and Remote Sensing - 1 - Remote Sensing Instruction Laboratory Assist.Prof.Dr. Weerakaset Suanpaga Department of Civil Engineering, Faculty of Engineering

More information

GotSoccer works well with and recommends using Internet Explorer, Safari and Google Chrome.

GotSoccer works well with and recommends using Internet Explorer, Safari and Google Chrome. Cal North CCSL Member Clubs Internet Browser Notice: GotSoccer works well with and recommends using Internet Explorer, Safari and Google Chrome. Some GotSoccer features will not work with Firefox Using

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

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

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

Central Photography Photoshop Tutorial. Color Splash. 1. Open Photoshop. 2. Go to File>Open (Command O).

Central Photography Photoshop Tutorial. Color Splash. 1. Open Photoshop. 2. Go to File>Open (Command O). 1. Open Photoshop. 2. Go to File>Open (Command O). 1 3. Navigate to your file, select it and open it. 2 4. Fix your photo. If it s too light, darken it. If it s too dark, lighten it. To do that, add a

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

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

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

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

Select your Image in Bridge. Make sure you are opening the RAW version of your image file!

Select your Image in Bridge. Make sure you are opening the RAW version of your image file! CO 3403: Photographic Communication Steps for Non-Destructive Image Adjustments in Photoshop Use the application Bridge to preview your images and open your files with Camera Raw Review the information

More information

Remote Sensing 4113 Lab 10: Lunar Classification April 11, 2018

Remote Sensing 4113 Lab 10: Lunar Classification April 11, 2018 Remote Sensing 4113 Lab 10: Lunar Classification April 11, 2018 Part I Introduction In this lab we ll explore the use of sophisticated band math to estimate composition, and we ll also explore the use

More information

Practice: Using Layer Masks

Practice: Using Layer Masks DIGITAL IMAGING I UNIT 4 1 Practice: Using Layer Masks INTRODUCTION: Layer Masks are a way to hide elements on a layer without erasing them. In that manner, the hidden elements can be re-exposed without

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

Lab 1: Introduction to MODIS data and the Hydra visualization tool 21 September 2011

Lab 1: Introduction to MODIS data and the Hydra visualization tool 21 September 2011 WMO RA Regional Training Course on Satellite Applications for Meteorology Cieko, Bogor Indonesia 19-27 September 2011 Kathleen Strabala University of Wisconsin-Madison, USA kathy.strabala@ssec.wisc.edu

More information

8th ESA ADVANCED TRAINING COURSE ON LAND REMOTE SENSING

8th ESA ADVANCED TRAINING COURSE ON LAND REMOTE SENSING Urban Mapping Practical Sebastian van der Linden, Akpona Okujeni, Franz Schug Humboldt Universität zu Berlin Instructions for practical Summary The Urban Mapping Practical introduces students to the work

More information

EE/GP140-The Earth From Space- Winter 2008 Handout #16 Lab Exercise #3

EE/GP140-The Earth From Space- Winter 2008 Handout #16 Lab Exercise #3 EE/GP140-The Earth From Space- Winter 2008 Handout #16 Lab Exercise #3 Topic 1: Color Combination. We will see how all colors can be produced by combining red, green, and blue in different proportions.

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

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

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

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

Lab 1 Introduction to ENVI

Lab 1 Introduction to ENVI Remote sensing for agricultural applications: principles and methods (2013-2014) Instructor: Prof. Tao Cheng (tcheng@njau.edu.cn) Nanjing Agricultural University Lab 1 Introduction to ENVI April 1 st,

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

Files Used in this Tutorial

Files Used in this Tutorial Burn Indices Tutorial This tutorial shows how to create various burn index images from Landsat 8 imagery, using the May 2014 San Diego County wildfires as a case study. You will learn how to perform the

More information

Lab 6: Multispectral Image Processing Using Band Ratios

Lab 6: Multispectral Image Processing Using Band Ratios Lab 6: Multispectral Image Processing Using Band Ratios due Dec. 11, 2017 Goals: 1. To learn about the spectral characteristics of vegetation and geologic materials. 2. To experiment with vegetation indices

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

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

Making NDVI Images using the Sony F717 Nightshot Digital Camera and IR Filters and Software Created for Interpreting Digital Images.

Making NDVI Images using the Sony F717 Nightshot Digital Camera and IR Filters and Software Created for Interpreting Digital Images. Making NDVI Images using the Sony F717 Nightshot Digital Camera and IR Filters and Software Created for Interpreting Digital Images Draft 1 John Pickle Museum of Science October 14, 2004 Digital Cameras

More information

Scanning Setup Guide for TWAIN Datasource

Scanning Setup Guide for TWAIN Datasource Scanning Setup Guide for TWAIN Datasource Starting the Scan Validation Tool... 2 The Scan Validation Tool dialog box... 3 Using the TWAIN Datasource... 4 How do I begin?... 5 Selecting Image settings...

More information

Painting Special Effects on Photographs

Painting Special Effects on Photographs TUTORIAL 7 Painting Special Effects on Photographs In this tutorial you will learn how to transform a photo into a striking color composition with paintbrushes, masks, blending modes, color, and paper

More information

Files Used in This Tutorial. Background. Calibrating Images Tutorial

Files Used in This Tutorial. Background. Calibrating Images Tutorial In this tutorial, you will calibrate a QuickBird Level-1 image to spectral radiance and reflectance while learning about the various metadata fields that ENVI uses to perform calibration. This tutorial

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

Fuzzy Image Editor. User Manual

Fuzzy Image Editor. User Manual Fuzzy Image Editor User Manual I. Installation To install the program, run Fuzzy Image Editor.msi and follow the prompts. Then go to your Program Files/Team6/FuzzyImageEditor folder, right click and run

More information

Add Photoshop Masks and Adjustments to RAW Images

Add Photoshop Masks and Adjustments to RAW Images Add Photoshop Masks and Adjustments to RAW Images Contributor: Seán Duggan n Specialty: Fine Art Primary Tool Used: Photoshop Masks The adjustments you make in Camera Raw are global in nature, meaning

More information

the RAW FILE CONVERTER EX powered by SILKYPIX

the RAW FILE CONVERTER EX powered by SILKYPIX How to use the RAW FILE CONVERTER EX powered by SILKYPIX The X-Pro1 comes with RAW FILE CONVERTER EX powered by SILKYPIX software for processing RAW images. This software lets users make precise adjustments

More information

MIF ZEISS LSM510 CONFOCAL USER PROTOCOL

MIF ZEISS LSM510 CONFOCAL USER PROTOCOL MIF ZEISS LSM510 CONFOCAL USER PROTOCOL START-UP Turn on the Mercury Bulb Power Supply (if needed). Power-on the Control Box. Turn on the computer. Open the LSM 510 software. Choose Scan New Images and

More information

Software requirements * : Part I: 1 hr. Part III: 2 hrs.

Software requirements * : Part I: 1 hr. Part III: 2 hrs. Title: Product Type: Developer: Target audience: Format: Software requirements * : Data: Estimated time to complete: Using MODIS to Analyze the Seasonal Growing Cycle of Crops Part I: Understand and locate

More information

Photoshop: a Beginner s course. by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore

Photoshop: a Beginner s course. by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Photoshop: a Beginner s course by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Table of Contents About the Workshop... 1 Prerequisites... 1 Workshop Objectives...

More information

-f/d-b '') o, q&r{laniels, Advisor. 20rt. lmage Processing of Petrographic and SEM lmages. By James Gonsiewski. The Ohio State University

-f/d-b '') o, q&r{laniels, Advisor. 20rt. lmage Processing of Petrographic and SEM lmages. By James Gonsiewski. The Ohio State University lmage Processing of Petrographic and SEM lmages Senior Thesis Submitted in partial fulfillment of the requirements for the Bachelor of Science Degree At The Ohio State Universitv By By James Gonsiewski

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

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

Camera Raw software is included as a plug-in with Adobe Photoshop and also adds some functions to Adobe Bridge.

Camera Raw software is included as a plug-in with Adobe Photoshop and also adds some functions to Adobe Bridge. Editing Images in Camera RAW Camera Raw software is included as a plug-in with Adobe Photoshop and also adds some functions to Adobe Bridge. Camera Raw gives each of these applications the ability to import

More information

IceTrendr - Polygon. 1 contact: Peder Nelson Anne Nolin Polygon Attribution Instructions

IceTrendr - Polygon. 1 contact: Peder Nelson Anne Nolin Polygon Attribution Instructions INTRODUCTION We want to describe the process that caused a change on the landscape (in the entire area of the polygon outlined in red in the KML on Google Earth), and we want to record as much as possible

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

Supervised Land Cover Classification An introduction to digital image classification using the Multispectral Image Data Analysis System (MultiSpec )

Supervised Land Cover Classification An introduction to digital image classification using the Multispectral Image Data Analysis System (MultiSpec ) Supervised Land Cover Classification An introduction to digital image classification using the Multispectral Image Data Analysis System (MultiSpec ) Level: Grades 9 to 12 Windows version With Teacher Notes

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

GIS and Remote Sensing

GIS and Remote Sensing GE110 Fall 2008 Week 4 October 18, 2010 GIS and Remote Sensing Lab 2 LANDSAT 7 and ASTER In this lab, you will: 1. Process the LANDSAT 7 ETM+ image to emphasize the useful information a. Transformations

More information

AGENDA. :: Homework Critiques (5 minutes each) :: Photoshop Lesson 3. A-1 Gorgeous! [ COMPOSITE DEMO ] :: 7mins. I. SELECTIONS [ Common Law ]:

AGENDA. :: Homework Critiques (5 minutes each) :: Photoshop Lesson 3. A-1 Gorgeous! [ COMPOSITE DEMO ] :: 7mins. I. SELECTIONS [ Common Law ]: CLASS :: 09.24 2018 AGENDA :: Homework Critiques (5 minutes each) A-1 Gorgeous! Upload A-1 Project to Student Folder :: Photoshop Lesson 3 [ COMPOSITE DEMO ] :: 7mins. I. SELECTIONS [ Common Law ]: a.

More information

The original image. Let s get started! The final effect.

The original image. Let s get started! The final effect. Non-Destructive Infrared Glow Effect In this Photoshop tutorial, we ll learn how to quickly and easily add a dream-like infrared glow effect to an image, and we ll do it non-destructively using Smart Filters

More information

For all question related to Photoshop that we cannot address in class, start by looking at the excellent Photoshop help: Help > Photoshop Help.

For all question related to Photoshop that we cannot address in class, start by looking at the excellent Photoshop help: Help > Photoshop Help. AD23300 Electronic Media Studio Prof. Fabian Winkler Fall 2013 Adobe Photoshop CS6 For all question related to Photoshop that we cannot address in class, start by looking at the excellent Photoshop help:

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

How to create beautiful B&W images with Adobe Photoshop Elements 12

How to create beautiful B&W images with Adobe Photoshop Elements 12 How to create beautiful B&W images with Adobe Photoshop Elements 12 Whether it s an Instagram snap or a film portrait, black and white photography is never out of style. Today, there are a number of ways

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

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

Land Remote Sensing Lab 4: Classication and Change Detection Assigned: October 15, 2017 Due: October 27, Classication

Land Remote Sensing Lab 4: Classication and Change Detection Assigned: October 15, 2017 Due: October 27, Classication Name: Land Remote Sensing Lab 4: Classication and Change Detection Assigned: October 15, 2017 Due: October 27, 2017 In this lab, you will generate several gures. Please sensibly name these images, save

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

Make Watercolor and Marker Style Portraits with Illustrator

Make Watercolor and Marker Style Portraits with Illustrator Make Watercolor and Marker Style Portraits with Illustrator Save Preview Resources Portrait by Lillian Bertram (Creative Commons Share Alike used here with permission) Step 1: Set up your Illustrator document

More information

Basics of Digital Image Analysis

Basics of Digital Image Analysis Basics of Digital Image Analysis [ using Windows Image Manager = WIM ] Mati Kahru Scripps Institution of Oceanography/ University of California San Diego La Jolla, CA 92093-0218 mkahru@ucsd.edu also at

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

White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 2 Setup and Use Tutorial

White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 2 Setup and Use Tutorial White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 2 Setup and Use Tutorial Keith T. Weber, GISP, GIS Director, Idaho State University, 921 S. 8th Ave., stop 8104, Pocatello, ID

More information

Lab 3: Introduction to Image Analysis with ArcGIS 10

Lab 3: Introduction to Image Analysis with ArcGIS 10 Lab 3: Introduction to Image Analysis with ArcGIS 10 Peter E. Price TerraView 2010 Peter E. Price All rights reserved. Revised 03/2011. Revised for Geob 373 by BK Feb 7, 2017. V9 The information contained

More information

Guidance on Using Scanning Software: Part 5. Epson Scan

Guidance on Using Scanning Software: Part 5. Epson Scan Guidance on Using Scanning Software: Part 5. Epson Scan Version of 4/29/2012 Epson Scan comes with Epson scanners and has simple manual adjustments, but requires vigilance to control the default settings

More information

Sunglass Selfi Illustration

Sunglass Selfi Illustration Sunglass Selfi Illustration www.orchardviewcolor.com theresa@orchardviewcolor.com @tjsorchard Mobile App Illustration with Adobe Capture & Adobe Draw In this hands on creative lab you will illustrate a

More information

WORN, TORN PHOTO EDGES EFFECT

WORN, TORN PHOTO EDGES EFFECT Photo Effects: CC - Worn, Torn Photo Edges Effect WORN, TORN PHOTO EDGES EFFECT In this Photoshop tutorial, we ll learn how to take the normally sharp, straight edges of an image and make them look all

More information

Photoshop CC: Essentials

Photoshop CC: Essentials Photoshop CC: Essentials Summary Workspace Overview... 2 Exercise Files... 2 Selection Tools... 3 Select All, Deselect, And Reselect... 3 Adding, Subtracting, and Intersecting... 3 Working with Layers...

More information

for Adobe Photoshop Tutorial Guide

for Adobe Photoshop Tutorial Guide for Adobe Photoshop Tutorial Guide Geographic Imager 3.5 Tutorial Guide Copyright 2005 2012 Avenza Systems Inc. All rights reserved. Geographic Imager for Adobe Photoshop Tutorial Guide for Windows and

More information

Creating Pastel Images and other effects in Photoshop

Creating Pastel Images and other effects in Photoshop Creating Pastel Images and other effects in Photoshop Martin Addison 2015 Creating pastel images Page 1 Martin Addison FRPS Using White Layers in Photoshop 1. Create a new empty Layer 2. Edit> Fill 3.

More information

Photoshop Elements 3 Layers

Photoshop Elements 3 Layers Photoshop Elements 3 Layers One of the most powerful features of modern imaging software is the ability to work with layers. If an image is made of layers, we can work on the part that is in one layer

More information

Contents Foreword 1 Feedback 2 Legal information 3 Getting started 4 Installing the correct Capture One version 4 Changing the version type 5 Getting

Contents Foreword 1 Feedback 2 Legal information 3 Getting started 4 Installing the correct Capture One version 4 Changing the version type 5 Getting Contents Foreword 1 Feedback 2 Legal information 3 Getting started 4 Installing the correct Capture One version 4 Changing the version type 5 Getting to know Capture One Pro 6 The Grand Overview 6 The

More information

Correction Techniques

Correction Techniques 10 Advanced Color Correction Techniques Learning Objectives After completing this chapter, you will be able to: Explain how a computer monitor displays color. Describe how color is created in the printing

More information

Using Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 6 One of the most useful features of applications like Photoshop is the ability to work with layers. allow you to have several pieces of images in the same file, which can be arranged

More information

IceTrendr - Polygon - Pixel

IceTrendr - Polygon - Pixel INTRODUCTION Using the 1984-2015 Landsat satellite imagery as the primary information source, we want to observe and describe how the land cover changes through time. Using a pixel as the plot extent (30m

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

Central Photography [NASHVILLE EFFECT MAKING A GROUP]

Central Photography [NASHVILLE EFFECT MAKING A GROUP] 1 1. Open Photoshop. 2. Go to File/New (Ctrl+N). 3. Name your file. 4. Set the Width to 11 inches. 2 5. Set the Height to 8.5 inches. 6. Set your Resolution to 200 pixels/inch. 7. Set your Background Contents

More information

University of Texas at San Antonio EES 5053 Term Project CORRELATION BETWEEN NDVI AND SURFACE TEMPERATURES USING LANDSAT ETM + IMAGERY NEWFEL MAZARI

University of Texas at San Antonio EES 5053 Term Project CORRELATION BETWEEN NDVI AND SURFACE TEMPERATURES USING LANDSAT ETM + IMAGERY NEWFEL MAZARI University of Texas at San Antonio EES 5053 Term Project CORRELATION BETWEEN NDVI AND SURFACE TEMPERATURES USING LANDSAT ETM + IMAGERY NEWFEL MAZARI Introduction and Objectives The present study is a correlation

More information

Using the TWAIN Datasource

Using the TWAIN Datasource Using the TWAIN Datasource Starting the Scan Validation Tool... 2 The Scan Validation Tool dialog box... 2 Using the TWAIN Datasource... 4 How do I begin?... 4 Creating a new Setting Shortcut... 5 Changing

More information

Using the TWAIN Datasource

Using the TWAIN Datasource Using the TWAIN Datasource Starting the Scan Validation Tool... 2 The Scan Validation Tool dialog box... 2 Using the TWAIN Datasource... 4 How do I begin?... 4 Creating a new Setting Shortcut... 5 Changing

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

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

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES. :: Homework Critiques (5-7 minutes each) :: Photoshop Lesson 3. A-1 Gorgeous! [ COMPOSITE DEMO ] :: 7mins.

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES. :: Homework Critiques (5-7 minutes each) :: Photoshop Lesson 3. A-1 Gorgeous! [ COMPOSITE DEMO ] :: 7mins. CLASS :: 03 02.10 2017 AGENDA :: Homework Critiques (5-7 minutes each) A-1 Gorgeous! Upload A-1 Project to Student Folder :: Photoshop Lesson 3 [ COMPOSITE DEMO ] :: 7mins. I. SELECTIONS [ Common Law ]:

More information

Introduction to image processing for remote sensing: Practical examples

Introduction to image processing for remote sensing: Practical examples Università degli studi di Roma Tor Vergata Corso di Telerilevamento e Diagnostica Elettromagnetica Anno accademico 2010/2011 Introduction to image processing for remote sensing: Practical examples Dr.

More information

Online Resources: KEY FEATURES

Online Resources: KEY FEATURES Explore key features of online Earth science data tools that can be useful for K 12 student investigations. Sources are color coded for relative level/ease-of-use: BLUE (introductory); ORANGE (intermediate)

More information

Software requirements * : Part I: 1 hr. Part III: 2 hrs.

Software requirements * : Part I: 1 hr. Part III: 2 hrs. Title: Product Type: Developer: Target audience: Format: Software requirements * : Data: Estimated time to complete: Using MODIS to Analyze the Seasonal Growing Cycle of Crops Part I: Understand and locate

More information

> andy warhol > objective(s): > curricular focus: > specifications: > instruction: > procedure: > requirements:

> andy warhol > objective(s): > curricular focus: > specifications: > instruction: > procedure: > requirements: > andy warhol > objective(s): Students will select a portrait image, crop it tightly and eliminate the background, then uniquely color several times in the style of Andy Warhol. > curricular focus: This

More information

Importing and processing gel images

Importing and processing gel images BioNumerics Tutorial: Importing and processing gel images 1 Aim Comprehensive tools for the processing of electrophoresis fingerprints, both from slab gels and capillary sequencers are incorporated into

More information

v Introduction Images Import images in a variety of formats and register the images to a coordinate projection WMS Tutorials Time minutes

v Introduction Images Import images in a variety of formats and register the images to a coordinate projection WMS Tutorials Time minutes v. 10.1 WMS 10.1 Tutorial Import images in a variety of formats and register the images to a coordinate projection Objectives Import various types of image files from different sources. Learn how to work

More information

Module 3: Introduction to QGIS and Land Cover Classification

Module 3: Introduction to QGIS and Land Cover Classification Module 3: Introduction to QGIS and Land Cover Classification The main goals of this Module are to become familiar with QGIS, an open source GIS software; construct a single-date land cover map by classification

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

Photo Retouching. Get more model faces from Google

Photo Retouching. Get more model faces from Google Get more model faces from Google Part 1 - Basic Model Retouching 1.- Face and Hair... Here we have a very Beautiful lady, but she is not as beautiful as she could be. Here, in this tutorial, you will see

More information

Module All You Ever Need to Know About The Displace Filter

Module All You Ever Need to Know About The Displace Filter Module 02-05 All You Ever Need to Know About The Displace Filter 02-05 All You Ever Need to Know About The Displace Filter [00:00:00] In this video, we're going to talk about the Displace Filter in Photoshop.

More information

Using Multi-spectral Imagery in MapInfo Pro Advanced

Using Multi-spectral Imagery in MapInfo Pro Advanced Using Multi-spectral Imagery in MapInfo Pro Advanced MapInfo Pro Advanced Tom Probert, Global Product Manager MapInfo Pro Advanced: Intuitive interface for using multi-spectral / hyper-spectral imagery

More information

Reflection Project. Please start by resetting all tools in Photoshop.

Reflection Project. Please start by resetting all tools in Photoshop. Reflection Project You will be creating a floor and wall for your advertisement. Before you begin on the Reflection Project, create a new composition. File New: Width 720 Pixels / Height 486 Pixels. Resolution

More information

PS COMP LAYER VARIATIONS

PS COMP LAYER VARIATIONS GRC 101 INTRODUCTION TO GRAPHIC COMMUNICATIONS PS COMP LAYER VARIATIONS Information Sheet No. 511 Layers in Photoshop let you work with different image elements. Layer Comps in Photoshop CS, on the other

More information

ImagesPlus Basic Interface Operation

ImagesPlus Basic Interface Operation ImagesPlus Basic Interface Operation The basic interface operation menu options are located on the File, View, Open Images, Open Operators, and Help main menus. File Menu New The New command creates a

More information

Adobe Photoshop CS5 Tutorial

Adobe Photoshop CS5 Tutorial Adobe Photoshop CS5 Tutorial GETTING STARTED Adobe Photoshop CS5 is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe Photoshop

More information

Generate Variable Rate Prescriptions Choosing a Computer to Run SlantView

Generate Variable Rate Prescriptions Choosing a Computer to Run SlantView Table of Contents SlantView User Guide Definitions Install SlantView Compatibility Licensing Basic SlantView Workflow Download Data Process Data View Data Save Data Share Data Automated Statistics Reports

More information

22B / NONDESTRUCTIVE EDITING - QUICK MASKS 1

22B / NONDESTRUCTIVE EDITING - QUICK MASKS 1 22B / NONDESTRUCTIVE EDITING - QUICK MASKS 1 The following sections will deal with photoshop more as an artists studio and not just as an extension of photography. You will work more with layers and using

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