Flood Warning System Group 6

Size: px
Start display at page:

Download "Flood Warning System Group 6"

Transcription

1 COMP 145 UNC Chapel Hill Contract I Flood Warning System Group 6 Submitted to: Stephen Tell and Prof. Greg Welch February 6, 2001 Alex Giouzenis Kevin Berry Ruigang Yang Ashes Ganguly

2 PREFACE This document is the first version of the Contract, to be delivered to the Client on February 6. It lists in a structured way the agreed-upon requirements of the project. The Client has one week to review this document and the team will deliver a revised version of the Contract on Feb Introduction The goal of this project is to develop a Flood Warning System that will be deployed near Little Creek, Chapel Hill. The upstream tributaries of Little Creek flood regularly and frequently damage Eastgate Shopping Center and Camelot Village apartments. Our client is Stephen Tell, who already has a camera setup at Little Creek near his house. s taken by the web camera would be analyzed and the water level of the creek would be estimated, both in daylight and at night. Web pages will be generated that will show the image, give a numerical estimate of the water level and an associated confidence metric. alerts would be sent out if the water level increases to dangerous levels. 2. User-Level Requirements Specifications A. User Interface C. Water Level Detection Flood Warning System D. Processing Lib B. Database E. Acquisition Figure 1: Context Model Diagram

3 Fiducial Template E. Acquired Raw D.1 Enhancement Enhanced D.2 Template Matching Enhanced + Fiducials + confidence value A.2 System Admin. System Config. B. Database Water level + confidence value System Config. C. Detect Water Level Database Query Raw image + Fiducials + Water level + Confidence values Report Request A.1 Report Generator Water level Report Figure 1: Process Model Diagram 2-A. User Interface It shall provide two sets of interfaces: (2-A.1) A web-based interface for graphical water-level reports; (2-A.2) A console-based interface for system administration and maintenance. 2-B. Database: An image and report database. It shall contain archives of past images and reports, and support simple database queries. 2-C. Water Level Detection It shall be able to detect water level with some known and fixed fudicials in the images. The fiducials are a white striped yardstick for daytime, and a LED stick for nighttime. Some confidence measures shall be supplied with each measurement. 2-D. Acquisition To retrieve source images from hardware or through a web-based interface, i.e. ftp from a remote site.

4 3. System-Level Requirements Specification 3.1 Functional Requirements A. User Interface B. Database A.1 Output A.2 Administration B.1 History B.2 Settings B.3 Archive A.1.1 Web C. Water Level Detection D. Processing Lib A.1.2 Alerts C.1 Day Module C.2 Night Module D.1 Enhancement D.2 Analysis E. Acquisition C.3 Post Processing E.1 Capture E.2 File Format Processing Figure 3: System-Level Context Diagram

5 Captured Enhancement Enhanced Analysis Configuration File Processed Settings Module Selection Processed Day Module Settings Processed Water Level & Confidence Water Level & Confidence Configuration File Night Module Post Processing Web Reporting Water Level & Confidence Alert Report Web Page History File Figure 4: Data-Flow Diagram Alert System Calibrate Determine Water Level Calibration do: Acquisition do: Enhancing do: Analysis do: Estimate Level & Confidence read: Current Level & Settings do: Generate Configuration Waiting Invocation Water Level Detection do: Acquisition do: Enhancing do: Analysis do: Estimate Level & Confidence do: Create Log Entry do: Generate Web Report do: Determine Alert Status decide: Send Alerts Figure 5: State Machine Diagram

6 3.1-A User Interface 3.1-A.1 Output The output towards the user will consist of web pages, generated in HTML and alert messages, issued according to the water level. 3.1-A.1.1 Web Reports The web reports will display the current water level and confidence estimates, together with the image that resulted in those measurements. 3.1-A.1.2 Alerts Alerts will be issued when the current level of the water is above some threshold value with a sufficient confidence, so that concerned individuals may be notified promptly. 3.1-A.2 Administration This will provide an interface for the user to calibrate the system, in the event that the physical characteristics of the camera, landscape and/or measuring facilities change. 3.1-B Database 3.1-B.1 History A log with values of historical measurements will be kept in a human-readable ASCII text file. 3.1-B.2 Settings Various configuration settings, such as threshold levels, calibration values and alert recipient lists will be stored in separate files. 3.1-B.3 Archive Older log files will be periodically archived and stored in a compressed format 3.1-C Water Level Detection 3.1-C.1 Day module This module will be responsible for receiving a pre-processed daylight image of the water and using it to determine the level and a confidence measure. 3.1-C.2 Night Module This module will be responsible for receiving a pre-processed night-time image of the water and using it to determine the level and a confidence measure.

