07ATC 22 Image Exploitation System for Airborne Surveillance

Size: px
Start display at page:

Download "07ATC 22 Image Exploitation System for Airborne Surveillance"

Transcription

1 07ATC 22 Image Exploitation System for Airborne Surveillance Karunakaran. P, Frederick Mathews, S.H.Padmanabhan, T.K.Sateesh HCL Technologies, India Copyright 2007 SAE International ABSTRACT The operational design of Image exploitation system to process real time video and flight data acquired by an Unmanned Aerial Vehicle is presented. The system comprises of image processing tasks along with image processing applications embedded on vision processor board. Image exploitation makes use of image processing algorithms for information extraction using selective and adaptive techniques such as image enhancements, filtering, automatic target tracking, and computation of geo-reference location of target. The system operates in real time mode to display mission parameters on a multi display system. The results indicated the system is qualified to be used for surveillance applications. A sample set of the results are presented. INTRODUCTION Airborne surveillance has been widely used in different range of applications in civilian and military applications, such as search and rescue missions, border security, resource exploration, wildfire and oil spill detection, target tracking, surveillance, etc [1]. The unmanned airborne vehicle is equipped with special sensors (day/ night) to image objects in ground and assigns the actual recognition task (surveillance) to the crew or record image data and analyze them off-line on the ground. Pilot less airborne vehicle with sensors carrying platforms transmitting data to a ground control station for analysis and data interpretation. Description of Image exploitation system developed to acquire and process real time video with flight data of a pilot less vehicle while flying over a specified area is presented. The system is generic in nature for image processing algorithms and techniques essentially for any airborne vehicles. IMAGE EXPLOITATION Image exploitation is a process carried out by acquisition and processing of sensory information of a scene or targets for surveillance applications.this process involves processing large volume of image data acquired by multi sensor such as optical, infrared and radar data. For Information extraction and quick analysis the image data has to be processed using fast computational image processing algorithms and efficient embedded processor [2, 3]. This involves development of automated image exploitation tools such as selective and adaptive image enhancements,filtering,boundary detection of targets, feature extraction,target acquisition and tracking, identifying geo location of the target, Zooming,target area measurements, etc. The results of processing are stored in a mission data base for further analysis and interpretation by decision makers. Image exploitation system developed consists of hardware and exploitation software for processing aerial vehicle data. The hardware system consists of the following components: an Industrial PC, Frame grabber, embedded vision processor and a graphic card for multiple displays. The image exploitation system has built in tools with functional features to acquire, store, retrieve, process, analyze, interpret and display information from imagery during a vehicle mission.the data captured by the camera is transferred to work station and analyzed to provide imagery information. Imagery information is in the form of video clips, video frames and the corresponding flight data, the calculated location of the targets and related information.the extraction and exploitation of imagery intelligence from aerial surveillance enhances understanding and interpretation of scene contents, allows vehicle to see distant targets, and enhances surveillance capabilities. The block diagram of the image exploitation system is given in figure 1.

2 Figure 1 Block diagram of imaging system SYSTEM DEVELOPMENT The hardware architecture of Image exploitation system core consists of a Computing System (Industrial PC) with multiple imaging boards, frame grabber card, graphics card to support multiple displays, and network interface card along with supporting peripherals. The Host PC is connected to 3 Embedded Vision Processor (EVP) cards (256 MB RAM) with add-on modules and a Frame Grabber card (FG).The EVPs and the FG boards are interconnected through the on-board Auxiliary Bus to ensure data transfers are carried out independently of the PCI bus as given below in Figure 2. PC s Graphics card (Dual display 256 MB DDR memory) and the output of each embedded processor is viewed on separate monitors connected and controlled by graphics card on embedded processor board. Real-time imaging applications require high data bandwidth from the video source to the display output [4]. These systems also demand very low latencies from the processing system because a human operator is badly affected by any apparent lag between the input image and the presented image when in a moving platform (such as an aircraft). This means that the processing delays in the system need to be minimized and often kept below 12.5 fps (which is a typical frame time). Add to this further complex operations (Image processing algorithms) need to be applied to each and every pixel, perhaps several times. Real time Video image processing is realized by using the EVP, optimized image processing library and distributing the image processing functions to multiple EVP. Image acquisition and processing is done in parallel and the data goes to host as well as EVP. One such framework is to use the processing ability of multiple embedded processors where 80 ms is the required time to process 1 frame and 3 embedded boards are used for fast processing of images. Further an auxiliary bus with multicast mode allows images to be sent for concurrent processing on two or more embedded processors.the Software architecture of the system with application layer, hardware layer and interface layer is given in Figure 3 as below. Figure 2 Host Interface The Frame Grabber digitizes the incoming PAL analog video (color/grayscale) of 25 frames/sec (1 Frame 768x576) and transfers it (120 MB/sec) to Host PC via PCI bus or to embedded processor via dedicated data bus called AB (Auxiliary Bus). AB is a dedicated bus that makes transfer of video from Frame grabber to embedded processor at a very high speed (200 MB/sec) and bandwidth with out depending or affecting the Host PC. The output of the video capture and processing are viewed on the HOST PC s monitor through the HOST Figure 3 Software Architecture Diagram APPLICATION SOFTWARE Image exploitation system contains application software which extracts and exploits the information of aerial imagery obtained from onboard sensors mounted on UAV or other reconnaissance platforms. The output is obtained from the exploitation of aerial video imagery captured by camera mounted on UAV with Flight telemetry data.imagery intelligence is obtained by applying image processing techniques and algorithms

