Semi-Automated Road Extraction from QuickBird Imagery. Ruisheng Wang, Yun Zhang

Size: px
Start display at page:

Download "Semi-Automated Road Extraction from QuickBird Imagery. Ruisheng Wang, Yun Zhang"

Transcription

1 Semi-Automated Road Extraction from QuickBird Imagery Ruisheng Wang, Yun Zhang Department of Geodesy and Geomatics Engineering University of New Brunswick Fredericton, New Brunswick, Canada. E3B 5A3 <Ruisheng KEY WORDS: Kalman Filtering, Profile Matching, Auto-Tuning, System Noise ABSTRACT: Kalman filtering has found a wide application in navigation and computer vision. Recent years it has been also used in road extraction from aerial photograph. However, a rigorous application of Kalman filtering turns out to be difficult due to the difficulty of determination of system noise and measurement noise. In this paper, we use Kalman filtering for road extraction from QuickBird imagery. A new and effective method for determination of system noise and measurement noise is presented, which leads to a significant improvement in road extraction. The method is efficient even for the extraction of partially shadowed and occluded road. high-resolution satellite imagery, especially QuickBird imagery.. INTRODUCTION The launch of commercial high-resolution satellites, such as IKONOS and QuickBird marked a revolution in the remote sensing industry. The high-resolution satellite imageries (m or less) are available periodically since the September of 999. Compared to aerialphotograph, it has many advantages: large coverage, high temporal resolution and availability of multi-spectral information. To effectively utilize the information inherent in such valuable data sources, automatic information extraction is important, such as road extraction, building extraction, and other object extractions. Road is one of the important manmade objects, whose information is essential for cartography, traffic management and planning of urban and industrial areas. In this paper, the research is therefore focusing on the development of efficient methods to extract roads from the Roads look like elongate regions in the highresolution satellite imagery. But, in fact, a road has more complex appearance in a image due to other disturbing objects beside or on the road, such as trees, buildings, vehicles, and shadows. More complex situations are often in the urban area. Such irregularities limit the effectiveness of the existing road extraction approaches such as edge based (Nevetia and Babu, 98), profile matching based (Quam, 978; Vosselman and de Knecht, 995), and snake or dynamic programming based techniques (Gruen and Li, 997). Because of the complexity of roads, the measurement of road center is subject to various influences so that an accurate measurement is not always available. But a road has its inherent regularity like smoothness and continuity, which can be employed to predict the next road position. Therefore, Quam (978) used this predicted value to guess the road center position

2 in the case that the accurate measurement is unavailable. McKeown and Denlinger (988) integrated the similar method into their cooperative way for road tracking, which combined the edge-based approach with profile matching based approach. Vosselman and de Knecht (995) first utilized the Kalman filtering and least square profile matching for road tracing, which combined the measurement with the predicted value to obtain an optimal road estimate. Baumgartner et al. (22) used the same style of the approach (Vosselman and de Knecht, 995) to build an efficient tool for semiautomated road extraction. The paper of Vosselman and de Knecht (995) showed a promising research direction in road extraction. However, in their paper the road model assumed that all the roads have a constant curvature. The variances of the system noise are derived from the possible curvature changes in road design, and estimated by using human knowledge on the road design. This means the system noise is set as a constant during the road tracing. In reality, however, roads always have arbitrary shapes, and the deviation between the real measurement and the system prediction often changes during the tracing. In this paper, therefore, we present a new method to determine the system noise of the Kalman filtering, in which the system noise is altered according to the feedback of current tracing condition. The new system model of Kalman filtering is closer to the real road situation. The implementation results show that the presented method is efficient even for the extraction of partially shadowed and occluded roads. 2. BACKGROUND Kalman filtering has found many applications in navigation and computer vision as a predictorcorrector algorithm for estimating the parameters of a dynamic system. It can achieve an optimal estimate by using all available information in a recursive fashion. The road extraction can be simulated as a dynamic process by considering the distance along the road as a time variable (Vosselman et al. 995). In this case the road position is the parameter to be estimated as the state. The Kalman filtering consists of two steps: the time update and the measurement update. The first step can be considered as a predicting procedure, in which the system model needs to be known. The more accurate system model is, the better results are. But in reality, an accurate model is normally difficult to be determined. The error between the predicted value and the actual position often exists, and it is considered as the system noise. An incorrect determination of the system noise will cause an inaccurate final result. The second step can be thought of as a correcting procedure because the final result is a weighted average between the predicted value and the current measurement. The weight is derived using the Kalman filter. For example, if the predicted value is affected by the system noise, the corresponding measurement update will improve the predicted value by an actual measurement at that time. Whereas, the predicted value will be used as the final result when the measurement is unavailable, or combined with measurement to get the final result when the measurement is not accurate. If the measurement noise correctly reflects the accuracy of the measurement, the final result will respond the measurement correctly. In road extraction sometimes the predicted value and actual measurement are the same, especially in the road without any shadow and occlusion. In this case whatever value are taken for the variance of the system noise, this will have no effect on the final result. But when the road has some occlusions like vehicles or small changes like unclear edge, the current measurements will be inaccurate due to the disturbance. For getting accurate road tracing results, correct variances of

