Automatic processing to restore data of MODIS band 6

Size: px
Start display at page:

Download "Automatic processing to restore data of MODIS band 6"

Transcription

1 Automatic processing to restore data of MODIS band 6 --Final Project for ECE 533 Abstract An automatic processing to restore data of MODIS band 6 is introduced. For each granule of MODIS data, 6% of the good data in band 6 can be used for linear regression. Then the other 4% bad data can be corrected using the linear regression coefficients. After this, the Wiener filter is used to find the optimal estimation of the original image. Then the 3 3 median filter is used to remove some noise pixels. This method is compared with median, notch, and Gaussian filters. Introduction The Moderate Resolution Imaging Spectroradiometer (MODIS) is one of five instruments aboard the Terra Earth Observing System (EOS) platform launched in December After achieving final orbit, MODIS began earth observations in late February and has been acquiring data since that time. The instrument is also being flown on the Aqua spacecraft, launched in May. Terra MODIS and Aqua MODIS are viewing the entire Earth's surface every 1 to days, acquiring data in 36 spectral bands. These data improve our understanding of global dynamics and processes occurring on the land, in the oceans, and in the lower atmosphere. MODIS is playing a vital role in the development of validated, global, interactive Earth system models, which are able to predict global change accurately enough to assist policy makers in making sound decisions concerning the protection of our environment. However, some MODIS bands on Terra do not work well. Fig 1 (left) is an image of a granule of Terra/MODIS band 6. The value in the figure is the reflectance. According to physics, the value should be between and 1. This is an image of Hurricane Isabel on September 17, 3. As we can see, the quality of the data in band 6 is very low. A large number of the pixels are degraded, which makes the data useless at all. Actually, the percentage of the bad pixels to all the pixels is as high as 4%. Fig. is zoomed part of the rectangled part in fig. 1. It s the first pixels in fig. 1. In this figure, it is clear that the maximum number of rows of consecutive good data is only 3. Also, it can be found the degradation is periodical ( one example of the period is labeled).if we use 1 to represent 1 row of successful scanning, to represent 1 row of bad scanning, then during one period, the sequence of the scanning is from up to down. 1

2 Here, we can also see the percentage of bad data is 4%, which means there are 6% of the total data are good. Currently, researchers don t use this band because of its low quality. However, this band is very important. It has been widely used for detection of snow/cloud/aerosol. Much work has been done based on Aqua/MODIS band 6. Therefore, in my project, I will try to use the tool of image restoration to re-construct data of band 6, especially for the bad data, which appear white lines in Fig 1. Approach Fig. 1 Image of Terra/MODIS band 6 (left) and band 7 (right). First, we will treat the degradation is caused by noise alone. We will use spatial and frequency domain filtering to try to remove the noise. For the spatial domain filtering, median filters are used. For frequency domain filtering, a periodic noise filter (notch filter) and Gaussian low-pass filter are used. 3 3 median filter (spatial domain filter) As its name indicates, the median filter replaces the value of a pixel by the median of the gray levels in the 3 3 neighborhood. f ( x, y) = { g( s, t)} median ( s, t) 3 3 If this filter doesn t work, then a 7 7 median filter will be used in order to achieve better results. Notch filter (frequency domain filter) There are two reasons why this filter is used. One is that the noise is periodic, as shown in the

