Development of a Robust Indoor 3D SLAM Algorithm

Size: px
Start display at page:

Download "Development of a Robust Indoor 3D SLAM Algorithm"

Transcription

1 Develpment f a Rbust Indr 3D SLAM Algrithm Timthy Murphy Hnrs Tutrial Cllege Dr. David Chelberg Ohi University Schl f Electrical Engineering and Cmputer Science Russ Cllege f Engineering and Technlgy

2 Prblem: Intrductin Create Map during Explratin f Envirnment Must Knw Lcatin t Accurately Create Map Must have a map t accurately find lcatin. Applicatins Search and Rescue Hme Health Simultaneus Lcalizatin and Mapping (SLAM) Appearance Based SLAM Depth Based SLAM Turtlebt 2.0 Sensrs: Micrsft Kinect Inertial Unit Bump and Cliff Sensrs Laptp: Asus X200-CA Celern 1.3 GHz 4 GB RAM 320 GB Hard Drive frm

3 3D SLAM 3D SLAM Algrithms Appearance Based SLAM Use Clr Features Depth Based SLAM Uses Depth Features Our Algrithm Calculates Clr Features Cmbine Clr Features with Depth Infrmatin Find Matching Keypints f Clr and Depth Features Calculate Transfrmatin based n Keypints.

4 Outline f Algrithm Input: Sequential RGB-D Pint Cluds Output: 3D Pint Clud Aligned int single frame 3D_SLAM{ Cluds = {}; Keypints = {}; Descriptrs = {}; Transfrm = I while(!user.quit()){ clud = get_next_clud(); Cluds.append(clud); img = get_2d_image(clud); feature, keypint = get_2d_keypints(img); Keypints.append(keypint); Descriptrs.append(feature); if (length(cluds) > 1){ 2D_crr = get_2d_crrespndences(keypints[-1], Descriptrs[-1],Keypints[-2], Descriptrs[2]); 3D_crr = get_3d_crrespndences(2d_crr, Cluds[-1], Cluds[-2]); RANSAC(3D_crr); Transfrm = get_transfrm(3d_crr); Cluds[-1] *= Transfrm; } } }

