Vision Problems Baby Food

Size: px
Start display at page:

Download "Vision Problems Baby Food"

Transcription

1 10 Vision Problems This final chapter presents a series of computer vision application problems which are possible to solve using the theory (and practice) presented in this text. Images and videos for these problems are provided in the electronic resources accompanying the text Baby Food On a production line cans of baby food are made by: 1. Fabricating the sides and lid of the can together but omitting the base of the can. 2. Dropping a spoon into the empty upside-down can. 3. Pouring the baby food (powder) into upside-down the can. 4. Sealing the base onto the can. You are asked to develop an inspection system looking at the can between steps 2 and 3 in order to check that a single spoon has been placed into it (see Figure 10.1). Figure 10.1 Sample baby food can images from the production just after the spoon has been dropped into the can. Examples of no spoon, one spoon and two spoons are shown A Practical Introduction to Computer Vision with OpenCV, First Edition. Kenneth Dawson-Howe John Wiley & Sons, Ltd. Published 2014 by John Wiley & Sons, Ltd.

2 190 A Practical Introduction to Computer Vision with OpenCV 10.2 Labels on Glue On a production line for bottles of glue it is necessary to perform a number of inspection tests (see Figure 10.2): 1. Check that each bottle has a label. 2. Check that the label on the bottle is straight. 3. Check that the label is not torn or folded. Figure 10.2 Sample images of bottles of glue are shown some without labels and some with crooked (or damaged labels). Note that these are not images from a real production line and in many cases the labels have been manually damaged/removed

3 Vision Problems O-rings You are asked to detect defects (notches and breaks) in rubber O-rings as they pass before an inspection camera (see Figure 10.3). Good O-rings: Breaks: Notches: Figure 10.3 Sample images of good O-rings (i.e. with no defects; see top row), broken O-rings (middle row) and O-rings with notches out of them (bottom row)

4 192 A Practical Introduction to Computer Vision with OpenCV 10.4 Staying in Lane In order to assist drivers, you are asked to develop a system to ensure that they stay in lane, and raise an alarm if they start to drift into another lane (without indicating). Given a video feed from a camera mounted on the dashboard of a car, looking forwards, you are asking to automatically detect the lines on each side of the lane of traffic that the car is in (see Figure 10.4). This is an area of significant research interest and there are other datasets available online: 1. PETS (Performance Evaluation of Tracking and Surveillance) 2001 dataset 5: 4 videos (2 looking forwards, 2 looking backwards) from a vehicle on a motorway. rdg.ac.uk/pets2001/dataset5/ 2. CamVid (Cambridge-driving Labeled Video Database): 4 videos looking forwards from a vehicle 3. Daimler Pedestrian Detection Benchmark Dataset: A small number of long video sequences looking forwards from a vehicle. Figure 10.4 Sample images from the dashboard mounted camera

5 Vision Problems Reading Notices In order to facilitate auto-translation, you are asked to locate any text within an image and extract the text as a series of characters (see Figure 10.5). You may assume that the text will take up a reasonable portion of the image and will be more-or-less the right way up! Figure 10.5 Sample images of notices