3 where target feature information is extracted automatically from real time video data for image analysis. The basic input to the application software is the flight video image and data captured by the unmanned mission. The system processes the images using Image processing application software which displays input and processed images for analysis. Some of the processing functions required by users are as follows: 1. Mission settings, acquisition of video flight data and image display. 2. Video Image analysis using Image Processing functions such as Enhancements, edge detection, filtering, zooming, etc. 3. User interaction and processing such as single frame and multiple frame target calculation, terrain measurements, area based retrieval, etc. 4. Real time target tracking from video images. 5. Real time Plotting of flight parameters (Health). 6. Creating,updating and retrieval of Imagery intelligence database 7. Printing and saving the image file data in a CD. METHODOLGY The methodology is based on the development of fully automated decision criteria tools [3, 5 and 6] for feature information extraction from video images which involves various image processing algorithms such as: 1. Video Image enhancement techniques for selective (linear and non-linear enhancements) and automatic enhancements to search for a target region in the video imagery. In selective mode of enhancement user has an option to select standard enhancement techniques such as Histogram equalization, contrast stretching, contrast stretching with clipping population on a single tail or both tails of the image histogram. Enhancement techniques are also applied on a moving window of user specified size in the video image to assist user in selection of target. Once the target is selected by user, various parameters for input image are calculated such as average intensity, standard deviation and Intensity histogram. Adaptive video Image enhancement techniques are applied for real time enhancement using lookup table [LUTs]. Lookup table is created based on derived Image statistics [Range, entropy, coefficient of variation, mean and contrast] obtained from real time video Image data as given in table 1. Table 1 Image Information Statistics Analyzing various data sets it is found that contrast information derived is more stable than other image statistics as it depends more on grey level range in the scene data. Contrast information is derived from real time video image data as : Contrast (%) = Max GL Min GL / Max GL + Min GL where Max GL and Min GL are the maximum and minimum gray level from input image. LUTs are created based on the input image contrast computed and corresponding LUTs are assigned in real time for Image enhancement. 2. Target region processing {TRP] tools to process user selected region of the video frame.option to select various Image filtering techniques (Low pass and high pass, median),image sharpening tools, selected area zooming, Edge boundary information of the target area by various edge detection (Sobel, Canny,Laplace,Robert, etc ) and to display all the processed output. 3 Target tracking tool to track a particular target in the video frame using template pattern matching algorithm.the algorithm is based on normalized cross correlation method. The Position of target in the first image is identified as Window area and the target in the subsequent frame is identified as Search area.the problem is then to estimate the position of the template in subsequent images. Normalized correlation template matching algorithm is used to search target in the subsequent frame and to estimate the position of the target accurately. 4 Algorithm for computation of geo referenced position of the target selected by the user using the flight data. By click of mouse on target, the look angle, slant range, easting/northing or Latitude and longitude of the selected area is displayed on Map. 5 Algorithm for retrieval of area based target within a user specified area. Retrieves the targets that lie within the user defined area or the maximum Range of search. Area to be specified in terms of Circular range around the current UAV position. 6 Tool for Real time Flight parameters display such as Roll, Pitch, azimuth, altitude and heading angle of the Vehicle. 7 Algorithm for Terrain measurement and to measure specific terrain features. Measures includes linear distance on ground, tracing of curvilinear path, area coverage of interesting region and perimeter. RESULTS The basic input to the Image exploitation system consists of mission path, probable target locations and map data. During a mission Image exploitation system

4 acquires image data from the camera and flight parameters from onboard systems. Frame grabber digitizes image data and transfers it to Host PC and multiple embedded processor boards. Application software in host uses multiple embedded processor boards to achieve real time image processing, analysis and display of various parameters to user during mission. Application software is tested using the playback flight video image and data captured by the unmanned mission in a form of DVD connected to the embedded vision system. The system processes the images using Image processing application software in the form GUI menu which displays input and processed images for analysis. Video data with flight parameters is processed in real time where Roll, Pitch, heading, height of the the vehicle, azimuth, elevation are displayed in meter display as given in Figure 4.. The geo-referenced location of the target position on the ground is computed from a single and multiple frames associated with the target using flight data parameters. Once the user clicks a Target, the Look Angle, Slant Range, Easting/ Northing or Latitude and Longitude of the selected target is displayed with the target image as given in figure 7. Figure 7 Target Position computation A Target Tracking function is developed to track the particular target(s) in the video frame using template matching techniques. Window frame area of target frame is matched with searched area window of the next frame using normalized cross correlation as a similarity measure. A sample result of tracking is given in Figure 8 as below. Figure 4 Real Time Video Image display. A sample result of a moving window area enhancement is given in figure 5. Figure 8 Sample Target Tracking Figure 5. Moving window Area Enhancement Target region processing of a target region in the video frames with variable window sizes and image Processing algorithms such as edge detection /enhancement/ Zooming/sharpening tools, etc is applied for selected area.a sample results of processing is given in figure 6. Figure 6 Selected area Image Processing Target area measurements on ground are computed using the geo-referenced values. Target area is selected by the user on a freezed frame. Distance, area and perimeter of the target are computed using Euclidian distance and it is displayed on map/ zoomed map. User has an option to select and view previous video frames of the incoming video with specified frame interval for analysis. Whenever user acquires a target in the host, this module displays the list of last few target images. Further user can retrieve targets that lay within the user defined or the maximum range of search.when user access this module, dialog is displayed with UAV current position and all target locations on the map. Retrieve target list is maintained where user can see the target details: Target name, easting, Northing, distance from the current location, look angle,azimuth and elevation with the target images in the form of context diagram as given in figure 9

5 . REFERENCES [1] M.Kontitsis, Kimon P. Valavanis et al. A UAV Vision System for Airborne Surveillance, Proceedings of the 2004 IEEE, International Conference on Robotics & Automation, New Orleans, LA, April 2004 P [2] P. Doherty et. al, The WITAS unmanned aerial vehicle Project.In. Proc. of the 14 th European conf. of. Artificial Intelligence, [3] Brian Hoerl, ARIES migrates Image Exploitation to UAVs, VME bus Systems, Mercury /Aug 2005 Figure 9 Target Image Retrieval An Image intelligence database is generated for Targets such as geo-location of the target, normalized view of the target, history information, Video clipping, and auxiliary data like survey maps, satellite image and digital elevation model, etc. CONCLUSION This study demonstrate the development of a image exploitation system with potential of using image processing tools for processing real time video and flight data for an unmanned aerial vehicle. The image exploitation system is developed using multiple embedded processing boards connected to the host and results of processing is displayed in multiple displays using graphic card. Real time Video Image acquisition and image analysis using multiple embedded processor with optimized image algorithms library is realized.the work involves the design and development of the system meeting project specific requirements and integrating the hardware, software features. The system is tested using simulated flight data collected for a surveillance mission. The advantages of this architecture being scalable and flexible to increase embedded processor boards as per requirement. To maximize productivity and minimize the decision making cycle of the request, algorithm parallelism effort will seek to achieve better latency. Further exploration of multiple sensor and study of fusion techniques may improve target detection performance. [4] Jamie Heather & Moira Smith, Analysis of Registration requirements & Techniques for Imaging Sensor Suites on UVs, 1st SEAS DTC Technical Conference Edinburgh 2006, [5] R. Gonzalez and R. Woods, Digital image Processing, Addison Wesley, [6] Paul Robertson et al. Adaptive image analysis for Aerial Surveillance, IEEE Intelligent systems, IEEE 1999, P-1094 ACKNOWLEDGMENTS Authors gratefully acknowledge Dr. Jharna Majumdar for her constant encouragement and technical guidance throughout the project.

Remote Sensing Sensor Integration

Remote Sensing Sensor Integration Remote Sensing Sensor Integration Erica Tharp LiDAR Supervisor Table of Contents About 3001 International Inc Remote Sensing Platforms Why Sensor Integration? Technical Aspects of Sensor Integration Limitations

More information

LiDAR & Orthophoto Data Report