5 Features Feature Extractin Image Structures: Pints, Edges, Crners, Objects Lcal prperties f an image Invariant t Translatin, Scale, Rtatin Imprtance Imprve Perfrmance Allws cmparisn f Images Shuld be invariant t Transfrms Surf Features (frm

6 SURF Features Speeded Up Rbust Features (SURF) OpenCV Lcal Feature Detectr and Keypint Finder Uses Hessian Blb Detectr Affine-invariant feature detectr based n secnd partial derivatives f image smthed using a Gaussian Kernel Surf Keypints 2D image (left) SURF Keypints shwn in 3D Crdinate Space (right).

7 NARF Features Nrmal Aligned Radial Features (NARF) PCL Lcal Feature Detectr and Keypint Finder Calculates change f nrmal arund pints f interest using depth image. SURF vs NARF 2D Image (left) Dwn Sampled Pint Clud & extracted NARF Features (right) SURF Feature Extractin takes Secnds NARF Feature Extractin takes Secnds SURF Features prduces mre Keypints that were mre stable.

8 Keypint Crrespndences Calculate Crrespnding Keypints OpenCV s Fast Library fr Apprximating Nearest Neighbrs (FLANN) Filter Results using Threshld All transfrms between images are Affine (Scale, Translatin, Rtatin) Distance between crrespnding keypints shuld be similar Reject any Crrespndences that are t far apart Remaining Keypints are Assciated int 3D Space Reverse Prcess f calculating 2D Image frm 3D pint Clud

9 SURF Keypint Crrespndences SURF Keypint Matches in 2D Image. Incming Image (left) Previus Image(right)

10 RANSAC Randm Sample Cnsensus (RANSAC) Iterative Methd fr estimating parameters f a Mathematical Mdel Select randm sample f data pints t fit mdel Test remaining pints if they fit the mdel. Prduces a set f Inliers and Outliers Inliers are the data pints that fit the mdel Outliers are the pints that d nt Try t maximize the set f Inliers Use RANSAC n 3D Crrespndences Reject the utlier set Remve prly matched Crrespndences frm

11 Transfrmatin Estimatin Levenberg Marquardt Transfrmatin Estimatin Nn-linear minimizatin f least-square cst functin Distance between crrespnding keypints Iterative methd fr finding Rigid Transfrm Estimatin Singular Value Decmpsitin Used t minimize least squares f cst functin Can have clsed frm slutin t find Rigid Transfrmatin Matrix

12 Further Imprvements Additinal Keypint types BRISK, SIFT, FAST keypints Use Multiple Keypint types Determine which keypint type wrks best in current envirnment Imprve Levenberg Marquardt methd Alter implementatin t allw t test fr cnvergence f pint cluds Calculate hw well aligned the resulting transfrmatin is Lp Clsure Allws the rbt t knw it has already seen the area befre Adds additinal cnstraints t the map t imprve errrs in map Increase rbustness, reliability and the quality f the generated Map fr future navigatin purpses.

13 Cnclusin Current results prduce a 3D Map that cmbines all input Pint Cluds. These Results can be imprved fr better perfrmance and accuracy f the Map.

14 Questins

15 References [1] Bay, H., Ess, A., Gl, L., Tuytelaars, T. SURF: Speeded Up Rbust Features. Cmputer Visin and Image Understanding (CVIU). (2008). Vl 110, N. 3, pgs [2] Cheeseman, P., Self, M., Smith, R. Estimating Uncertain Spatial Relatinships in Rbtics. Prceedings f the Secnd Annual Cnference f Uncertainty in Artificial Intelligence. (1986). University f Pennsylvania, Philadelphia, PA, USA: Elsevier. pgs [3] Fx, D., Henry, P., Herbst, E. Krainin, M., Ren, X. RGB-D Mapping: Using Depth Cameras fr Dense 3D Mdeling f Indr Envirnments. Web. Viewed 21 April [4] Flannery, B., Press, W., Teuklsky, S., Vetterling, W. Numerical Recipes 3 rd Editin: The Art f Scientific Cmputing. Clumbia Press. (September 2007). [5] Hung, D., Sun, C., Wang, Y. Imprving Data Assciatin in Rbt SLAM with Mncular Visin. Jurnal f Infrmatin Science and Engineering 27. (March 2011). pgs [6] Labbe, M., Michaud, F. Appearance-Based Lp Clsure Detectin fr Online Large-Scale and Lng-Term Operatin. IEEE Transactins n Rbtics. (June 2013). pgs [7] Lwe, D. G. Distinctive Image Features frm Scale-Invariant Keypints. Internatinal Jurnal f Cmputer Visin. (2004). Vl 60, N. 2, pgs [8] Miklajczyk, k., Schmid, C. An affine invariant interest pint detectr. Prceedings f the 8 th Internatinal Cnference n Cmputer Visin, Vancuver, Canada [9] Mirwski, P. Depth Camera SLAM n a Lw-cst WiFi Mapping Rbt. Web. Viewed 21 September [10] Descriptin f Turtlebt 2.0 can be fund at [11] Descriptin f Micrsft Kinect and hw it can be used can be fund at [12] Fr specifics n OpenCV, PCL, and ROS visit and respectively. [13]

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 Prepared by: March Haber, march@il.ibm.cm Last Updated: January, 2012 IBM MetaData Wrkbench Enablement Series Table f Cntents: Table f

More information

CS 309: Autonomous Intelligent Robotics. Instructor: Jivko Sinapov

CS 309: Autonomous Intelligent Robotics. Instructor: Jivko Sinapov CS 309: Autnmus Intelligent Rbtics Instructr: Jivk Sinapv http://www.cs.uteas.edu/~jsinapv/teaching/cs309_spring2017/ Machine Learning Annuncements Final Prject Presentatins Saturday, May 13, 7:00-10:00

More information

Quick Guide on implementing SQL Manage for SAP Business One

Quick Guide on implementing SQL Manage for SAP Business One Quick Guide n implementing SQL Manage fr SAP Business One The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage fr SAP B1 SQL Server databases. SQL Manage is a ttal

More information

Multilevel Updating Method of Three- Dimensional Spatial Database Presented By: Tristram Taylor SE521

Multilevel Updating Method of Three- Dimensional Spatial Database Presented By: Tristram Taylor SE521 Multilevel Updating Methd f Three- Dimensinal Spatial Database Presented By: Tristram Taylr SE521 Written By: Yangting Liu, Gang Liu, Zhenwen He, Zhengping Weng Frm: China University f Gesciences Fr: 2010

More information

Lecture Handout. Database Management System. Overview of Lecture. Vertical Partitioning. Lecture No. 24

Lecture Handout. Database Management System. Overview of Lecture. Vertical Partitioning. Lecture No. 24 Lecture Handut Database Management System Lecture N. 24 Reading Material Database Systems Principles, Design and Implementatin written by Catherine Ricard, Maxwell Macmillan. Database Management Systems,

More information

Because this underlying hardware is dedicated to processing graphics commands, OpenGL drawing is typically very fast.

Because this underlying hardware is dedicated to processing graphics commands, OpenGL drawing is typically very fast. The Open Graphics Library (OpenGL) is used fr visualizing 2D and 3D data. It is a multipurpse pen-standard graphics library that supprts applicatins fr 2D and 3D digital cntent creatin, mechanical and

More information

IRDS: Data Mining Process

IRDS: Data Mining Process IRDS: Data Mining Prcess Charles Suttn University f Edinburgh (many figures used frm Murphy. Machine Learning: A Prbabilistic Perspective.) Data Science Our wrking definitin Data science is the study f

More information

Reclassification of low Intensity pixels using seed growing

Reclassification of low Intensity pixels using seed growing Internatinal Research Jurnal f Engineering and Technlgy (IRJET) e-issn: 2395-0056 Vlume: 04 Issue: 05 May -2017 www.irjet.net p-issn: 2395-0072 Reclassificatin f lw Intensity pixels using seed grwing V.Saran

More information

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems In: Prceedings f HCI Internatinal 2007 UFuRT: A Wrk-Centered Framewrk and Prcess fr Design and Evaluatin f Infrmatin Systems Jiajie Zhang 1, Keith A. Butler 2 1 University f Texas at Hustn, 7000 Fannin,

More information

CS 378 Computer Vision Problem set 4 Out: Thursday, Nov 5 Due: Tuesday, Nov 24, 11:59 PM. See the end of this document for submission instructions.

CS 378 Computer Vision Problem set 4 Out: Thursday, Nov 5 Due: Tuesday, Nov 24, 11:59 PM. See the end of this document for submission instructions. CS 378 Cmputer Visin Prblem set 4 Out: Thursday, Nv 5 Due: Tuesday, Nv 24, 11:59 PM See the end f this dcument fr submissin instructins. I. Shrt answer prblems [30 pints] 1. The SIFT descriptr is frmed

More information

Teaching Performance Evaluation Using Supervised Machine Learning Techniques

Teaching Performance Evaluation Using Supervised Machine Learning Techniques Teaching Perfrmance Evaluatin Using Supervised Machine Learning Techniques Elia Gergiana Dragmir University Petrleum-Gas f Pliesti, Department f Infrmatics Bd. Bucuresti Nr. 39, Pliesti, RO-100680, ROMANIA

More information

B Tech Project First Stage Report on

B Tech Project First Stage Report on B Tech Prject First Stage Reprt n GPU Based Image Prcessing Submitted by Sumit Shekhar (05007028) Under the guidance f Prf Subhasis Chaudhari 1. Intrductin 1.1 Graphic Prcessr Units A graphic prcessr unit

More information

Advances in Real-Time Voxel-Based GI

Advances in Real-Time Voxel-Based GI Advances in Real-Time Vxel-Based GI Alexey Panteleev, Senir Develper Technlgy Engineer Rahul Sathe, Senir Develper Technlgy Engineer March 21, 2018 Bth #223 - Suth Hall www.nvidia.cm/gdc Recap n VXGI Vxel

More information

CCNA 1 Chapter 1 v5.03 Exam Answers 2016

CCNA 1 Chapter 1 v5.03 Exam Answers 2016 CCNA 1 Chapter 1 v5.03 Exam Answers 2016 1. A cmpany is cntemplating whether t use a client/server r a peer-t-peer netwrk. What are three characteristics f a peer-t-peer netwrk? (Chse three.) better security

More information

RELEASE NOTES FOR PHOTOMESH 7.3.1

RELEASE NOTES FOR PHOTOMESH 7.3.1 RELEASE NOTES FOR PHOTOMESH 7.3.1 Abut PhtMesh Skyline s PhtMesh fully autmates the generatin f high-reslutin, textured, 3D mesh mdels frm standard 2D phtgraphs, ffering a significant reductin in cst and

More information

Retrieval Effectiveness Measures. Overview

Retrieval Effectiveness Measures. Overview Retrieval Effectiveness Measures Vasu Sathu 25th March 2001 Overview Evaluatin in IR Types f Evaluatin Retrieval Perfrmance Evaluatin Measures f Retrieval Effectiveness Single Valued Measures Alternative

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

Tutorial on 3D Surface Reconstruction in Laparoscopic Surgery Foundations of Time-of-Flight Cameras and their Application to Surface Reconstruction

Tutorial on 3D Surface Reconstruction in Laparoscopic Surgery Foundations of Time-of-Flight Cameras and their Application to Surface Reconstruction Tutrial n 3D Surface Recnstructin in Laparscpic Surgery Fundatins f Time-f-Flight Cameras and their Applicatin t Surface Recnstructin Prf. Dr. Andreas Klb Cmputer Graphics Grup, Institute fr Visin and

More information

Aloha Offshore SDLC Process

Aloha Offshore SDLC Process Alha Sftware Develpment Life Cycle Alha Offshre SDLC Prcess Alha Technlgy fllws a sftware develpment methdlgy that is derived frm Micrsft Slutins Framewrk and Ratinal Unified Prcess (RUP). Our prcess methdlgy

More information

ITE320 Information Management Systems

ITE320 Information Management Systems Cmputer Science Department cs.salemstate.edu ITE320 Infrmatin Management Systems 4 cr. Catalg descriptin: It is the rle f the IT prfessinal t develp, deply, manage and integrate data and infrmatin systems

More information

FIREWALL RULE SET OPTIMIZATION

FIREWALL RULE SET OPTIMIZATION Authr Name: Mungle Mukupa Supervisr : Mr Barry Irwin Date : 25 th Octber 2010 Security and Netwrks Research Grup Department f Cmputer Science Rhdes University Intrductin Firewalls have been and cntinue

More information

High Security SaaS Concept Software as a Service (SaaS) for Life Science

High Security SaaS Concept Software as a Service (SaaS) for Life Science Sftware as a Service (SaaS) fr Life Science Cpyright Cunesft GmbH Cntents Intrductin... 3 Data Security and Islatin in the Clud... 3 Strage System Security and Islatin... 3 Database Security and Islatin...

More information

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De Thin Film Pyrelectric IR Gesture Sensr Demnstratr Kit Fr lw pwer, high perfrmance gesture cntrl User Guide Versin 1.0 Dcument Revisin 1.00 20 th February 2012 Cntents 1 Intrductin... 3 1.1 Kit Cntents...

More information

MATH PRACTICE EXAM 2 (Sections 2.6, , )

MATH PRACTICE EXAM 2 (Sections 2.6, , ) MATH 1050-90 PRACTICE EXAM 2 (Sectins 2.6, 3.1-3.5, 7.1-7.6) The purpse f the practice exam is t give yu an idea f the fllwing: length f exam difficulty level f prblems Yur actual exam will have different

More information

Experimental Analysis of improvement in Firewall Traffic by deployment of Bastion Host

Experimental Analysis of improvement in Firewall Traffic by deployment of Bastion Host Experimental Analysis f imprvement in Firewall Traffic by deplyment f Bastin Hst N. Chiranjeeva Ra 1*, Shankha De 2, Chaitali Chudhary 3 1 Assistant Prfessr, BIT, Durg 2 Assciate Prfessr, BIT, Durg 3 Assistant

More information

Active Shape Models and the Shape Approximation Problem

Active Shape Models and the Shape Approximation Problem Active Shape Mdels and the Shape Apprximatin Prblem 157 A. Hill, T. F. Ctes and C. J. Taylr Department f Medical Bi-Physics University f Manchester ah@svl.smb.man.ac.uk Abstract The Active Shape Mdel(ASM)

More information

PAGE NAMING STRATEGIES

PAGE NAMING STRATEGIES PAGE NAMING STRATEGIES Naming Yur Pages in SiteCatalyst May 14, 2007 Versin 1.1 CHAPTER 1 1 Page Naming The pagename variable is used t identify each page that will be tracked n the web site. If the pagename

More information

Disaster Recovery. Practical Applications. Eric LaFollette. Director of Information Resources Lake County Clerk of Courts

Disaster Recovery. Practical Applications. Eric LaFollette. Director of Information Resources Lake County Clerk of Courts Disaster Recvery Practical Applicatins Eric LaFllette Directr f Infrmatin Resurces Lake Cunty Clerk f Curts Presentatin Outline Imprtance f a plan Disaster Recvery Scenaris Disaster Recvery Basics Lake

More information

Soil Image Segmentation and Texture Analysis: A Computer Vision Approach

Soil Image Segmentation and Texture Analysis: A Computer Vision Approach Sil Image Segmentatin and Texture Analysis: A Cmputer Visin Apprach Bushra Nazir 1, Md. Iqbal Quraishi 2 U.G. Student, Department f Infrmatin Technlgy, Kalyani Gvernment Engineering Cllege, Kalyani, West

More information

CA CMDB Connector for z/os

CA CMDB Connector for z/os PRODUCT SHEET: CA CMDB CONNECTOR FOR Z/OS CA CMDB Cnnectr fr z/os CA CMDB Cnnectr fr z/os discvers mainframe cnfiguratin items (CIs) and enables ppulatin f that infrmatin int the CA CMDB repsitry. Designed

More information

Parallel Processing in NCAR Command Language for Performance Improvement

Parallel Processing in NCAR Command Language for Performance Improvement Parallel Prcessing in NCAR Cmmand Language fr Perfrmance Imprvement Ping Gu, University f Wyming Mentr: Wei Huang, NCAR C- Mentr: Dave Brwn, NCAR August 1, 2013 Intrductin and Mtivatin ² The NCAR Cmmand

More information

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform Supprt Guide Yur New Service Request Prcess: Technical Supprt Reference Guide fr Cisc Custmer Jurney Platfrm September 2018 2018 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public

More information

Independent Local Mapping for Large-Scale SLAM

Independent Local Mapping for Large-Scale SLAM 1 Independent Lcal Mapping fr Large-Scale SLAM Jsep Aulinas Xavier Lladó Yvan Petillt Jaquim Salvi Cmputer Visin and Rbtics grup (ViCRb), University f Girna, Girna, Spain Ocean Systems Lab, Herit Watt

More information

Two Dimensional Truss

Two Dimensional Truss Tw Dimensinal Truss Intrductin This tutrial was created using ANSYS 7.0 t slve a simple 2D Truss prblem. This is the first f fur intrductry ANSYS tutrials. Prblem Descriptin Determine the ndal deflectins,

More information

CCNA course contents:

CCNA course contents: CCNA curse cntents: Prerequisites: The knwledge and skills that yu must have befre attending this curse are as fllws: Basic cmputer literacy Windws navigatin skills Basic Internet usage skills Fundamental

More information

Software Engineering

Software Engineering Sftware Engineering Chapter #1 Intrductin Sftware systems are abstract and intangible. Sftware engineering is an engineering discipline that is cncerned with all aspects f sftware prductin. Sftware Prducts

More information

Computer Graphics. Si Lu. Fall uter_graphics.htm 11/08/2016

Computer Graphics. Si Lu. Fall uter_graphics.htm 11/08/2016 Cmputer Graphics Si Lu Fall 2017 http://web.cecs.pd.edu/~lusi/cs447/cs447_547_cmp uter_graphics.htm 11/08/2016 Last time Lighting and Shading 2 Tda Teture Mapping Hmewrk 4 available, due in class Nvember

More information

CS200T Programming in Java I [Onsite]

CS200T Programming in Java I [Onsite] CS200T Prgramming in Java I [Onsite] Curse Descriptin: This curse cvers the fundamentals f Java prgramming. Object-riented prgramming techniques and Unified Mdeling Language (UML) are als intrduced. Students

More information

CS4500/5500 Operating Systems Page Replacement Algorithms and Segmentation

CS4500/5500 Operating Systems Page Replacement Algorithms and Segmentation Operating Systems Page Replacement Algrithms and Segmentatin Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs Ref. MOSE, OS@Austin, Clumbia, Rchester Recap f

More information

TL 9000 Quality Management System. Measurements Handbook. SFQ Examples

TL 9000 Quality Management System. Measurements Handbook. SFQ Examples Quality Excellence fr Suppliers f Telecmmunicatins Frum (QuEST Frum) TL 9000 Quality Management System Measurements Handbk Cpyright QuEST Frum Sftware Fix Quality (SFQ) Examples 8.1 8.1.1 SFQ Example The

More information

Priority-aware Coflow Placement and scheduling in Datacenters

Priority-aware Coflow Placement and scheduling in Datacenters Pririty-aware Cflw Placement and scheduling in Datacenters Speaker: Lin Wang Research Advisr: Biswanath Mukherjee Intrductin Cflw Represents a cllectin f independent flws that share a cmmn perfrmance gal.

More information

A Comparative Study of Three Inverse Kinematic Methods of Serial Industrial Robot Manipulators in the Screw Theory Framework

A Comparative Study of Three Inverse Kinematic Methods of Serial Industrial Robot Manipulators in the Screw Theory Framework University f Wllngng Research Online Faculty f Engineering Infrmatin Sciences - Papers: Part B Faculty f Engineering Infrmatin Sciences A Cmparative Study f Three Inverse Kinematic Methds f Serial Industrial

More information

Oracle Database 11g Replay: The In-built Recorder for Real Application Testing

Oracle Database 11g Replay: The In-built Recorder for Real Application Testing Oracle Database 11g Replay: The In-built Recrder fr Real Applicatin Testing Amaresh Mandal Infsys Technlgies Ltd Intrductin Oracle Database 11g intrduced a new feature Database Replay which helps in perfrming

More information

1. Which organization certifies vendors for adherence to the standards to improve interoperability of products?

1. Which organization certifies vendors for adherence to the standards to improve interoperability of products? CCNA 3 Chapter 4 v5.0 Exam Answers 2015 (100%) 1. Which rganizatin certifies vendrs fr adherence t the 802.11 standards t imprve interperability f 802.11 prducts? FCC IEEE ITU-R Wi-Fi Alliance 2. Which

More information

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g Intrductin t Oracle Business Intelligence Enterprise Editin: OBIEE Answers 11g Crnell Custmized Versin April 2012 Minr crrectins were made n page 2, fr the Oct 20, 2017 OBIEE 12c Upgrade April, 2012 All

More information

Custodial Integrator. Release Notes. Version 3.11 (TLM)

Custodial Integrator. Release Notes. Version 3.11 (TLM) Custdial Integratr Release Ntes Versin 3.11 (TLM) 2018 Mrningstar. All Rights Reserved. Custdial Integratr Prduct Versin: V3.11.001 Dcument Versin: 020 Dcument Issue Date: December 14, 2018 Technical Supprt:

More information

CS602 Computer Graphics Mid Term Examination February 2005 Time Allowed: 90 Minutes.

CS602 Computer Graphics Mid Term Examination February 2005 Time Allowed: 90 Minutes. WWW.VUTUBE.EDU.PK www.vustuff.cm CS602 Cmputer Graphics Mid Term Examinatin February 2005 Time Allwed: 90 Minutes Instructins Please read the fllwing instructins carefully befre attempting any questin:

More information

Proposal for ICDS19 Special Issue on Data Integration and Distribution for Smart City

Proposal for ICDS19 Special Issue on Data Integration and Distribution for Smart City Prpsal fr ICDS19 Special Issue n Data Integratin and Distributin fr Smart City The guest editrs f the special issue are Prf. Jie Ca Nanjing University f Finance and Ecnmics, China Prf. Yng Shi, University

More information

Varargs Training & Software Development Centre Private Limited, Web Component Development using Servlets and JSP

Varargs Training & Software Development Centre Private Limited, Web Component Development using Servlets and JSP Advance Java Curriculum Web Cmpnent Develpment using Servlets and JSP INTRODUCTION TO J2EE & WEB APPLICATION What is web applicatin Intrductin with URL, Query String Web Server, Client & Server side script

More information

Colored Image Watermarking Technique Based on HVS using HSV Color Model Piyush Kapoor 1, Krishna Kumar Sharma 1, S.S. Bedi 2, Ashwani Kumar 3, 1

Colored Image Watermarking Technique Based on HVS using HSV Color Model Piyush Kapoor 1, Krishna Kumar Sharma 1, S.S. Bedi 2, Ashwani Kumar 3, 1 ACEEE Int. J. n Netwrk Security, Vl. 02, N. 03, July 2011 Clred Image Watermarking Technique Based n HVS using HSV Clr Mdel Piyush Kapr 1, Krishna Kumar Sharma 1, S.S. Bedi 2, Ashwani Kumar 3, 1 Indian

More information

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) ACE Data Surce Prepared fr: ACE Data Surce - Versin 2.0.0 Date: Octber 2015 Dcument Versin: 2.0.0 Abstract The ACE Data Surce (ACE-DS) is

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Maximo Reporting: Maximo-Cognos Metadata