3 system and measurement noise are very important. If the weight is not proper, it will cause an incorrect Kalman filtering result, which will result in an inaccurate road tracing. Therefore, it is important to adjust the Kalman filtering result according to the road situation during the tracing. In this paper, the system noise is adjusted according to the distance difference between the predicted road center point and the measured road center point for semi-automated road extraction from the QuickBird imagery. 3 ROAD EXTRACTION The core of the proposed road extraction algorithm is a profile matching combined with an auto-tuning Kalman filtering to optimize the final results. The auto-tuning Kalman filtering consists of a conventional Kalman filtering and the proposed system noise adjustment. The human operator just needs to click two points along the centerline of the road to set up an initial model profile of the road. The center point and axis direction of the road within the model profile are then calculated based on the initialization, which are used for the prediction of the next road center at the beginning of a road tracking. After the calculation, a quadratic curve fitting is employed for estimating the road direction. In the end, the profile matching at the predicted position achieves a more accurate measurement result of road center. The modified system model of the Kalman filter with noise adjustment for road extraction is described as: rt + rt + dt * cos( α t ) x = = () c ct + dt *sin( α t ) where r, c are the row and column coordinates of the road center position at time. r t, c t are the row and column coordinates of the road center position at time t. dt is the interval of these two center points, normally pixel. α t is the road direction at time t and it is estimated by the curve fitting. α t will not be involved in the recursive updating of the Kalman filter parameters. It is determined directly from a quadratic curve fitting based on the previous road information. The covariance matrix of the predicted state vector is T P = APt A + Qt (2) where A consists of the coefficients of the linearized time update equation. Q t is the variance of the system noise. It can be a constant and can also be changed according to the update or measurement each time. In this paper the Q t changes during the road tracking procedure. Because the system noise reflects the error between the predicted value and actual value, the distance between the predicted value and the filtered value of the Kalman filtering is a good approximation for the determination of the system noise. In order to avoid the error between the filtered value and the actual value, an average value, determined using the distances between 2 predicted points and the corresponding filtered points, is used for determining the system noise. On the other hand, the measurement noise of the Kalman filtering is derived from the correlation coefficient of the profile matching and the variance of the road center position within the model profile. The measurement model E is E = H x = x (3) The final filtered output x^ is x = x + K z Hx ) (4) ( where Z is the measurement value, and k i+ is the Kalman gain and which is described as: T T K = P H ( R HP H (5) + )

4 with R being the measurement noise. 4. RESULTS AND CONCLUSION The method based on the optimal estimation of Kalman filtering, proposed in this paper, can effectively reduce the influence of measurement noise. In the case that a road has a junction, contains vehicles on it or be partially shadowed, the tracking can still achieve a satisfactory result in spite of these influences. Figure.a and.b show different tracking results of a road containing other objects and having various road widths and unclear edges. Figure.a is the result using a conventional Kalman filtering without the adjustment of system noise, and Figure.b shows the result with the autotuning Kalman filtering (conventional Kalman filtering plus system noise adjustment). It can be clearly seen that the road central line cannot be accurately extracted without the adjustment (Figure.a), but it can be very well extracted with the adjustment (Figure.b). Figure. Comparison of road extractions without and with the adjustment of the Kalman filtering. (a) Road central line extracted without the adjustment, (b) Road central line extracted with the adjustment. Figure 2 shows the Kalman gain K values for the circled road line in Figure.a. Figure 2.a shows that the K values for row coordinates are all above.5, and those for column coordinates are fluctuated along.5 This tells that after the Kalman filtering the tracing result is still very close to the measurement result in raw direction. That means the Kalman filtering did not achieve an effective filtering result. Because the road line in the circled area is not horizontal, the measurements usually contain errors. Hence, the tracing errors of the road extraction still remain. On the other hand, most of K values for column direction are below.5. This shows that most of column coordinates are from the prediction. Compared to Figure.a, it be seen that the filtering in column direction does not result in an accurate correction. Kalman gain K value for row coordinates.2.8 Series (a) (a) Kalman gain value for column coordinates (b) (b) Series

5 Figure 2. Kalman gain K without the system noise adjustment for row and column coordinates Figure 3 shows the Kalman gain K values for the circled road line in Figure.b, which is extracted after the integration of the system noise adjustment for row and column coordinates. It can be seen that the K values are fluctuated along.5 in both row and column directions. This means that the integration of the system noise adjustment into the Kalman filtering has resulted in a strong noise adjustment, which effectively removes the error from the measurements (a) Kalman gain K value for row coordinates Kalman gain K value for column coordinates Series Figure 4. Tracing in a partially shadowed road 5. Conclusion The proposed integration of a system noise adjustment into the Kalman filtering has shown a clear improvement in road extraction. The tracing can be successful in the curved and shadowed road as well as crossing a road with a junction. With the adjustment of the system noise, the error from measurement due to the disturbing influences can be effectively eliminated. Hence, this greatly improves the tracing s stability. However, the determination of the system noise and measurement noise in this paper is also an approximation. A more rigorous determination of the system and measurement noise is further required..8.4 Series References (b) Figure 3. Kalman gain K with the system noise adjustment for row and column coordinates Figure 4 illustrates that the tracking is successful for curved road with partial shadow. Kalman, R.E. (96): A New Approach to Linear Filtering and Prediction Problems. ASME Journal of Basic Engineering, vol. 82D, pp Quam, L.H. (978). Road Tracking and Anomaly Detection in Aerial Imagery. Proceedings of DARPA Image Understanding Workshop, pp McKeown, D.M. and J.L. Denlinger (988): Cooperative Methods for road tracing in aerial imagery. IEEE Proceedings on Computer Vision and Pattern Recognition, Ann Arbor, MI, pp

6 Vosselman, G., Knecht, J.D. (995). Road Tracing by Profile Matching and Kalman Filtering. Automatic Extraction of Man-made Objects from Aerial and Space Images, Birkhäuser Verlag, Basel, pp Baumgartner, A., Hinz,S., Wiedemann, C. (22). Efficient Methods and Interfaces for Road Tracking. International Archives of Photogrammetry and Remote Sensing, Vol. 34, Part 3B, pp Nevatia, R., Babu, K. (98). Linear Feature Extraction and Description. Computer Graphics and Image Processing, 3 (3): Grün, A., Li, H. (997a). Linear Feature Extraction with 3-D LSB-Snakes. Automatic Extraction of Man-made Objects from Aerial and Space Images (II), Birkhäuser Verlag, Basel, pp Grün, A., Li, H. (997b). Semi-Automatic Linear Feature Extraction by Dynamic Programming and LSB-Snakes. Photogrammetric Engineering and Remote Sensing, 63(8):

THE IMAGE REGISTRATION TECHNIQUE FOR HIGH RESOLUTION REMOTE SENSING IMAGE IN HILLY AREA

THE IMAGE REGISTRATION TECHNIQUE FOR HIGH RESOLUTION REMOTE SENSING IMAGE IN HILLY AREA THE IMAGE REGISTRATION TECHNIQUE FOR HIGH RESOLUTION REMOTE SENSING IMAGE IN HILLY AREA Gang Hong, Yun Zhang Department of Geodesy and Geomatics Engineering University of New Brunswick Fredericton, New

More information

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks HONG ZHENG Research Center for Intelligent Image Processing and Analysis School of Electronic Information

More information

Use of digital aerial camera images to detect damage to an expressway following an earthquake

Use of digital aerial camera images to detect damage to an expressway following an earthquake Use of digital aerial camera images to detect damage to an expressway following an earthquake Yoshihisa Maruyama & Fumio Yamazaki Department of Urban Environment Systems, Chiba University, Chiba, Japan.

More information

Traffic Control for a Swarm of Robots: Avoiding Group Conflicts

Traffic Control for a Swarm of Robots: Avoiding Group Conflicts Traffic Control for a Swarm of Robots: Avoiding Group Conflicts Leandro Soriano Marcolino and Luiz Chaimowicz Abstract A very common problem in the navigation of robotic swarms is when groups of robots

More information

GEOMETRIC RECTIFICATION OF EUROPEAN HISTORICAL ARCHIVES OF LANDSAT 1-3 MSS IMAGERY

GEOMETRIC RECTIFICATION OF EUROPEAN HISTORICAL ARCHIVES OF LANDSAT 1-3 MSS IMAGERY GEOMETRIC RECTIFICATION OF EUROPEAN HISTORICAL ARCHIVES OF LANDSAT -3 MSS IMAGERY Torbjörn Westin Satellus AB P.O.Box 427, SE-74 Solna, Sweden tw@ssc.se KEYWORDS: Landsat, MSS, rectification, orbital model

More information

AN ASSESSMENT OF SHADOW ENHANCED URBAN REMOTE SENSING IMAGERY OF A COMPLEX CITY - HONG KONG

AN ASSESSMENT OF SHADOW ENHANCED URBAN REMOTE SENSING IMAGERY OF A COMPLEX CITY - HONG KONG AN ASSESSMENT OF SHADOW ENHANCED URBAN REMOTE SENSING IMAGERY OF A COMPLEX CITY - HONG KONG Cheuk-Yan Wan*, Bruce A. King, Zhilin Li The Department of Land Surveying and Geo-Informatics, The Hong Kong

More information

AUTOMATED IMAGE INTERPRETABILITY ASSESSMENT BY EDGE PROFILE ANALYSIS OF NATURAL TARGETS

AUTOMATED IMAGE INTERPRETABILITY ASSESSMENT BY EDGE PROFILE ANALYSIS OF NATURAL TARGETS AUTOMATED IMAGE INTERPRETABILITY ASSESSMENT BY EDGE PROFILE ANALYSIS OF NATURAL TARGETS Taejung Kim*, Associate Professor Jae-In Kim*, Undergraduate Student Dongwook Kim**, Researcher Jaehoon Jeong*, PhD

More information

Towards an Automatic Road Lane Marks Extraction Based on Isodata Segmentation and Shadow Detection from Large-Scale Aerial Images

Towards an Automatic Road Lane Marks Extraction Based on Isodata Segmentation and Shadow Detection from Large-Scale Aerial Images Towards an Automatic Road Lane Marks Extraction Based on Isodata Segmentation and Shadow Detection from Key words: road marking extraction, ISODATA segmentation, shadow detection, aerial image SUMMARY

More information

METHODS FOR IMAGE FUSION QUALITY ASSESSMENT A REVIEW, COMPARISON AND ANALYSIS

METHODS FOR IMAGE FUSION QUALITY ASSESSMENT A REVIEW, COMPARISON AND ANALYSIS METHODS FOR IMAGE FUSION QUALITY ASSESSMENT A REVIEW, COMPARISON AND ANALYSIS Yun Zhang Department of Geodesy and Geomatics Engineering University of New Brunswick Fredericton, New Brunswick, Canada Email:

More information

The Application of Finite-difference Extended Kalman Filter in GPS Speed Measurement Yanjie Cao1, a

The Application of Finite-difference Extended Kalman Filter in GPS Speed Measurement Yanjie Cao1, a 4th International Conference on Machinery, Materials and Computing echnology (ICMMC 2016) he Application of Finite-difference Extended Kalman Filter in GPS Speed Measurement Yanjie Cao1, a 1 Department

More information

Advanced Techniques in Urban Remote Sensing

Advanced Techniques in Urban Remote Sensing Advanced Techniques in Urban Remote Sensing Manfred Ehlers Institute for Geoinformatics and Remote Sensing (IGF) University of Osnabrueck, Germany mehlers@igf.uni-osnabrueck.de Contents Urban Remote Sensing:

More information

COMBINATION OF OBJECT-BASED AND PIXEL-BASED IMAGE ANALYSIS FOR CLASSIFICATION OF VHR IMAGERY OVER URBAN AREAS INTRODUCTION

COMBINATION OF OBJECT-BASED AND PIXEL-BASED IMAGE ANALYSIS FOR CLASSIFICATION OF VHR IMAGERY OVER URBAN AREAS INTRODUCTION COMBINATION OF OBJECT-BASED AND PIXEL-BASED IMAGE ANALYSIS FOR CLASSIFICATION OF VHR IMAGERY OVER URBAN AREAS Bahram Salehi a, PhD Candidate Yun Zhang a, Professor Ming Zhong b, Associates Professor a

More information

GEO 428: DEMs from GPS, Imagery, & Lidar Tuesday, September 11

GEO 428: DEMs from GPS, Imagery, & Lidar Tuesday, September 11 GEO 428: DEMs from GPS, Imagery, & Lidar Tuesday, September 11 Global Positioning Systems GPS is a technology that provides Location coordinates Elevation For any location with a decent view of the sky

More information

DEM GENERATION WITH WORLDVIEW-2 IMAGES

DEM GENERATION WITH WORLDVIEW-2 IMAGES DEM GENERATION WITH WORLDVIEW-2 IMAGES G. Büyüksalih a, I. Baz a, M. Alkan b, K. Jacobsen c a BIMTAS, Istanbul, Turkey - (gbuyuksalih, ibaz-imp)@yahoo.com b Zonguldak Karaelmas University, Zonguldak, Turkey

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

Detecting Land Cover Changes by extracting features and using SVM supervised classification

Detecting Land Cover Changes by extracting features and using SVM supervised classification Detecting Land Cover Changes by extracting features and using SVM supervised classification ABSTRACT Mohammad Mahdi Mohebali MSc (RS & GIS) Shahid Beheshti Student mo.mohebali@gmail.com Ali Akbar Matkan,

More information

DIFFERENTIAL APPROACH FOR MAP REVISION FROM NEW MULTI-RESOLUTION SATELLITE IMAGERY AND EXISTING TOPOGRAPHIC DATA

DIFFERENTIAL APPROACH FOR MAP REVISION FROM NEW MULTI-RESOLUTION SATELLITE IMAGERY AND EXISTING TOPOGRAPHIC DATA DIFFERENTIAL APPROACH FOR MAP REVISION FROM NEW MULTI-RESOLUTION SATELLITE IMAGERY AND EXISTING TOPOGRAPHIC DATA Costas ARMENAKIS Centre for Topographic Information - Geomatics Canada 615 Booth Str., Ottawa,

More information

Automated speed detection of moving vehicles from remote sensing images

Automated speed detection of moving vehicles from remote sensing images Safety, Reliability and Risk of Structures, Infrastructures and Engineering Systems Furuta, Frangopol & Shinozuka (eds) 2010 Taylor & Francis Group, London, ISBN 978-0-415-47557-0 Automated speed detection

More information

Detection and Mitigation of Static Multipath in L1 Carrier Phase Measurements Using a Dual- Antenna Approach

Detection and Mitigation of Static Multipath in L1 Carrier Phase Measurements Using a Dual- Antenna Approach Detection and Mitigation of Static Multipath in L1 Carrier Phase Measurements Using a Dual- Antenna Approach M.C. Santos Department of Geodesy and Geomatics Engineering, University of New Brunswick, P.O.

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

EXAMPLES OF TOPOGRAPHIC MAPS PRODUCED FROM SPACE AND ACHIEVED ACCURACY CARAVAN Workshop on Mapping from Space, Phnom Penh, June 2000

EXAMPLES OF TOPOGRAPHIC MAPS PRODUCED FROM SPACE AND ACHIEVED ACCURACY CARAVAN Workshop on Mapping from Space, Phnom Penh, June 2000 EXAMPLES OF TOPOGRAPHIC MAPS PRODUCED FROM SPACE AND ACHIEVED ACCURACY CARAVAN Workshop on Mapping from Space, Phnom Penh, June 2000 Jacobsen, Karsten University of Hannover Email: karsten@ipi.uni-hannover.de

More information

IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS

IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS A Thesis Proposal By Marshall T. Cheek Submitted to the Office of Graduate Studies Texas A&M University

More information

GE 113 REMOTE SENSING

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

More information

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology Tatyana Bourke, Applanix Corporation Abstract This paper describes a post-processing software package that

More information

A Comparison of Predictive Parameter Estimation using Kalman Filter and Analysis of Variance

A Comparison of Predictive Parameter Estimation using Kalman Filter and Analysis of Variance A Comparison of Predictive Parameter Estimation using Kalman Filter and Analysis of Variance Asim ur Rehman Khan, Haider Mehdi, Syed Muhammad Atif Saleem, Muhammad Junaid Rabbani Multimedia Labs, National

More information

GPS data correction using encoders and INS sensors

GPS data correction using encoders and INS sensors GPS data correction using encoders and INS sensors Sid Ahmed Berrabah Mechanical Department, Royal Military School, Belgium, Avenue de la Renaissance 30, 1000 Brussels, Belgium sidahmed.berrabah@rma.ac.be

More information

Level I Signal Modeling and Adaptive Spectral Analysis

Level I Signal Modeling and Adaptive Spectral Analysis Level I Signal Modeling and Adaptive Spectral Analysis 1 Learning Objectives Students will learn about autoregressive signal modeling as a means to represent a stochastic signal. This differs from using

More information

INFORMATION CONTENT ANALYSIS FROM VERY HIGH RESOLUTION OPTICAL SPACE IMAGERY FOR UPDATING SPATIAL DATABASE

INFORMATION CONTENT ANALYSIS FROM VERY HIGH RESOLUTION OPTICAL SPACE IMAGERY FOR UPDATING SPATIAL DATABASE INFORMATION CONTENT ANALYSIS FROM VERY HIGH RESOLUTION OPTICAL SPACE IMAGERY FOR UPDATING SPATIAL DATABASE M. Alkan a, * a Department of Geomatics, Faculty of Civil Engineering, Yıldız Technical University,

More information

ANNUAL OF NAVIGATION 16/2010

ANNUAL OF NAVIGATION 16/2010 ANNUAL OF NAVIGATION 16/2010 STANISŁAW KONATOWSKI, MARCIN DĄBROWSKI, ANDRZEJ PIENIĘŻNY Military University of Technology VEHICLE POSITIONING SYSTEM BASED ON GPS AND AUTONOMIC SENSORS ABSTRACT In many real

More information

Unsupervised Pixel Based Change Detection Technique from Color Image

Unsupervised Pixel Based Change Detection Technique from Color Image Unsupervised Pixel Based Change Detection Technique from Color Image Hassan E. Elhifnawy Civil Engineering Department, Military Technical College, Egypt Summary Change detection is an important process

More information

COMPARISON OF INFORMATION CONTENTS OF HIGH RESOLUTION SPACE IMAGES

COMPARISON OF INFORMATION CONTENTS OF HIGH RESOLUTION SPACE IMAGES COMPARISON OF INFORMATION CONTENTS OF HIGH RESOLUTION SPACE IMAGES H. Topan*, G. Büyüksalih*, K. Jacobsen ** * Karaelmas University Zonguldak, Turkey ** University of Hannover, Germany htopan@karaelmas.edu.tr,

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

USE OF DIGITAL AERIAL IMAGES TO DETECT DAMAGES DUE TO EARTHQUAKES

USE OF DIGITAL AERIAL IMAGES TO DETECT DAMAGES DUE TO EARTHQUAKES USE OF DIGITAL AERIAL IMAGES TO DETECT DAMAGES DUE TO EARTHQUAKES Fumio Yamazaki 1, Daisuke Suzuki 2 and Yoshihisa Maruyama 3 ABSTRACT : 1 Professor, Department of Urban Environment Systems, Chiba University,

More information

Autonomous Underwater Vehicle Navigation.

Autonomous Underwater Vehicle Navigation. Autonomous Underwater Vehicle Navigation. We are aware that electromagnetic energy cannot propagate appreciable distances in the ocean except at very low frequencies. As a result, GPS-based and other such

More information

On the Estimation of Interleaved Pulse Train Phases

On the Estimation of Interleaved Pulse Train Phases 3420 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 48, NO. 12, DECEMBER 2000 On the Estimation of Interleaved Pulse Train Phases Tanya L. Conroy and John B. Moore, Fellow, IEEE Abstract Some signals are

More information

Optimized Indoor Positioning for static mode smart devices using BLE

Optimized Indoor Positioning for static mode smart devices using BLE Optimized Indoor Positioning for static mode smart devices using BLE Quang Huy Nguyen, Princy Johnson, Trung Thanh Nguyen and Martin Randles Faculty of Engineering and Technology, Liverpool John Moores

More information

Supplementary Figures

Supplementary Figures Supplementary Figures Supplementary Figure 1. The schematic of the perceptron. Here m is the index of a pixel of an input pattern and can be defined from 1 to 320, j represents the number of the output

More information

Digital Photogrammetry. Presented by: Dr. Hamid Ebadi

Digital Photogrammetry. Presented by: Dr. Hamid Ebadi Digital Photogrammetry Presented by: Dr. Hamid Ebadi Background First Generation Analog Photogrammetry Analytical Photogrammetry Digital Photogrammetry Photogrammetric Generations 2000 digital photogrammetry

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

Report 3. Kalman or Wiener Filters

Report 3. Kalman or Wiener Filters 1 Embedded Systems WS 2014/15 Report 3: Kalman or Wiener Filters Stefan Feilmeier Facultatea de Inginerie Hermann Oberth Master-Program Embedded Systems Advanced Digital Signal Processing Methods Winter

More information

RAPS, radio propagation simulator for CBTC system

RAPS, radio propagation simulator for CBTC system Computers in Railways XIII 111 RAPS, radio propagation simulator for CBTC system J. Liang 1, J. M. Mera 3, C. Briso 3, I. Gómez-Rey 3, A. Garcerán 3, J. Maroto 3, K. Katsuta 2, T. Inoue 1 & T. Tsutsumi

More information

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System)

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) ISSC 2013, LYIT Letterkenny, June 20 21 Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) Thomas O Kane and John V. Ringwood Department of Electronic Engineering National University