6 194 A Practical Introduction to Computer Vision with OpenCV 10.6 Mailboxes Given a live feed from a camera monitoring mailboxes, you are asked to determine if there is any post in each mailbox (see Figure 10.6). To make the processing a bit easier a pattern of black and white stripes has been put in each box. As people put mail in and take mail from the mailboxes on a regular basis, your solution must be able to cope with occlusion of the camera by moving people (without generating any false mail notifications). Figure 10.6 Three sample frames from a video of the mailboxes, all empty (left), partly occluded (centre and with mail in three of the boxes (right)

7 Vision Problems Abandoned and Removed Object Detection You are asked to locate any abandoned objects and any removed objects (see Figures 10.7 and 10.8). This is an area of significant research interest and there are many datasets available online: 1. CAVIAR (Context Aware Vision using Image-based Active Recognition project): 5 videos in a lobby from above of various objects being abandoned and removed. inf.ed.ac.uk/rbf/caviar/. 2. ViSOR (Video Surveillance Online Repository): 19 videos of abandoning and removing objects in an outdoor car-park. and it/visor/ 3. PETS (Performance Evaluation of Tracking and Surveillance) 2006 dataset: 7 left luggage datasets of videos from 4 different cameras in a train station. PETS2006/data.html 4. PETS (Performance Evaluation of Tracking and Surveillance) 2007: 7 left luggage datasets of videos from 4 different cameras in a busy airport terminal. Figure 10.7 Sample object abandonment Figure 10.8 Sample object removal

8 196 A Practical Introduction to Computer Vision with OpenCV 10.8 Surveillance You are asked to find and classify (as people, cars, etc.) all moving objects in a video sequence from a static camera (see Figure 10.9). You must be able to deal with environmental effects (such as changing lighting and the effects of wind, etc.). This is an area of significant research interest and there are large numbers of datasets available online. For example: 1. CAVIAR (Context Aware Vision using Image-based Active Recognition project): homepages.inf.ed.ac.uk/rbf/caviar/. 2. ViSOR (Video Surveillance Online Repository): and imagelab.ing.unimore.it/visor/ 3. PETS (Performance Evaluation of Tracking and Surveillance datasets: ac.uk/ 4. SPEVI (Surveillance Performance EValuation Initiative) datasets ac.uk/staffinfo/andrea/spevi.html 5. ETISEO dataset from INRIA OTCBVS dataset LIMU dataset from Kyushu University. Figure 10.9 Four frames from PETS 2001 (Dataset 1, Camera 1). Reproduced by permission of Dr. James Ferryman, University of Reading

9 Vision Problems Traffic Lights You are asked to locate any traffic lights in a camera view and to determine what light is lit (green, amber or red) (see Figure 10.10). There are videos, available online, taken from moving vehicles which can be used for traffic light detection: 1. CamVid (Cambridge-driving Labeled Video Database): 4 videos looking forwards from a vehicle 2. Daimler Pedestrian Detection Benchmark Dataset: A small number of long video sequences looking forwards from a vehicle. Figure Three frames from a stationary camera at a traffic light controlled road junction

10 198 A Practical Introduction to Computer Vision with OpenCV Real Time Face Tracking Assuming that the cascade of Haar classifiers is too slow, propose a way of tracking a face in (close to) real time in a video (see Figure 10.11). Figure Sample frames from a video showing a face to be tracking

11 Vision Problems Playing Pool You are asked to locate the balls on a pool table so that their positions can be analysed for possible shots (see Figure 10.12). Ball positions should be computed only when there is no motion on the table and no one is occluding the table. Also, ball positions should be reported relative to the table (rather than the image). Figure Sample images from a video of a game of pool

12 200 A Practical Introduction to Computer Vision with OpenCV Open Windows You are asked to develop a system to determine what (top-hung) windows are open in images of a building. This is intended to aid in the efficient heating and ventilation of the building (see Figure 10.13). Figure Three images from a camera monitoring a set of windows

13 Vision Problems Modelling Doors Given a video feed from a surveillance camera, you are asked to locate any doors in the view. This can be done during a training phase either from video or still images. This should aid the system when attempting to understand the actions of people within the scene (see Figure 10.14). Figure Three sample frames from a camera monitoring a doorway

14 202 A Practical Introduction to Computer Vision with OpenCV Determining the Time from Analogue Clocks You are asked to determine the time from an image of an analogue clock (see Figure 10.15). Figure Sample clock images

15 Vision Problems Which Page You are asked to determine which page (if any) out of a given text a reader is currently viewing so that augmented content can be added to the page through the use of a projector (see Figures and 10.17). Figure Some of the provided sample page images Figure Sample views of the book while it is being read

16 204 A Practical Introduction to Computer Vision with OpenCV Nut/Bolt/Washer Classification You are asked to classify parts coming down a conveyor line as nuts, bolts or washers (or something unknown) (see Figure 10.18). Figure Sample views of the parts on the conveyor belt

17 Vision Problems Road Sign Recognition Assuming that you have sample (CAD) images of road signs such as those in Figure 10.19, you are asked to develop a system to automatically recognise these road signs from single images (taken from the dashboard of a car looking forwards). They will appear at different sizes (as the car moves towards them), but should be facing directly towards the vehicle (see Figure 10.20). Figure Sample CAD road signs Figure Sample images (containing road signs) taken looking forwards from a vehicle

18 206 A Practical Introduction to Computer Vision with OpenCV License Plates You are asked to recognise the number on license plates taken with a handheld camera. You are provided with example images of the digits in two forms (synthetic and real) (see Figures 10.21, and 10.23). Figure Sample synthetics digits Figure Sample digits from license plates Figure Sample images of car license plates

19 Vision Problems Counting Bicycles You are asked to locate any bicycles moving along a path (see Figure 10.24). Note that there can be other bicycles or people walking, and that you must be able to cope with changes in the lighting (as the sun goes in and out) and with the waves on the sea (which are constantly moving). Figure Some frames from the sample bicycle video

20 208 A Practical Introduction to Computer Vision with OpenCV Recognise Paintings As part of an augmented reality system you are asked to automatically determine the identity of any painting in the view of an observer (camera) (see Figures and 10.26). Figure Sample images from an observer in a gallery. Photographs taken by Dr. Kenneth Dawson- Howe at the National Gallery of Ireland Figure Sample known painting images. The painting are: (top left) The Marriage Feast an Cana (late 1660s) by Jan Havicksz. Steen, (top centre) A Thunderstorm: The Frightened Wagoner (1832) by James Arthur O Connor, (top right) Joseph Selling Corn in Egypt (1612) by Pieter Lastman, (bottom left) A Sick Call (1863) by Matthew James Lawless, (bottom centre) A View of the Rye Water near Leixlip (1850s) by William Davis, and finally (bottom right) The Arrival of the Kattendijk at Texel (1702) by Ludolf Backhuysen I. Photographs taken by Dr. Kenneth Dawson-Howe at the National Gallery of Ireland

Transportation Informatics Group, ALPEN-ADRIA University of Klagenfurt. Transportation Informatics Group University of Klagenfurt 3/10/2009 1

Transportation Informatics Group, ALPEN-ADRIA University of Klagenfurt. Transportation Informatics Group University of Klagenfurt 3/10/2009 1 Machine Vision Transportation Informatics Group University of Klagenfurt Alireza Fasih, 2009 3/10/2009 1 Address: L4.2.02, Lakeside Park, Haus B04, Ebene 2, Klagenfurt-Austria Index Driver Fatigue Detection

More information

PHOTOGRAMMETRIC ADVANCED DETECTION SOLUTION INCIDENT DETECTION IN TUNNELS

PHOTOGRAMMETRIC ADVANCED DETECTION SOLUTION INCIDENT DETECTION IN TUNNELS - 102 - PHOTOGRAMMETRIC ADVANCED DETECTION SOLUTION INCIDENT DETECTION IN TUNNELS de Kok P., Zenz T., Markus J. Siemens Building Technologies Austria ABSTRACT Use of photogrammetric methods and image analysis

More information

INSTALLATION. Preparation:

INSTALLATION. Preparation: INSTALLATION Preparation: Average Time Required: 2 to 3 hours Place a blanket down in the area which you will be working in. This will prevent scratches on the rear fascia / valance. Remove your License

More information

Computer Vision Lesson Plan

Computer Vision Lesson Plan Computer Vision Lesson Plan Overview Computer Vision Summary Computers today are being used to accomplish tasks that require using one or more of the five senses. Vision - seeing objects and identifying

More information

Medium Term Plan Summer

Medium Term Plan Summer Medium Term Plan Summer 2 2017. The Early Years Foundation Stage Framework (EYFS) sets out the learning and development stages for children as they grow from birth to five years and outlines what pre-school

More information

Applying Automated Optical Inspection Ben Dawson, DALSA Coreco Inc., ipd Group (987)

Applying Automated Optical Inspection Ben Dawson, DALSA Coreco Inc., ipd Group (987) Applying Automated Optical Inspection Ben Dawson, DALSA Coreco Inc., ipd Group bdawson@goipd.com (987) 670-2050 Introduction Automated Optical Inspection (AOI) uses lighting, cameras, and vision computers

More information

XHD Bull Bar w/ Dual Row LED Light Bar (10-17 Jeep JK)

XHD Bull Bar w/ Dual Row LED Light Bar (10-17 Jeep JK) XHD Bull Bar w/ Dual Row LED Light Bar (10-17 Jeep JK) PARTS LIST: 1 Driver/Left Side Bull Bar Upright 8 10-1.5mm Hex Nuts 1 Side Bull Bar Upright 4 10-1.5mm Nylon Lock Nuts 1 Top Cross Bar 2 Light Bar

More information

OBJECTIVE OF THE BOOK ORGANIZATION OF THE BOOK

OBJECTIVE OF THE BOOK ORGANIZATION OF THE BOOK xv Preface Advancement in technology leads to wide spread use of mounting cameras to capture video imagery. Such surveillance cameras are predominant in commercial institutions through recording the cameras

More information

THE VISIONLAB TEAM engineers - 1 physicist. Feasibility study and prototyping Hardware benchmarking Open and closed source libraries

THE VISIONLAB TEAM engineers - 1 physicist. Feasibility study and prototyping Hardware benchmarking Open and closed source libraries VISIONLAB OPENING THE VISIONLAB TEAM 2018 6 engineers - 1 physicist Feasibility study and prototyping Hardware benchmarking Open and closed source libraries Deep learning frameworks GPU frameworks FPGA

More information

A VIDEO CAMERA ROAD SIGN SYSTEM OF THE EARLY WARNING FROM COLLISION WITH THE WILD ANIMALS

A VIDEO CAMERA ROAD SIGN SYSTEM OF THE EARLY WARNING FROM COLLISION WITH THE WILD ANIMALS Vol. 12, Issue 1/2016, 42-46 DOI: 10.1515/cee-2016-0006 A VIDEO CAMERA ROAD SIGN SYSTEM OF THE EARLY WARNING FROM COLLISION WITH THE WILD ANIMALS Slavomir MATUSKA 1*, Robert HUDEC 2, Patrik KAMENCAY 3,

More information

Autonomous Face Recognition

Autonomous Face Recognition Autonomous Face Recognition CymbIoT Autonomous Face Recognition SECURITYI URBAN SOLUTIONSI RETAIL In recent years, face recognition technology has emerged as a powerful tool for law enforcement and on-site

More information

Camera Setup and Field Recommendations

Camera Setup and Field Recommendations Camera Setup and Field Recommendations Disclaimers and Legal Information Copyright 2011 Aimetis Inc. All rights reserved. This guide is for informational purposes only. AIMETIS MAKES NO WARRANTIES, EXPRESS,

More information

Super resolution with Epitomes

Super resolution with Epitomes Super resolution with Epitomes Aaron Brown University of Wisconsin Madison, WI Abstract Techniques exist for aligning and stitching photos of a scene and for interpolating image data to generate higher

More information

Real-Time Face Detection and Tracking for High Resolution Smart Camera System

Real-Time Face Detection and Tracking for High Resolution Smart Camera System Digital Image Computing Techniques and Applications Real-Time Face Detection and Tracking for High Resolution Smart Camera System Y. M. Mustafah a,b, T. Shan a, A. W. Azman a,b, A. Bigdeli a, B. C. Lovell

More information

Automatics Vehicle License Plate Recognition using MATLAB

Automatics Vehicle License Plate Recognition using MATLAB Automatics Vehicle License Plate Recognition using MATLAB Alhamzawi Hussein Ali mezher Faculty of Informatics/University of Debrecen Kassai ut 26, 4028 Debrecen, Hungary. Abstract - The objective of this

More information

Recognition Of Vehicle Number Plate Using MATLAB

Recognition Of Vehicle Number Plate Using MATLAB Recognition Of Vehicle Number Plate Using MATLAB Mr. Ami Kumar Parida 1, SH Mayuri 2,Pallabi Nayk 3,Nidhi Bharti 4 1Asst. Professor, Gandhi Institute Of Engineering and Technology, Gunupur 234Under Graduate,

More information

Background Subtraction Fusing Colour, Intensity and Edge Cues

Background Subtraction Fusing Colour, Intensity and Edge Cues Background Subtraction Fusing Colour, Intensity and Edge Cues I. Huerta and D. Rowe and M. Viñas and M. Mozerov and J. Gonzàlez + Dept. d Informàtica, Computer Vision Centre, Edifici O. Campus UAB, 08193,

More information

Aimetis Outdoor Object Tracker. 2.0 User Guide

Aimetis Outdoor Object Tracker. 2.0 User Guide Aimetis Outdoor Object Tracker 0 User Guide Contents Contents Introduction...3 Installation... 4 Requirements... 4 Install Outdoor Object Tracker...4 Open Outdoor Object Tracker... 4 Add a license... 5...

More information

Installation Instructions Hard Top Part # ,517701

Installation Instructions Hard Top Part # ,517701 Please read instructions entirely before installing this product. This accessory is designed and manufactured primarily to augment the vehicles appearance and to protect the occupants from normal weather

More information

ERDS Simulator Emergency Response Driving Simulator

ERDS Simulator Emergency Response Driving Simulator ERDS Simulator Emergency Response Driving Simulator Safe in every situation. Rosenbauer - ERDS Emergency Response Driving Simulator Reduce your risk - To a minimum. Train emergency journeys with the ERDS

More information

Image Processing Based Vehicle Detection And Tracking System

Image Processing Based Vehicle Detection And Tracking System Image Processing Based Vehicle Detection And Tracking System Poonam A. Kandalkar 1, Gajanan P. Dhok 2 ME, Scholar, Electronics and Telecommunication Engineering, Sipna College of Engineering and Technology,

More information

Passenger/Right Front Mounting Bracket

Passenger/Right Front Mounting Bracket PARTS LIST: 1 Driver side running board 1 8mm Insert Installation Tool 1 Passenger side running board 4 10-1.50mm x 35mm Hex Bolt 1 Driver 10 10mm x 24mm OD x 2.2mm Flat Washer 1 Passenger 6 10mm Lock

More information

The Intelligent Way. Coping with Light variations and other False Alarms in CCTV based Intelligent Surveillance Systems

The Intelligent Way. Coping with Light variations and other False Alarms in CCTV based Intelligent Surveillance Systems White Paper November 2005 The Intelligent Way Coping with Light variations and other False Alarms in CCTV based Intelligent Surveillance Systems Dr Rustom Kanga & Ivy Li iomniscient Intelligent Surveillance

More information

Telling What-Is-What in Video. Gerard Medioni

Telling What-Is-What in Video. Gerard Medioni Telling What-Is-What in Video Gerard Medioni medioni@usc.edu 1 Tracking Essential problem Establishes correspondences between elements in successive frames Basic problem easy 2 Many issues One target (pursuit)

More information

Drink Bottle Defect Detection Based on Machine Vision Large Data Analysis. Yuesheng Wang, Hua Li a

Drink Bottle Defect Detection Based on Machine Vision Large Data Analysis. Yuesheng Wang, Hua Li a Advances in Computer Science Research, volume 6 International Conference on Artificial Intelligence and Engineering Applications (AIEA 06) Drink Bottle Defect Detection Based on Machine Vision Large Data

More information

P1.4. Light has to go where it is needed: Future Light Based Driver Assistance Systems

P1.4. Light has to go where it is needed: Future Light Based Driver Assistance Systems Light has to go where it is needed: Future Light Based Driver Assistance Systems Thomas Könning¹, Christian Amsel¹, Ingo Hoffmann² ¹ Hella KGaA Hueck & Co., Lippstadt, Germany ² Hella-Aglaia Mobile Vision

More information

Value-added Applications with Deep Learning. src:

Value-added Applications with Deep Learning. src: SMART TOURISM Value-added Applications with Deep Learning src: https://www.wttc.org/-/media/files/reports/economic-impact-research/countries-2017/thailand2017.pdf Somnuk Phon-Amnuaisuk, Minh-Son Dao, CIE,

More information

Automated Planetary Terrain Mapping of Mars Using Image Pattern Recognition

Automated Planetary Terrain Mapping of Mars Using Image Pattern Recognition Automated Planetary Terrain Mapping of Mars Using Image Pattern Recognition Design Document Version 2.0 Team Strata: Sean Baquiro Matthew Enright Jorge Felix Tsosie Schneider 2 Table of Contents 1 Introduction.3

More information

Electric Skein Winder

Electric Skein Winder Electric Skein Winder Assembly and Use Package Contents 1 - Triangular Body (w/ motor) 1 - Cross Arm 1 - Left Foot (w/ yarn guide) 1 - Right Foot 1 - Adjustable Finger (w/ yarn clip) 3 - Adjustable Fingers

More information

WALK-BEHIND SPREADER 50 LB. CAPACITY Model 99623

WALK-BEHIND SPREADER 50 LB. CAPACITY Model 99623 WALK-BEHIND SPREADER 50 LB. CAPACITY Model 99623 Assembly, Operating, and Maintenance Instructions Diagrams within this manual may not be drawn proportionally. Due to continuing improvements, actual product

More information

An Un-awarely Collected Real World Face Database: The ISL-Door Face Database

An Un-awarely Collected Real World Face Database: The ISL-Door Face Database An Un-awarely Collected Real World Face Database: The ISL-Door Face Database Hazım Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs (ISL), Universität Karlsruhe (TH), Am Fasanengarten 5, 76131

More information

Vehicle Detection, Tracking and Counting Objects For Traffic Surveillance System Using Raspberry-Pi

Vehicle Detection, Tracking and Counting Objects For Traffic Surveillance System Using Raspberry-Pi Vehicle Detection, Tracking and Counting Objects For Traffic Surveillance System Using Raspberry-Pi MR. MAJETI V N HEMANTH KUMAR 1, MR. B.VASANTH 2 1 [M.Tech]/ECE, Student, EMBEDDED SYSTEMS (ES), JNTU

More information

Camera controls. Aperture Priority, Shutter Priority & Manual

Camera controls. Aperture Priority, Shutter Priority & Manual Camera controls Aperture Priority, Shutter Priority & Manual Aperture Priority In aperture priority mode, the camera automatically selects the shutter speed while you select the f-stop, f remember the

More information

Morphological Image Processing Approach of Vehicle Detection for Real-Time Traffic Analysis

Morphological Image Processing Approach of Vehicle Detection for Real-Time Traffic Analysis Morphological Image Processing Approach of Vehicle Detection for Real-Time Traffic Analysis Prutha Y M *1, Department Of Computer Science and Engineering Affiliated to VTU Belgaum, Karnataka Rao Bahadur

More information

Isuzu MU-X LS-T / LS-U / LS-M Backbone - RIMB1

Isuzu MU-X LS-T / LS-U / LS-M Backbone - RIMB1 Fit Time: 1.5 Hours Note: OEM roof rail removed. Isuzu MU-X LS-T / LS-U / LS-M Backbone - RIMB1 Maximum carrying capacity: Suitable Pioneers On Road Cargo Allowance IMPORTANT INFORMATION Off Road Cargo

More information

MODEL T28173/T28174 ROLLER TABLES INSTRUCTIONS

MODEL T28173/T28174 ROLLER TABLES INSTRUCTIONS MODEL T28173/T28174 ROLLER TABLES INSTRUCTIONS FOR MODELS MFD. SINCE 10/17 For questions or help with this product contact Tech Support at (570) 546-9663 or techsupport@grizzly.com Rails Rollers Reversible

More information

FastPass A Harmonized Modular Reference System for Automated Border Crossing (ABC)

FastPass A Harmonized Modular Reference System for Automated Border Crossing (ABC) FastPass A Harmonized Modular Reference System for Automated Border Crossing (ABC) EAB - Research Project Conference, Darmstadt, September 19 th, 2016 Presented by Markus Clabian Senior Research Engineer,

More information

INSTALLATION LS MODEL

INSTALLATION LS MODEL INSTALLATION LS MODEL Page 2 TABLE OF CONTENTS Section 1: Included parts... pg 4 Section 2: Installing the Shirley Stitcher II on Quilt Frame.. pg 5 Section 3: Connecting Shirley Stitcher II to Tin Lizzie

More information

March 10, Greenbelt Road, Suite 400, Greenbelt, MD Tel: (301) Fax: (301)

March 10, Greenbelt Road, Suite 400, Greenbelt, MD Tel: (301) Fax: (301) Detection of High Risk Intersections Using Synthetic Machine Vision John Alesse, john.alesse.ctr@dot.gov Brian O Donnell, brian.odonnell.ctr@dot.gov Stinger Ghaffarian Technologies, Inc. Cambridge, Massachusetts

More information

Automatic Licenses Plate Recognition System

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

More information

CARTON SEALER MACHINES WITH SELF ADHESIVE TAPE SEMI-AUTOMATIC They need an operator to fold the top carton flaps before being introduced in the machine. AUTOMATIC ADJUSTMENT MACHINES (Random) They adjust

More information

Visualization of Vehicular Traffic in Augmented Reality for Improved Planning and Analysis of Road Construction Projects

Visualization of Vehicular Traffic in Augmented Reality for Improved Planning and Analysis of Road Construction Projects NSF GRANT # 0448762 NSF PROGRAM NAME: CMMI/CIS Visualization of Vehicular Traffic in Augmented Reality for Improved Planning and Analysis of Road Construction Projects Amir H. Behzadan City University

More information

CogniTo ltd. Effective Traffic Psychology. Or: Preventing crashes is possible, predictable and profitable

CogniTo ltd. Effective Traffic Psychology. Or: Preventing crashes is possible, predictable and profitable CogniTo ltd. Effective Traffic Psychology How you can help insurers make money? Or: Preventing crashes is possible, predictable and profitable Results from a driving simulator based paradigm 1 : 15 1 :

More information

Android Test Apps documentation

Android Test Apps documentation Uncanny Vision Android Test Apps documentation Revised on: 6th Oct 2014 Contents Introduction Image Recognition Demo Introduction How the App works How to install Setting Reference Image How to test Which

More information

Passenger/Right Center and Rear Support Brackets. Driver/Left Center and

Passenger/Right Center and Rear Support Brackets. Driver/Left Center and PARTS LIST: 1 Driver/Left HD Running Board 24 8mm x 24mm OD x 2mm Flat Washers 1 Passenger/Right HD Running Board 12 s 3 Driver/Left front, passenger center/rear Support Brackets 6 8mm-1.25 Hex Nuts 3

More information

CymbIoT Visual Analytics

CymbIoT Visual Analytics CymbIoT Visual Analytics CymbIoT Analytics Module VISUALI AUDIOI DATA The CymbIoT Analytics Module offers a series of integral analytics packages- comprising the world s leading visual content analysis

More information

Machine Learning for Intelligent Transportation Systems

Machine Learning for Intelligent Transportation Systems Machine Learning for Intelligent Transportation Systems Patrick Emami (CISE), Anand Rangarajan (CISE), Sanjay Ranka (CISE), Lily Elefteriadou (CE) MALT Lab, UFTI September 6, 2018 ITS - A Broad Perspective

More information

White Paper. Machine Vision & Raman Spectroscopy - Application Example. by Kenneth W. Chapman, Senior Vision Engineer, Centice Corporation

White Paper. Machine Vision & Raman Spectroscopy - Application Example. by Kenneth W. Chapman, Senior Vision Engineer, Centice Corporation White Paper Machine Vision & Raman Spectroscopy by Kenneth W. Chapman, Senior Vision Engineer, Centice Corporation Machine vision systems are good at bottle and vial feature inspections such as, cap placement,

More information

Forename(s) Surname Number of seat

Forename(s) Surname Number of seat H National Quali cations 2015 X723/76/01 Mark Engineering Science FOR OFFICIAL USE TUESDAY, 12 MAY 1:00 PM 3:00 PM *X7237601* Fill in these boxes and read what is printed below. Full name of centre Town

More information

Hollywood Swing Away 2 and 4 Bike Racks Assembly and Installation Guide

Hollywood Swing Away 2 and 4 Bike Racks Assembly and Installation Guide Hollywood Swing Away 2 and 4 Bike Racks Assembly and Installation Guide Tools Required: two adjustable wrenches, pliers, ¾ socket wrench recommended Note: please do assembly near your vehicle as you Can

More information

IMPORTANT INSTALLATION INSTRUCTIONS ATTACHED

IMPORTANT INSTALLATION INSTRUCTIONS ATTACHED IMPORTANT INSTALLATION INSTRUCTIONS ATTACHED For Full-Color Installation Instructions, Please Visit: VOLANT.COM and Search by Part Number Please be sure to review the enclosed instructions prior to beginning

More information

Environmental Sound Recognition using MP-based Features

Environmental Sound Recognition using MP-based Features Environmental Sound Recognition using MP-based Features Selina Chu, Shri Narayanan *, and C.-C. Jay Kuo * Speech Analysis and Interpretation Lab Signal & Image Processing Institute Department of Computer

More information

PARTS LIST: Air Control Assembly (1632 Sander)

PARTS LIST: Air Control Assembly (1632 Sander) PARTS LIST: Air Control Assembly (1632 Sander) 1 6293482 Filter... 1 2 6293483 Solenoid Valve... 1 3 6293484 Brake Cylinder... 1 4 6293485 Multi-Hole Connector... 1 5 6293486 Air Valve... 1 6 6293487 Air

More information

Sunset Swings By Health in Motion, LLC

Sunset Swings By Health in Motion, LLC Sunset Swings By Health in Motion, LLC Model 421 Lounge Swing Assembly and Operation Manual Record Serial Number Here www.sunsetswings.com by Health In Motion, LLC. 11/6/2009 421 Owners Assembly and Operation

More information

Corner Potting Store Assembly Instructions

Corner Potting Store Assembly Instructions Corner Potting Store Assembly Instructions English SS225E Before assembly We recommend that time is taken to read the instructions before starting assembly, then follow the easy step by step guide. The

More information

Instructions 1700 Series Boat Blinds

Instructions 1700 Series Boat Blinds Instructions 1700 Series Boat Blinds PARTS LIST Item # Qty Description 1. 2 Support Pivot (Hinge) 2. 2 Main support bars Cross member (square tube) 3. 4 Extension bars for main support bar 4. 8 L-Tube

More information

Digital image processing vs. computer vision Higher-level anchoring

Digital image processing vs. computer vision Higher-level anchoring Digital image processing vs. computer vision Higher-level anchoring Václav Hlaváč Czech Technical University in Prague Faculty of Electrical Engineering, Department of Cybernetics Center for Machine Perception

More information

CS686: High-level Motion/Path Planning Applications

CS686: High-level Motion/Path Planning Applications CS686: High-level Motion/Path Planning Applications Sung-Eui Yoon ( 윤성의 ) Course URL: http://sglab.kaist.ac.kr/~sungeui/mpa Class Objectives Discuss my general research view on motion planning Discuss

More information

9MAY15 U.S. RACK, Inc Falcon Drive, Madera, CA

9MAY15 U.S. RACK, Inc Falcon Drive, Madera, CA 9MAY15 U.S. RACK, Inc. - 2850 Falcon Drive, Madera, CA 93637-559-661-3050 INSTRUCTIONS for the V-RACK WARNING: Do NOT attempt to install or use this rack without following all instructions. SPECIFICATIONS

More information

Installation Instructions Hard Top Part # , Wrangler 2 & 4 Door

Installation Instructions Hard Top Part # , Wrangler 2 & 4 Door Please read instructions entirely before installing this product. This accessory is designed and manufactured primarily to augment the vehicles appearance and to protect the occupants from normal weather

More information

RedRock 4x4 Rock Crawler Rear Bumper w/tire Carrier - Textured Black (87-06 Wrangler YJ & TJ)

RedRock 4x4 Rock Crawler Rear Bumper w/tire Carrier - Textured Black (87-06 Wrangler YJ & TJ) RedRock 4x4 Rock Crawler Rear Bumper w/tire Carrier - Textured Black (87-06 Wrangler YJ & TJ) Installation Time: 3+ Hours Tools Required: Ratchet 18 mm Socket and Wrench 17 mm Socket and Wrench 16 mm Socket

More information

F i t t i n g t h e N e w L a n d i n g G e a r t o Y o u r S k y J i b V 1

F i t t i n g t h e N e w L a n d i n g G e a r t o Y o u r S k y J i b V 1 F i t t i n g t h e N e w L a n d i n g G e a r t o Y o u r S k y J i b V 1 1 P a r t s L i s t : S t a n d a r d L a n d i n g G e a r U p g r a d e Product Code Parts + Spares Product Code Parts + Spares

More information

Unit 3P.2:Shadows, mirrors and magnifiers

Unit 3P.2:Shadows, mirrors and magnifiers Unit 3P.2:Shadows, mirrors and magnifiers Shadows Mirrors and magnifiers Science skills: Predicting Classifying Observing Experimenting By the end of this unit you should: Know that shadows occur when

More information

WARNING: Prior to installation, turn the power off to the vending machine and unplug it from its power source. Also, make sure to level the machine.

WARNING: Prior to installation, turn the power off to the vending machine and unplug it from its power source. Also, make sure to level the machine. Installation of Gum and Mint Tray for National 147, 157, 167 Important Note: Please read all instructions thoroughly before continuing with installation of kit. If you are having problems installing the

More information

Service installation of hardtop Installing hardtop

Service installation of hardtop Installing hardtop Service installation of hardtop Installing hardtop â Lower side windows as far as they will go. â Retract (if necessary unscrew) radio aerial. â Switch off ignition. â If necessary, remove wind deflector.

More information

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices J Inf Process Syst, Vol.12, No.1, pp.100~108, March 2016 http://dx.doi.org/10.3745/jips.04.0022 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Number Plate Detection with a Multi-Convolutional Neural

More information

INSTALLATION INSTRUCTIONS 3 BULL BAR 99-04, 04 "HERITAGE" F-150/250LD 2WD, 97-04, 04 "HERITAGE" 4WD WD EXPEDITION/ WD EXPEDITION PART

INSTALLATION INSTRUCTIONS 3 BULL BAR 99-04, 04 HERITAGE F-150/250LD 2WD, 97-04, 04 HERITAGE 4WD WD EXPEDITION/ WD EXPEDITION PART INSTALLATION INSTRUCTIONS 3 BULL BAR PART #B-F1971;B-F2971 PARTS LIST: 1 Bull Bar 2 12-1.75mm x 130mm x 40mm Hex Bolts 1 Driver/Left Mounting Bracket 4 12-1.75mm x 35mm Hex Bolts 1 Passenger/Right Mounting

More information

December Ideas For unto you is born this day in the city of David, a Saviour which is Christ the Lord. Luke 2:11

December Ideas For unto you is born this day in the city of David, a Saviour which is Christ the Lord. Luke 2:11 December Ideas 2014 Advent Boxes A lot of you bring out the Advent calendars as we anticipate the birth of Jesus. Here is another idea for you to try instead of opening up the doors of the calendar. Use

More information

Support. (3)Passenger Support. Brackets. (2) Running Board (example only)

Support. (3)Passenger Support. Brackets. (2) Running Board (example only) IB(5,4)) RUNNING BOARD PARTS LIST: Item QTY Description Item QTY Description #01 2 Running Board(use for left or right) #10 12 8mm Lock Washers #02 3 Driver Mounting (/Center/Rear) #11 6 8mm Hex Nuts #03

More information

NeuroCheck Image Acquisition and Triggering Notes

NeuroCheck Image Acquisition and Triggering Notes NeuroCheck Image Acquisition and Triggering Notes Handout for FSI Machine Vision Training Course Overview of this document and currency of it s information One may divide this document as follows: The

More information

Wheeler-Classified Vehicle Detection System using CCTV Cameras

Wheeler-Classified Vehicle Detection System using CCTV Cameras Wheeler-Classified Vehicle Detection System using CCTV Cameras Pratishtha Gupta Assistant Professor: Computer Science Banasthali University Jaipur, India G. N. Purohit Professor: Computer Science Banasthali

More information

Chapter 1 Virtual World Fundamentals

Chapter 1 Virtual World Fundamentals Chapter 1 Virtual World Fundamentals 1.0 What Is A Virtual World? {Definition} Virtual: to exist in effect, though not in actual fact. You are probably familiar with arcade games such as pinball and target

More information

Paper on: Optical Camouflage

Paper on: Optical Camouflage Paper on: Optical Camouflage PRESENTED BY: I. Harish teja V. Keerthi E.C.E E.C.E E-MAIL: Harish.teja123@gmail.com kkeerthi54@gmail.com 9533822365 9866042466 ABSTRACT: Optical Camouflage delivers a similar

More information

MCA Kids Adventure Trail

MCA Kids Adventure Trail MCA Kids Adventure Trail For ages 5-10. Children under 7 may need assistance. Level 4 Galleries + Levels 1 & 2 Galleries Explore works from these three exhibitions the MCA s special Summer season Kids

More information

Please read these instructions all the way through before starting, since the order of work is important.

Please read these instructions all the way through before starting, since the order of work is important. Due to the many differing vehicles to which Safety Devices roll cages can be fitted, these instructions are of a general nature and not specific to your vehicle. Important Note Roll bars and/or front cages

More information

ADAS Development using Advanced Real-Time All-in-the-Loop Simulators. Roberto De Vecchi VI-grade Enrico Busto - AddFor

ADAS Development using Advanced Real-Time All-in-the-Loop Simulators. Roberto De Vecchi VI-grade Enrico Busto - AddFor ADAS Development using Advanced Real-Time All-in-the-Loop Simulators Roberto De Vecchi VI-grade Enrico Busto - AddFor The Scenario The introduction of ADAS and AV has created completely new challenges

More information

Dumpster Optics BENDING LIGHT REFLECTION

Dumpster Optics BENDING LIGHT REFLECTION Dumpster Optics BENDING LIGHT REFLECTION WHAT KINDS OF SURFACES REFLECT LIGHT? CAN YOU FIND A RULE TO PREDICT THE PATH OF REFLECTED LIGHT? In this lesson you will test a number of different objects to

More information

ROAD TO THE BEST ALPR IMAGES

ROAD TO THE BEST ALPR IMAGES ROAD TO THE BEST ALPR IMAGES INTRODUCTION Since automatic license plate recognition (ALPR) or automatic number plate recognition (ANPR) relies on optical character recognition (OCR) of images, it makes

More information

(6) Plastic Retainers. Passenger/Right. Passenger/Right Support Brackets

(6) Plastic Retainers. Passenger/Right. Passenger/Right Support Brackets PART#R102580 PARTS LIST: 1 Driver/Left HD Running Board 4 8mm Bolt/Nut Plates 1 Passenger/Right HD Running Board 4 8mm Plastic Retainers 2 Driver/Left & Center Mount Bracket 14 8mm-1.25 x 30mm Hex Bolts

More information

LPR SETUP AND FIELD INSTALLATION GUIDE

LPR SETUP AND FIELD INSTALLATION GUIDE LPR SETUP AND FIELD INSTALLATION GUIDE Updated: May 1, 2010 This document was created to benchmark the settings and tools needed to successfully deploy LPR with the ipconfigure s ESM 5.1 (and subsequent

More information

Introduction to Computer Vision

Introduction to Computer Vision Introduction to Computer Vision by James Hays Image by kirkh.deviantart.com Categories of the SUN database What is Computer Vision? Computer Vision and Nearby Fields Computer Graphics: Models to Images

More information

RangerWare Fiberglass Door System Installation Instructions P/N

RangerWare Fiberglass Door System Installation Instructions P/N Page 1 of 9 RangerWare Fiberglass Door System Installation Instructions P/N 2878016 ORDER OF INSTALLATION Note: To assure proper order, read all Accessory Installation Instructions before beginning. 1.

More information

Virtual testing by coupling high fidelity vehicle simulation with microscopic traffic flow simulation

Virtual testing by coupling high fidelity vehicle simulation with microscopic traffic flow simulation DYNA4 with DYNAanimation in Co-Simulation with SUMO vehicle under test Virtual testing by coupling high fidelity vehicle simulation with microscopic traffic flow simulation Dr.-Ing. Jakob Kaths TESIS GmbH

More information

BMW E46 Coupe 3dr MP Bolt in (BMW Race Days Only) Roll Cage (B045) Fitting Instructions

BMW E46 Coupe 3dr MP Bolt in (BMW Race Days Only) Roll Cage (B045) Fitting Instructions BMW E46 Coupe 3dr MP Bolt in (BMW Race Days Only) Roll Cage (B045) Fitting Instructions Unwrap the mounting points/ends of the roll cage and unpack the individual fitting kits. Try to leave wrapping on

More information

Take advantage of some fun games and activities to teach the girls the importance of recycling and protecting our limited resources on this planet.

Take advantage of some fun games and activities to teach the girls the importance of recycling and protecting our limited resources on this planet. BRITISH COLUMBIA COUNCIL RECYCLING BADGE A N I N S T A N T M E E T I N G F O R G U I D E S F R O M T H E B C P R O G R A M C O M M I T T E E Take advantage of some fun games and activities to teach the

More information

Introduction... 3 Why use the SpyderCUBE... 4 Photographing the SpyderCUBE... 5 Selecting the White Point in your Software... 6 Setting the contrast

Introduction... 3 Why use the SpyderCUBE... 4 Photographing the SpyderCUBE... 5 Selecting the White Point in your Software... 6 Setting the contrast User Guide Introduction... 3 Why use the SpyderCUBE... 4 Photographing the SpyderCUBE... 5 Selecting the White Point in your Software... 6 Setting the contrast range in your image... 9 Apply Settings to

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

INSTALLATION INSTRUCTIONS ELEVATION FRONT BUMPER CHEVY SILVERADO

INSTALLATION INSTRUCTIONS ELEVATION FRONT BUMPER CHEVY SILVERADO INSTALLATION INSTRUCTIONS ELEVATION FRONT BUMPER PARTS LIST: 1 Heavy Duty Bumper Assembly 6 12-1.75mm x 50mm Hex Bolts 1 Driver Mounting Bracket 30 12mm x 37mm OD x 3mm Flat Washers 1 Passenger Mounting

More information

ROUND TOP RV SHELTER

ROUND TOP RV SHELTER ROUND TOP RV SHELTER 94182 ASSEMBLY AND OPERATING INSTRUCTIONS Visit our website at: http://www.harborfreight.com Read this material before using this product. Failure to do so can result in serious injury.

More information

16 STEEL CABINET HEAVY DUTY

16 STEEL CABINET HEAVY DUTY HEAVY DUTY 16 STEEL CABINET ASSEMBLY INSTRUCTIONS SIX DRAWER BASE CABINET 12-2013 Parts List Part No Description Qty Image SIX DRAWER BASE CABINET Part No Description Qty Image SB-1 Cabinet Body 1 SLD-01

More information

Our focus is innovating security where you need it most. Smoother traffic flow - Better image quality - Higher efficiency

Our focus is innovating security where you need it most. Smoother traffic flow - Better image quality - Higher efficiency Our focus is innovating security where you need it most Smoother traffic flow - Better image quality - Higher efficiency Smoother traffic flow 2 Efficient use of your road network through intelligent camera-based

More information

RICKY LYNN GREGG MUSIC VIDEO SYNOPSIS ON THREE NICHELS AND A DIME

RICKY LYNN GREGG MUSIC VIDEO SYNOPSIS ON THREE NICHELS AND A DIME RICKY LYNN GREGG MUSIC VIDEO SYNOPSIS ON THREE NICHELS AND A DIME This music video will be photographed on 16mm film. INTERIOR of a small, intimate niteclub with RLG rehearsing on stage without band. ANGLE

More information

Design Your Board Game!

Design Your Board Game! Design Your Board Game! Materials needed: Illustration board White cardboard 20x30 in Full-sheet label paper that will fit in a printer See through contact paper or laminating sheets Pair of scissors Ruler

More information

RAMPAGE P R O D U C T S. INSTALLATION INSTRUCTIONS BRONCO ZIPPER FASTRACK TOP PART #984xx BRONCO TOOLS REQUIRED

RAMPAGE P R O D U C T S. INSTALLATION INSTRUCTIONS BRONCO ZIPPER FASTRACK TOP PART #984xx BRONCO TOOLS REQUIRED RAMPAGE P R O D U C T S 84 (+/- 1/4 ) INSTALLATION INSTRUCTIONS BRONCO ZIPPER FASTRACK TOP PART #984xx BRONCO 1966-1977 TOOLS REQUIRED 3/8 WRENCH 7/16 WRENCH ½ WRENCH #2 PHILLIPS SCREWDRIVER 1/8 DRILL

More information

Wadehra Kartik, Kathpalia Mukul, Bahl Vasudha, International Journal of Advance Research, Ideas and Innovations in Technology

Wadehra Kartik, Kathpalia Mukul, Bahl Vasudha, International Journal of Advance Research, Ideas and Innovations in Technology ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 1) Available online at www.ijariit.com Hand Detection and Gesture Recognition in Real-Time Using Haar-Classification and Convolutional Neural Networks

More information

Ford Raptor Venom Front Bumper Installation Instructions

Ford Raptor Venom Front Bumper Installation Instructions PREPARATION 2010 2014 Ford Raptor Venom Front Bumper Installation Instructions 1. Disconnect the negative terminal on the battery. Park the vehicle on level ground and set the emergency brake. 2. We recommend

More information

INSTALLATION INSTRUCTIONS 6 OVAL BENT END SIDEBARS DODGE RAM 1500, CREW CAB PART#: /241533B

INSTALLATION INSTRUCTIONS 6 OVAL BENT END SIDEBARS DODGE RAM 1500, CREW CAB PART#: /241533B PARTS LIST: 1 Driver/Left Sidebar 24 8mm x 24mm x 2mm Flat Washers 1 Passenger/Right Sidebar 12 8mm Lock Washers 3 Driver/left, Passenger Center and Rear 6 8mm Hex Nuts 3 INSTALLATION INSTRUCTIONS 6 OVAL

More information

Available online at ScienceDirect. Procedia Computer Science 73 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 73 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 73 (2015 ) 242 249 In-Vehicle Augmented Reality Traffic Information System: A New Type of Communication Between Driver

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

Face Detection System on Ada boost Algorithm Using Haar Classifiers Vol.2, Issue.6, Nov-Dec. 2012 pp-3996-4000 ISSN: 2249-6645 Face Detection System on Ada boost Algorithm Using Haar Classifiers M. Gopi Krishna, A. Srinivasulu, Prof (Dr.) T.K.Basak 1, 2 Department of Electronics

More information

M2 Assembly. M2 Sub-Assemblies mm Belt Sub-Assembly mm Belt Sub-Assembly Spider Sub-Assembly... 4

M2 Assembly. M2 Sub-Assemblies mm Belt Sub-Assembly mm Belt Sub-Assembly Spider Sub-Assembly... 4 M2 Assembly Table of Contents M2 Sub-Assemblies... 3 630mm Belt Sub-Assembly... 3 702mm Belt Sub-Assembly... 3 Spider Sub-Assembly... 4 Idler Bolt Sub-Assembly... 8 Y Motor Sub-Assembly... 9 X Motor Sub-Assembly...

More information