7 3.1-D Processing Lib 3.1-D.1 Enhancement Functions for making the image more suitable for analysis: morphology, such as dilation and erosion. Color space conversion, o RGB Intensity o RGB HSV Pixel values and statistics histogram, contrast adjustment, etc 3.1-D.2 analysis Edge detection, template matching, sharpen, etc. 3.1-E Acquisition 3.1-E.1 Capture Retrieval of water image. This can be either by accessing a locally available image grabber device, or by fetching a remotely stored image over the network., 3.1-E.2 File Format Processing Conversion of the retrieved image to a format acceptable by the image processing libraries. Also storage of the image in a format suitable for display over the World Wide Web. 3.2 Non-Functional Requirements 3.2-A. Timing The whole software will run every 10/15 min. Therefore, the whole system grabbing the image, preprocessing, image-analysis, confidence measurements, logging into database and producing web-pages should be complete within that time. 3.3 Domain Requirements 3.3-A. The software should run on Linux. 3.3-A.1 The software should be Open Source.

8 4. Hardware and Software Resource Requirements This project involves having a web camera at the creek and a setup that facilitates water-level measurement. For daytime, we shall have an upright wooden log painted with alternate white and black bands placed near the edge of the creek as a reference to measure water-level. At night, an array of LEDs will be used for the same purpose. Our client has most of this setup already in place. The software requirement of this project is having access to a Linux machine, since that is the OS on which we shall do the development. We also need a web server to implement the web interface of the software. 5. Preliminary Schedule 5.1 Development Items Major Phases Hardware placement of the daytime measuring device with black and white stripes in the water. Beside this device mount a stack of LED s to measure the nighttime water depth. Decide Implementation of processing decide how to process the images to determine the depth of water. Prototyping develop a preliminary design of the warning system. Packaging put everything into one package. Testing make sure system works with confidence Tasks and Dependencies Dependencies: 1. Hardware none 2. Processing none 3. Learn AutoConfig none 4. Prototyping 1,2,3 5. Interface Definition 4 6. Processing / Coding 4 7. Packaging Code 5 8. User Manuals 6 9. Testing Deployment 8, 9

9 5.1.3 Major Milestones Client/Student build the water depth measuring devices. Place the daytime measuring device with black and white stripes in the water. Beside this device mount a stack of LED s to measure the nighttime water depth. Decide whether measuring devices are fixed or should the software search for them in the picture. Learn how to use AutoConfig to package everything together. Write a User Manual for the Flood Warning System. Test the system with a set of created images and judge how much trust goes into the depth report. Build a prototype of the system Deliverables Contract I Contract II Design Specification Schedule II Prototype User Manual Implementation Manual 5.2 Development Diagrams

10 5.2 Risk Analysis and Management Identified Risks Will the depth measuring devices move from their original location? Will the camera move during high wind? What will the software do with a blank image from camera failure? Plans We have already mounted the pole in several bags of concrete hopefully making it secure from movement. Assume the camera will not move. Design the software not to crash when blank or no images are received.

Flood Warning System Group 6

Flood Warning System Group 6 COMP 145 UNC Chapel Hill Contract II Flood Warning System Group 6 Submitted to: Stephen Tell and Prof. Greg Welch February 17, 2001 Alex Giouzenis Kevin Berry Ruigang Yang Ashes Ganguly Stephen Tell PREFACE

More information

GUI Computer Simulator

GUI Computer Simulator Comp145 UNC Chapel Hill Contract II GUI Computer Simulator Team #8 Client: Dr. Frederick P. Brooks Jr. and Prof. Greg Welch February 13, 2001 Dr. Frederick P. Brooks Jr. Chris Bailey [Admin] Ed Goode [Librarian]

More information

KALMAN FILTER ON-LINE LEARNING TOOL

KALMAN FILTER ON-LINE LEARNING TOOL COMP 145 UNC-Chapel Hill Design Specification KALMAN FILTER ON-LINE LEARNING TOOL Submitted to Prof. Greg Welch February 20, 2001 Chris Riley, Director Tom Bodenheimer, Producer Erin Parker, Admin. Leader

More information

Comp 145 UNC-Chapel Hill. Contract II MIDAS. Submitted to. Dr. Stephen Aylward and Prof. Greg Welch. February 13, Dr. Stephen Aylward, Client

Comp 145 UNC-Chapel Hill. Contract II MIDAS. Submitted to. Dr. Stephen Aylward and Prof. Greg Welch. February 13, Dr. Stephen Aylward, Client Comp 145 UNC-Chapel Hill Contract II MIDAS Submitted to Dr. Stephen Aylward and Prof. Greg Welch February 13, 2001 Dr. Stephen Aylward, Client Mike Beranek Anthony Chow Sharon Gravely Andy Mackelfresh

More information

COMP 145 UNC-Chapel Hill Contract II PROJECT TITLE. Submitted to. CLIENT NAME and Prof. Greg Welch. Date AUTHOR NAME AUTHOR NAME AUTHOR NAME