More information

Assessment of Unmanned Aerial Vehicle for Management of Disaster Information

Assessment of Unmanned Aerial Vehicle for Management of Disaster Information Journal of the Korea Academia-Industrial cooperation Society Vol. 16, No. 1 pp. 697-702, 2015 http://dx.doi.org/10.5762/kais.2015.16.1.697 ISSN 1975-4701 / eissn 2288-4688 Assessment of Unmanned Aerial

More information

Image interpretation. Aliens create Indian Head with an ipod? Badlands Guardian (CBC) This feature can be found 300 KMs SE of Calgary.

Image interpretation. Aliens create Indian Head with an ipod? Badlands Guardian (CBC) This feature can be found 300 KMs SE of Calgary. Image interpretation Aliens create Indian Head with an ipod? Badlands Guardian (CBC) This feature can be found 300 KMs SE of Calgary. 50 1 N 110 7 W Milestones in the History of Remote Sensing 19 th century

More information

Topographic mapping from space K. Jacobsen*, G. Büyüksalih**

Topographic mapping from space K. Jacobsen*, G. Büyüksalih** Topographic mapping from space K. Jacobsen*, G. Büyüksalih** * Institute of Photogrammetry and Geoinformation, Leibniz University Hannover ** BIMTAS, Altunizade-Istanbul, Turkey KEYWORDS: WorldView-1,