Maximo Reporting: Maximo-Cognos Metadata Maxim Reprting: Maxim-Cgns Metadata Overview...2 Maxim Metadata...2 Reprt Object Structures...2 Maxim Metadata Mdel...4 Metadata Publishing Prcess...5 General Architecture...5 Metadata Publishing Prcess

More information

SEMA Memorial Scholarship Fund Scholarship & Loan Forgiveness Programs

SEMA Memorial Scholarship Fund Scholarship & Loan Forgiveness Programs SEMA Memrial Schlarship Fund Schlarship & Lan Frgiveness Prgrams Schlarship Prgram Frequently Asked Questins Wh is eligible t apply? Hw d I get an applicatin? What are the details f the award? If I am

More information

Getting Started with the Web Designer Suite

Getting Started with the Web Designer Suite Getting Started with the Web Designer Suite The Web Designer Suite prvides yu with a slew f Dreamweaver extensins that will assist yu in the design phase f creating a website. The tls prvided in this suite

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

Recommended Minimum Requirements for Cisco Meeting Application Web RTC Use

Recommended Minimum Requirements for Cisco Meeting Application Web RTC Use Recmmended Minimum Requirements fr Cisc Meeting Applicatin Web RTC Use Fr the best experience the fllwing requirements and recmmendatins shuld be fllwed. Requirements: External USB web camera capable f

