An adaptive technique for shadow segmentation in high-resolution omnidirectional images

Size: px
Start display at page:

Download "An adaptive technique for shadow segmentation in high-resolution omnidirectional images"

Transcription

1 An adaptive technique for shadow segmentation in high-resolution omnidirectional images Vander Luis de Souza Freitas Univ Estadual Paulista - UNESP Undergraduate Student Scholarship PIBIC/CNPq Presidente Prudente, Brasil vandercomp@gmail.com Antonio Maria Garcia Tommaselli Univ Estadual Paulista - UNESP Department of Cartography Presidente Prudente, Brasil tomaseli@fct.unesp.br Abstract Segmentation of shadowed areas in digital images is an important step of several algorithms. One important drawback of existing algorithms is that shadows can be confused with parts of objects of a scene or even be considered as spurious elements. Dark objects are sometimes labeled as shadows, because of their similar radiometric properties. Both situations may reduce the outcomes of object detection algorithms, image matching and segmentation in general. The aim of this paper is to present an adaptive version of an existing algorithm, applying it to high-resolution omnidirectional terrestrial images. The efficacy was assessed by comparing the results with other techniques and with reference images. Keywords shadow segmentation, adaptive thresholding, omnidirectional images. I. INTRODUCTION Image processing algorithms are nowadays embedded in several automatic processing chains, like object detection, surveillance, and other problems. A common issue in object detection and recognition, and image matching, is the presence of shadowed areas, which can change the radiometric properties of an image or be confused as part of objects of a scene. There are two types of shadows: cast shadows and self shadows. Cast shadows are projected by objects of the scene. Self shadows are those projected on the object by itself, in areas where there are deficient illumination. Self shadows usually have higher intensity values than cast shadows, because they receive more secondary light from near objects. Umbra and penumbra are other two sub categories of shadows which must also be considered. Umbra represents a shadow region where the primary source of light is completely obscured. Penumbra is the region around the edge of a shadow where the light source is only partially obscured, or where secondary sources of light illuminate it with low intensity [1]. There are many techniques for shadow detection and removal, based on image characteristics like intensity, chromaticity, geometry and texture. The goal of this paper is to present an adaptive version of the technique proposed by Polidorio et al [2], using a modified co-occurrence matrix [3] and the thresholding technique of Rosenfeld and De La Torre [4], with some adaptations. Experiments were performed with high-resolution omnidirectional terrestrial images, taken by a digital camera with fisheye lens. The shadow labeling and enhancement on these images are part of a project for automatic detection of ground control points in aerial images [5]. The motivation is the problem of matching between terrestrial and aerial images, which is affected by the presence of shadows. Detection and segmentation of shadow areas are also of great value in many other problems of image processing, like motion detection, traffic monitoring and video surveillance [6]. In order to assess the results, comparisons will be done using the techniques developed by Santos et al [7] and Centeno and Pacheco [3]. II. RELATED PAPERS Polidorio et al [2] developed a technique to detect shadows in orbital and aerial images. A shadow quantifier index, which is computed using the intensity and saturation components in the HSI color space, was proposed and tested. The algorithm takes into account the low intensity and high saturation of shadow pixels, caused by a physical phenomenon of atmospheric dispersion of the sunlight, most well known as the Rayleigh scattering effect. This technique proved to be efficient with aerial and orbital images, but there are no mention to its use with terrestrial images. Dare [1] presented a technique for shadow removal from high-resolution satellite images from urban areas and performed experiments with Ikonos and Quickbird images. The algorithm starts with a thresholding, to separate the image in two groups of pixels. Then it is performed a region encoding, in order to identify each region in the image and calculate their attributes (size and location in image space). Finally, a region filtering is applied to separate shadow from falsely detected non-shadow regions, like water regions or other features that are not covered by shadows. Santos et al [7] created a mask to detect shadows in high-resolution aerial images, choosing pixels with less radiometric response as shadow pixels. Drew and Joze [8] and Finlayson et al [9] used the image formation theory to remove shadows from images. The first paper describes a technique that uses human interaction to identify regions in the image that corresponds to the same surface in and out shadows. Then they find the sharpening matrix to transform the original image, from which an