More information

Improved SIFT Matching for Image Pairs with a Scale Difference

Improved SIFT Matching for Image Pairs with a Scale Difference Improved SIFT Matching for Image Pairs with a Scale Difference Y. Bastanlar, A. Temizel and Y. Yardımcı Informatics Institute, Middle East Technical University, Ankara, 06531, Turkey Published in IET Electronics,

More information

ON THE CREATION OF PANORAMIC IMAGES FROM IMAGE SEQUENCES

ON THE CREATION OF PANORAMIC IMAGES FROM IMAGE SEQUENCES ON THE CREATION OF PANORAMIC IMAGES FROM IMAGE SEQUENCES Petteri PÖNTINEN Helsinki University of Technology, Institute of Photogrammetry and Remote Sensing, Finland petteri.pontinen@hut.fi KEY WORDS: Cocentricity,

More information

ENHANCEMENT OF THE RADIOMETRIC IMAGE QUALITY OF PHOTOGRAMMETRIC SCANNERS.

ENHANCEMENT OF THE RADIOMETRIC IMAGE QUALITY OF PHOTOGRAMMETRIC SCANNERS. ENHANCEMENT OF THE RADIOMETRIC IMAGE QUALITY OF PHOTOGRAMMETRIC SCANNERS Klaus NEUMANN *, Emmanuel BALTSAVIAS ** * Z/I Imaging GmbH, Oberkochen, Germany neumann@ziimaging.de ** Institute of Geodesy and