LiDAR & Orthophoto Data Report LiDAR & Orthophoto Data Report Tofino Flood Plain Mapping Data collected and prepared for: District of Tofino, BC 121 3 rd Street Tofino, BC V0R 2Z0 Eagle Mapping Ltd. #201 2071 Kingsway Ave Port Coquitlam,

More information

Hydra Fusion Tools. Capabilities Guide. Real-time 3D Reconstructions

Hydra Fusion Tools. Capabilities Guide. Real-time 3D Reconstructions Hydra Fusion Tools Capabilities Guide Real-time 3D Reconstructions Hydra Fusion Tools Building a Mapping System Flying an unmanned aircraft system (UAS) is no longer a stand-alone activity. Operators are

More information

Sensor Fusion: Potential, Challenges and Applications. Presented by KVH Industries and Geodetics, Inc. December 2016

Sensor Fusion: Potential, Challenges and Applications. Presented by KVH Industries and Geodetics, Inc. December 2016 Sensor Fusion: Potential, Challenges and Applications Presented by KVH Industries and Geodetics, Inc. December 2016 1 KVH Industries Overview Innovative technology company 600 employees worldwide Focused

More information

HYDRA FUSION TOOLS CAPABILITIES GUIDE REAL-TIME 3D RECONSTRUCTIONS

HYDRA FUSION TOOLS CAPABILITIES GUIDE REAL-TIME 3D RECONSTRUCTIONS HYDRA FUSION TOOLS CAPABILITIES GUIDE REAL-TIME 3D RECONSTRUCTIONS HYDRA FUSION TOOLS BUILDING A MAPPING SYSTEM Flying an unmanned aircraft system (UAS) is no longer a stand-alone activity. Operators are

More information

AUTOMATED UAV-BASED VIDEO EXPLOITATION FOR MAPPING AND SURVEILLANCE

AUTOMATED UAV-BASED VIDEO EXPLOITATION FOR MAPPING AND SURVEILLANCE AUTOMATED UAV-BASED VIDEO EXPLOITATION FOR MAPPING AND SURVEILLANCE Stephen Se a, *, Pezhman Firoozfam a, Norman Goldstein a, Melanie Dutkiewicz a, Paul Pace b a MDA Systems Ltd., 13800 Commerce Parkway,

More information

The Applanix Approach to GPS/INS Integration

The Applanix Approach to GPS/INS Integration Lithopoulos 53 The Applanix Approach to GPS/INS Integration ERIK LITHOPOULOS, Markham ABSTRACT The Position and Orientation System for Direct Georeferencing (POS/DG) is an off-the-shelf integrated GPS/inertial

More information

COMPUTER VISION. Dr. Sukhendu Das Deptt. of Computer Science and Engg., IIT Madras, Chennai

COMPUTER VISION. Dr. Sukhendu Das Deptt. of Computer Science and Engg., IIT Madras, Chennai COMPUTER VISION Dr. Sukhendu Das Deptt. of Computer Science and Engg., IIT Madras, Chennai 600036. Email: sdas@iitm.ac.in URL: //www.cs.iitm.ernet.in/~sdas 1 INTRODUCTION 2 Human Vision System (HVS) Vs.

More information

Case Study for Long- Range Beyond Visual Line of Sight Project. March 15, 2018 RMEL Transmission and Planning Conference

Case Study for Long- Range Beyond Visual Line of Sight Project. March 15, 2018 RMEL Transmission and Planning Conference Case Study for Long- Range Beyond Visual Line of Sight Project March 15, 2018 RMEL Transmission and Planning Conference 2014 HDR Architecture, 2016 2014 HDR, Inc., all all rights reserved. Helicopters

More information

Methodology of context-dependent recognition of ground objects aboard unmanned aerial vehicle

Methodology of context-dependent recognition of ground objects aboard unmanned aerial vehicle Methodology of context-dependent recognition of ground objects aboard unmanned aerial vehicle Mukhina Maryna, Barkulova Iryna, Prymak Artem Abstract Two approaches were combined into one algorithm in order

More information

Light Detection and Ranging (LiDAR)

Light Detection and Ranging (LiDAR) Light Detection and Ranging (LiDAR) http://code.google.com/creative/radiohead/ Types of aerial sensors passive active 1 Active sensors for mapping terrain Radar transmits microwaves in pulses determines

More information

Course Outline (1) #6 Data Acquisition for Built Environment. Fumio YAMAZAKI

Course Outline (1) #6 Data Acquisition for Built Environment. Fumio YAMAZAKI AT09.98 Applied GIS and Remote Sensing for Disaster Mitigation #6 Data Acquisition for Built Environment 9 October, 2002 Fumio YAMAZAKI yamazaki@ait.ac.th http://www.star.ait.ac.th/~yamazaki/ Course Outline

More information

Image Fusion of Video Images and Geo-localization for UAV Applications K.Senthil Kumar 1, Kavitha.G 2, Subramanian.

Image Fusion of Video Images and Geo-localization for UAV Applications K.Senthil Kumar 1, Kavitha.G 2, Subramanian. Image Fusion of Video Images and Geo-localization for UAV Applications K.Senthil Kumar 1, Kavitha.G 2, Subramanian.R 3 and Marwan 4 Abstract We present in this paper a very fine method for determining

More information

GEOMEDIA MOTION VIDEO ANALYSIS PROFESSIONAL

GEOMEDIA MOTION VIDEO ANALYSIS PROFESSIONAL GEOMEDIA MOTION VIDEO ANALYSIS PROFESSIONAL GEOMEDIA MOTION VIDEO ANALYSIS PROFESSIONAL Hexagon Geospatial s GeoMedia Motion Video Analysis Professional provides a high-productivity environment for analysis

More information

AN OPTIMISED FRAME WORK FOR MOVING TARGET DETECTION FOR UAV APPLICATION

AN OPTIMISED FRAME WORK FOR MOVING TARGET DETECTION FOR UAV APPLICATION AN OPTIMISED FRAME WORK FOR MOVING TARGET DETECTION FOR UAV APPLICATION Md. Shahid, Pooja HR # Aeronautical Development Establishment(ADE), Defence Research and development Organization(DRDO), Bangalore

More information

Chapters 1 9: Overview

Chapters 1 9: Overview Chapters 1 9: Overview Chapter 1: Introduction Chapters 2 4: Data acquisition Chapters 5 9: Data manipulation Chapter 5: Vertical imagery Chapter 6: Image coordinate measurements and refinements Chapters

More information

Trends in Digital Aerial Acquisition Systems

Trends in Digital Aerial Acquisition Systems Trends in Digital Aerial Acquisition Systems Ernest Yap Regional Sales Manager, Airborne-Americas eyap@applanix.com 1 Medium Format Digital Cameras Medium Format Digital Cameras Where does the Medium

More information