COMP 145 UNC-Chapel Hill Contract II PROJECT TITLE. Submitted to. CLIENT NAME and Prof. Greg Welch. Date AUTHOR NAME AUTHOR NAME AUTHOR NAME COMP 145 UNC-Chapel Hill Contract II PROJECT TITLE Submitted to Note CLIENT NAME and Prof. Greg Welch Date Note CLIENT NAME, Client Note PREFACE {LESS THAN 1/2 PAGE} This should let the reader know that

More information

Introduction to Video and Image Processing

Introduction to Video and Image Processing Thomas В. Moeslund Introduction to Video and Image Processing Building Real Systems and Applications Springer Contents 1 Introduction 1 1.1 The Different Flavors of Video and Image Processing 2 1.2 General

More information

Centerity Monitor. Technical Guide: Syslog Configuration VERSION 4

Centerity Monitor. Technical Guide: Syslog Configuration VERSION 4 Centerity Monitor Technical Guide: Syslog Configuration VERSION 4 Forwarding Syslog Messages to Centerity Server 2 Forwarding Syslog Messages to Centerity Server Syslog messages can be monitored by Centerity

More information

TxDOT Video Analytics System User Manual

TxDOT Video Analytics System User Manual TxDOT Video Analytics System User Manual Product 0-6432-P1 Published: August 2012 1 TxDOT VA System User Manual List of Figures... 3 1 System Overview... 4 1.1 System Structure Overview... 4 1.2 System

More information

ISO27001 Preparing your business with Snare

ISO27001 Preparing your business with Snare WHITEPAPER Complying with ISO27001 Preparing your business with Snare T he technical controls imposed by ISO (International Organisation for Standardization) Standard 27001 cover a wide range of security

More information

Managed Security Services - Automated Analysis, Threat Analyst Monitoring and Notification

Managed Security Services - Automated Analysis, Threat Analyst Monitoring and Notification Service Description Managed Security Services - Automated Analysis, Threat Analyst Monitoring and Notification The services described herein are governed by the terms and conditions of the agreement specified

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Monitor and Map Vegetation Dynamics

Monitor and Map Vegetation Dynamics Monitor and Map Vegetation Dynamics Design Specifications Client: Aaron Moody Submitted to: Professor Greg Welch, Comp145 February 20, 2001 Michael Smith Hani Alkhaldi Daniel Chen Victor Ibrahim Sarath

More information

Robbery Detection Camera

Robbery Detection Camera Robbery Detection Camera Vincenzo Caglioti Simone Gasparini Giacomo Boracchi Pierluigi Taddei Alessandro Giusti Camera and DSP 2 Camera used VGA camera (640x480) [Y, Cb, Cr] color coding, chroma interlaced

More information

MDF4 Lib. Product Information

MDF4 Lib. Product Information Product Information Table of Contents 1 Overview...3 1.1 Introduction...3 1.2 Application Areas...3 1.3 Overview of Advantages...3 2 Features and Advantages...4 2.1 Supported MDF Versions...4 3 Functional

More information

Computer Graphics and Image Processing Introduction