3 introduction section. The other reason is that the pattern in frequency domain in our case has some strange features, which might be features of periodic noise. Fig. 3 (left) is the Fourier transform of Fig. 1. There are at least two strange features, which are caused by the noise. One is that two bright lines along x-coordinate and y-coordinate. Generally, the bright part only relies in the center of the image after Fourier transfer. The other strange feature is that there are four pairs of bright areas along the y-coordinate. As shown in the textbook, the Fourier transform of a pure sine is a pair of impulses. This might be able to remove the noise. Fig. Zoomed part of fig. 1 (an example of one period is shown) The notch filter here includes two parts. One is used to remove the two bright lines, the other one is used to remove the four pairs of bright areas. Since the two lines are along the x and y coordinates, the filter dealing with this is if u = M / or v = N / H ( u, = 1 otherwise Where M is the width of the image, N is the height of the image. The four pairs of the bright areas are along the y coordinate. The filter dealing with them is H ( u, = 1 if D ( u, D 1 otherwise or D ( u, D where [( u M / ) + ( v N / ) ] 1/ [( u M / ) + ( v N / ) ] 1/ D ( v 1 u, = D ( + v u, = 3

4 And the center of one pair of bright areas are M /, N / + v ) and M /, N / v ). In ( ( this way, the frequencies contained in the notch areas (the two lines and the bright areas) are removed. Fig. 3 Fourier transfer of the original image and the reconstructed original image Reconstruction of imagery original image using other band In reality, band 7 is used instead of band 6 when band 6 is bad because the radiative transfer properties of the two bands are very similar. Thus these two bands must have some similarity. Fig. 1 (right) is the image of band 7. From this good-quality image, the structure of the hurricane is very clear and it is almost same as band 6. In order to retrieve the relationship between band 6 and band 7, some of the data are taken to plot the scattering fig. 4. Clearly, there is a linear relation between band 6 and band 7. Also, the bad data (the line of x=.3) are well separated in this way. It is bad data because reflectance can t be larger than 1. Let y=band 6 (except the bad data), x is the corresponding band 7. Construct the linear model as y 1 = β + β x + ε Use least square to do linear regression to obtain the coefficients. Then use the coefficients to predict the value of band 6. Thus, an imagery original image of band 6 is obtained. Wiener filter With the imagery original image, the degradation function can be estimated. Let f be the imagery original image, g be the degraded image, and F and G be their corresponding Fourier 4

5 transforms. Then the degradation function can be estimated by G( u, H ( u, = F( u, According to Wiener filter, ˆ Huv (, ) Guv (, ) (, ) = Huv (, ) + S( uv, )/ S(, ) H ( uv, ) η f uv Fuv where H(u, is the degradation function G(u, is the Fourier transform of the degraded image S η (u, is the power spectrum of the noise S f (u, is the power spectrum of the undegraded image Fig. 4 Scattering between band 6 ( x-coordinate) and band 7 ( y-coordinate) For satellite remote sensing, the signal-to-noise ratio (SNR) is given. For example, the SNR for band 6 and band 7 of MODIS is 75 and 11 respectively. Thus, the ratio between S η (u, and S f (u, is a constant. Thus ˆ Huv (, ) Guv (, ) (, ) = H ( uv, ) Fuv Huv (, ) + K where K = 1/75. With F ( u,, the estimated original image f ( x, y) can be obtained through inverse Fourier transform. After this, additional conventional noise examination algorithm (median filter, Gaussian 5

6 low-pass filter) will be conducted to make better quality. Fig. 5 The reconstructed imagery original image (left) and the reconstructed original image using Wiener filter (right) Results During this section, the reconstructed imagery original image and the reconstructed original image are show first. Then we will focus on the comparison of the results after various filters (median, notch and Gaussian filters). The comparison is between results before and after the reconstruction of the original image. Fig. 6 Difference between the reconstructed imagery original image and the reconstructed original image using Wiener filter Fig. 5 shows the reconstructed images. The left is the reconstructed imagery original image 6

7 (using linear regression, the correlation coefficient is.9538) and the right is the reconstructed original image (using Wiener filter). It may be difficult to see the difference between the two images. Fig. 6 is the difference between the two images. The value is here is multiplied by 1. The main difference comes from low clouds, which are very bright in fig. 5. Fig. 7 Median filter for original image (left) and the reconstructed original image (right); the upper two use 3 3 median filter, the lower two are followed by 7 7 median filter Fig. 7 shows the results after median filters. The left two are for original image and the right two for the reconstructed original image. The upper two use 3 3 median filter, the lower two are followed by 7 7 median filter. After the 3 3 median filter, the two single rows of bad data are removed, while the two consecutive rows of bad data are still there. Also, the single row of good data is removed because it is between two rows of bad data. After median filtering, this line is also 7

8 bad data. Thus, we take a 7 7 median filter. The results are acceptable because the structure of the hurricane can be seen now on band 6. However, the image is blurred significantly. And many fine structures are lost. When taking the 3 3 median filter on the reconstructed original image, the blurring is not evident. And some of the noise pixels (abnormally bright) are removed. As for the 7 7 median filter, it again blurs the image significantly. Fig. 8 Notch filtering for original image (left) and the reconstructed original image (right) Reference Fig. 3 (right) shows the Fourier transform of the reconstructed image. The improvement is obvious-----the four pairs of bright areas are gone. However, the two bright lines are still there. Thus, the notch filter described in the previous section is used. Fig. 8 shows the results using notch filter. The left one is for the original image. It can not remove the noise. The strange thing here is that the image should be darker than the original one because many of its energy are removed. However, as can be seen in Fig. 4, the value of the bad data are.3, which is much larger than 1. Thus, after the notch filtering, the image is still bright. The notch filter for the reconstructed original image does not show evident improvement (now the notch filter only needs to remove the two bright lines). Fig. 9 shows the results after Gaussian low-pass filtering. The left is for the original image, and the right is for the reconstructed original image. Just like the notch filtering, the Gaussian filter can not remove the noise. And the filtered image is bright. For the reconstructed original image, the Gaussian filter tends to blur the image. Some fine structures are blurred. 8

9 Fig. 9 Gaussian low-pass filtering for original image (left) and the reconstructed original image (right) Conclusion and Discussion The processing here can be automatically conducted. For each granule of MODIS data, 6% of the good data in band 6 can be used for linear regression. Then the other 4% can be calculated using the linear regression coefficients. After this, the Wiener filter is used to find the optimal estimation of the original image. Then the 3 3 median filter is used to remove some noise pixels. During the processing, the only information needed is the SNR, which is a given constant. Thus, this processing can be done automatically as soon as the new data are received on workstation. 9

Noise and Restoration of Images

Noise and Restoration of Images Noise and Restoration of Images Dr. Praveen Sankaran Department of ECE NIT Calicut February 24, 2013 Winter 2013 February 24, 2013 1 / 35 Outline 1 Noise Models 2 Restoration from Noise Degradation 3 Estimation

More information

EEL 6562 Image Processing and Computer Vision Image Restoration

EEL 6562 Image Processing and Computer Vision Image Restoration DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING EEL 6562 Image Processing and Computer Vision Image Restoration Rajesh Pydipati Introduction Image Processing is defined as the analysis, manipulation, storage,

More information

Fundamentals of Remote Sensing

Fundamentals of Remote Sensing Climate Variability, Hydrology, and Flooding Fundamentals of Remote Sensing May 19-22, 2015 GEO-Latin American & Caribbean Water Cycle Capacity Building Workshop Cartagena, Colombia 1 Objective To provide

More information

Enhancement. Degradation model H and noise must be known/predicted first before restoration. Noise model Degradation Model

Enhancement. Degradation model H and noise must be known/predicted first before restoration. Noise model Degradation Model Kuliah ke 5 Program S1 Reguler DTE FTUI 2009 Model Filter Noise model Degradation Model Spatial Domain Frequency Domain MATLAB & Video Restoration Examples Video 2 Enhancement Goal: to improve an image

More information

8. Lecture. Image restoration: Fourier domain

8. Lecture. Image restoration: Fourier domain 8. Lecture Image restoration: Fourier domain 1 Structured noise 2 Motion blur 3 Filtering in the Fourier domain ² Spatial ltering (average, Gaussian,..) can be done in the Fourier domain (convolution theorem)

More information

Digital Image Processing. Image Enhancement: Filtering in the Frequency Domain

Digital Image Processing. Image Enhancement: Filtering in the Frequency Domain Digital Image Processing Image Enhancement: Filtering in the Frequency Domain 2 Contents In this lecture we will look at image enhancement in the frequency domain Jean Baptiste Joseph Fourier The Fourier

More information

A New Lossless Compression Algorithm For Satellite Earth Science Multi-Spectral Imagers

A New Lossless Compression Algorithm For Satellite Earth Science Multi-Spectral Imagers A New Lossless Compression Algorithm For Satellite Earth Science Multi-Spectral Imagers Irina Gladkova a and Srikanth Gottipati a and Michael Grossberg a a CCNY, NOAA/CREST, 138th Street and Convent Avenue,

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

DIGITAL IMAGE PROCESSING UNIT III

DIGITAL IMAGE PROCESSING UNIT III DIGITAL IMAGE PROCESSING UNIT III 3.1 Image Enhancement in Frequency Domain: Frequency refers to the rate of repetition of some periodic events. In image processing, spatial frequency refers to the variation

More information

CoE4TN4 Image Processing. Chapter 4 Filtering in the Frequency Domain

CoE4TN4 Image Processing. Chapter 4 Filtering in the Frequency Domain CoE4TN4 Image Processing Chapter 4 Filtering in the Frequency Domain Fourier Transform Sections 4.1 to 4.5 will be done on the board 2 2D Fourier Transform 3 2D Sampling and Aliasing 4 2D Sampling and

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

NORMALIZING ASTER DATA USING MODIS PRODUCTS FOR LAND COVER CLASSIFICATION

NORMALIZING ASTER DATA USING MODIS PRODUCTS FOR LAND COVER CLASSIFICATION NORMALIZING ASTER DATA USING MODIS PRODUCTS FOR LAND COVER CLASSIFICATION F. Gao a, b, *, J. G. Masek a a Biospheric Sciences Branch, NASA Goddard Space Flight Center, Greenbelt, MD 20771, USA b Earth

More information

Satellite Imagery and Remote Sensing. DeeDee Whitaker SW Guilford High EES & Chemistry

Satellite Imagery and Remote Sensing. DeeDee Whitaker SW Guilford High EES & Chemistry Satellite Imagery and Remote Sensing DeeDee Whitaker SW Guilford High EES & Chemistry whitakd@gcsnc.com Outline What is remote sensing? How does remote sensing work? What role does the electromagnetic

More information

Image Restoration. Lecture 7, March 23 rd, Lexing Xie. EE4830 Digital Image Processing

Image Restoration. Lecture 7, March 23 rd, Lexing Xie. EE4830 Digital Image Processing Image Restoration Lecture 7, March 23 rd, 2009 Lexing Xie EE4830 Digital Image Processing http://www.ee.columbia.edu/~xlx/ee4830/ thanks to G&W website, Min Wu and others for slide materials 1 Announcements

More information

Frequency Domain Median-like Filter for Periodic and Quasi-Periodic Noise Removal

Frequency Domain Median-like Filter for Periodic and Quasi-Periodic Noise Removal Header for SPIE use Frequency Domain Median-like Filter for Periodic and Quasi-Periodic Noise Removal Igor Aizenberg and Constantine Butakoff Neural Networks Technologies Ltd. (Israel) ABSTRACT Removal

More information

Adaptive Optimum Notch Filter for Periodic Noise Reduction in Digital Images

Adaptive Optimum Notch Filter for Periodic Noise Reduction in Digital Images Adaptive Optimum Notch Filter for Periodic Noise Reduction in Digital Images Payman Moallem i * and Majid Behnampour ii ABSTRACT Periodic noises are unwished and spurious signals that create repetitive

More information

Digital Imaging Systems for Historical Documents

Digital Imaging Systems for Historical Documents Digital Imaging Systems for Historical Documents Improvement Legibility by Frequency Filters Kimiyoshi Miyata* and Hiroshi Kurushima** * Department Museum Science, ** Department History National Museum

More information

Midterm Review. Image Processing CSE 166 Lecture 10

Midterm Review. Image Processing CSE 166 Lecture 10 Midterm Review Image Processing CSE 166 Lecture 10 Topics covered Image acquisition, geometric transformations, and image interpolation Intensity transformations Spatial filtering Fourier transform and

More information

Lecture #10. EECS490: Digital Image Processing

Lecture #10. EECS490: Digital Image Processing Lecture #10 Wraparound and padding Image Correlation Image Processing in the frequency domain A simple frequency domain filter Frequency domain filters High-pass, low-pass Apodization Zero-phase filtering

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

Keywords-Image Enhancement, Image Negation, Histogram Equalization, DWT, BPHE.

Keywords-Image Enhancement, Image Negation, Histogram Equalization, DWT, BPHE. A Novel Approach to Medical & Gray Scale Image Enhancement Prof. Mr. ArjunNichal*, Prof. Mr. PradnyawantKalamkar**, Mr. AmitLokhande***, Ms. VrushaliPatil****, Ms.BhagyashriSalunkhe***** Department of

More information

Image Enhancement. DD2423 Image Analysis and Computer Vision. Computational Vision and Active Perception School of Computer Science and Communication

Image Enhancement. DD2423 Image Analysis and Computer Vision. Computational Vision and Active Perception School of Computer Science and Communication Image Enhancement DD2423 Image Analysis and Computer Vision Mårten Björkman Computational Vision and Active Perception School of Computer Science and Communication November 15, 2013 Mårten Björkman (CVAP)

More information

Image Restoration. Lecture 7, March 23 rd, Lexing Xie. EE4830 Digital Image Processing

Image Restoration. Lecture 7, March 23 rd, Lexing Xie. EE4830 Digital Image Processing Image Restoration Lecture 7, March 23 rd, 2008 Lexing Xie EE4830 Digital Image Processing http://www.ee.columbia.edu/~xlx/ee4830/ thanks to G&W website, Min Wu and others for slide materials 1 Announcements

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

ECE 484 Digital Image Processing Lec 10 - Image Restoration I

ECE 484 Digital Image Processing Lec 10 - Image Restoration I ECE 484 Digital Image Processing Lec 10 - Image Restoration I Zhu Li Dept of CSEE, UMKC Office: FH560E, Email: lizhu@umkc.edu, Ph: x 2346. http://l.web.umkc.edu/lizhu slides created with WPS Office Linux

More information

Sea surface temperature observation through clouds by the Advanced Microwave Scanning Radiometer 2

Sea surface temperature observation through clouds by the Advanced Microwave Scanning Radiometer 2 Sea surface temperature observation through clouds by the Advanced Microwave Scanning Radiometer 2 Akira Shibata Remote Sensing Technology Center of Japan (RESTEC) Tsukuba-Mitsui blds. 18F, 1-6-1 Takezono,

More information

Frequency Domain Enhancement

Frequency Domain Enhancement Tutorial Report Frequency Domain Enhancement Page 1 of 21 Frequency Domain Enhancement ESE 558 - DIGITAL IMAGE PROCESSING Tutorial Report Instructor: Murali Subbarao Written by: Tutorial Report Frequency

More information

Multi-Resolution Analysis of MODIS and ASTER Satellite Data for Water Classification

Multi-Resolution Analysis of MODIS and ASTER Satellite Data for Water Classification Corina Alecu, Simona Oancea National Meteorological Administration 97 Soseaua Bucuresti-Ploiesti, 013686, Sector 1, Bucharest Romania corina.alecu@meteo.inmh.ro Emily Bryant Dartmouth Flood Observatory,

More information

TDI2131 Digital Image Processing

TDI2131 Digital Image Processing TDI131 Digital Image Processing Frequency Domain Filtering Lecture 6 John See Faculty of Information Technology Multimedia University Some portions of content adapted from Zhu Liu, AT&T Labs. Most figures

More information

PERFORMANCE ANALYSIS OF LINEAR AND NON LINEAR FILTERS FOR IMAGE DE NOISING

PERFORMANCE ANALYSIS OF LINEAR AND NON LINEAR FILTERS FOR IMAGE DE NOISING Impact Factor (SJIF): 5.301 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 5, Issue 3, March - 2018 PERFORMANCE ANALYSIS OF LINEAR

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

SUPER RESOLUTION INTRODUCTION

SUPER RESOLUTION INTRODUCTION SUPER RESOLUTION Jnanavardhini - Online MultiDisciplinary Research Journal Ms. Amalorpavam.G Assistant Professor, Department of Computer Sciences, Sambhram Academy of Management. Studies, Bangalore Abstract:-

More information

EFFECT OF DEGRADATION ON MULTISPECTRAL SATELLITE IMAGE

EFFECT OF DEGRADATION ON MULTISPECTRAL SATELLITE IMAGE Journal of Al-Nahrain University Vol.11(), August, 008, pp.90-98 Science EFFECT OF DEGRADATION ON MULTISPECTRAL SATELLITE IMAGE * Salah A. Saleh, ** Nihad A. Karam, and ** Mohammed I. Abd Al-Majied * College

More information

Digital Image Processing. Filtering in the Frequency Domain (Application)

Digital Image Processing. Filtering in the Frequency Domain (Application) Digital Image Processing Filtering in the Frequency Domain (Application) Christophoros Nikou cnikou@cs.uoi.gr University of Ioannina - Department of Computer Science 2 Periodicity of the DFT The range

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

Digital Image Processing

Digital Image Processing Digital Image Processing Filtering in the Frequency Domain (Application) Christophoros Nikou cnikou@cs.uoi.gr University of Ioannina - Department of Computer Science and Engineering 2 Periodicity of the

More information

Fourier Transform. Any signal can be expressed as a linear combination of a bunch of sine gratings of different frequency Amplitude Phase

Fourier Transform. Any signal can be expressed as a linear combination of a bunch of sine gratings of different frequency Amplitude Phase Fourier Transform Fourier Transform Any signal can be expressed as a linear combination of a bunch of sine gratings of different frequency Amplitude Phase 2 1 3 3 3 1 sin 3 3 1 3 sin 3 1 sin 5 5 1 3 sin

More information

DARK CURRENT ELIMINATION IN CHARGED COUPLE DEVICES

DARK CURRENT ELIMINATION IN CHARGED COUPLE DEVICES DARK CURRENT ELIMINATION IN CHARGED COUPLE DEVICES L. Kňazovická, J. Švihlík Department o Computing and Control Engineering, ICT Prague Abstract Charged Couple Devices can be ound all around us. They are

More information

Templates and Image Pyramids

Templates and Image Pyramids Templates and Image Pyramids 09/06/11 Computational Photography Derek Hoiem, University of Illinois Project 1 Due Monday at 11:59pm Options for displaying results Web interface or redirect (http://www.pa.msu.edu/services/computing/faq/autoredirect.html)

More information

Non Linear Image Enhancement

Non Linear Image Enhancement Non Linear Image Enhancement SAIYAM TAKKAR Jaypee University of information technology, 2013 SIMANDEEP SINGH Jaypee University of information technology, 2013 Abstract An image enhancement algorithm based

More information

Workshop on Practical Applications of MODIS Data in Australia

Workshop on Practical Applications of MODIS Data in Australia Workshop on Practical Applications of MODIS Data in Australia Leeuwin Centre, Floreat WA November 26-29, 2002 Liam Gumley Space Science and Engineering Center University of Wisconsin-Madison Introduction

More information

The Moderate Resolution Imaging Spectroradiometer (MODIS): Potential Applications for Climate Change and Modeling Studies

The Moderate Resolution Imaging Spectroradiometer (MODIS): Potential Applications for Climate Change and Modeling Studies The Moderate Resolution Imaging Spectroradiometer (MODIS): Potential Applications for Climate Change and Modeling Studies Menas Kafatos, CEOSR, George Mason University Jim McManus, CEOSR, GMU and GES DISC

More information

Templates and Image Pyramids

Templates and Image Pyramids Templates and Image Pyramids 09/07/17 Computational Photography Derek Hoiem, University of Illinois Why does a lower resolution image still make sense to us? What do we lose? Image: http://www.flickr.com/photos/igorms/136916757/

More information

Image Processing Final Test

Image Processing Final Test Image Processing 048860 Final Test Time: 100 minutes. Allowed materials: A calculator and any written/printed materials are allowed. Answer 4-6 complete questions of the following 10 questions in order

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

9/12/2011. Training Course Remote Sensing Basic Theory & Image Processing Methods September 2011

9/12/2011. Training Course Remote Sensing Basic Theory & Image Processing Methods September 2011 Training Course Remote Sensing Basic Theory & Image Processing Methods 19 23 September 2011 Popular Remote Sensing Sensors & their Selection Michiel Damen (September 2011) damen@itc.nl 1 Overview Low resolution

More information

Stochastic Image Denoising using Minimum Mean Squared Error (Wiener) Filtering

Stochastic Image Denoising using Minimum Mean Squared Error (Wiener) Filtering Stochastic Image Denoising using Minimum Mean Squared Error (Wiener) Filtering L. Sahawneh, B. Carroll, Electrical and Computer Engineering, ECEN 670 Project, BYU Abstract Digital images and video used

More information

From Proba-V to Proba-MVA

From Proba-V to Proba-MVA From Proba-V to Proba-MVA Fabrizio Niro ESA Sensor Performances Products and Algorithm (SPPA) ESA UNCLASSIFIED - For Official Use Proba-V extension in the Copernicus era Proba-V was designed with the main

More information

Improving Signal- to- noise Ratio in Remotely Sensed Imagery Using an Invertible Blur Technique

Improving Signal- to- noise Ratio in Remotely Sensed Imagery Using an Invertible Blur Technique Improving Signal- to- noise Ratio in Remotely Sensed Imagery Using an Invertible Blur Technique Linda K. Le a and Carl Salvaggio a a Rochester Institute of Technology, Center for Imaging Science, Digital

More information

IMAGE PROCESSING: AREA OPERATIONS (FILTERING)

IMAGE PROCESSING: AREA OPERATIONS (FILTERING) IMAGE PROCESSING: AREA OPERATIONS (FILTERING) N. C. State University CSC557 Multimedia Computing and Networking Fall 2001 Lecture # 13 IMAGE PROCESSING: AREA OPERATIONS (FILTERING) N. C. State University

More information

The Scientist and Engineer's Guide to Digital Signal Processing By Steven W. Smith, Ph.D.

The Scientist and Engineer's Guide to Digital Signal Processing By Steven W. Smith, Ph.D. The Scientist and Engineer's Guide to Digital Signal Processing By Steven W. Smith, Ph.D. Home The Book by Chapters About the Book Steven W. Smith Blog Contact Book Search Download this chapter in PDF

More information

Image acquisition. Midterm Review. Digitization, line of image. Digitization, whole image. Geometric transformations. Interpolation 10/26/2016

Image acquisition. Midterm Review. Digitization, line of image. Digitization, whole image. Geometric transformations. Interpolation 10/26/2016 Image acquisition Midterm Review Image Processing CSE 166 Lecture 10 2 Digitization, line of image Digitization, whole image 3 4 Geometric transformations Interpolation CSE 166 Transpose these matrices

More information

Satellite data processing and analysis: Examples and practical considerations

Satellite data processing and analysis: Examples and practical considerations Satellite data processing and analysis: Examples and practical considerations Dániel Kristóf Ottó Petrik, Róbert Pataki, András Kolesár International LCLUC Regional Science Meeting in Central Europe Sopron,

More information

CS4495/6495 Introduction to Computer Vision. 2C-L3 Aliasing

CS4495/6495 Introduction to Computer Vision. 2C-L3 Aliasing CS4495/6495 Introduction to Computer Vision 2C-L3 Aliasing Recall: Fourier Pairs (from Szeliski) Fourier Transform Sampling Pairs FT of an impulse train is an impulse train Sampling and Aliasing Sampling

More information

Image Denoising using Filters with Varying Window Sizes: A Study

Image Denoising using Filters with Varying Window Sizes: A Study e-issn 2455 1392 Volume 2 Issue 7, July 2016 pp. 48 53 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Image Denoising using Filters with Varying Window Sizes: A Study R. Vijaya Kumar Reddy

More information

Railroad Valley Playa for use in vicarious calibration of large footprint sensors

Railroad Valley Playa for use in vicarious calibration of large footprint sensors Railroad Valley Playa for use in vicarious calibration of large footprint sensors K. Thome, J. Czapla-Myers, S. Biggar Remote Sensing Group Optical Sciences Center University of Arizona Introduction P

More information

Examples of image processing

Examples of image processing Examples of image processing Example 1: We would like to automatically detect and count rings in the image 3 Detection by correlation Correlation = degree of similarity Correlation between f(x, y) and

More information

Lecture 6: Multispectral Earth Resource Satellites. The University at Albany Fall 2018 Geography and Planning

Lecture 6: Multispectral Earth Resource Satellites. The University at Albany Fall 2018 Geography and Planning Lecture 6: Multispectral Earth Resource Satellites The University at Albany Fall 2018 Geography and Planning Outline SPOT program and other moderate resolution systems High resolution satellite systems

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

DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 2002

DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 2002 DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 22 Topics: Human eye Visual phenomena Simple image model Image enhancement Point processes Histogram Lookup tables Contrast compression and stretching

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

Transforms and Frequency Filtering

Transforms and Frequency Filtering Transforms and Frequency Filtering Khalid Niazi Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University 2 Reading Instructions Chapter 4: Image Enhancement in the Frequency

More information

De-Noising Techniques for Bio-Medical Images

De-Noising Techniques for Bio-Medical Images De-Noising Techniques for Bio-Medical Images Manoj Kumar Medikonda 1, Dr. B.Jagadeesh 2, Revathi Chalumuri 3 1 (Electronics and Communication Engineering, G. V. P. College of Engineering(A), Visakhapatnam,

More information

William B. Green, Danika Jensen, and Amy Culver California Institute of Technology Jet Propulsion Laboratory Pasadena, CA 91109

William B. Green, Danika Jensen, and Amy Culver California Institute of Technology Jet Propulsion Laboratory Pasadena, CA 91109 DIGITAL PROCESSING OF REMOTELY SENSED IMAGERY William B. Green, Danika Jensen, and Amy Culver California Institute of Technology Jet Propulsion Laboratory Pasadena, CA 91109 INTRODUCTION AND BASIC DEFINITIONS

More information

LAB MANUAL SUBJECT: IMAGE PROCESSING BE (COMPUTER) SEM VII

LAB MANUAL SUBJECT: IMAGE PROCESSING BE (COMPUTER) SEM VII LAB MANUAL SUBJECT: IMAGE PROCESSING BE (COMPUTER) SEM VII IMAGE PROCESSING INDEX CLASS: B.E(COMPUTER) SR. NO SEMESTER:VII TITLE OF THE EXPERIMENT. 1 Point processing in spatial domain a. Negation of an

More information

Light penetration within a clear water body. E z = E 0 e -kz

Light penetration within a clear water body. E z = E 0 e -kz THE BLUE PLANET 1 2 Light penetration within a clear water body E z = E 0 e -kz 3 4 5 Pure Seawater Phytoplankton b w 10-2 m -1 b w 10-2 m -1 b w, Morel (1974) a w, Pope and Fry (1997) b chl,loisel and

More information

Image Processing for feature extraction

Image Processing for feature extraction Image Processing for feature extraction 1 Outline Rationale for image pre-processing Gray-scale transformations Geometric transformations Local preprocessing Reading: Sonka et al 5.1, 5.2, 5.3 2 Image

More information

John P. Stevens HS: Remote Sensing Test

John P. Stevens HS: Remote Sensing Test Name(s): Date: Team name: John P. Stevens HS: Remote Sensing Test 1 Scoring: Part I - /18 Part II - /40 Part III - /16 Part IV - /14 Part V - /93 Total: /181 2 I. History (3 pts. each) 1. What is the name

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

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering CoE4TN4 Image Processing Chapter 3: Intensity Transformation and Spatial Filtering Image Enhancement Enhancement techniques: to process an image so that the result is more suitable than the original image

More information

Chapter 6. [6]Preprocessing

Chapter 6. [6]Preprocessing Chapter 6 [6]Preprocessing As mentioned in chapter 4, the first stage in the HCR pipeline is preprocessing of the image. We have seen in earlier chapters why this is very important and at the same time

More information

Recent developments in Deep Blue satellite aerosol data products from NASA GSFC

Recent developments in Deep Blue satellite aerosol data products from NASA GSFC Recent developments in Deep Blue satellite aerosol data products from NASA GSFC Andrew M. Sayer, N. Christina Hsu (PI), Corey Bettenhausen, Myeong-Jae Jeong Climate & Radiation Laboratory, NASA Goddard

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

Creating Reprojected True Color MODIS Images: A Tutorial

Creating Reprojected True Color MODIS Images: A Tutorial Creating Reprojected True Color MODIS Images: A Tutorial Liam Gumley Space Science and Engineering Center, University of Wisconsin-Madison Jacques Descloitres and Jeffrey Schmaltz MODIS Rapid Response

More information

Digital Image Processing 3/e

Digital Image Processing 3/e Laboratory Projects for Digital Image Processing 3/e by Gonzalez and Woods 2008 Prentice Hall Upper Saddle River, NJ 07458 USA www.imageprocessingplace.com The following sample laboratory projects are

More information

DIGITAL IMAGE PROCESSING Quiz exercises preparation for the midterm exam

DIGITAL IMAGE PROCESSING Quiz exercises preparation for the midterm exam DIGITAL IMAGE PROCESSING Quiz exercises preparation for the midterm exam In the following set of questions, there are, possibly, multiple correct answers (1, 2, 3 or 4). Mark the answers you consider correct.

More information

New Satellite Method for Retrieving Precipitable Water Vapor over Land and Ocean

New Satellite Method for Retrieving Precipitable Water Vapor over Land and Ocean GEOPHYSICAL RESEARCH LETTERS, VOL.???, XXXX, DOI:10.1029/, New Satellite Method for Retrieving Precipitable Water Vapor over Land and Ocean Merritt N. Deeter Research Applications Laboratory National Center

More information

P12.5 SPECTRUM-TIME ESTIMATION AND PROCESSING (STEP) ALGORITHM FOR IMPROVING WEATHER RADAR DATA QUALITY

P12.5 SPECTRUM-TIME ESTIMATION AND PROCESSING (STEP) ALGORITHM FOR IMPROVING WEATHER RADAR DATA QUALITY P12.5 SPECTRUM-TIME ESTIMATION AND PROCESSING (STEP) ALGORITHM FOR IMPROVING WEATHER RADAR DATA QUALITY Qing Cao 1, Guifu Zhang 1,2, Robert D. Palmer 1,2 Ryan May 3, Robert Stafford 3 and Michael Knight

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

1.Discuss the frequency domain techniques of image enhancement in detail.

1.Discuss the frequency domain techniques of image enhancement in detail. 1.Discuss the frequency domain techniques of image enhancement in detail. Enhancement In Frequency Domain: The frequency domain methods of image enhancement are based on convolution theorem. This is represented

More information

A TRUE WIENER FILTER IMPLEMENTATION FOR IMPROVING SIGNAL TO NOISE AND. K.W. Mitchell and R.S. Gilmore

A TRUE WIENER FILTER IMPLEMENTATION FOR IMPROVING SIGNAL TO NOISE AND. K.W. Mitchell and R.S. Gilmore A TRUE WIENER FILTER IMPLEMENTATION FOR IMPROVING SIGNAL TO NOISE AND RESOLUTION IN ACOUSTIC IMAGES K.W. Mitchell and R.S. Gilmore General Electric Corporate Research and Development Center P.O. Box 8,

More information

GEOSS Americas/Caribbean Remote Sensing Workshop November Lab 2 Investigating Cloud Phase, NDVI, Ocean Color and Sea Surface Temperatures

GEOSS Americas/Caribbean Remote Sensing Workshop November Lab 2 Investigating Cloud Phase, NDVI, Ocean Color and Sea Surface Temperatures GEOSS Americas/Caribbean Remote Sensing Workshop 26-30 November 2007 Lab 2 Investigating Cloud Phase, NDVI, Ocean Color and Sea Surface Temperatures Kathleen Strabala kathy.strabala@ssec.wisc.edu Table:

More information

Anna University, Chennai B.E./B.TECH DEGREE EXAMINATION, MAY/JUNE 2013 Seventh Semester

Anna University, Chennai B.E./B.TECH DEGREE EXAMINATION, MAY/JUNE 2013 Seventh Semester www.vidyarthiplus.com Anna University, Chennai B.E./B.TECH DEGREE EXAMINATION, MAY/JUNE 2013 Seventh Semester Electronics and Communication Engineering EC 2029 / EC 708 DIGITAL IMAGE PROCESSING (Regulation

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

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

PAPER SAR Image Enhancement based on Phase-Extension Inverse Filtering

PAPER SAR Image Enhancement based on Phase-Extension Inverse Filtering PAPER SAR Image Enhancement based on Phase-Extension Inverse Filtering Dae-Won Do and Woo-Jin Song, Nonmembers SUMMARY In this paper we present a new post enhancement method for single look complex (SLC)

More information

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and 8.1 INTRODUCTION In this chapter, we will study and discuss some fundamental techniques for image processing and image analysis, with a few examples of routines developed for certain purposes. 8.2 IMAGE

More information

Interrogating MODIS & AIRS data using HYDRA

Interrogating MODIS & AIRS data using HYDRA Interrogating MODIS & AIRS data using HYDRA Paul Menzel NOAA Satellite and Information Services What is HYDRA? What can it do? Some examples How to get it? HYperspectral viewer for Development of Research

More information

Course overview; Remote sensing introduction; Basics of image processing & Color theory

Course overview; Remote sensing introduction; Basics of image processing & Color theory GEOL 1460 /2461 Ramsey Introduction to Remote Sensing Fall, 2018 Course overview; Remote sensing introduction; Basics of image processing & Color theory Week #1: 29 August 2018 I. Syllabus Review we will

More information

Part I. The Importance of Image Registration for Remote Sensing

Part I. The Importance of Image Registration for Remote Sensing Part I The Importance of Image Registration for Remote Sensing 1 Introduction jacqueline le moigne, nathan s. netanyahu, and roger d. eastman Despite the importance of image registration to data integration

More information

Image Sampling. Moire patterns. - Source: F. Durand

Image Sampling. Moire patterns. -  Source: F. Durand Image Sampling Moire patterns Source: F. Durand - http://www.sandlotscience.com/moire/circular_3_moire.htm Any questions on project 1? For extra credits, attach before/after images how your extra feature

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

Practical Image and Video Processing Using MATLAB

Practical Image and Video Processing Using MATLAB Practical Image and Video Processing Using MATLAB Chapter 10 Neighborhood processing What will we learn? What is neighborhood processing and how does it differ from point processing? What is convolution

More information

The impact of striping artifacts on compression

The impact of striping artifacts on compression The impact of striping artifacts on compression Michael Grossberg a and Srikanth Gottipati a and Irina Gladkova a a CCNY, NOAA/CREST, 138th Street and Convent Avenue, New York, NY131,USA. ABSTRACT Despite

More information

Compression and Image Formats

Compression and Image Formats Compression Compression and Image Formats Reduce amount of data used to represent an image/video Bit rate and quality requirements Necessary to facilitate transmission and storage Required quality is application

More information

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image Background Computer Vision & Digital Image Processing Introduction to Digital Image Processing Interest comes from two primary backgrounds Improvement of pictorial information for human perception How

More information

Downloading and formatting remote sensing imagery using GLOVIS

Downloading and formatting remote sensing imagery using GLOVIS Downloading and formatting remote sensing imagery using GLOVIS Students will become familiarized with the characteristics of LandSat, Aerial Photos, and ASTER medium resolution imagery through the USGS

More information

Detection and Monitoring Through Remote Sensing....The Need For A New Remote Sensing Platform

Detection and Monitoring Through Remote Sensing....The Need For A New Remote Sensing Platform WILDFIRES Detection and Monitoring Through Remote Sensing...The Need For A New Remote Sensing Platform Peter Kimball ASEN 5235 Atmospheric Remote Sensing 5/1/03 1. Abstract This paper investigates the

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

A Novel Approach for MRI Image De-noising and Resolution Enhancement

A Novel Approach for MRI Image De-noising and Resolution Enhancement A Novel Approach for MRI Image De-noising and Resolution Enhancement 1 Pravin P. Shetti, 2 Prof. A. P. Patil 1 PG Student, 2 Assistant Professor Department of Electronics Engineering, Dr. J. J. Magdum

More information