FPVMODEL. Rescue-2. Integrated with 1 OX Zoom HD Camera Intended for Search and Rescue Missions USER MANUAL

FPVMODEL. Rescue-2. Integrated with 1 OX Zoom HD Camera Intended for Search and Rescue Missions USER MANUAL FPVMODEL Rescue-2 USER MANUAL Integrated with 1 OX Zoom HD Camera Intended for Search and Rescue Missions FP IU n-= WWW.FPVMODEL.COM Copyright 201 7 FPVMODEL LIMITED WARNING AND DISCLAIMER Make sure not

More information

a Geo-Odyssey of UAS LiDAR Mapping Henno Morkel UAS Segment Specialist DroneCon 17 May 2018

a Geo-Odyssey of UAS LiDAR Mapping Henno Morkel UAS Segment Specialist DroneCon 17 May 2018 a Geo-Odyssey of UAS LiDAR Mapping Henno Morkel UAS Segment Specialist DroneCon 17 May 2018 Abbreviations UAS Unmanned Aerial Systems LiDAR Light Detection and Ranging UAV Unmanned Aerial Vehicle RTK Real-time

More information

Geometry of Aerial photogrammetry. Panu Srestasathiern, PhD. Researcher Geo-Informatics and Space Technology Development Agency (Public Organization)

Geometry of Aerial photogrammetry. Panu Srestasathiern, PhD. Researcher Geo-Informatics and Space Technology Development Agency (Public Organization) Geometry of Aerial photogrammetry Panu Srestasathiern, PhD. Researcher Geo-Informatics and Space Technology Development Agency (Public Organization) Image formation - Recap The geometry of imaging system

More information

Project Report Nooksack South Fork Lummi Indian Nation. Report Presented to:

Project Report Nooksack South Fork Lummi Indian Nation. Report Presented to: June 5, 2005 Project Report Nooksack South Fork Lummi Indian Nation Contract #2291-H Report Presented to: Lummi Indian Nation Natural Resources Department 2616 Kwina Road Bellingham, WA 98226 Point of

More information

Flooded Areas Detection Based on LBP from UAV Images

Flooded Areas Detection Based on LBP from UAV Images Flooded Areas Detection Based on LBP from UAV Images ANDRADA LIVIA SUMALAN, DAN POPESCU, LORETTA ICHIM Faculty of Automatic Control and Computers University Politehnica of Bucharest Bucharest, ROMANIA

More information

Estimation of Altitude and Vertical Velocity for Multirotor Aerial Vehicle using Kalman Filter

Estimation of Altitude and Vertical Velocity for Multirotor Aerial Vehicle using Kalman Filter Estimation of Altitude and Vertical Velocity for Multirotor Aerial Vehicle using Kalman Filter Przemys law G asior, Stanis law Gardecki, Jaros law Gośliński and Wojciech Giernacki Poznan University of

More information

ROBOT TEAMS CH 12. Experiments with Cooperative Aerial-Ground Robots

ROBOT TEAMS CH 12. Experiments with Cooperative Aerial-Ground Robots ROBOT TEAMS CH 12 Experiments with Cooperative Aerial-Ground Robots Gaurav S. Sukhatme, James F. Montgomery, and Richard T. Vaughan Speaker: Jeff Barnett Paper Focus Heterogeneous Teams for Surveillance

More information

Camera Parameters Estimation from Hand-labelled Sun Sositions in Image Sequences

Camera Parameters Estimation from Hand-labelled Sun Sositions in Image Sequences Camera Parameters Estimation from Hand-labelled Sun Sositions in Image Sequences Jean-François Lalonde, Srinivasa G. Narasimhan and Alexei A. Efros {jlalonde,srinivas,efros}@cs.cmu.edu CMU-RI-TR-8-32 July

More information

Integrated Multi-Source LiDAR and Imagery

Integrated Multi-Source LiDAR and Imagery Figure 1: AirDaC aerial scanning system Integrated Multi-Source LiDAR and Imagery The derived benefits of LiDAR scanning in the fields of engineering, surveying, and planning are well documented. It has

More information

PROSILICA GigE Vision Kameras CCD und CMOS

PROSILICA GigE Vision Kameras CCD und CMOS PROSILICA GigE Vision Kameras CCD und CMOS Case Study: GE4900C, GE4000C, GE1910C and GC2450C used in UAV-technology Prosilica Cameras Go Airborne Prosilica Kameras überzeugen mit hervorragender Bildqualität,

More information

AUTONOMOUS IMAGE EXTRACTION AND SEGMENTATION OF IMAGE USING UAV S

AUTONOMOUS IMAGE EXTRACTION AND SEGMENTATION OF IMAGE USING UAV S AUTONOMOUS IMAGE EXTRACTION AND SEGMENTATION OF IMAGE USING UAV S Radha Krishna Rambola, Associate Professor, NMIMS University, India Akash Agrawal, Student at NMIMS University, India ABSTRACT Due to the

More information

Reality Modeling Drone Capture Guide

Reality Modeling Drone Capture Guide Reality Modeling Drone Capture Guide Discover the best practices for photo acquisition-leveraging drones to create 3D reality models with ContextCapture, Bentley s reality modeling software. Learn the

More information

Aerial and Mobile LiDAR Data Fusion

Aerial and Mobile LiDAR Data Fusion Creating Value Delivering Solutions Aerial and Mobile LiDAR Data Fusion Dr. Srini Dharmapuri, CP, PMP What You Will Learn About LiDAR Fusion Mobile and Aerial LiDAR Technology Components & Parameters Project

More information

1998 IEEE International Conference on Intelligent Vehicles 213

1998 IEEE International Conference on Intelligent Vehicles 213 Navigation by Integrating Iconic and GPS Information Shigang Li and Akira Hayashi Faculty of Information Sciences Hiroshima City University Asaminami-ku, Hiroshima, 731-31, Japan li@im.hiroshima-cu.ac.jp

More information

MAPPING WITHOUT GROUND CONTROL POINTS: DOES IT WORK?

MAPPING WITHOUT GROUND CONTROL POINTS: DOES IT WORK? MAPPING WITHOUT GROUND CONTROL POINTS: DOES IT WORK? BACKGROUND The economic advantages of Structure from Motion (SfM) mapping without any ground control points have motivated us to investigate an approach

More information

Vision Based Tracking for Unmanned Aerial Vehicle

Vision Based Tracking for Unmanned Aerial Vehicle Advances in Aerospace Science and Applications. ISSN 2277-3223 Volume 4, Number 1 (2014), pp. 59-64 Research India Publications http://www.ripublication.com/aasa.htm Vision Based Tracking for Unmanned

More information

An Angle Estimation to Landmarks for Autonomous Satellite Navigation