More information

LPR Camera Installation and Configuration Manual

LPR Camera Installation and Configuration Manual LPR Camera Installation and Configuration Manual 1.Installation Instruction 1.1 Installation location The camera should be installed behind the barrier and facing the vehicle direction as illustrated in

More information

Geometry of Aerial Photographs

Geometry of Aerial Photographs Geometry of Aerial Photographs Aerial Cameras Aerial cameras must be (details in lectures): Geometrically stable Have fast and efficient shutters Have high geometric and optical quality lenses They can

More information

A New Method to Fusion IKONOS and QuickBird Satellites Imagery

A New Method to Fusion IKONOS and QuickBird Satellites Imagery A New Method to Fusion IKONOS and QuickBird Satellites Imagery Juliana G. Denipote, Maria Stela V. Paiva Escola de Engenharia de São Carlos EESC. Universidade de São Paulo USP {judeni, mstela}@sel.eesc.usp.br

More information

Dipl.-Ing. Wanda Benešová PhD., vgg.fiit.stuba.sk, FIIT, Bratislava, Vision & Graphics Group. Kalman Filter

Dipl.-Ing. Wanda Benešová PhD., vgg.fiit.stuba.sk, FIIT, Bratislava, Vision & Graphics Group. Kalman Filter Kalman Filter Published In 1960 by R.E. Kalman The Kalman filter is an efficient recursive filter that estimates the state of a dynamic system from a series of incomplete and noisy measurements. Kalman