2 illumination invariant image is created by an entropy-minimization method. Tian et al [10] used an RGB attenuation model (Tricolor Attenuation Model TAM), considering the image formation theory. The process is entirely automatic and does not depend on additional information. Centeno and Pacheco [3] used a modified co-occurrence matrix, and an adaptive threshold, which is obtained through the frequency histogram of the principal axis of co-occurrence matrix. The technique was also developed to detect shadows in high-resolution satellite images. As Centeno and Pacheco [3], Devi et al [11] developed a method for shadow detection and removal from high-resolution satellite images. They performed experiments with CARTOSAT-2 images and panchromatic IKONOS satellite images, all from Indian territory. For shadow labeling, spectral and geometric property based techniques, region growing and filtering were used. The shadow removal step was done by luminosity recovering, gamma correction and histograms correspondence. Sanin et al [12] performed a comparative study among shadow detection techniques for video images. Intensity, chromaticity, geometry and texture based techniques have been analyzed. Experiments were performed using a database of indoor and outdoor images. A. Shadow segmentation considering the Rayleigh scattering effect When the sun rays reach the atmospheric layer of Earth, they suffer a dispersion effect called Rayleigh, which causes the blue effect on the sky. A direct consequence observed on images is the loss of contrast. Polidorio et al [2] developed a technique that takes into account this phenomenon to detect shadows in orbital and aerial images, considering two assumptions: Shadow areas have low luminance, because they do not receive a direct flow of luminous energy; Violet and blue wavelengths are more affected by atmospheric dispersion, therefore these colors are saturated; They used HSI color space to access intensity and saturation information, and then defined a shadow quantifier index (1). SD ij =I ij S ij (1) with SD ij being the matrix with the shadow quantifier indexes, I ij the intensity component of HSI color space and S ij the saturation one. After calculating the indexes, the thresholding process is applied, with the threshold value (k) depending on the sort of the input image (2). 0, aerial k={ (2) 0.2, orbital image} The threshold value is defined considering that the farther the sensor is from the Earth surface the larger is Rayleight scattering effect, and same way the saturation (S). In this case, (1) will result in lower values for farther sensors and larger values for closer ones. So k is inversely proportional to the distance between sensor and scene. Shadow areas are defined by (3). SDW (ij, k ) ={ 1, if SD ij k (3) 0, otherwise} An advantage of this technique is that it does not require additional data (DTM, Sun's position, background model, etc). However, it is limited to orbital and aerial cases, if the predefined thresholds were used. III. A TECHNIQUE FOR TERRESTRIAL IMAGES An adaptive version of the Polidorio et al [2] technique can be proposed to be used in high-resolution terrestrial images. In orbital and aerial cases, predefined thresholds were already suggested by the authors, but they are not suitable to terrestrial images. Experiments were performed with five high-resolution omnidirectional nadiral terrestrial images (3030 x 2036 pixels), obtained by a Fuji S3 Pro camera, equipped with Bower Fisheye lens and lifted up to 5 meters high with a telescopic rod. Public datasets of images were not used because this paper aims to segment shadows from omnidirectional images and these type of dataset were not available to the knowledge of the authors. The reference shadow maps of these five images were defined by digitizing them interactively on the screen, to be used as reference for the experiments. These shadow maps will be used to evaluate rates of success, false positives and false negatives, after shadows automatic detection. Firstly the input image was converted from RGB to HSI color space. The next step was the computation of the shadow quantifier indexes through (1), using the intensity (I) and saturation (S) components. These indexes contain negative values, so they were normalized to the interval [0, 255] in order to be stored as an 8-bit image (Fig. 2). After normalization the image texture was analyzed by calculating the co-occurrence matrix [13], and verifying the occurrences of values b just right placed from value a (both varying from 0 to 255). Considering that shadows have similar radiometric properties, just the primary diagonal of the co-occurrence matrix is used to estimate an adaptive threshold to be used with the technique proposed by Polidorio et al [2]. Then, a histogram of the values of this primary diagonal was created and an adapted version of the algorithm proposed by Rosenfeld and De La Torre [4] was used to find the threshold value, based on the histogram concavities (local minimum). This technique originally finds out a concavity in the histogram that splits it into two distinct regions, so that the first one, placed leftmost, belongs to shadow regions. The problem is that it just finds out the cast shadows areas with lowest intensities, and self shadows are not detected. This problem was partially solved by choosing the concavity amidst the second group of values in histogram, as can be seen in Fig. 1a. To achieve these values, the concavity that represents the beginning of this group must

3 be found. It is performed by looking for the concavity with ¼ of the size of that one related with the threshold computed by the original algorithm. Using the example of Fig. 1a, from the concavity that represents the value 65, it is performed a search for the next concavity with ¼ of its size. The algorithm runs normally from this point, in order to find out the new threshold value. The value ¼ was defined empirically, after analyzing the histogram behavior of the five images of the experiment. Fig. 1b and Fig. 1c show the results with the first and second threshold values. (a) (b) (c) 2. Computation of shadow quantifier indexes; 3. Normalize indexes into the interval [0, 255]; 4. Calculate the co-occurrence matrix; 5. Calculate the threshold value based on the frequency histogram of the primary diagonal of the co-occurrence matrix, using the adapted version of Rosenfeld and De La Torre algorithm [4]; 6. Compute (3) to determine which pixels belong to shadow regions. IV. EXPERIMENTS AND RESULTS Experiments were performed with the five images previously mentioned, with the sensor positioned about 4.6m above the terrain. Despite this distance being quite short, when compared to the original flight heights of the images used in the algorithm proposed by Polidorio et al [2] (orbital and aerial cases), the results are similar to those obtained with other techniques. In order to evaluate the results, some shadow maps were interactively draft on the screen. They were also used to assess two further techniques of shadow detection and to compare with that one proposed in this paper. Table I presents the threshold values obtained with the adaptive technique. TABLE I. Thresholds of the adaptive version of Polidorio et al [2] algorithm Images Threshold Image Image Image Image Image After applying the algorithm developed by Polidorio et al [2], using these threshold values, the resulting images were compared with their reference shadow maps (Fig. 3). As it can be seen, there are many false positives located near the boundaries of shadow regions. This occurs because of the transition of illumination between shadow and non-shadow areas. Success rate (S) and false positives rate (FP) were calculated using (4) and (5) respectively. These equations were applied in the output images in order to assess the adaptive approach proposed in this paper and to compare its results with the techniques developed by Santos et al [7] and Centeno and Pacheco [3] (Table II). Fig. 1. (a) First threshold value (65) computed by the original algorithm [11]. Second threshold value (77) calculated by its adapted version; (b) Results of the Thresholding using 65 as threshold value (white pixels represents shadow areas); (c) Results of the Thresholding using 77 as threshold value. Having this value (k), (3) is applied to define the shadowed areas. The steps of the complete algorithm can be stated as: 1. RGB HSI color space conversion; S= DSp Sp with Dsp being the number of detected shadow pixels and Sp the real number of shadow pixels in the image. FP= ndsp nsp (4) (5)

4 with ndsp being the number of pixels labeled as non-shadow pixels and nsp the real number of non-shadow pixels in the image. The results achieved with the application of the adaptive technique are very similar of those obtained with Santos et al [7] algorithm. The technique developed by Centeno and Pacheco [3] detected less shadow pixels and the same way the false positives were lower. Fig. 2. Input images, shadow quantifier indexes normalized images, and detected shadows (white pixels). Images 1, 2, 3, 4 and 5 respectively.

5 Fig. 3. Outcomes of Images 1, 2 and 3 respectively: Green represents success; Red represents false positives; Blue represents false negatives. TABLE II. COMPARISON OF SUCCESS RATE (S) AND FALSE POSITIVE RATE (FP) OF THE SHADOW DETECTION ALGORITHMS Images Adaptive technique Santos et al [7] Centeno and Pacheco [3] S FP S FP S FP Image Image Image Image Image V. CONCLUSIONS An adaptive version of technique developed by Polidorio et al [2] for shadow detection in high-resolution images was created successfully. This algorithm does not depend on additional information about the image acquisition process like Sun's position, distance between sensor and scene, etc. Although the technique considers Rayleigh scattering effect, that is most noticeable on orbital and aerial images, results have shown that it can be also used to detect shadows in terrestrial images. It is important to note that the images used in this paper were acquired with fish-eye lenses and the effects of the geometric distortion in the radiometry were not assessed yet.

6 More experiments will be performed using larger samples of images. ACKNOWLEDGMENTS This work was funded by PIBIC/CNPq (The National Council for Scientific and Technological Development, grant n /2012-0). REFERENCES [1] P. M. Dare, Shadow analysis in high-resolution satellite imagery of urban areas, Photogramm. Eng. Remote Sens., vol. 71, pp , Feb [2] A. M. Polidorio, F. C. Flores, N. N. Imai, A. M. G. Tommaselli, and C. Franco, Automatic shadow segmentation in aerial color images, in Computer Graphics and Image Processing, SIBGRAPI XVI Brazilian Symposium on, 2003, pp [3] A. Berveglieri, J. Marcato Junior, M. V. A. Moraes, and A. M. G. Tommaselli, Automatic location and measurement of ground control points based on vertical terrestrial images, in RSPSOC 2012, London, 2012, vol. 1. [4] R. Cucchiara, C. Grana, M. Piccardi, and A. Prati, Detecting moving objects, ghosts, and shadows in video streams, Pattern Anal. Mach. Intell. Ieee Trans., vol. 25, no. 10, pp , [5] D. R. Santos, Q. Dalmolin, and M. A. Basso, Detecção automática de sombras em imagens de alta resolução, Bol. Ciências Geodésicas, vol. 12, pp , [6] J. A. S. Centeno and A. da P. Pacheco, Classificação de sombra em imagens orbitais e aéreas utilizando uma matriz de co-ocorrência modificada, Bol. Ciências Geodésicas, vol. 17, no. 1, [7] G. D. Finlayson, S. D. Hordley, C. Lu, and M. S. Drew, On the removal of shadows from images, Pattern Anal. Mach. Intell. Ieee Trans., vol. 28, no. 1, pp , [8] M. S. Drew and H. R. V. Joze, Sharpening from Shadows: Sensor Transforms for Removing Shadows using a Single Image, in 17th CIC, Albuquerque, New Mexico, 2009, vol. 17, pp [9] J. Tian, J. Sun, and Y. Tang, Tricolor Attenuation Model for Shadow Detection, Image Process. Ieee Trans., vol. 18, no. 10, pp , [10] G. Devi, S. Kaliappan, and Malini, Stochastic Method for De-shadowing and Objects Retrieval from High Resolution Images, Int. J. Comput. Sci. Eng. Ijcse, vol. 4, no. 3, pp , Apr [11] A. Sanin, C. Sanderson, and B. C. Lovell, Shadow detection: A survey and comparative evaluation of recent methods, Pattern Recognit., vol. 45, no. 4, pp , [12] R. C. Gonzalez and R. E. Woods, Processamento Digital de Imagens, 3rd ed. São Paulo: Pearson Pretience Hall, [13] A. Rosenfeld and P. de la Torre, Histogram concavity analysis as an aid in threshold selection, Syst. Man Cybern. Ieee Trans., vol. SMC-13, no. 2, pp , 1983.

A System of Shadow Detection and Shadow Removal for High Resolution Remote Sensing Images

A System of Shadow Detection and Shadow Removal for High Resolution Remote Sensing Images A System of Shadow Detection and Shadow Removal for High Resolution Remote Sensing Images G.Gayathri PG student, Department of Computer Science and Engineering, Parisutham Institute of Technology and Science,

More information

detection of Shaded Roads in urban Areas

detection of Shaded Roads in urban Areas Detection of shaded roads in high spatial resolution images of urban areas Thiago Statella 1 Federal Institute for Education, Science and Technology of Mato Grosso, Zulmira Canavarros street n 95, Cuiabá,

More information

Stochastic Method for De-shadowing and Objects Retrieval from High Resolution Images

Stochastic Method for De-shadowing and Objects Retrieval from High Resolution Images Stochastic Method for De-shadowing and Objects Retrieval from High Resolution Images Mrs.G.Devi *1, Dr.S.Kaliappan 2, Mrs.Malini #3 * Asst.Professor,Department of Civil, Anna University of Technology Tirunelveli

More information

SAMPLE MIDTERM QUESTIONS

SAMPLE MIDTERM QUESTIONS Geography 309 Sample MidTerm Questions Page 1 SAMPLE MIDTERM QUESTIONS Textbook Questions Chapter 1 Questions 4, 5, 6, Chapter 2 Questions 4, 7, 10 Chapter 4 Questions 8, 9 Chapter 10 Questions 1, 4, 7

More information

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY M. Erdogan, H.H. Maras, A. Yilmaz, Ö.T. Özerbil General Command of Mapping 06100 Dikimevi, Ankara, TURKEY - (mustafa.erdogan;

More information

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Content Remote sensing data Spatial, spectral, radiometric and

More information

Information Contents of High Resolution Satellite Images

Information Contents of High Resolution Satellite Images Information Contents of High Resolution Satellite Images H. Topan, G. Büyüksalih Zonguldak Karelmas University K. Jacobsen University of Hannover, Germany Keywords: satellite images, mapping, resolution,

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering

More information

High-resolution Imaging System for Omnidirectional Illuminant Estimation

High-resolution Imaging System for Omnidirectional Illuminant Estimation High-resolution Imaging System for Omnidirectional Illuminant Estimation Shoji Tominaga*, Tsuyoshi Fukuda**, and Akira Kimachi** *Graduate School of Advanced Integration Science, Chiba University, Chiba

More information

Spectral Response for DigitalGlobe Earth Imaging Instruments

Spectral Response for DigitalGlobe Earth Imaging Instruments Spectral Response for DigitalGlobe Earth Imaging Instruments IKONOS The IKONOS satellite carries a high resolution panchromatic band covering most of the silicon response and four lower resolution spectral

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

ADVANTAGES AND DISADVANTAGES OF THE HOUGH TRANSFORMATION IN THE FRAME OF AUTOMATED BUILDING EXTRACTION

ADVANTAGES AND DISADVANTAGES OF THE HOUGH TRANSFORMATION IN THE FRAME OF AUTOMATED BUILDING EXTRACTION ADVANTAGES AND DISADVANTAGES OF THE HOUGH TRANSFORMATION IN THE FRAME OF AUTOMATED BUILDING EXTRACTION G. Vozikis a,*, J.Jansa b a GEOMET Ltd., Faneromenis 4 & Agamemnonos 11, GR - 15561 Holargos, GREECE

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

Pixel-based and object-oriented change detection analysis using high-resolution imagery

Pixel-based and object-oriented change detection analysis using high-resolution imagery Pixel-based and object-oriented change detection analysis using high-resolution imagery Institute for Mine-Surveying and Geodesy TU Bergakademie Freiberg D-09599 Freiberg, Germany imgard.niemeyer@tu-freiberg.de

More information

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM Rohan Ashok Mandhare 1, Pragati Upadhyay 2,Sudha Gupta 3 ME Student, K.J.SOMIYA College of Engineering, Vidyavihar, Mumbai, Maharashtra,

More information

Laser Gesture Recognition for Human Machine Interaction

Laser Gesture Recognition for Human Machine Interaction International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-04, Issue-04 E-ISSN: 2347-2693 Laser Gesture Recognition for Human Machine Interaction Umang Keniya 1*, Sarthak

More information

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X Image Estimation Algorithm for Out of Focus and Blur Images to Retrieve the Barcode

More information

Generation of Cloud-free Imagery Using Landsat-8

Generation of Cloud-free Imagery Using Landsat-8 Generation of Cloud-free Imagery Using Landsat-8 Byeonghee Kim 1, Youkyung Han 2, Yonghyun Kim 3, Yongil Kim 4 Department of Civil and Environmental Engineering, Seoul National University (SNU), Seoul,

More information

3D Vehicle Extraction and Tracking from Multiple Viewpoints for Traffic Monitoring by using Probability Fusion Map

3D Vehicle Extraction and Tracking from Multiple Viewpoints for Traffic Monitoring by using Probability Fusion Map Electronic Letters on Computer Vision and Image Analysis 7(2):110-119, 2008 3D Vehicle Extraction and Tracking from Multiple Viewpoints for Traffic Monitoring by using Probability Fusion Map Zhencheng

More information

HIGH SPATIAL RESOLUTION IMAGES - A NEW WAY TO BRAZILIAN'S CARTOGRAPHIC MAPPING

HIGH SPATIAL RESOLUTION IMAGES - A NEW WAY TO BRAZILIAN'S CARTOGRAPHIC MAPPING CO-192 HIGH SPATIAL RESOLUTION IMAGES - A NEW WAY TO BRAZILIAN'S CARTOGRAPHIC MAPPING BIAS E., BAPTISTA G., BRITES R., RIBEIRO R. Universicidade de Brasíia, BRASILIA, BRAZIL ABSTRACT This paper aims, from

More information

MULTI-LEVEL SEMANTIC LABELING OF SKY/CLOUD IMAGES

MULTI-LEVEL SEMANTIC LABELING OF SKY/CLOUD IMAGES MULTI-LEVEL SEMANTIC LABELING OF SKY/CLOUD IMAGES Soumyabrata Dev, Yee Hui Lee School of Electrical and Electronic Engineering Nanyang Technological University (NTU) Singapore 639798 Stefan Winkler Advanced

More information

WHITE PAPER. Are More Pixels Better? www.basler-ipcam.com. Resolution Does it Really Matter?

WHITE PAPER. Are More Pixels Better? www.basler-ipcam.com. Resolution Does it Really Matter? WHITE PAPER www.basler-ipcam.com Are More Pixels Better? The most frequently asked question when buying a new digital security camera is, What resolution does the camera provide? The resolution is indeed

More information

Map World Forum Hyderabad, India Introduction: High and very high resolution space images: GIS Development

Map World Forum Hyderabad, India Introduction: High and very high resolution space images: GIS Development Very high resolution satellite images - competition to aerial images Dr. Karsten Jacobsen Leibniz University Hannover, Germany jacobsen@ipi.uni-hannover.de Introduction: Very high resolution images taken

More information

A remote sensing instrument collects information about an object or phenomenon within the

A remote sensing instrument collects information about an object or phenomenon within the Satellite Remote Sensing GE 4150- Natural Hazards Some slides taken from Ann Maclean: Introduction to Digital Image Processing Remote Sensing the art, science, and technology of obtaining reliable information

More information

How Landsat Images are Made

How Landsat Images are Made How Landsat Images are Made Presentation by: NASA s Landsat Education and Public Outreach team June 2006 1 More than just a pretty picture Landsat makes pretty weird looking maps, and it isn t always easy

More information

TerraColor White Paper

TerraColor White Paper TerraColor White Paper TerraColor is a simulated true color digital earth imagery product developed by Earthstar Geographics LLC. This product was built from imagery captured by the US Landsat 7 (ETM+)

More information

Vision based Vehicle Tracking using a high angle camera

Vision based Vehicle Tracking using a high angle camera Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu gramos@clemson.edu dshu@clemson.edu Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

Data Processing Flow Chart

Data Processing Flow Chart Legend Start V1 V2 V3 Completed Version 2 Completion date Data Processing Flow Chart Data: Download a) AVHRR: 1981-1999 b) MODIS:2000-2010 c) SPOT : 1998-2002 No Progressing Started Did not start 03/12/12