An Angle Estimation to Landmarks for Autonomous Satellite Navigation 5th International Conference on Environment, Materials, Chemistry and Power Electronics (EMCPE 2016) An Angle Estimation to Landmarks for Autonomous Satellite Navigation Qing XUE a, Hongwen YANG, Jian

More information

Three-dimensional digital elevation model of Mt. Vesuvius from NASA/JPL TOPSAR

Three-dimensional digital elevation model of Mt. Vesuvius from NASA/JPL TOPSAR Cover Three-dimensional digital elevation model of Mt. Vesuvius from NASA/JPL TOPSAR G.ALBERTI, S. ESPOSITO CO.RI.S.T.A., Piazzale V. Tecchio, 80, I-80125 Napoli, Italy and S. PONTE Department of Aerospace

More information

Terrestrial GPS setup Fundamentals of Airborne LiDAR Systems, Collection and Calibration. JAMIE YOUNG Senior Manager LiDAR Solutions

Terrestrial GPS setup Fundamentals of Airborne LiDAR Systems, Collection and Calibration. JAMIE YOUNG Senior Manager LiDAR Solutions Terrestrial GPS setup Fundamentals of Airborne LiDAR Systems, Collection and Calibration JAMIE YOUNG Senior Manager LiDAR Solutions Topics Terrestrial GPS reference Planning and Collection Considerations

More information

Overview of the Trimble TX5 Laser Scanner

Overview of the Trimble TX5 Laser Scanner Overview of the Trimble TX5 Laser Scanner Trimble TX5 Revolutionary and versatile scanning solution Compact / Lightweight Efficient Economical Ease of Use Small and Compact Smallest and most compact 3D

More information

TELEDYNE GEOSPATIAL SOLUTIONS

TELEDYNE GEOSPATIAL SOLUTIONS GEOSPATIAL SOLUTIONS THE CONTENTS TELEDYNE GEOSPATIAL SOLUTIONS Capability Overview... 4 Hosted Payloads... 6 Payload Operations as a Service... 8 TCloud Data Management... 10 Imagery Sales... 12 About

More information

UAS based laser scanning for forest inventory and precision farming

UAS based laser scanning for forest inventory and precision farming UAS based laser scanning for forest inventory and precision farming M. Pfennigbauer, U. Riegl, P. Rieger, P. Amon RIEGL Laser Measurement Systems GmbH, 3580 Horn, Austria Email: mpfennigbauer@riegl.com,

More information

STARTING WITH DRONES. Data Collection and Remote Sensing with UAVs, etc. Dr. Bill Hazelton LS

STARTING WITH DRONES. Data Collection and Remote Sensing with UAVs, etc. Dr. Bill Hazelton LS STARTING WITH DRONES Data Collection and Remote Sensing with UAVs, etc. Dr. Bill Hazelton LS What this Talk is About UAV-based data acquisition: What you need to get involved Processes in getting spatial

More information

VAADRView Software/Debrief Station General Purpose Image Analysis and Enhancement

VAADRView Software/Debrief Station General Purpose Image Analysis and Enhancement VAADRView Software/Debrief Station General Purpose Image Analysis and Enhancement VAADRView is the viewing console for DDC VAADR recorders. It is predominantly used to debrief video recorded by VAADR.

More information

Video Georegistration: Key Challenges. Steve Blask Harris Corporation GCSD Melbourne, FL 32934

Video Georegistration: Key Challenges. Steve Blask Harris Corporation GCSD Melbourne, FL 32934 Video Georegistration: Key Challenges Steve Blask sblask@harris.com Harris Corporation GCSD Melbourne, FL 32934 Definitions Registration: image to image alignment Find pixel-to-pixel correspondences between

More information

Unmanned Vehicle Technology Researches for Outdoor Environments. *Ju-Jang Lee 1)

Unmanned Vehicle Technology Researches for Outdoor Environments. *Ju-Jang Lee 1) Keynote Paper Unmanned Vehicle Technology Researches for Outdoor Environments *Ju-Jang Lee 1) 1) Department of Electrical Engineering, KAIST, Daejeon 305-701, Korea 1) jjlee@ee.kaist.ac.kr ABSTRACT The

More information

NAVIGATION AND ELECTRO-OPTIC SENSOR INTEGRATION TECHNOLOGY FOR FUSION OF IMAGERY AND DIGITAL MAPPING PRODUCTS. Alison Brown, NAVSYS Corporation

NAVIGATION AND ELECTRO-OPTIC SENSOR INTEGRATION TECHNOLOGY FOR FUSION OF IMAGERY AND DIGITAL MAPPING PRODUCTS. Alison Brown, NAVSYS Corporation NAVIGATION AND ELECTRO-OPTIC SENSOR INTEGRATION TECHNOLOGY FOR FUSION OF IMAGERY AND DIGITAL MAPPING PRODUCTS Alison Brown, NAVSYS Corporation Paul Olson, CECOM Abstract Several military and commercial

More information

Project Report Sauk-Suiattle Indian Tribe. Report Presented to:

Project Report Sauk-Suiattle Indian Tribe. Report Presented to: July 28, 2005 Project Report Sauk-Suiattle Indian Tribe Contract #2294-H Report Presented to: Sauk-Suiattle Indian Tribe 5318 Chief Brown Lane Darrington, WA 98241 Phone: (360) 436-0738 Fax: (360) 436-1092

More information

AUTOMATIC GEOLOCATION OF TARGETS TRACKED BY AERIAL IMAGING PLATFORMS USING SATELLITE IMAGERY

AUTOMATIC GEOLOCATION OF TARGETS TRACKED BY AERIAL IMAGING PLATFORMS USING SATELLITE IMAGERY AUTOMATIC GEOLOCATION OF TARGETS TRACKED BY AERIAL IMAGING PLATFORMS USING SATELLITE IMAGERY P.K. Shukla*, S. Goel, P. Singh, B. Lohani Geoinfomatics Laboratory, Dept. of Civil Engineering, Indian Institute

More information

APPLICATION OF AERIAL VIDEO FOR TRAFFIC FLOW MONITORING AND MANAGEMENT

APPLICATION OF AERIAL VIDEO FOR TRAFFIC FLOW MONITORING AND MANAGEMENT Pitu Mirchandani, Professor, Department of Systems and Industrial Engineering Mark Hickman, Assistant Professor, Department of Civil Engineering Alejandro Angel, Graduate Researcher Dinesh Chandnani, Graduate

More information

UAV-based Remote Sensing Payload Comprehensive Validation System

UAV-based Remote Sensing Payload Comprehensive Validation System 36th CEOS Working Group on Calibration and Validation Plenary May 13-17, 2013 at Shanghai, China UAV-based Remote Sensing Payload Comprehensive Validation System Chuan-rong LI Project PI www.aoe.cas.cn

More information

POME A mobile camera system for accurate indoor pose