More information

Automatic geo-registration of satellite imagery

Automatic geo-registration of satellite imagery Fjärranalysdagarna 10-11 mars 2009 Automatic geo-registration of satellite imagery Torbjörn Westin Lars-Åke Edgardh Ian Spence Spacemetric AB www.spacemetric.com Keystone Image Server Keystone is an automatic

More information

Satellite Data Used in Land Development

Satellite Data Used in Land Development 4.95 Satellite Data Used in Land Development There s been much speculation that satellite data will one day replace traditional aerial photography for photogrammetric applications. Yet even with the latest

More information

Chapter 1 Overview of imaging GIS

Chapter 1 Overview of imaging GIS Chapter 1 Overview of imaging GIS Imaging GIS, a term used in the medical imaging community (Wang 2012), is adopted here to describe a geographic information system (GIS) that displays, enhances, and facilitates

More information

INTEGRATED DEM AND PAN-SHARPENED SPOT-4 IMAGE IN URBAN STUDIES

INTEGRATED DEM AND PAN-SHARPENED SPOT-4 IMAGE IN URBAN STUDIES INTEGRATED DEM AND PAN-SHARPENED SPOT-4 IMAGE IN URBAN STUDIES G. Doxani, A. Stamou Dept. Cadastre, Photogrammetry and Cartography, Aristotle University of Thessaloniki, GREECE gdoxani@hotmail.com, katerinoudi@hotmail.com

More information

EE 6422 Adaptive Signal Processing

EE 6422 Adaptive Signal Processing EE 6422 Adaptive Signal Processing NANYANG TECHNOLOGICAL UNIVERSITY SINGAPORE School of Electrical & Electronic Engineering JANUARY 2009 Dr Saman S. Abeysekera School of Electrical Engineering Room: S1-B1c-87

More information

High Resolution Sensor Test Comparison with SPOT, KFA1000, KVR1000, IRS-1C and DPA in Lower Saxony

High Resolution Sensor Test Comparison with SPOT, KFA1000, KVR1000, IRS-1C and DPA in Lower Saxony High Resolution Sensor Test Comparison with SPOT, KFA1000, KVR1000, IRS-1C and DPA in Lower Saxony K. Jacobsen, G. Konecny, H. Wegmann Abstract The Institute for Photogrammetry and Engineering Surveys

More information

Urban Road Network Extraction from Spaceborne SAR Image

Urban Road Network Extraction from Spaceborne SAR Image Progress In Electromagnetics Research Symposium 005, Hangzhou, hina, ugust -6 59 Urban Road Network Extraction from Spaceborne SR Image Guangzhen ao and Ya-Qiu Jin Fudan University, hina bstract two-step

More information

LOCAL DEFORMATION MONITORING USING REAL-TIME GPS KINEMATIC TECHNOLOGY: INITIAL STUDY

LOCAL DEFORMATION MONITORING USING REAL-TIME GPS KINEMATIC TECHNOLOGY: INITIAL STUDY LOCAL DEFORMATION MONITORING USING REAL-TIME GPS KINEMATIC TECHNOLOGY: INITIAL STUDY Donghyun (Don) Kim, Richard B. Langley, Jason Bond, and Adam Chrzanowski Department of Geodesy and Geomatics Engineering

More information

Adaptive Correction Method for an OCXO and Investigation of Analytical Cumulative Time Error Upperbound

Adaptive Correction Method for an OCXO and Investigation of Analytical Cumulative Time Error Upperbound Adaptive Correction Method for an OCXO and Investigation of Analytical Cumulative Time Error Upperbound Hui Zhou, Thomas Kunz, Howard Schwartz Abstract Traditional oscillators used in timing modules of

More information

RADIOMETRIC AND GEOMETRIC CHARACTERISTICS OF PLEIADES IMAGES

RADIOMETRIC AND GEOMETRIC CHARACTERISTICS OF PLEIADES IMAGES RADIOMETRIC AND GEOMETRIC CHARACTERISTICS OF PLEIADES IMAGES K. Jacobsen a, H. Topan b, A.Cam b, M. Özendi b, M. Oruc b a Leibniz University Hannover, Institute of Photogrammetry and Geoinformation, Germany;

More information

Optical Performance of Nikon F-Mount Lenses. Landon Carter May 11, Measurement and Instrumentation

Optical Performance of Nikon F-Mount Lenses. Landon Carter May 11, Measurement and Instrumentation Optical Performance of Nikon F-Mount Lenses Landon Carter May 11, 2016 2.671 Measurement and Instrumentation Abstract In photographic systems, lenses are one of the most important pieces of the system

More information

Building Damage Mapping of the 2006 Central Java, Indonesia Earthquake Using High-Resolution Satellite Images

Building Damage Mapping of the 2006 Central Java, Indonesia Earthquake Using High-Resolution Satellite Images 4th International Workshop on Remote Sensing for Post-Disaster Response, 25-26 Sep. 2006, Cambridge, UK Building Damage Mapping of the 2006 Central Java, Indonesia Earthquake Using High-Resolution Satellite