Computer Graphics and Image Processing Introduction Image Processing Computer Graphics and Image Processing Introduction Part 3 Image Processing Lecture 1 1 Lecturers: Patrice Delmas (303.389 Contact details: p.delmas@auckland.ac.nz Office: 303-391 (3 rd

More information

Creating Dashboards That Work Learning Web Analytics

Creating Dashboards That Work Learning Web Analytics Creating Dashboards That Work 103 - Learning Web Analytics The way we present collected data has a huge impact on our ability to draw meaning from it. There are nearly as many pieces of digital information

More information

MySQL Development Cycle

MySQL Development Cycle Abstract This document explains the MySQL Server development cycle. The purpose of the document is to facilitate community involvement, for example by providing feedback on pre-releases and making contributions

More information

Overview of the Plug-In. Versions Supported

Overview of the Plug-In. Versions Supported Oracle Enterprise Manager System Monitoring Plug-In Installation Guide for Exadata Power Distribution Unit Release 11.1.0.2.0 E20087-03 March 2011 Overview of the Plug-In This plug-in will be used to monitor

More information

How AlienVault ICS SIEM Supports Compliance with CFATS

How AlienVault ICS SIEM Supports Compliance with CFATS How AlienVault ICS SIEM Supports Compliance with CFATS (Chemical Facility Anti-Terrorism Standards) The U.S. Department of Homeland Security has released an interim rule that imposes comprehensive federal

More information

Using Web Camera Technology to Monitor Steel Construction

Using Web Camera Technology to Monitor Steel Construction Using Web Camera Technology to Monitor Steel Construction Kerry T. Slattery, Ph.D., P.E. Southern Illinois University Edwardsville Edwardsville, Illinois Many construction companies install electronic

More information

Copyright Tucsen Photoelectric Co., Ltd. 2018, All rights reserved. Quick Start

Copyright Tucsen Photoelectric Co., Ltd. 2018, All rights reserved. Quick Start This guide is for information purposes only and does not constitute any commitment. If there is inconsistency between the image and the actual product, the actual product shall govern. Copyright Tucsen

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Identifying and Reading Visual Code Markers

Identifying and Reading Visual Code Markers O. Feinstein, EE368 Digital Image Processing Final Report 1 Identifying and Reading Visual Code Markers Oren Feinstein, Electrical Engineering Department, Stanford University Abstract A visual code marker

More information

USER MANUAL TABLE OF CONTENTS. Quotation Manager. Version: Compatibility:

USER MANUAL TABLE OF CONTENTS. Quotation Manager. Version: Compatibility: USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Quotation Manager... 1 Installation& Activation... 2 Installation Steps... 2 Installation (Custom theme)... 3 Extension Activation... 3 How it

More information

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Exadata Overview Oracle Exadata Database Machine Extreme ROI Platform Fast Predictable Performance Monitor

More information

Control-M and Payment Card Industry Data Security Standard (PCI DSS)

Control-M and Payment Card Industry Data Security Standard (PCI DSS) Control-M and Payment Card Industry Data Security Standard (PCI DSS) White paper PAGE 1 OF 16 Copyright BMC Software, Inc. 2016 Contents Introduction...3 The Need...3 PCI DSS Related to Control-M...4 Control-M

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Healthcare IT A Monitoring Primer

Healthcare IT A Monitoring Primer Healthcare IT A Monitoring Primer Published: February 2019 PAGE 1 OF 13 Contents Introduction... 3 The Healthcare IT Environment.... 4 Traditional IT... 4 Healthcare Systems.... 4 Healthcare Data Format

More information

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Easy Site Maintenance... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Configuration... 4 Contact Us... 8 Easy

More information

Best Practices for Securing Your AWS Cloud Network

Best Practices for Securing Your AWS Cloud Network Best Practices for Securing Your AWS Cloud Network Roy Feintuch CTO roy@dome9.com Harish Agastya CMO harish@dome9.com Who Are We An advanced SaaS-based security solution designed to secure public and hybrid

More information

Ciphermail Webmail Messenger Administration Guide

Ciphermail Webmail Messenger Administration Guide CIPHERMAIL EMAIL ENCRYPTION Ciphermail Webmail Messenger Administration Guide October 27, 2017, Rev: 8630 Copyright 2013-2017, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 4 2 Admin login

More information

GUI Computer Simulator

GUI Computer Simulator Comp145 Client Contract I Team #8 GUI Computer Simulator Client: Dr. Frederick P. Brooks Jr. February 6, 2001 Team Members: Chris Bailey Ed Goode Andy Hans Cary Hall John Ehrhardt Preface: Note that this

More information

VIDEO WEB SERVER. User s Manual. Please read instructions thoroughly before operation and retain it for future reference. PATENT 732 V1.

VIDEO WEB SERVER. User s Manual. Please read instructions thoroughly before operation and retain it for future reference. PATENT 732 V1. VIDEO WEB SERVER PATENT User s Manual Please read instructions thoroughly before operation and retain it for future reference. 732 V1.0 WARNING The apparatus shall not be exposed to dripping or splashing

More information

Data Storage, Recovery and Backup Checklists for Public Health Laboratories

Data Storage, Recovery and Backup Checklists for Public Health Laboratories Data Storage, Recovery and Backup Checklists for Public Health Laboratories DECEMBER 2018 Introduction Data play a critical role in the operation of a laboratory information management system (LIMS) and

More information

Deploying Lookout with IBM MaaS360

Deploying Lookout with IBM MaaS360 Lookout Mobile Endpoint Security Deploying Lookout with IBM MaaS360 February 2018 2 Copyright and disclaimer Copyright 2018, Lookout, Inc. and/or its affiliates. All rights reserved. Lookout, Inc., Lookout,

More information

Newsletter #6 March 2018

Newsletter #6 March 2018 Newsletter #6 March 2018 The UTOFIA product datasheet is available! The brand new datasheet for the UTOFIA camera has been released. You can download it from our website www.utofia.eu in the Downloads

More information

Image Processing Fundamentals. Nicolas Vazquez Principal Software Engineer National Instruments

Image Processing Fundamentals. Nicolas Vazquez Principal Software Engineer National Instruments Image Processing Fundamentals Nicolas Vazquez Principal Software Engineer National Instruments Agenda Objectives and Motivations Enhancing Images Checking for Presence Locating Parts Measuring Features

More information

ScholarOne Manuscripts. Production Center User Guide

ScholarOne Manuscripts. Production Center User Guide ScholarOne Manuscripts Production Center User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts Production Center User Guide Page i TABLE OF CONTENTS INTRODUCTION... 2 USE GET HELP NOW & FAQS...

More information

Image Segmentation. Ross Whitaker SCI Institute, School of Computing University of Utah

Image Segmentation. Ross Whitaker SCI Institute, School of Computing University of Utah Image Segmentation Ross Whitaker SCI Institute, School of Computing University of Utah What is Segmentation? Partitioning images/volumes into meaningful pieces Partitioning problem Labels Isolating a specific

More information

Olympus DeltaVision Microscope Start-Up and Shut-Down Instructions.

Olympus DeltaVision Microscope Start-Up and Shut-Down Instructions. DeltaVision Instructions: 1. Start-up (Olympus DV) 2. Basic operation (Olympus DV) 2.1 set-up 2.2 designing and running an experiment 3. Transferring files via FTP 4. Deconvolving files 5. File conversion

More information

Oracle Database 12c Rel. 2 Cluster Health Advisor - How it Works & How to Use it

Oracle Database 12c Rel. 2 Cluster Health Advisor - How it Works & How to Use it Oracle Database 12c Rel. 2 Cluster Health Advisor - How it Works & How to Use it Mark V. Scardina - Director Oracle QoS Management & Oracle Autonomous Health Framework Agenda 1 2 3 4 5 6 7 Introduction

More information

SmartPad User Manual. E-Form, Inc Summit Lake Drive Tallahassee, FL

SmartPad User Manual. E-Form, Inc Summit Lake Drive Tallahassee, FL User Manual E-Form, Inc. 1585 Summit Lake Drive Tallahassee, FL 32317 850.893.1888 www.eforminc.com support@eforminc.com 2 Table of Contents Preface 3 SmartDocs+ Summary 3 SmartDocs+ Icon Preview 3 Using

More information

Mn/DOT CADD DATA Standards General Information

Mn/DOT CADD DATA Standards General Information Mn/DOT CADD DATA Standards General Information PREFACE The scope of this web-site is to document and standardize the Minnesota Department of Transportation s CADD (computer aided drafting and design file

More information

LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE

LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE This document was created to benchmark the settings and tools needed to successfully deploy LPR with the ipconfigure s Enterprise Surveillance

More information

QUESTIONS & ANSWERS FOR. ORTHOPHOTO & LiDAR AOT

QUESTIONS & ANSWERS FOR. ORTHOPHOTO & LiDAR AOT QUESTIONS & ANSWERS FOR ORTHOPHOTO & LiDAR AOT Question# 1. Section 3.2 Will the imagery be clipped to the 1000m boundary? If so, what color will be used for null valued pixels? Yes, the imagery will be

More information

COMPAS ID Author: Jack Barnard TECHNICAL MEMORANDUM

COMPAS ID Author: Jack Barnard TECHNICAL MEMORANDUM MesaRidge Systems Subject: COMPAS Document Control Date: January 27, 2006 COMPAS ID 30581 Author: Jack Barnard info@mesaridge.com TECHNICAL MEMORANDUM 1. Changing this Document Change requests (MRs) for

More information

ArdiTrack Demo Kits: Installation Guide (Rev 3 12/2014)

ArdiTrack Demo Kits: Installation Guide (Rev 3 12/2014) ArdiTrack Demo Kits: Installation Guide (Rev 3 12/2014) Please read this guide before installing. System Diagram ( ArdiTech Demo Site Example): Product overview: 2.4G Technology with Cloud based monitoring

More information

IUT Job Cracker Design and Implementation of a Dynamic Job Scheduler for Distributed Computation

IUT Job Cracker Design and Implementation of a Dynamic Job Scheduler for Distributed Computation IUT Job Cracker Design and Implementation of a Dynamic Job Scheduler for Distributed Computation *Fahim Kawsar, **Md. Shahriar Saikat, ***Shariful Hasan Shaikot Department of Computer Science *Islamic

More information

Market Information Client System Manual

Market Information Client System Manual Market Information Client System Manual Ver. 3.0 Tokyo Stock Exchange, Inc Market Information Client System Manual 2 Table of Contents 1 About this Manual... 4 2 Flow of Procedures... 5 2.1 End-User License

More information

09/05: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Fall 2018

09/05: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Fall 2018 09/05: Project Plan The Capstone Experience Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Fall 2018 From Students to Professionals Project Plan Functional Specifications

More information

Re: ENSC 440 Functional Specifications for a Posture Measurement and Data Logging System

Re: ENSC 440 Functional Specifications for a Posture Measurement and Data Logging System microsense metrics School of Engineering Science Simon Fraser University 8888 University Drive Burnaby, BC, Canada V5A 1S6 21 February 2005 Mr. Lakshman One School of Engineering Science Simon Fraser University

More information

Customer Support Portal

Customer Support Portal Customer Support Portal Overview and user guide Version 3.0 September 2015 Table of Contents 1. Confidentiality Agreement... 2 2. About this guide... 2 3. Accessing and navigating the Portal... 3 4. Colocation

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

Medical records movement

Medical records movement England Primary Care Support England Medical records movement A guide for general practice staff to the new process 1. Receiving records 2. Sending records 3. Returning temporary resident forms What s

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Computer and Machine Vision

Computer and Machine Vision Computer and Machine Vision Lecture Week 10 Part-2 Skeletal Models and Face Detection March 21, 2014 Sam Siewert Outline of Week 10 Lab #4 Overview Lab #5 and #6 Extended Lab Overview SIFT and SURF High

More information

Centerity Monitor User Guide

Centerity Monitor User Guide Centerity Monitor 4.10 User Guide July 2018 Page 2 End-User License Agreement (EULA) This guide and the use of Centerity software is subject to Centerity s End-User License Agreement (EULA). A copy of

More information

Safe N Sec Enterprise Pro

Safe N Sec Enterprise Pro Anti-Virus Comparative Single Product Test Safe N Sec Enterprise Pro Date: January 2008 Last revision: 26 th January 2008 Author: Andreas Clementi Website: http://www.av-comparatives.org 1. Tested product

More information

IS-DEV KIT-9 User Manual

IS-DEV KIT-9 User Manual IS-DEV KIT-9 User Manual Revision C Firmware Version 1.0 NKK SWITCHES 7850 E. Gelding Drive Scottsdale, AZ 85260 Toll Free 1-877-2BUYNKK (877-228-9655) Phone 480-991-0942 Fax 480-998-1435 e-mail

More information

CheetahMail GENESIS I N TEGRATION GUIDE

CheetahMail GENESIS I N TEGRATION GUIDE CheetahMail GENESIS I N TEGRATION GUIDE GENESIS INTEGRATION GUIDE II Table of Contents Terms and Conditions of Use... 4 Intended Audience... 4 Account Support... 4 Service and Billing Information... 4

More information

Milestone_TCIT Match Software

Milestone_TCIT Match Software Milestone_TCIT Match Software Prepared on11/24/2014 User Manual Trademarks TCIT and TCIT logo are registered trademarks of Taiwan Colour & Imaging Technology Corporation. Microsoft product names such as

More information

Oracle. Service Cloud Knowledge Advanced User Guide

Oracle. Service Cloud Knowledge Advanced User Guide Oracle Service Cloud Release May 2017 Oracle Service Cloud Part Number: E84078-03 Copyright 2015, 2016, 2017, Oracle and/or its affiliates. All rights reserved Authors: The Knowledge Information Development

More information

Copy 2013 Eazzy Digital Video Technology Company. All rights reserved.

Copy 2013 Eazzy Digital Video Technology Company. All rights reserved. Model No. : BC-881H Hidden Bulb WiFi/AP HD960P P2P IP Network DVR Camera (Motion Detection, Email Alert) - Simple installation, screw in -like a bulb - No Light at night (invisible to human eyes) - New

More information

Test Driven Development. René Barto SES Agile Development - Test Driven Development

Test Driven Development. René Barto SES Agile Development - Test Driven Development Test Driven Development René Barto SES Agile Development - Test Driven Development 27-09-2006 Contents About Myself About SES Agile Development A Typical Developer s Day Test Driven Development Questions

More information

Intelligent Security & Fire

Intelligent Security & Fire Milestone XProtect Basis 4.0 Milestone XProtect Basis+ 4.0 Getting Started Guide 2005 PDF version Dear Milestone Customer, This Getting Started Guide explains how to install and use key features in Milestone

More information

CPSC 483 Computer System Design. Coff- Biweekly Report 4. April 26, 2004

CPSC 483 Computer System Design. Coff- Biweekly Report 4. April 26, 2004 CPSC 483 Computer System Design Coff-e-mail Biweekly Report 4 April 26, 2004 Don McGee Eric Peden Payton Quackenbush Zack Roman Software - Performance As in previous weeks, the functionality of the system

More information

Deploy the ExtraHop Discover Appliance 1100

Deploy the ExtraHop Discover Appliance 1100 Deploy the ExtraHop Discover Appliance 1100 Published: 2018-07-17 The following procedures explain how to deploy an ExtraHop Discover appliance 1100. System requirements Your environment must meet the

More information

Network / IP Camera User Manual

Network / IP Camera User Manual Network / IP Camera User Manual Preface Congratulations on your purchase of this product. Read this manual carefully and keep it in a safe place for future reference. About this manual This user manual

More information

Image Processing: Final Exam November 10, :30 10:30

Image Processing: Final Exam November 10, :30 10:30 Image Processing: Final Exam November 10, 2017-8:30 10:30 Student name: Student number: Put your name and student number on all of the papers you hand in (if you take out the staple). There are always

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) FlowerSeeker Team 05 Name Eder Figueroa Sophia Wu Doris Lam Hiram Garcia Roles Primary Role: Project Manager/ Implementer. Secondary Role: Tester. Primary Role: Tester/ Trainer Secondary

More information

Camera Deployment Guide

Camera Deployment Guide Camera Deployment Guide Page 1 of 8 Overview of Camera Deployment Procedure You will be deploying your cameras in sets of 3: o On trail one camera that captures picture of traffic on a hiking trail o Near

More information

Visible and Long-Wave Infrared Image Fusion Schemes for Situational. Awareness

Visible and Long-Wave Infrared Image Fusion Schemes for Situational. Awareness Visible and Long-Wave Infrared Image Fusion Schemes for Situational Awareness Multi-Dimensional Digital Signal Processing Literature Survey Nathaniel Walker The University of Texas at Austin nathaniel.walker@baesystems.com

More information

System Test Plan. Team: Kingpin. Project: Pin Deck Camera System. Team Members: Shawn Dobbins Jason Grey Eric Nelson Bhuwan Shrestha

System Test Plan. Team: Kingpin. Project: Pin Deck Camera System. Team Members: Shawn Dobbins Jason Grey Eric Nelson Bhuwan Shrestha Department of Computer Science and Engineering The University of Texas at Arlington Last Updated: October 1 st 2013 10:04am System Test Plan Team: Kingpin Project: Pin Deck Camera System Team Members:

More information

ForeScout Extended Module for Advanced Compliance

ForeScout Extended Module for Advanced Compliance ForeScout Extended Module for Advanced Compliance Version 1.2 Table of Contents About Advanced Compliance Integration... 4 Use Cases... 4 Additional Documentation... 6 About This Module... 6 About Support

More information

Research Faculty Summit Systems Fueling future disruptions

Research Faculty Summit Systems Fueling future disruptions Research Faculty Summit 2018 Systems Fueling future disruptions Continuous Delivery for Bing UX Chap Alex Engineering Manager, Microsoft Core Bing-wide Principles Live-site quality is paramount Constant

More information

Identify how the use of different browsers and devices affects the look of a webpage. Competencies

Identify how the use of different browsers and devices affects the look of a webpage. Competencies 1 Strand 2. IT Fundamentals Learners apply fundamental principles of IT, including the history of IT and its impact on society, common industry terms, systems theory, information storage and retrieval,

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

Analyze Bug Statistics using Kibana Dashboard and Get Voice Alerts

Analyze Bug Statistics using Kibana Dashboard and Get Voice Alerts Analyze Bug Statistics using Kibana Dashboard and Get Voice Alerts Kibana Dashboard Elast Alert Sensiple Notification System Abstract This white paper describes how Kibana Dashboard can be used to analyze

More information

Customer Release Notes

Customer Release Notes This document contains important information about this release. Be sure to provide this information to all users before proceeding with the installation. Note: The term Color Profiler Suite refers to

More information

Silicon Software Interface Library for NI LabVIEW. Installation and User Guide Version 2.0

Silicon Software Interface Library for NI LabVIEW. Installation and User Guide Version 2.0 Silicon Software Interface Library for NI LabVIEW Installation and User Guide Version 2.0 Imprint Silicon Software GmbH Steubenstraße 46 68163 Mannheim, Germany Tel.: +49 (0) 621 789507 0 Fax: +49 (0)

More information

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family Data sheet HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family HPE Lifecycle Event Services HPE Data Replication Solution Service provides implementation of the HPE

More information

Fundamentals of Digital Image Processing

Fundamentals of Digital Image Processing \L\.6 Gw.i Fundamentals of Digital Image Processing A Practical Approach with Examples in Matlab Chris Solomon School of Physical Sciences, University of Kent, Canterbury, UK Toby Breckon School of Engineering,

More information

Watchmaker precision for robotic placement of automobile body parts

Watchmaker precision for robotic placement of automobile body parts FlexPlace Watchmaker precision for robotic placement of automobile body parts Staff Report ABB s commitment to adding value for customers includes a constant quest for innovation and improvement new ideas,

More information

Major New Features and Enhancements for 6.0

Major New Features and Enhancements for 6.0 Zimbra Collaboration Suite 6.0 Open Source Edition Release Notes For the most up to date 6.0 release notes, please go to http:// www.zimbra.com/community/documentation.html. The latest release notes with

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

INFORMATION ASSURANCE DIRECTORATE

INFORMATION ASSURANCE DIRECTORATE National Security Agency/Central Security Service INFORMATION ASSURANCE DIRECTORATE CGS Risk Monitoring Risk Monitoring assesses the effectiveness of the risk decisions that are made by the Enterprise.

More information

CS 501- Software Engineering Legal Data Markup Software Release (V.1.0) Feasibility Report

CS 501- Software Engineering Legal Data Markup Software Release (V.1.0) Feasibility Report CS 501- Software Engineering Legal Data Markup Software Release (V.1.0) Feasibility Report Version (1.1) Key Stakeholders/Organizations: Project Sponsors: Professor Thomas Bruce, Professor William Arms

More information

Software Release Notes V9.3.12

Software Release Notes V9.3.12 CheckPoint Software Release Notes V9.3.12 B28 Software Release Notes V9.3.12 Build 28 Document No. D9311-27 Rev. A 21 February, 2014 CheckPoint Software Release Notes V9.3.12 B28 9.3.12 B28 Release: None

More information

FPGA Image Processing for Driver Assistance Camera

FPGA Image Processing for Driver Assistance Camera Michigan State University College of Engineering ECE 480 Design Team 4 Feb. 8 th 2011 FPGA Image Processing for Driver Assistance Camera Final Proposal Design Team: Buether, John Frankfurth, Josh Lee,

More information

Babu Madhav Institute of Information Technology Years Integrated M.Sc.(IT)(Semester - 7)

Babu Madhav Institute of Information Technology Years Integrated M.Sc.(IT)(Semester - 7) 5 Years Integrated M.Sc.(IT)(Semester - 7) 060010707 Digital Image Processing UNIT 1 Introduction to Image Processing Q: 1 Answer in short. 1. What is digital image? 1. Define pixel or picture element?

More information

Carmen Alonso Montes 23rd-27th November 2015

Carmen Alonso Montes 23rd-27th November 2015 Practical Computer Vision: Theory & Applications 23rd-27th November 2015 Wrap up Today, we are here 2 Learned concepts Hough Transform Distance mapping Watershed Active contours 3 Contents Wrap up Object

More information

MILESTONE INTEGRATION 1.4

MILESTONE INTEGRATION 1.4 MILESTONE INTEGRATION 1.4 Technical guide Revision 1 2012-2014 ACIC sa/nv. All rights reserved. ACIC sa / nv Parc Initialis Boulevard Initialis 28 B-7000 Mons Belgium support@acic.eu www.acic.eu Tel. :

More information

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22)

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22) Digital Image Processing Prof. P. K. Biswas Department of Electronics and Electrical Communications Engineering Indian Institute of Technology, Kharagpur Module Number 01 Lecture Number 02 Application