POME A mobile camera system for accurate indoor pose POME A mobile camera system for accurate indoor pose Paul Montgomery & Andreas Winter November 2 2016 2010. All rights reserved. 1 ICT Intelligent Construction Tools A 50-50 joint venture between Trimble

More information

GI-Eye II GPS/Inertial System For Target Geo-Location and Image Geo-Referencing

GI-Eye II GPS/Inertial System For Target Geo-Location and Image Geo-Referencing GI-Eye II GPS/Inertial System For Target Geo-Location and Image Geo-Referencing David Boid, Alison Brown, Ph. D., Mark Nylund, Dan Sullivan NAVSYS Corporation 14960 Woodcarver Road, Colorado Springs, CO

More information

THE AIVA FLY-BY-WIRELESS UAV PLATFORM

THE AIVA FLY-BY-WIRELESS UAV PLATFORM THE AIVA FLY-BY-WIRELESS UAV PLATFORM The AIVA project concerns to an UAV aimed to perform aerial surveillance, forest fire detection and also to monitor high voltage cables for stress or failures. The

More information

PRECISE POSITION AND ATTITUDE GEOREGISTRATION OF VIDEO IMAGERY FOR TARGET GEOLOCATION

PRECISE POSITION AND ATTITUDE GEOREGISTRATION OF VIDEO IMAGERY FOR TARGET GEOLOCATION PRECISE POSITION AND ATTITUDE GEOREGISTRATION OF VIDEO IMAGERY FOR TARGET GEOLOCATION ABSTRACT Dr. Alison K. Brown, NAVSYS Corporation 14960 Woodcarver Road, Colorado Springs CO 80921 In this paper, an

More information

Autonomous Landing of an Unmanned Aerial Vehicle

Autonomous Landing of an Unmanned Aerial Vehicle Autonomous Landing of an Unmanned Aerial Vehicle Joel Hermansson, Andreas Gising Cybaero AB SE-581 12 Linköping, Sweden Email: {joel.hermansson, andreas.gising}@cybaero.se Martin Skoglund and Thomas B.

More information

Use of Geo-referenced Images with Unmanned Aerial Systems

Use of Geo-referenced Images with Unmanned Aerial Systems Use of Geo-referenced Images with Unmanned Aerial Systems Gianpaolo Conte 1, Piotr Rudol 1, Mariusz Wzorek 1, Piero Petitti 2, Luca Iocchi 2, and Patrick Doherty 1 1 Department of Computer and Information

More information

REAL FLIGHT DEMONSTRATION OF PITCH AND ROLL CONTROL FOR UAV CANYON FLIGHTS

REAL FLIGHT DEMONSTRATION OF PITCH AND ROLL CONTROL FOR UAV CANYON FLIGHTS REAL FLIGHT DEMONSTRATION OF PITCH AND ROLL CONTROL FOR UAV CANYON FLIGHTS Cezary KOWNACKI * * Faculty of Mechanical Engineering, Department of Automatics and Robotics, Bialystok University of Technology,

More information

UAS Datalink Local Set

UAS Datalink Local Set MISB ST 0601.13 STANDARD UAS Datalink Local Set 21 June 2018 1 Scope MISB ST 0601 defines the Unmanned Air System (UAS) Datalink Local Set (LS) for UAS platforms. The UAS Datalink LS is typically produced

More information

THREE DIMENSIONAL CURVE HALL RECONSTRUCTION USING SEMI-AUTOMATIC UAV

THREE DIMENSIONAL CURVE HALL RECONSTRUCTION USING SEMI-AUTOMATIC UAV THREE DIMENSIONAL CURVE HALL RECONSTRUCTION USING SEMI-AUTOMATIC UAV Muhammad Norazam Zulgafli 1 and Khairul Nizam Tahar 1,2 1 Centre of Studies for Surveying Science and Geomatics, Faculty of Architecture

More information

Interferometry Module for Digital Elevation Model Generation

Interferometry Module for Digital Elevation Model Generation Interferometry Module for Digital Elevation Model Generation In order to fully exploit processes of the Interferometry Module for Digital Elevation Model generation, the European Space Agency (ESA) has

More information

An Architecture for Seamless Integration of UAS-based Wildfire Monitoring Missions

An Architecture for Seamless Integration of UAS-based Wildfire Monitoring Missions An Architecture for Seamless Integration of UAS-based Wildfire Monitoring Missions UNIVERSITAT POLITÈCNICA DE CATALUNYA ICARUS Research Group Cristina.Barrado@upc.edu April'08 Outline Presentation of ICARUS

More information

Rectification Algorithm for Linear Pushbroom Image of UAV

Rectification Algorithm for Linear Pushbroom Image of UAV Rectification Algorithm for Linear Pushbroom Image of UAV Ruoming SHI and Ling ZHU INTRODUCTION In recent years, unmanned aerial vehicle (UAV) has become a strong supplement and an important complement

More information

EVOLUTION OF POINT CLOUD