More information

Sensor Data Fusion Using Kalman Filter

Sensor Data Fusion Using Kalman Filter Sensor Data Fusion Using Kalman Filter J.Z. Sasiade and P. Hartana Department of Mechanical & Aerospace Engineering arleton University 115 olonel By Drive Ottawa, Ontario, K1S 5B6, anada e-mail: jsas@ccs.carleton.ca

More information

Image Fusion. Pan Sharpening. Pan Sharpening. Pan Sharpening: ENVI. Multi-spectral and PAN. Magsud Mehdiyev Geoinfomatics Center, AIT

Image Fusion. Pan Sharpening. Pan Sharpening. Pan Sharpening: ENVI. Multi-spectral and PAN. Magsud Mehdiyev Geoinfomatics Center, AIT 1 Image Fusion Sensor Merging Magsud Mehdiyev Geoinfomatics Center, AIT Image Fusion is a combination of two or more different images to form a new image by using certain algorithms. ( Pohl et al 1998)

More information

Detection and Animation of Damage Using Very High-Resolution Satellite Data Following the 2003 Bam, Iran, Earthquake

Detection and Animation of Damage Using Very High-Resolution Satellite Data Following the 2003 Bam, Iran, Earthquake Detection and Animation of Damage Using Very High-Resolution Satellite Data Following the 2003 Bam, Iran, Earthquake Tuong Thuy Vu, a M.EERI, Masashi Matsuoka, a M.EERI, and Fumio Yamazaki, b M.EERI The

More information

Suggested Solutions to Examination SSY130 Applied Signal Processing

Suggested Solutions to Examination SSY130 Applied Signal Processing Suggested Solutions to Examination SSY13 Applied Signal Processing 1:-18:, April 8, 1 Instructions Responsible teacher: Tomas McKelvey, ph 81. Teacher will visit the site of examination at 1:5 and 1:.

More information

Outlier-Robust Estimation of GPS Satellite Clock Offsets

Outlier-Robust Estimation of GPS Satellite Clock Offsets Outlier-Robust Estimation of GPS Satellite Clock Offsets Simo Martikainen, Robert Piche and Simo Ali-Löytty Tampere University of Technology. Tampere, Finland Email: simo.martikainen@tut.fi Abstract A

More information

Extended Kalman Filtering

Extended Kalman Filtering Extended Kalman Filtering Andre Cornman, Darren Mei Stanford EE 267, Virtual Reality, Course Report, Instructors: Gordon Wetzstein and Robert Konrad Abstract When working with virtual reality, one of the

More information

AUTOMATIC DETECTION OF HEDGES AND ORCHARDS USING VERY HIGH SPATIAL RESOLUTION IMAGERY

AUTOMATIC DETECTION OF HEDGES AND ORCHARDS USING VERY HIGH SPATIAL RESOLUTION IMAGERY AUTOMATIC DETECTION OF HEDGES AND ORCHARDS USING VERY HIGH SPATIAL RESOLUTION IMAGERY Selim Aksoy Department of Computer Engineering, Bilkent University, Bilkent, 06800, Ankara, Turkey saksoy@cs.bilkent.edu.tr

More information

Generation of Klobuchar Coefficients for Ionospheric Error Simulation

Generation of Klobuchar Coefficients for Ionospheric Error Simulation Research Paper J. Astron. Space Sci. 27(2), 11722 () DOI:.14/JASS..27.2.117 Generation of Klobuchar Coefficients for Ionospheric Error Simulation Chang-Moon Lee 1, Kwan-Dong Park 1, Jihyun Ha 2, and Sanguk

More information

A Prototype Wire Position Monitoring System

A Prototype Wire Position Monitoring System LCLS-TN-05-27 A Prototype Wire Position Monitoring System Wei Wang and Zachary Wolf Metrology Department, SLAC 1. INTRODUCTION ¹ The Wire Position Monitoring System (WPM) will track changes in the transverse

More information

Camera Calibration Certificate No: DMC III 27542

Camera Calibration Certificate No: DMC III 27542 Calibration DMC III Camera Calibration Certificate No: DMC III 27542 For Peregrine Aerial Surveys, Inc. #201 1255 Townline Road Abbotsford, B.C. V2T 6E1 Canada Calib_DMCIII_27542.docx Document Version

More information

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE WIND VELOCIY ESIMAION WIHOU AN AIR SPEED SENSOR USING KALMAN FILER UNDER HE COLORED MEASUREMEN NOISE Yong-gonjong Par*, Chan Goo Par** Department of Mechanical and Aerospace Eng/Automation and Systems

More information

Tutorial 10 Information extraction from high resolution optical satellite sensors

Tutorial 10 Information extraction from high resolution optical satellite sensors Tutorial 10 Information extraction from high resolution optical satellite sensors Karsten Jacobsen 1, Emmanuel Baltsavias 2, David Holland 3 1 University of, Nienburger Strasse 1, D-30167, Germany, jacobsen@ipi.uni-hannover.de

More information

Abstract Quickbird Vs Aerial photos in identifying man-made objects

Abstract Quickbird Vs Aerial photos in identifying man-made objects Abstract Quickbird Vs Aerial s in identifying man-made objects Abdullah Mah abdullah.mah@aramco.com Remote Sensing Group, emap Division Integrated Solutions Services Department (ISSD) Saudi Aramco, Dhahran

More information

Chapter 2 Implementation of Kalman Filter to Monitor the Level Fluctuations in a Dam Using FPGA

Chapter 2 Implementation of Kalman Filter to Monitor the Level Fluctuations in a Dam Using FPGA Chapter 2 Implementation of Kalman Filter to Monitor the Level Fluctuations in a Dam Using FPGA K. Shashank, Nitin Ravi, M. Rakshith and J. V. Alamelu Abstract In this paper we study the design, implementation

More information

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

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

More information

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE International Journal of Technology (2011) 1: 56 64 ISSN 2086 9614 IJTech 2011 IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE Djamhari Sirat 1, Arman D. Diponegoro

More information