More information

IQanalytics Vandal, Motion and Intrusion Detection. User Guide

IQanalytics Vandal, Motion and Intrusion Detection. User Guide IQanalytics Vandal, Motion and Intrusion Detection User Guide 1 Contents 1 Overview 3 2 Installation 4 3 IQanalytics Configuration 5 4 Advanced Pages 8 5 Camera Placement & Guidelines 9 6 Recommended Settings

More information

Deploy the ExtraHop Discover 3100, 6100, 8100, or 9100 Appliances

Deploy the ExtraHop Discover 3100, 6100, 8100, or 9100 Appliances Deploy the ExtraHop Discover 3100, 6100, 8100, or 9100 s Published: 2017-12-29 This guide explains how to install the rack-mounted EDA 3100, EDA 6100, EDA 8100, and EDA 9100 ExtraHop Discover appliances.

More information

Initial ACC System Setup and Workflow Guide 1

Initial ACC System Setup and Workflow Guide 1 Initial ACC System Setup and Workflow Guide If you are setting up an Avigilon Control Center (ACC) system for the first time, complete the following recommended setup procedures. Other features can be

More information

BeAware Corporate Edition Admin Console Version 6.8 Ascentive LLC

BeAware Corporate Edition Admin Console Version 6.8 Ascentive LLC User Manual BeAware Corporate Edition Admin Console Version 6.8 Ascentive LLC User Manual 1 Copyright Notice Copyright 2006 Ascentive LLC All Rights Reserved This document is protected by copyright law

More information

Introduction.

Introduction. Product information Image Systems AB Main office: Ågatan 40, SE-582 22 Linköping Phone +46 13 200 100, fax +46 13 200 150 info@imagesystems.se, Introduction TEMA Automotive is the world leading system

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

More information

IPEmotion_PlugIn_VIDEO_V01_02_00

IPEmotion_PlugIn_VIDEO_V01_02_00 IPEmotion_PlugIn_VIDEO_V01_02_00 22. Januar 2018 TABLE OF CONTENTS Table of Contents 1 Important and general information..................................... 3 1.1 Important information..........................................

More information