EVOLUTION OF POINT CLOUD Figure 1: Left and right images of a stereo pair and the disparity map (right) showing the differences of each pixel in the right and left image. (source: https://stackoverflow.com/questions/17607312/difference-between-disparity-map-and-disparity-image-in-stereo-matching)

More information

FINAL REPORT. Prepared for Evergreen Unmanned Systems and Shell International Exploration and Production Inc.

FINAL REPORT. Prepared for Evergreen Unmanned Systems and Shell International Exploration and Production Inc. FINAL REPORT Prepared for Evergreen Unmanned Systems and Shell International Exploration and Production Inc. Center for Collaborative Control of Unmanned Vehicles University of California, Berkeley PI:

More information

Design of a Gigabit Distributed Data Multiplexer and Recorder System

Design of a Gigabit Distributed Data Multiplexer and Recorder System Design of a Gigabit Distributed Data Multiplexer and Recorder System Abstract Albert Berdugo VP of Advanced Product Development Teletronics Technology Corporation Bristol, PA Historically, instrumentation

More information

Sentinel-1 Toolbox. Offset Tracking Tutorial Issued August Jun Lu Luis Veci

Sentinel-1 Toolbox. Offset Tracking Tutorial Issued August Jun Lu Luis Veci Sentinel-1 Toolbox Offset Tracking Tutorial Issued August 2016 Jun Lu Luis Veci Copyright 2016 Array Systems Computing Inc. http://www.array.ca/ http://step.esa.int Offset Tracking Tutorial The goal of

More information

DJI GS PRO. User Manual V

DJI GS PRO. User Manual V DJI GS PRO User Manual V1.4 2017.03 Video Tutorials Virtual Fence Mission 3D Map Area Mission Waypoint Flight Mission 2 2017 DJI All Rights Reserved. Contents Video Tutorials 2 Disclaimer 4 Warning 4 Introduction

More information

V-Sentinel: A Novel Framework for Situational Awareness and Surveillance

V-Sentinel: A Novel Framework for Situational Awareness and Surveillance V-Sentinel: A Novel Framework for Situational Awareness and Surveillance Suya You Integrated Media Systems Center Computer Science Department University of Southern California March 2005 1 Objective Developing

More information

Terrain Integrity Monitoring Studies using Kalman Filter for SVS

Terrain Integrity Monitoring Studies using Kalman Filter for SVS Terrain Integrity Monitoring Studies using Kalman Filter for SVS Srikanth K P, Kamali C, Abhay Pashilkar FMCD, CSIR-National Aerospace Laboratories, Bangalore, India ABSTRACT: An important component of

More information

Airborne Laser Survey Systems: Technology and Applications

Airborne Laser Survey Systems: Technology and Applications Abstract Airborne Laser Survey Systems: Technology and Applications Guangping HE Lambda Tech International, Inc. 2323B Blue Mound RD., Waukesha, WI-53186, USA Email: he@lambdatech.com As mapping products

More information

Memorandum. Clint Slatton Prof. Brian Evans Term project idea for Multidimensional Signal Processing (EE381k)

Memorandum. Clint Slatton Prof. Brian Evans Term project idea for Multidimensional Signal Processing (EE381k) Memorandum From: To: Subject: Date : Clint Slatton Prof. Brian Evans Term project idea for Multidimensional Signal Processing (EE381k) 16-Sep-98 Project title: Minimizing segmentation discontinuities in

More information

Appendix III: Ten (10) Specialty Areas - Remote Sensing/Imagry Science Curriculum Mapping to Knowledge Units-RS/Imagry Science Specialty Area

Appendix III: Ten (10) Specialty Areas - Remote Sensing/Imagry Science Curriculum Mapping to Knowledge Units-RS/Imagry Science Specialty Area III. Remote Sensing/Imagery Science Specialty Area 1. Knowledge Unit title: Remote Sensing Collection Platforms A. Knowledge Unit description and objective: Understand and be familiar with remote sensing

More information

A NEW STRATEGY FOR DSM GENERATION FROM HIGH RESOLUTION STEREO SATELLITE IMAGES BASED ON CONTROL NETWORK INTEREST POINT MATCHING

A NEW STRATEGY FOR DSM GENERATION FROM HIGH RESOLUTION STEREO SATELLITE IMAGES BASED ON CONTROL NETWORK INTEREST POINT MATCHING A NEW STRATEGY FOR DSM GENERATION FROM HIGH RESOLUTION STEREO SATELLITE IMAGES BASED ON CONTROL NETWORK INTEREST POINT MATCHING Z. Xiong a, Y. Zhang a a Department of Geodesy & Geomatics Engineering, University

More information

Nicole C. Weber Displaying UAV Imagery in Google Earth 1

Nicole C. Weber Displaying UAV Imagery in Google Earth 1 Nicole C. Weber Displaying UAV Imagery in Google Earth 1 Abstract This research designs and implements a web-embedded Google Earth application for disaster response field workers to upload images of disaster

More information

Project Report Snohomish County Floodplains LiDAR Survey. Report Presented to:

Project Report Snohomish County Floodplains LiDAR Survey. Report Presented to: August 22, 2005 Project Report Snohomish County Floodplains LiDAR Survey Contract #2295-H Report Presented to: David Evans and Associates, Inc. (DEA) 1620 W. Marine View Drive, Suite 200 Everett, WA 98201

More information

An Arduino-Based System for Controlling UAVs through GSM

An Arduino-Based System for Controlling UAVs through GSM An Arduino-Based System for Controlling UAVs through GSM Perla Krishnakanth Department of Embedded Systems, Nova College of Engineering and Technology, Hyderabad, Telangana 501512, India. Abstract: Long

More information

GPS-Aided Inertial Navigation Systems (INS) for Remote Sensing

GPS-Aided Inertial Navigation Systems (INS) for Remote Sensing GPS-Aided Inertial Navigation Systems (INS) for Remote Sensing www.inertiallabs.com 1 EVOLUTION OF REMOTE SENSING The latest progress in Remote sensing emerged more than 150 years ago, as balloonists took

More information

Project Report Lower Columbia River. Report Presented to:

Project Report Lower Columbia River. Report Presented to: December 29, 2005 Project Report Lower Columbia River Contract #2265-H Report Presented to: Puget Sound Lidar Consortium 1011 Western Avenue, Suite 500 Seattle, WA 98104 Phone: (206) 464-7090 Fax: (206)

More information

Project: UAV Payload Retract Mechanism. Company Background. Introduction

Project: UAV Payload Retract Mechanism. Company Background. Introduction Ascent Vision Technologies LLC 90 Aviation Lane Belgrade, MT 59714 Tel 406.388.2092 Fax 406.388.8133 www.ascentvision.com Project: UAV Payload Retract Mechanism Company Background Ascent Vision Technologies

More information

AUTOMATIC INTERPRETATION OF HIGH RESOLUTION SAR IMAGES: FIRST RESULTS OF SAR IMAGE SIMULATION FOR SINGLE BUILDINGS

AUTOMATIC INTERPRETATION OF HIGH RESOLUTION SAR IMAGES: FIRST RESULTS OF SAR IMAGE SIMULATION FOR SINGLE BUILDINGS AUTOMATIC INTERPRETATION OF HIGH RESOLUTION SAR IMAGES: FIRST RESULTS OF SAR IMAGE SIMULATION FOR SINGLE BUILDINGS J. Tao *, G. Palubinskas, P. Reinartz German Aerospace Center DLR, 82234 Oberpfaffenhofen,

More information

Lewis County Public Works Department (County) GIS Mapping Division 350 N. Market Blvd. Chehalis, WA Phone: Fax:

Lewis County Public Works Department (County) GIS Mapping Division 350 N. Market Blvd. Chehalis, WA Phone: Fax: March 31, 2005 Project Report Lewis County, WA Contract #2262-H Report Presented to: Lewis County Public Works Department (County) GIS Mapping Division 350 N. Market Blvd. Chehalis, WA 98532-2626 Phone:

More information

Non-symmetric membership function for Fuzzy-based visual servoing onboard a UAV

Non-symmetric membership function for Fuzzy-based visual servoing onboard a UAV 1 Non-symmetric membership function for Fuzzy-based visual servoing onboard a UAV M. A. Olivares-Méndez and P. Campoy and C. Martínez and I. F. Mondragón B. Computer Vision Group, DISAM, Universidad Politécnica

More information

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Co-Host Host 2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Presentation Outline review modern survey methodologies available to support railway requirements measuring everything

More information

Terrain correction. Backward geocoding. Terrain correction and ortho-rectification. Why geometric terrain correction? Rüdiger Gens

Terrain correction. Backward geocoding. Terrain correction and ortho-rectification. Why geometric terrain correction? Rüdiger Gens Terrain correction and ortho-rectification Terrain correction Rüdiger Gens Why geometric terrain correction? Backward geocoding remove effects of side looking geometry of SAR images necessary step to allow

More information

Harnessing GIS and Imagery for Power Transmission Inspection. ESRI European Users Conference October 15, 2015

Harnessing GIS and Imagery for Power Transmission Inspection. ESRI European Users Conference October 15, 2015 Harnessing GIS and Imagery for Power Transmission Inspection ESRI European Users Conference October 15, 2015 About Us Airborne/Threod Designer, manufacturer & service provider for multi-rotor & fixed wing

More information

Small-scale objects extraction in digital images

Small-scale objects extraction in digital images 102 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV'15 Small-scale objects extraction in digital images V. Volkov 1,2 S. Bobylev 1 1 Radioengineering Dept., The Bonch-Bruevich State Telecommunications

More information

GUIDELINES FOR THE IN SITU GEOMETRIC CALIBRATION OF THE AERIAL CAMERA SYSTEM

GUIDELINES FOR THE IN SITU GEOMETRIC CALIBRATION OF THE AERIAL CAMERA SYSTEM GUIDELINES FOR THE IN SITU GEOMETRIC CALIBRATION OF THE AERIAL CAMERA SYSTEM These guidelines have been developed by the Primary Data Acquisition Division and the Camera Calibration Committee, and have

More information

Tracking Trajectories of Migrating Birds Around a Skyscraper

Tracking Trajectories of Migrating Birds Around a Skyscraper Tracking Trajectories of Migrating Birds Around a Skyscraper Brian Crombie Matt Zivney Project Advisors Dr. Huggins Dr. Stewart Abstract In this project, the trajectories of birds are tracked around tall

More information

An Overview of Applanix.

An Overview of Applanix. An Overview of Applanix The Company The Industry Leader in Developing Aided Inertial Technology Founded on Canadian Aerospace and Defense Industry Expertise Providing Precise Position and Orientation Systems

More information

UAV Hyperspectral system for remote sensing application

UAV Hyperspectral system for remote sensing application UAV Hyperspectral system for remote sensing application The system consists airborne imaging spectrophotometer placed on a frame suitable for use aircraft, a UAV helicopter and all components needed for

More information

Motion estimation of unmanned marine vehicles Massimo Caccia

Motion estimation of unmanned marine vehicles Massimo Caccia Motion estimation of unmanned marine vehicles Massimo Caccia Consiglio Nazionale delle Ricerche Istituto di Studi sui Sistemi Intelligenti per l Automazione Via Amendola 122 D/O, 70126, Bari, Italy massimo.caccia@ge.issia.cnr.it

More information

ROBOTIC SURVEILLANCE

ROBOTIC SURVEILLANCE ROBOTIC SURVEILLANCE PROJECT REFERENCE NO. : 37S1070 COLLEGE : PES INSTITUTE OF TECHNOLOGY, BANGALORE BRANCH : TELECOMMUNICATION ENGINEERING GUIDE : SUSHMA RAWAL STUDENTS : SHASHANK C VAISHAKH SHIRUR DHANUSH

More information

Multi-Band (Ku, C, Wideband - Satcom, Narrowband Satcom) Telemetry Test System for UAV Application

Multi-Band (Ku, C, Wideband - Satcom, Narrowband Satcom) Telemetry Test System for UAV Application Multi-Band (Ku, C, Wideband - Satcom, Narrowband Satcom) Telemetry Test System for UAV Application Murat IMAY Turkish Aerospace Ind, Inc. Ankara, Turkey mimay@tai.com.tr, muratimay@gmail.com ABSTRACT "This

More information

GEOG 4110/5100 Advanced Remote Sensing Lecture 4

GEOG 4110/5100 Advanced Remote Sensing Lecture 4 GEOG 4110/5100 Advanced Remote Sensing Lecture 4 Geometric Distortion Relevant Reading: Richards, Sections 2.11-2.17 Review What factors influence radiometric distortion? What is striping in an image?

More information

Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology. Maziana Muhamad

Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology. Maziana Muhamad Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology Maziana Muhamad Summarising LiDAR (Airborne Laser Scanning) LiDAR is a reliable survey technique, capable of: acquiring

More information

SimActive and PhaseOne Workflow case study. By François Riendeau and Dr. Yuri Raizman Revision 1.0

SimActive and PhaseOne Workflow case study. By François Riendeau and Dr. Yuri Raizman Revision 1.0 SimActive and PhaseOne Workflow case study By François Riendeau and Dr. Yuri Raizman Revision 1.0 Contents 1. Introduction... 2 1.1. Simactive... 2 1.2. PhaseOne Industrial... 2 2. Testing Procedure...

More information

System Block Diagram. Tracking Trajectories of Migrating Birds Around a Skyscraper. Brian Crombie Matt Zivney

System Block Diagram. Tracking Trajectories of Migrating Birds Around a Skyscraper. Brian Crombie Matt Zivney System Block Diagram Tracking Trajectories of Migrating Birds Around a Skyscraper Brian Crombie Matt Zivney Project Advisors Dr. Huggins Dr. Stewart Dr. Malinowski System Level Block Diagram The goal of

More information

Petroleum giant in the Gulf pilot module for a RF-based PERIMETER INTRUDER TRACKING SYSTEM

Petroleum giant in the Gulf pilot module for a RF-based PERIMETER INTRUDER TRACKING SYSTEM Petroleum giant in the Gulf pilot module for a RF-based PERIMETER INTRUDER TRACKING SYSTEM Monitors remote installations without security manpower Long distance RF detection and alert over 360 degrees

More information

Temporal Processing of Millimeter Wave Flight Test Data

Temporal Processing of Millimeter Wave Flight Test Data Distribution Statement C Distribution authorized to U.S. Government agencies Section and 5 their contractors. Other requests for this document shall be referred to BAE Systems. Note This information is

More information

LIDAR MAPPING FACT SHEET

LIDAR MAPPING FACT SHEET 1. LIDAR THEORY What is lidar? Lidar is an acronym for light detection and ranging. In the mapping industry, this term is used to describe an airborne laser profiling system that produces location and

More information

ALS40 Airborne Laser Scanner

ALS40 Airborne Laser Scanner ALS40 Airborne Laser Scanner Airborne LIDAR for Professionals High Performance Laser Scanning Direct Measurement of Ground Surface from the Air The ALS40 Airborne Laser Scanner measures the topography

More information

Leica Systems Overview

Leica Systems Overview RC30 AERIAL CAMERA SYSTEM Leica Systems Overview The Leica RC30 aerial film camera is the culmination of decades of development, started with Wild's first aerial camera in the 1920s. Beautifully engineered

More information