More information

Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with Panchromatic Textural Features

Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with Panchromatic Textural Features Remote Sensing and Geoinformation Lena Halounová, Editor not only for Scientific Cooperation EARSeL, 2011 Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with

More information

SHADOW DETECTION AND RECONSTRUCTION OF IMAGES FROM SATELLITE IMAGES: GIS

SHADOW DETECTION AND RECONSTRUCTION OF IMAGES FROM SATELLITE IMAGES: GIS International Journal of Applied Engineering Research and Development (IJAERD) ISSN(P): 2250-1584; ISSN(E): 2278-9383 Vol. 4, Issue 2, Apr 2014, 5-12 TJPRC Pvt. Ltd. SHADOW DETECTION AND RECONSTRUCTION

More information

VCS REDD Methodology Module. Methods for monitoring forest cover changes in REDD project activities

VCS REDD Methodology Module. Methods for monitoring forest cover changes in REDD project activities 1 VCS REDD Methodology Module Methods for monitoring forest cover changes in REDD project activities Version 1.0 May 2009 I. SCOPE, APPLICABILITY, DATA REQUIREMENT AND OUTPUT PARAMETERS Scope This module

More information

Video Camera Image Quality in Physical Electronic Security Systems

Video Camera Image Quality in Physical Electronic Security Systems Video Camera Image Quality in Physical Electronic Security Systems Video Camera Image Quality in Physical Electronic Security Systems In the second decade of the 21st century, annual revenue for the global