CHARACTERISTICS OF REMOTELY SENSED IMAGERY. Spatial Resolution

CHARACTERISTICS OF REMOTELY SENSED IMAGERY. Spatial Resolution CHARACTERISTICS OF REMOTELY SENSED IMAGERY Spatial 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

A Signal Space Theory of Interferences Cancellation Systems

A Signal Space Theory of Interferences Cancellation Systems A Signal Space Theory of Interferences Cancellation Systems Osamu Ichiyoshi Human Network for Better 21 Century E-mail: osamu-ichiyoshi@muf.biglobe.ne.jp Abstract Interferences among signals from different

More information

On Surfaces of Revolution whose Mean Curvature is Constant

On Surfaces of Revolution whose Mean Curvature is Constant On Surfaces of Revolution whose Mean Curvature is Constant Ch. Delaunay May 4, 2002 When one seeks a surface of given area enclosing a maximal volume, one finds that the equation this surface must satisfy

More information

Multispectral Fusion for Synthetic Aperture Radar (SAR) Image Based Framelet Transform

Multispectral Fusion for Synthetic Aperture Radar (SAR) Image Based Framelet Transform Radar (SAR) Image Based Transform Department of Electrical and Electronic Engineering, University of Technology email: Mohammed_miry@yahoo.Com Received: 10/1/011 Accepted: 9 /3/011 Abstract-The technique

More information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Mohd Firdaus Zakaria, Shahrel A. Suandi Intelligent Biometric Group, School of Electrical and Electronics Engineering,

More information

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

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

More information

TEMPORAL DIFFERENCE LEARNING IN CHINESE CHESS

TEMPORAL DIFFERENCE LEARNING IN CHINESE CHESS TEMPORAL DIFFERENCE LEARNING IN CHINESE CHESS Thong B. Trinh, Anwer S. Bashi, Nikhil Deshpande Department of Electrical Engineering University of New Orleans New Orleans, LA 70148 Tel: (504) 280-7383 Fax:

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

Statistical Analysis of SPOT HRV/PA Data

Statistical Analysis of SPOT HRV/PA Data Statistical Analysis of SPOT HRV/PA Data Masatoshi MORl and Keinosuke GOTOR t Department of Management Engineering, Kinki University, Iizuka 82, Japan t Department of Civil Engineering, Nagasaki University,

More information

Sun glint correction of very high spatial resolution images

Sun glint correction of very high spatial resolution images Sun glint correction of very high spatial resolution images G. Doxani, M. Papadopoulou, P. Lafazani, M. Tsakiri - Strati, E. Mavridou Department of Cadastre, Photogrammetry and Cartography, Aristotle University

More information

MULTI-SENSOR DATA FUSION OF VNIR AND TIR SATELLITE IMAGERY

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

More information

Geomatica OrthoEngine v10.2 Tutorial DEM Extraction of WorldView-1 Data

Geomatica OrthoEngine v10.2 Tutorial DEM Extraction of WorldView-1 Data Geomatica OrthoEngine v10.2 Tutorial DEM Extraction of WorldView-1 Data WorldView 1, launched on September 18, 2007, offers a panchromatic imagery at a very high resolution of 50 cm at nadir. The key benefits

More information

to Geospatial Technologies

to Geospatial Technologies What s in a Pixel? A Primer for Remote Sensing What s in a Pixel Development UNH Cooperative Extension Geospatial Technologies Training Center Shane Bradt UConn Cooperative Extension Geospatial Technology

More information

Creating a Sketchbook in Sketchbook Designer based on a photo and Reusing it in AutoCAD

Creating a Sketchbook in Sketchbook Designer based on a photo and Reusing it in AutoCAD Autodesk Design Suite 2012 Autodesk SketchBook Designer 2012 Tip Guides Creating a Sketchbook in Sketchbook Designer based on a photo and Reusing it in AutoCAD In this section you will learn the following:

More information

IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1

IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1 A Mixed Radiometric Normalization Method for Mosaicking of High-Resolution Satellite Imagery Yongjun Zhang, Lei Yu, Mingwei Sun, and Xinyu Zhu Abstract

More information

A MULTISTAGE APPROACH FOR DETECTING AND CORRECTING SHADOWS IN QUICKBIRD IMAGERY

A MULTISTAGE APPROACH FOR DETECTING AND CORRECTING SHADOWS IN QUICKBIRD IMAGERY A MULTISTAGE APPROACH FOR DETECTING AND CORRECTING SHADOWS IN QUICKBIRD IMAGERY Jindong Wu, Assistant Professor Department of Geography California State University, Fullerton 800 North State College Boulevard

More information

NOISE REDUCTION IN MULTIPLE RFID SENSOR SYSTEMS USED IN AEROSPACE ENGINEERING

NOISE REDUCTION IN MULTIPLE RFID SENSOR SYSTEMS USED IN AEROSPACE ENGINEERING SCIENTIFIC RESEARCH AND EDUCATION IN THE AIR FORCE AFASES2017 NOISE REDUCTION IN MULTIPLE RFID SENSOR SYSTEMS USED IN AEROSPACE ENGINEERING Andrei-Mihai LUCHIAN *, Mircea BOȘCOIANU **, Elena-Corina BOŞCOIANU

More information

An Approach to Korean License Plate Recognition Based on Vertical Edge Matching

An Approach to Korean License Plate Recognition Based on Vertical Edge Matching An Approach to Korean License Plate Recognition Based on Vertical Edge Matching Mei Yu and Yong Deak Kim Ajou University Suwon, 442-749, Korea Abstract License plate recognition (LPR) has many applications

More information

Image Change Tutorial

Image Change Tutorial Image Change Tutorial In this tutorial, you will use the Image Change workflow to compare two images of an area over Indonesia that was impacted by the December 26, 2004 tsunami. The first image is a before

More information

A Comparison Between Camera Calibration Software Toolboxes

A Comparison Between Camera Calibration Software Toolboxes 2016 International Conference on Computational Science and Computational Intelligence A Comparison Between Camera Calibration Software Toolboxes James Rothenflue, Nancy Gordillo-Herrejon, Ramazan S. Aygün

More information