More information

Comparing Boosted Cascades to Deep Learning Architectures for Fast and Robust Coconut Tree Detection in Aerial Images

Comparing Boosted Cascades to Deep Learning Architectures for Fast and Robust Coconut Tree Detection in Aerial Images Cmparing Bsted Cascades t Deep Learning Architectures fr Fast and Rbust Ccnut Tree Detectin in Aerial Images VISAPP2018, 27-29 January 2018 Steven Puttemans*, Kristf Van Beeck* and Tn Gedemé Intrductin

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

Visualizing High Dimensional Fuzzy Rules

Visualizing High Dimensional Fuzzy Rules 21 Visualizing High Dimensinal Fuzzy Rules R. Hlve, M. R. Berthld, Berkeley/USA Abstract. In this paper we present an apprach t visualize a ptentially high-dimensinal and large number f (fuzzy) rules in

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Extended Traceability Report for Enterprise Architect

Extended Traceability Report for Enterprise Architect Extended Traceability Reprt User Guide Extended Traceability Reprt fr Enterprise Architect Extended Traceability Reprt fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins

More information

1 Binary Trees and Adaptive Data Compression

1 Binary Trees and Adaptive Data Compression University f Illinis at Chicag CS 202: Data Structures and Discrete Mathematics II Handut 5 Prfessr Rbert H. Slan September 18, 2002 A Little Bttle... with the wrds DRINK ME, (r Adaptive data cmpressin

More information

3D Environment Reconstruction

3D Environment Reconstruction 3D Environment Reconstruction Using Modified Color ICP Algorithm by Fusion of a Camera and a 3D Laser Range Finder The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15,

More information

IMPORTANT INSTALLATION NOTES:

IMPORTANT INSTALLATION NOTES: Cpyright 1999-2018, Identiv Inc. Last updated n Nvember 28, 2018. Overview The Velcity 3.7 SP1 release includes: Supprt fr Allegin s Schlage wireless AD, NDE and LE lck systems Velcity Web Services Client

More information

ENERGY YIELD OF TRACKING PV SYSTEMS IN JORDAN

ENERGY YIELD OF TRACKING PV SYSTEMS IN JORDAN ENERGY YIELD OF TRACKING PV SYSTEMS IN JORDAN A. Al Tarabsheh, I. Etier, and A. Nimrat Hashemite University, Electrical Engineering Department, 13115 Zarqa, Jrdan. Abstract This paper analyzes the energy

More information

WEB LAB - Subset Extraction

WEB LAB - Subset Extraction WEB LAB - Subset Extractin Fall 2005 Authrs: Megha Siddavanahalli Swati Singhal Table f Cntents: Sl. N. Tpic Page N. 1 Abstract 2 2 Intrductin 2 3 Backgrund 2 4 Scpe and Cnstraints 3 5 Basic Subset Extractin

More information

Java 8 Programming and Object Oriented Essentials for Developers New to OO (5 Days)

Java 8 Programming and Object Oriented Essentials for Developers New to OO (5 Days) www.peaklearningllc.cm Java 8 Prgramming and Object Oriented Essentials fr Develpers New t OO (5 Days) This curse is geared fr develpers wh have little r n prir wrking knwledge f bjectriented (OO) prgramming

More information

Three-Dimensional Restricted-Orientation Convexity 1

Three-Dimensional Restricted-Orientation Convexity 1 Three-Dimensinal Restricted-Orientatin Cnvexity 1 Eugene Fink 2 Derick Wd 3 Abstract A restricted-rientatin cnvex set is a set f pints whse intersectin with lines frm sme fixed set is empty r cnnected.

More information

Data Our project used three data sets that provide analysis on forty 15- to 20-minute course videos for CS144: Intro to Computer Networks :

Data Our project used three data sets that provide analysis on forty 15- to 20-minute course videos for CS144: Intro to Computer Networks : Predicting Lecture Vide Cmplexity: Analysis f Supervised Regressin Nick Su Ismael Menjivar njsu@stanfrd.edu menjivar@stanfrd.edu December 8, 2014 Abstract In the past decade, use f Massively Open Online

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS

SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS T ABLE OF C ONTENTS Table f Cntents... 1 Intrductin... 2 Target Audience... 2 Objectives... 2 Other Resurces... 2 Assumptins... 2 Verify

More information

CHAPTER 8. Clustering Algorithm for Outlier Detection in. Data Mining

CHAPTER 8. Clustering Algorithm for Outlier Detection in. Data Mining CHAPTER 8 Clustering Algrithm fr Outlier Detectin in Data Mining 8.1 Intrductin In many data mining applicatins, the primary step is detecting utliers in a dataset. Outlier detectin fr data mining is nrmally

More information

FAQ. Q: Why should I invest in an EzScale weighing system as opposed to a competitors scale?

FAQ. Q: Why should I invest in an EzScale weighing system as opposed to a competitors scale? Phne: (916) 300-8855 Website: www.ladmastersus.cm Email: inf@ladmastersus.cm Q: Why shuld I invest in an EzScale weighing system as ppsed t a cmpetitrs scale? A: Quite simply... Accuracy, durability and

More information

IWT TETRA TOBCAT Industrial applications of object categorization techniques. Steven Puttemans

IWT TETRA TOBCAT Industrial applications of object categorization techniques. Steven Puttemans Prgram 12:30 Registratin & cffee 13:00 Welcme and intrductin (Tn Gedemé) 13:15 Results frm the TOBCAT prject (Steven Puttemans) 14:00 Practical applicatins that use cmputer visin algrithms and their internal

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Computational Methods of Scientific Programming Fall 2008

Computational Methods of Scientific Programming Fall 2008 MIT OpenCurseWare http://cw.mit.edu 12.010 Cmputatinal Methds f Scientific Prgramming Fall 2008 Fr infrmatin abut citing these materials r ur Terms f Use, visit: http://cw.mit.edu/terms. 12.010 Hmewrk

More information

Last time: search strategies

Last time: search strategies Last time: search strategies Uninfrmed: Use nly infrmatin available in the prblem frmulatin Breadth-first Unifrm-cst Depth-first Depth-limited Iterative deepening Infrmed: Use heuristics t guide the search

More information

Instance Based Learning

Instance Based Learning Instance Based Learning Vibhav Ggate The University f Texas at Dallas Readings: Mitchell, Chapter 8 surces: curse slides are based n material frm a variety f surces, including Tm Dietterich, Carls Guestrin,

More information

Introduction to Programming ArcObjects using the Microsoft.Net Framework

Introduction to Programming ArcObjects using the Microsoft.Net Framework Intrductin t Prgramming ArcObjects using the Micrsft.Net Framewrk Three days Overview ArcObjects cmpnents are the building blcks f the ArcGIS family f prducts, and the ArcObjects libraries prvide a set

More information

style as per the preference and usage pattern f the user. It als reflects the peripherals used r available fr the current applicatin and their crrespn

style as per the preference and usage pattern f the user. It als reflects the peripherals used r available fr the current applicatin and their crrespn 2012 Internatinal Cnference n Cmputer and Sftware Mdeling (ICCSM 2012) IPCSIT vl. 54 (2012) (2012) IACSIT Press, Singapre DOI: 10.7763/IPCSIT.2012.V54.07 Bridging the Gap between an Amateur and Rbtics

More information

MICRONET INTERNATIONAL COLLEGE BDTVEC ND in Computer Studies MULTIMEDIA AND WEB DESIGN (MWD) ASSIGNMENT 3 (20%) Due Date: 31st January 2013

MICRONET INTERNATIONAL COLLEGE BDTVEC ND in Computer Studies MULTIMEDIA AND WEB DESIGN (MWD) ASSIGNMENT 3 (20%) Due Date: 31st January 2013 MICRONET INTERNATIONAL COLLEGE BDTVEC ND in Cmputer Studies MULTIMEDIA AND WEB DESIGN (MWD) ASSIGNMENT 3 (20%) Due Date: 31st January 2013 Prduce dcumentatin fr the prgram Submit the SOFTCOPY and als HARDCOPY

More information

Scatter Search And Bionomic Algorithms For The Aircraft Landing Problem

Scatter Search And Bionomic Algorithms For The Aircraft Landing Problem Scatter Search And Binmic Algrithms Fr The Aircraft Landing Prblem J. E. Beasley Mathematical Sciences Brunel University Uxbridge UB8 3PH United Kingdm http://peple.brunel.ac.uk/~mastjjb/jeb/jeb.html Abstract:

More information

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General Welcme t Remte Access Services (RAS) Our gal is t prvide yu with seamless access t the TD netwrk, including the TD intranet site, yur applicatins and files, and ther imprtant wrk resurces -- whether yu

More information

Blackboard 9: What s the Same? What s Different?

Blackboard 9: What s the Same? What s Different? Blackbard 9: What s the Same? What s Different? Blackbard 9 prvides a significant upgrade t the verall lk and feel f Blackbard, while preserving all the traditinal teaching and learning tls frm previus

More information

CSE 3320 Operating Systems Page Replacement Algorithms and Segmentation Jia Rao

CSE 3320 Operating Systems Page Replacement Algorithms and Segmentation Jia Rao CSE 0 Operating Systems Page Replacement Algrithms and Segmentatin Jia Ra Department f Cmputer Science and Engineering http://ranger.uta.edu/~jra Recap f last Class Virtual memry Memry verlad What if the

More information

5G Core Solutions enabled by Casa Systems Axyom Ultra-Broadband Cloud

5G Core Solutions enabled by Casa Systems Axyom Ultra-Broadband Cloud 5G Cre Slutins enabled by Casa Systems Axym Ultra-Bradband Clud Why d we need a 5G cre? When peple hear the term 5G, they usually think abut the innvatins ccurring with New Radi (NR). Hwever, 5G als refers

More information

Common Language Runtime

Common Language Runtime Intrductin t.net framewrk.net is a general-purpse sftware develpment platfrm, similar t Java. Micrsft intrduced.net with purpse f bridging gap between different applicatins..net framewrk aims at cmbining

More information

Computer Science Department cs.salemstate.edu. ITE330 Web Systems. Catalog description:

Computer Science Department cs.salemstate.edu. ITE330 Web Systems. Catalog description: Cmputer Science Department cs.salemstate.edu ITE330 Web Systems 4 cr. Catalg descriptin: This curse prvides an intrductin t web systems and technlgies, including an verview f architecture f a website,

More information

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as:

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as: Lcatin f the map.x.prperties files $ARCSIGHT_HOME/current/user/agent/map File naming cnventin The files are named in sequential rder such as: Sme examples: 1. map.1.prperties 2. map.2.prperties 3. map.3.prperties

More information

Log shipping is a HA option. Log shipping ensures that log backups from Primary are

Log shipping is a HA option. Log shipping ensures that log backups from Primary are LOG SHIPPING Lg shipping is a HA ptin. Lg shipping ensures that lg backups frm Primary are cntinuusly applied n standby. Lg shipping fllws a warm standby methd because manual prcess is invlved t ensure

More information

An Overview of Industrial Vision Systems

An Overview of Industrial Vision Systems An Overview f Industrial Visin Systems Aparna 1, Dr.Ritula Thakur 2, Pradeep Kumar 3 1 M.E Student, Department f Electrical Engineering, N.I.T.T.T.R, Chandigarh, India 2 Assistant Prfessr, Department f

More information

UPGRADING TO DISCOVERY 2005

UPGRADING TO DISCOVERY 2005 Centennial Discvery 2005 Why Shuld I Upgrade? Discvery 2005 is the culminatin f ver 18 mnths wrth f research and develpment and represents a substantial leap frward in audit and decisin-supprt technlgy.

More information

ITE310 Computer Networks

ITE310 Computer Networks Cmputer Science Department cs.salemstate.edu ITE310 Cmputer Netwrks 4 cr. Catalg descriptin: This curse begins with an intrductin t cmputer netwrks, including hardware, sftware, trubleshting, and maintenance.

More information

LITERATURE REVIEW ASSIGNMENT Library Class Outline & Practice Questions Centennial College Libraries homepage

LITERATURE REVIEW ASSIGNMENT Library Class Outline & Practice Questions Centennial College Libraries homepage LITERATURE REVIEW ASSIGNMENT Library Class Outline & Practice Questins Centennial Cllege Libraries hmepage http://library.centennialcllege.ca/ 2015 May 13 ABOUT THE LIBRARY Library accunts Libraries hmepage

More information

Appeared in the Proceedings of the 1997 DARPA Image Understanding Workshop, May, to accurately model the features as they appear

Appeared in the Proceedings of the 1997 DARPA Image Understanding Workshop, May, to accurately model the features as they appear Appeared in the Prceedings f the 1997 DARPA Image Understanding Wrkshp, May, 1997 Parametric Feature Detectin Simn Baker y, Shree K. Nayar y, and Hirshi Murase z y Department f Cmputer Science, Clumbia

More information

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article Aailable nline www.cpr.cm Jurnal f Chemical and Pharmaceutical Research, 2013, 5(12):353-357 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 A methd fr multi-cellular synchrnus tracking based n kalman

More information

Evolution of Regression I: From OLS to GPS to MARS

Evolution of Regression I: From OLS to GPS to MARS Evlutin f Regressin I: Frm OLS t GPS t MARS March 2013 Dan Steinberg Mikhail Glvnya Salfrd Systems Salfrd Systems 2013 1 Curse Outline Tday s Webinar Regressin Prblem quick verview Classical OLS the starting

More information

CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER. Course 10964B; Duration: 5 Days; Instructor-led

CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER. Course 10964B; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: www.inf-trek.cm CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER Curse 10964B; Duratin: 5 Days; Instructr-led WHAT YOU WILL LEARN This curse

More information

4FRI Digital Timber Project. Mike Shettles (Reporting), USFS Timber Measurements Society April 6-8, 2016 Couer d Alene, Idaho

4FRI Digital Timber Project. Mike Shettles (Reporting), USFS Timber Measurements Society April 6-8, 2016 Couer d Alene, Idaho 4FRI Digital Timber Prject Mike Shettles (Reprting), USFS Timber Measurements Sciety April 6-8, 2016 Cuer d Alene, Idah 4FRI Overview Fur Frest Restratin Initiative 2.4 millin acres acrss the Apache- Sitgreaves,

More information