More information

Shadow detection in colour high-resolution satellite images

Shadow detection in colour high-resolution satellite images International Journal of Remote Sensing Vol. 29, No. 7, 10 April 2008, 1945 1963 Shadow detection in colour high-resolution satellite images V. ARÉVALO*{, J. GONZÁLEZ{ and G. AMBROSIO{ {Department of System

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Andrea Bondì, Irene D Urso, Matteo Ombrelli e Paolo Telaroli (Thetis S.p.A.) Luisa Sterponi e Cesar Urrutia (Spacedat S.r.l.) Water Calesso (Marco

Andrea Bondì, Irene D Urso, Matteo Ombrelli e Paolo Telaroli (Thetis S.p.A.) Luisa Sterponi e Cesar Urrutia (Spacedat S.r.l.) Water Calesso (Marco Generation of a digital elevation model of the Wadi Lebda basin, Leptis Magna - Lybia Andrea Bondì, Irene D Urso, Matteo Ombrelli e Paolo Telaroli (Thetis S.p.A.) Luisa Sterponi e Cesar Urrutia (Spacedat

More information

Template-based Eye and Mouth Detection for 3D Video Conferencing

Template-based Eye and Mouth Detection for 3D Video Conferencing Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer

More information

CLOUD CHARACTERIZATION USING LOCAL TEXTURE INFORMATION. Antti Isosalo, Markus Turtinen and Matti Pietikäinen

CLOUD CHARACTERIZATION USING LOCAL TEXTURE INFORMATION. Antti Isosalo, Markus Turtinen and Matti Pietikäinen CLOUD CHARACTERIZATION USING LOCAL TEXTURE INFORMATION Antti Isosalo, Markus Turtinen and Matti Pietikäinen Machine Vision Group Department of Electrical and Information Engineering University of Oulu,

More information

Building an Advanced Invariant Real-Time Human Tracking System

Building an Advanced Invariant Real-Time Human Tracking System UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian

More information

Computer Vision for Quality Control in Latin American Food Industry, A Case Study

Computer Vision for Quality Control in Latin American Food Industry, A Case Study Computer Vision for Quality Control in Latin American Food Industry, A Case Study J.M. Aguilera A1, A. Cipriano A1, M. Eraña A2, I. Lillo A1, D. Mery A1, and A. Soto A1 e-mail: [jmaguile,aciprian,dmery,asoto,]@ing.puc.cl

More information

LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK

LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK vii LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK LIST OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF NOTATIONS LIST OF ABBREVIATIONS LIST OF APPENDICES

More information

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Imaging process Light reaches surfaces in 3D. Surfaces reflect. Sensor element receives

More information

APPLICATIONS AND USAGE

APPLICATIONS AND USAGE APPLICATIONS AND USAGE http://www.tutorialspoint.com/dip/applications_and_usage.htm Copyright tutorialspoint.com Since digital image processing has very wide applications and almost all of the technical

More information

Overview. What is EMR? Electromagnetic Radiation (EMR) LA502 Special Studies Remote Sensing

Overview. What is EMR? Electromagnetic Radiation (EMR) LA502 Special Studies Remote Sensing LA502 Special Studies Remote Sensing Electromagnetic Radiation (EMR) Dr. Ragab Khalil Department of Landscape Architecture Faculty of Environmental Design King AbdulAziz University Room 103 Overview What

More information

Realization of a UV fisheye hyperspectral camera

Realization of a UV fisheye hyperspectral camera Realization of a UV fisheye hyperspectral camera Valentina Caricato, Andrea Egidi, Marco Pisani and Massimo Zucco, INRIM Outline Purpose of the instrument Required specs Hyperspectral technique Optical

More information

Product Characteristics Page 2. Management & Administration Page 2. Real-Time Detections & Alerts Page 4. Video Search Page 6

Product Characteristics Page 2. Management & Administration Page 2. Real-Time Detections & Alerts Page 4. Video Search Page 6 Data Sheet savvi Version 5.3 savvi TM is a unified video analytics software solution that offers a wide variety of analytics functionalities through a single, easy to use platform that integrates with

More information

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman Antennas & Propagation CS 6710 Spring 2010 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception

More information

Review for Introduction to Remote Sensing: Science Concepts and Technology

Review for Introduction to Remote Sensing: Science Concepts and Technology Review for Introduction to Remote Sensing: Science Concepts and Technology Ann Johnson Associate Director ann@baremt.com Funded by National Science Foundation Advanced Technological Education program [DUE

More information

AUTOMATIC CROWD ANALYSIS FROM VERY HIGH RESOLUTION SATELLITE IMAGES

AUTOMATIC CROWD ANALYSIS FROM VERY HIGH RESOLUTION SATELLITE IMAGES In: Stilla U et al (Eds) PIA11. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences 38 (3/W22) AUTOMATIC CROWD ANALYSIS FROM VERY HIGH RESOLUTION SATELLITE IMAGES

More information

A Dynamic Approach to Extract Texts and Captions from Videos

A Dynamic Approach to Extract Texts and Captions from Videos Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

PDF Created with deskpdf PDF Writer - Trial :: http://www.docudesk.com

PDF Created with deskpdf PDF Writer - Trial :: http://www.docudesk.com CCTV Lens Calculator For a quick 1/3" CCD Camera you can work out the lens required using this simple method: Distance from object multiplied by 4.8, divided by horizontal or vertical area equals the lens

More information

'Developments and benefits of hydrographic surveying using multispectral imagery in the coastal zone

'Developments and benefits of hydrographic surveying using multispectral imagery in the coastal zone Abstract With the recent launch of enhanced high-resolution commercial satellites, available imagery has improved from four-bands to eight-band multispectral. Simultaneously developments in remote sensing

More information

An Approach for Utility Pole Recognition in Real Conditions

An Approach for Utility Pole Recognition in Real Conditions 6th Pacific-Rim Symposium on Image and Video Technology 1st PSIVT Workshop on Quality Assessment and Control by Image and Video Analysis An Approach for Utility Pole Recognition in Real Conditions Barranco

More information

So, you want to make a photo-realistic rendering of the Earth from orbit, eh? And you want it to look just like what astronauts see from the shuttle

So, you want to make a photo-realistic rendering of the Earth from orbit, eh? And you want it to look just like what astronauts see from the shuttle So, you want to make a photo-realistic rendering of the Earth from orbit, eh? And you want it to look just like what astronauts see from the shuttle or ISS (International Space Station). No problem. Just

More information

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery WorldView-2 is the first commercial high-resolution satellite to provide eight spectral sensors in the visible to near-infrared

More information

Gamma Comprehensive Normalisation

Gamma Comprehensive Normalisation Appeared in Proc 10th Color Imaging Conference Copyright IS & T 2002 1 Gamma Comprehensive Normalisation Graham Finlayson and Ruixia Xu School of Information Systems University of East Anglia Norwich NR4

More information

AMONG the region-based approaches for segmentation,

AMONG the region-based approaches for segmentation, 40 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 3, NO. 1, JANUARY 2006 Classification of Remote Sensing Images From Urban Areas Using a Fuzzy Possibilistic Model Jocelyn Chanussot, Senior Member, IEEE,

More information

Resolutions of Remote Sensing

Resolutions of Remote Sensing Resolutions of Remote Sensing 1. Spatial (what area and how detailed) 2. Spectral (what colors bands) 3. Temporal (time of day/season/year) 4. Radiometric (color depth) Spatial Resolution describes how

More information

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories Dr. Farrag Ali FARRAG Assistant Prof. at Civil Engineering Dept. Faculty of Engineering Assiut University Assiut, Egypt.

More information

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

DEVELOPMENT OF A SUPERVISED SOFTWARE TOOL FOR AUTOMATED DETERMINATION OF OPTIMAL SEGMENTATION PARAMETERS FOR ECOGNITION

DEVELOPMENT OF A SUPERVISED SOFTWARE TOOL FOR AUTOMATED DETERMINATION OF OPTIMAL SEGMENTATION PARAMETERS FOR ECOGNITION DEVELOPMENT OF A SUPERVISED SOFTWARE TOOL FOR AUTOMATED DETERMINATION OF OPTIMAL SEGMENTATION PARAMETERS FOR ECOGNITION Y. Zhang* a, T. Maxwell, H. Tong, V. Dey a University of New Brunswick, Geodesy &

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE

MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE E.ÖZER, H.TUNA, F.Ç.ACAR, B.ERKEK, S.BAKICI General Directorate

More information

Automatic Change Detection in Very High Resolution Images with Pulse-Coupled Neural Networks

Automatic Change Detection in Very High Resolution Images with Pulse-Coupled Neural Networks 1 Automatic Change Detection in Very High Resolution Images with Pulse-Coupled Neural Networks Fabio Pacifici, Student Member, IEEE, and Fabio Del Frate, Member, IEEE Abstract A novel approach based on

More information

LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. indhubatchvsa@gmail.com

LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. indhubatchvsa@gmail.com LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE 1 S.Manikandan, 2 S.Abirami, 2 R.Indumathi, 2 R.Nandhini, 2 T.Nanthini 1 Assistant Professor, VSA group of institution, Salem. 2 BE(ECE), VSA

More information

WITH the technological developments in aerospace, an

WITH the technological developments in aerospace, an IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1 Shadow Detection and Reconstruction in High-Resolution Satellite Images via Morphological Filtering and Example-Based Learning Huihui Song, Bo Huang,

More information

Safer data transmission using Steganography

Safer data transmission using Steganography Safer data transmission using Steganography Arul Bharathi, B.K.Akshay, M.Priy a, K.Latha Department of Computer Science and Engineering Sri Sairam Engineering College Chennai, India Email: arul.bharathi@yahoo.com,

More information

SEMANTIC LABELLING OF URBAN POINT CLOUD DATA

SEMANTIC LABELLING OF URBAN POINT CLOUD DATA SEMANTIC LABELLING OF URBAN POINT CLOUD DATA A.M.Ramiya a, Rama Rao Nidamanuri a, R Krishnan a Dept. of Earth and Space Science, Indian Institute of Space Science and Technology, Thiruvananthapuram,Kerala

More information

3198 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 48, NO. 8, AUGUST 2010 0196-2892/$26.00 2010 IEEE

3198 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 48, NO. 8, AUGUST 2010 0196-2892/$26.00 2010 IEEE 3198 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 48, NO. 8, AUGUST 2010 Rule-Based Classification of a Very High Resolution Image in an Urban Environment Using Multispectral Segmentation Guided

More information

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS Nguyen Dinh Duong Department of Environmental Information Study and Analysis, Institute of Geography, 18 Hoang Quoc Viet Rd.,

More information

Colorado School of Mines Computer Vision Professor William Hoff

Colorado School of Mines Computer Vision Professor William Hoff Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Introduction to 2 What is? A process that produces from images of the external world a description

More information

Sub-pixel mapping: A comparison of techniques

Sub-pixel mapping: A comparison of techniques Sub-pixel mapping: A comparison of techniques Koen C. Mertens, Lieven P.C. Verbeke & Robert R. De Wulf Laboratory of Forest Management and Spatial Information Techniques, Ghent University, 9000 Gent, Belgium

More information

Navigation Aid And Label Reading With Voice Communication For Visually Impaired People

Navigation Aid And Label Reading With Voice Communication For Visually Impaired People Navigation Aid And Label Reading With Voice Communication For Visually Impaired People A.Manikandan 1, R.Madhuranthi 2 1 M.Kumarasamy College of Engineering, mani85a@gmail.com,karur,india 2 M.Kumarasamy

More information

A KNOWLEDGE-BASED APPROACH FOR REDUCING CLOUD AND SHADOW ABSTRACT

A KNOWLEDGE-BASED APPROACH FOR REDUCING CLOUD AND SHADOW ABSTRACT A KNOWLEDGE-BASED APPROACH FOR REDUCING CLOUD AND SHADOW Mingjun Song, Graduate Research Assistant Daniel L. Civco, Director Laboratory for Earth Resources Information Systems Department of Natural Resources

More information

Monash University Clayton s School of Information Technology CSE3313 Computer Graphics Sample Exam Questions 2007

Monash University Clayton s School of Information Technology CSE3313 Computer Graphics Sample Exam Questions 2007 Monash University Clayton s School of Information Technology CSE3313 Computer Graphics Questions 2007 INSTRUCTIONS: Answer all questions. Spend approximately 1 minute per mark. Question 1 30 Marks Total

More information

CBERS Program Update Jacie 2011. Frederico dos Santos Liporace AMS Kepler liporace@amskepler.com

CBERS Program Update Jacie 2011. Frederico dos Santos Liporace AMS Kepler liporace@amskepler.com CBERS Program Update Jacie 2011 Frederico dos Santos Liporace AMS Kepler liporace@amskepler.com Overview CBERS 3 and 4 characteristics Differences from previous CBERS satellites (CBERS 1/2/2B) Geometric

More information

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS Aswin C Sankaranayanan, Qinfen Zheng, Rama Chellappa University of Maryland College Park, MD - 277 {aswch, qinfen, rama}@cfar.umd.edu Volkan Cevher, James

More information

Object Tracking System Using Motion Detection

Object Tracking System Using Motion Detection Object Tracking System Using Motion Detection Harsha K. Ingle*, Prof. Dr. D.S. Bormane** *Department of Electronics and Telecommunication, Pune University, Pune, India Email: harshaingle@gmail.com **Department

More information

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT)

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT) Raster Graphics and Color Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2004 Color models Color models Display Hardware Video display devices Cathode Ray Tube (CRT) Liquid Crystal Display

More information

T O B C A T C A S E G E O V I S A T DETECTIE E N B L U R R I N G V A N P E R S O N E N IN P A N O R A MISCHE BEELDEN

T O B C A T C A S E G E O V I S A T DETECTIE E N B L U R R I N G V A N P E R S O N E N IN P A N O R A MISCHE BEELDEN T O B C A T C A S E G E O V I S A T DETECTIE E N B L U R R I N G V A N P E R S O N E N IN P A N O R A MISCHE BEELDEN Goal is to process 360 degree images and detect two object categories 1. Pedestrians,

More information

Potential of face area data for predicting sharpness of natural images

Potential of face area data for predicting sharpness of natural images Potential of face area data for predicting sharpness of natural images Mikko Nuutinen a, Olli Orenius b, Timo Säämänen b, Pirkko Oittinen a a Dept. of Media Technology, Aalto University School of Science

More information

Outline. Multitemporal high-resolution image classification

Outline. Multitemporal high-resolution image classification IGARSS-2011 Vancouver, Canada, July 24-29, 29, 2011 Multitemporal Region-Based Classification of High-Resolution Images by Markov Random Fields and Multiscale Segmentation Gabriele Moser Sebastiano B.

More information

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 216 E-ISSN: 2347-2693 An Experimental Study of the Performance of Histogram Equalization

More information

Introduction to Imagery and Raster Data in ArcGIS

Introduction to Imagery and Raster Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Introduction to Imagery and Raster Data in ArcGIS Simon Woo slides Cody Benkelman - demos Overview of Presentation

More information

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

More information

MAPPING DETAILED DISTRIBUTION OF TREE CANOPIES BY HIGH-RESOLUTION SATELLITE IMAGES INTRODUCTION

MAPPING DETAILED DISTRIBUTION OF TREE CANOPIES BY HIGH-RESOLUTION SATELLITE IMAGES INTRODUCTION MAPPING DETAILED DISTRIBUTION OF TREE CANOPIES BY HIGH-RESOLUTION SATELLITE IMAGES Hideki Hashiba, Assistant Professor Nihon Univ., College of Sci. and Tech., Department of Civil. Engrg. Chiyoda-ku Tokyo

More information

From Pixel to Info-Cloud News at Leica Geosystems JACIE Denver, 31 March 2011 Ruedi Wagner Hexagon Geosystems, Geospatial Solutions Division.

From Pixel to Info-Cloud News at Leica Geosystems JACIE Denver, 31 March 2011 Ruedi Wagner Hexagon Geosystems, Geospatial Solutions Division. From Pixel to Info-Cloud News at Leica Geosystems JACIE Denver, 31 March 2011 Ruedi Wagner Hexagon Geosystems, Geospatial Solutions Division What else can I do with my sensor/data? Earth to Image Image

More information

A Proposal for OpenEXR Color Management

A Proposal for OpenEXR Color Management A Proposal for OpenEXR Color Management Florian Kainz, Industrial Light & Magic Revision 5, 08/05/2004 Abstract We propose a practical color management scheme for the OpenEXR image file format as used

More information

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal

More information

Resolution Enhancement of Photogrammetric Digital Images

Resolution Enhancement of Photogrammetric Digital Images DICTA2002: Digital Image Computing Techniques and Applications, 21--22 January 2002, Melbourne, Australia 1 Resolution Enhancement of Photogrammetric Digital Images John G. FRYER and Gabriele SCARMANA

More information

Poker Vision: Playing Cards and Chips Identification based on Image Processing

Poker Vision: Playing Cards and Chips Identification based on Image Processing Poker Vision: Playing Cards and Chips Identification based on Image Processing Paulo Martins 1, Luís Paulo Reis 2, and Luís Teófilo 2 1 DEEC Electrical Engineering Department 2 LIACC Artificial Intelligence

More information

3D MODEL DRIVEN DISTANT ASSEMBLY

3D MODEL DRIVEN DISTANT ASSEMBLY 3D MODEL DRIVEN DISTANT ASSEMBLY Final report Bachelor Degree Project in Automation Spring term 2012 Carlos Gil Camacho Juan Cana Quijada Supervisor: Abdullah Mohammed Examiner: Lihui Wang 1 Executive

More information

Removing Weather Effects from Monochrome Images

Removing Weather Effects from Monochrome Images Removing Weather Effects from Monochrome Images Srinivasa G. Narasimhan and Shree K. Nayar Department of Computer Science, Columbia University, New York, 10027 Email: {srinivas, nayar}@cs.columbia.edu

More information

Analysis of Landsat ETM+ Image Enhancement for Lithological Classification Improvement in Eagle Plain Area, Northern Yukon

Analysis of Landsat ETM+ Image Enhancement for Lithological Classification Improvement in Eagle Plain Area, Northern Yukon Analysis of Landsat ETM+ Image Enhancement for Lithological Classification Improvement in Eagle Plain Area, Northern Yukon Shihua Zhao, Department of Geology, University of Calgary, zhaosh@ucalgary.ca,

More information

ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY.

ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY. ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY. ENVI Imagery Becomes Knowledge ENVI software uses proven scientific methods and automated processes to help you turn geospatial

More information

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac.

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac. INT. J. REMOTE SENSING, 2003, VOL. 24, NO. 9, 1949 1956 Technical note Classification of off-diagonal points in a co-occurrence matrix D. B. HANN, Department of Mechanical Engineering, King s College London,

More information

Understanding Line Scan Camera Applications

Understanding Line Scan Camera Applications Understanding Line Scan Camera Applications Discover the benefits of line scan cameras, including perfect, high resolution images, and the ability to image large objects. A line scan camera has a single

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds Tutorial This tutorial shows how to generate point clouds from IKONOS satellite stereo imagery. You will view the point clouds in the ENVI LiDAR Viewer. The estimated time to complete

More information

Speed Detection for Moving Objects from Digital Aerial Camera and QuickBird Sensors

Speed Detection for Moving Objects from Digital Aerial Camera and QuickBird Sensors Speed Detection for Moving Objects from Digital Aerial Camera and QuickBird Sensors September 2007 Fumio Yamazaki 1, Wen Liu 1, T. Thuy Vu 2 1. Graduate School of Engineering, Chiba University, Japan.

More information