Eyedentify MMR SDK. Technical sheet. Version Eyedea Recognition, s.r.o.

Size: px
Start display at page:

Download "Eyedentify MMR SDK. Technical sheet. Version Eyedea Recognition, s.r.o."

Transcription

1 Eyedentify MMR SDK Technical sheet Version ADVANCED COMPUTER VISION SOLUTIONS

2 Copyright 2017, Eyedea Recognition s.r.o. All rights reserved Eyedea Recognition s.r.o. is not responsible for any damages or losses caused by incorrect or inaccurate results or unauthorized use of the software Eyedentify. Gemalto, the Gemalto logo, are trademarks and service marks of Gemalto and are registered in certain countries. Safenet, Sentinel, Sentinel Local License Manager and Sentinel Hardware Key are registered trademarks of Safenet, Inc. NVIDIA, CUDA are trademarks and/or registered trademarks of NVIDIA Corporation in the U.S. and/or other countries. Microsoft Windows, Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1 and Windows 10 are registered trademarks of Microsoft Corporation. Contact: Address: Vyšehradská 320/ , Prague 2 Czech Republic web: info@eyedea.cz

3 Table of Contents 2 Table of Contents 1 What s New Product Description Technical Details System Workflow Distribution Contents Input Requirements Input Image Vehicle Position Scale in Pixels per Meter Image Rotation Hardware Requirements Minimal Requirements Recommended Requirements Supported Operating Systems Binary Models Description Supported Outputs Performance... 15

4 What s New 3 1 What s New Eyedentify MMR Release date: 2017/11/13 Completely new binary models for vehicle classification with actual data for 2017/Q3. Binary models for vehicle classification now support view recognition feature. View type (frontal, rear) is now the one of the vehicle classification outputs. Separate binary models for frontal and rear view are not the part of the distribution anymore, one binary model for both views can be used. Eyedentify shared library now supports explicit linking only. Example codes for explicit linking are the part of the release package. Static linking was removed. Added new structure ERImage for image manipulation which internally uses OpenCV library. ERImage API is defined in the er_image.h and er_explink.h header files. EdfImage structure was removed. Header file edf_utils.h removed. Contained functions for EdfCropParams structure manipulation (edfcropparamsallocate, edfcropparamswrap and edfcropparamsfree) moved to the edf.h header. Remaining functions from edf_utils.h were removed from the public API or replaced by the ERImage API functions. EdfCropImageConfig structure updated with antialiasing settings. Structure EdfClassifyConfig for classification configuration added. Function edfclassify can be configured using the EdfClassifyConfig instance on the input. New version of licensing software Sentinel LDK 7.6 used. Example image data moved to the package root folder data. Java Wrapper built with the Java version 1.8.0_151. Eyedentify MMR Release date: 2017/02/08

5 Product Description 4 2 Product Description Eyedentify MMR SDK is a cross-platform software library developed to provide vehicle recognition functionality. It defines an interface between the user's software and our state of the art recognition solution. Eyedentify MMR SDK allows the user to recognize a vehicle located in digital image. The recognition output contains the information about the vehicle s view, category, make, model and vehicle s color. Vehicle view can be frontal or rear. Vehicles are divided into 6 categories bus, car, heavy truck, light truck, motorbike and van. The manufacturers of the vehicles are defined in the make output parameter e.g. Toyota, Volkswagen, etc. The model parameter then distinguishes the bodywork of vehicles created by specific manufacturer Avensis, Passat, etc. 2.1 Technical Details Eyedentify MMR SDK consists of two libraries base Eyedentify library and the recognition module. Both are cross-platform x86/x64 libraries with C interface. The base Eyedentify library is the only entry point, the user never uses the recognition module directly. The recognition module is loaded and configured using the Eyedentify library. The configuration parameters are loaded from one the binary models, which are contained in the distribution. The Eyedentify library provides following APIs: C native API Java JNI API C# API (Windows only) Officially supported operating systems and platforms: Windows 7, 8, 8.1 and 10 o 32 and 64 bit (Visual Studio 2015) Ubuntu and higher o 32 and 64 bit User s Code C/C++/Java C native API Java JNI API Eyedentify Library Recognition module Recognition module Recognition module

6 Product Description System Workflow The workflow of the MMR system consists of: image acquisition, vehicle license plate detection, input image cropping, vehicle descriptor computation and vehicle classification. The image acquisition and the vehicle license plate detection are not the part of this SDK and must be solved separately. The process starts with the input image cropping with respect to the license plate detection. The image crop is done using the SDK, it crops and transforms the image in the way that only the vehicle of interest is contained in the cropped image. The crop is the input of the machine learning algorithm, which is contained in the SDK s recognition module. The output is the descriptor real number vector describing the input vehicle in the condensed form. The descriptor is then classified, where the output is the classification result human readable output of the vehicle recognition. 1) Image acquisition Not the part of the SDK 2) License plate detection Not the part of the SDK 3) Image cropping Input image cropping around the vehicle of interest. 4) Descriptor computation Vehicle descriptor computation from the vehicle image crop ) Classification Vehicle descriptor classification and getting the MMR output. View: Category: Make: Model: Color: frontal CAR VW Golf WHITE

7 Input Requirements 6 3 Distribution Contents The following list is an excerpt from the Eyedentify MMR SDK directory structure, highlighting the most important directories and files contained in the software distribution. A brief description of the items is given. [Eyedentify MMR SDK]/ distribution main folder o documentation documentation folder 3rdparty-licenses. licenses to used 3 rd party libraries Eyedentify MMR SDK - Developer's Guide.pdf SDK Developer s Guide Eyedentify MMR SDK - Technical sheet.pdf. SDK Technical Sheet o o o o o o examples.. examples source files edf-explink. explicit linking support sources example-edf-explink explicit linking example example-vcl-api basic MMR API example hasp. software protection binaries sdk. Eyedentify MMR SDK mandatory data include. header files lib... Eyedentify library modules.. recognition modules folder edfdeep-vcl.. MMR recognition module o lib.. recognition module shared library o model. recognition module binary models wrappers... API wrappers java Java API wrapper csharp.. C# API wrapper LICENSE.txt... SDK license README.txt.. SDK Readme file

8 Input Requirements 7 4 Input Requirements The input of the MMR system is divided into two parts: image data and scene specification. The first part, which is in the Input Image section, specifies the image capture criteria and the way how to represent the image data. The second part, which is covered in the Vehicle Position, Scale in Pixels per Meter and Image Rotation sections, describes how to set the input parameters of the MMR system. 4.1 Input Image The results of the vehicle classification are dependent on two facts: the way how the image was taken and the way how the image is stored. Image capture requirements are specified in the Scene criteria section Scene criteria In order to get the highest possible recognition accuracy several rules must be respected during the vehicle input image data collection. The criteria specify camera scene setting in case of Vehicle alignment, Top view and Image borders paragraphs. The camera capture quality criteria are specified in Blurred image and Aspect ratio paragraphs. Vehicle alignment The front/back of the vehicle in the input image must be aligned in the way the license plate is horizontally aligned. The alignment could be done on the user s side or using the Eyedentify MMR SDK with specifying the rotation compensation parameter (see Image Rotation). WRONG: The front of the car is not horizontally aligned. CORRECT: Image with compensated in-plane rotation. The front of the car is now horizontally aligned.

9 Input Requirements 8 Top view The vehicle must be captured from top frontal/back view. WRONG: The view is frontal but not top. CORRECT: The view is top frontal. Image borders The vehicle should be sufficiently distant from image borders, should not be cropped or occluded. The surrounding red rectangle in the illustration should not go out of the image and should be fully visible to achieve the best recognition accuracy. WRONG: The car is too close to the image edge. CORRECT: The car is sufficiently distant from image edges.

10 Input Requirements 9 Blurred image The vehicle in the input image cannot be blurred by motion or by wrong camera settings. All details on the vehicle s bodywork must be clearly visible for successful recognition. WRONG: Wrong camera settings and fast motion causes that the vehicle is blurred. CORRECT: Image of the vehicle is very sharp and all the bodywork details are clearly visible. Resolution Resolution of the input images should be 20 pixels per meter at least, i.e. the minimal EU license plate's width should be approximately 10 pixels. For more information about the pixels per meter unit see the chapter Scale in Pixels per Meter. 10 pixels at least Aspect ratio Pixel aspect ratio should be 1:1. Other aspect ratios are not supported. WRONG: Pixel aspect ratio is not 1:1. CORRECT: Pixel aspect ratio is 1:1.

11 Input Requirements Vehicle Position Position of the vehicle of interest is defined using the 2D point in the image coordinate system. To get the vehicle position from the image automatically the license plate detector software must be used. The input of the MMR system defining the vehicle position is then specified as a 2D point representing the center of the license plate in the input image coordinate system. 4.3 Scale in Pixels per Meter The license plate detection output, defined as four 2D points representing the corners, is used to compute the license plate center. Regarding the fact that the position of the vehicle is specified by one 2D point only for correct vehicle localization the scale must be defined. The scale is defined in the pixels per meter how many pixels in the image represents one meter in the real world Description Scale in pixels per meter is the unit used in Eyedentify SDK to define the resolution of the input image with respect to the dimensions of the observed object in real world. We will call this unit using shortened name scale_px_per_m which also appears as the name of the variable in the SDK. Known scale_px_per_m is used during the input photo preparation where the image data are transformed with respect to the location of the car. We need the scale unit defined for the front/rear vertical plane of the vehicle (front/rear Eyedentify MMR SDK module used). The vertical plane is illustrated in the Illustration 1. Illustration 1: Horizontal plane on the vehicle's rear where the scale_px_per_m should be defined. We use the fact that the license plate dimensions are well defined and also Eyedentify SDK is usually connected with the detector which is searching for the license plate or one of its part in the input image, so we compute the scale_px_per_m with respect to the license plate dimensions. When the license plate or its part is detected in the input image we have the dimensions measured in the image from the detection in pixels. The physical dimensions of the license plate and its parts are defined by law in each country of origin but in many cases the same format is used. The formula below defines the relation between the size of the object (license plate or its part) in the image in pixels and in real world where the result is the scale_px_per_m Formula scale_px_per_m = size of the object in the image [px] size of the object in real world [m]

12 Input Requirements 11 There are several important facts that must be take into account to get correct results: The scale_px_per_m is varying across the image due to perspective projection. The engine allows error max. +/- 20% in scale_px_per_m. To achieve this a stable scale_px_per_m estimate (i.e. license plate/vehicle detector) is needed. Estimate of scale_px_per_m on small objects has higher error than on large ones (especially on low resolution images). It is therefore recommended to estimate the scale_px_per_m from license plate width rather than from license plate s letter height Use cases License plate width Scale is computed from the measured width of the license plate detection. scale = license plate detection width [px] physical width of the license plate [m] [px/m] License plate s letter height Scale is computed from the height of the detected license plate s letter. scale = height of the detected license plate s letter [px] physical height of the license plate s letter [m] [px/m] License plate s OCR Scale is computed from the width of the license plates OCR area. scale = license plates OCR area width [px] physical width of the license plate s letter area [m] [px/m] Vehicle s width Scale is computed from the width of the vehicle detection. scale = width of the vehicle detection [px] physical width of the vehicle [m] [px/m] Static camera setting Scale could be precomputed for the specific static camera setting. In this case the scale must be defined for each possible vehicle position in the camera image. If the camera is set to observe the road lane(s) we can generate the scales for the camera view using the fact that the vehicles are always placed on the plane representing the visible part of the road (green plane in the image). Illustration 2: Road lane with green highlighted plane where cars are placed.

13 Input Requirements Examples License plate width used to get the scale in pixels per meter: License plate s letter height used to get the scale in pixels per meter: License plate s OCR used to get the scale in pixels per meter: Vehicle s width used to get the scale in pixels per meter: 4.4 Image Rotation Vehicle image, before it could be processed by the MMR SDK, must be vertically aligned as described in the Vehicle alignment chapter. The SDK supports rotation parameter setting during input image preparation. The rotation parameter specifies the clockwise rotation of the input image in degrees. The center of rotation is the specified vehicle position in the image (see Vehicle Position) center of the license plate.

14 Hardware Requirements 13 5 Hardware Requirements 5.1 Minimal Requirements Processor: RAM: Hard disk: 1.0 GHz, single core, x86 platform, embedded (i.e. Intel Atom) 2 GB 1 GB free space 5.2 Recommended Requirements Processor: 2.0 GHz, dual core, x86 platform (i.e. Intel i5) RAM: Hard disk: 4 GB 2 GB free space 5.3 Supported Operating Systems Windows Linux Microsoft Windows 7/8/8.1/10 - Win32 and x64 platform Ubuntu and higher - i686 and x86_64 platform Windows is registered trademark of Microsoft Corporation. Linux is registered trademark of Linus Torvalds.

15 14 6 Binary Models 6.1 Description Currently, modules work in daylight only. At night, binary models work only when using artificial lighting of vehicles. View Category Make Model Color Fast Frontal/Rear/Both Vehicle category (BUS, CAR, HVT, LGT, VAN and MTB) Manufacturer of the vehicle (e.g. VW, Ford, Fiat ) Vehicle instance defined by a bodywork (e.g. Golf, Mondeo, 500 ) Color of the vehicle bodywork Fast version of the binary model Binary model name View Category Make Model Color Fast CNN_MMR_VC_BGR_PRECISE_2017Q3.dat Both Yes No No No No CNN_MMR_VC_BGR_FAST_2017Q3.dat Both Yes No No No Yes CNN_MMR_VCM_BGR_PRECISE_2017Q3.dat Both Yes Yes No No No CNN_MMR_VCM_BGR_FAST_2017Q3.dat Both Yes Yes No No Yes CNN_MMR_VCMM_BGR_PRECISE_2017Q3.dat Both Yes Yes Yes No No CNN_MMR_VCMM_BGR_FAST_2017Q3.dat Both Yes Yes Yes No Yes CNN_MMR_COLOR_FRONT_BGR_2016Q3.dat Frontal No No No Yes No Input resolution Input channels Input color space Resolution of the input image after cropping. Number of color channels of the input image after cropping. Color space of the input image after cropping. Binary model name Input resolution Input channels Input color space CNN_MMR_VC_BGR_PRECISE_2017Q3.dat BGR CNN_MMR_VC_BGR_FAST_2017Q3.dat BGR CNN_MMR_VCM_BGR_PRECISE_2017Q3.dat BGR CNN_MMR_VCM_BGR_FAST_2017Q3.dat BGR CNN_MMR_VCMM_BGR_PRECISE_2017Q3.dat BGR CNN_MMR_VCMM_BGR_FAST_2017Q3.dat BGR CNN_MMR_COLOR_FRONT_BGR_2016Q3.dat BGR

16 Supported Outputs View Category Make Model Color Number of supported view outputs (frontal, rear) Number of supported category outputs (car, bus, van, ) Number of supported make outputs (Toyota, VW, ) Number of supported model outputs (Avensis, Passat, ) Number of supported color outputs (black, blue, gray, ) Binary model name View Category Make Model Color CNN_MMR_VC_BGR_PRECISE_2017Q3.dat CNN_MMR_VC_BGR_FAST_2017Q3.dat CNN_MMR_VCM_BGR_PRECISE_2017Q3.dat CNN_MMR_VCM_BGR_FAST_2017Q3.dat CNN_MMR_VCMM_BGR_PRECISE_2017Q3.dat CNN_MMR_VCMM_BGR_FAST_2017Q3.dat CNN_MMR_COLOR_FRONT_BGR_2016Q3.dat Performance Timings and Sizes Processing Time: A single vehicle classification (descriptor computation only). Following hardware used: CPU: Intel i7-3930k 3.20GHz GPU: NVIDIA GeForce GTX Titan X ARM: RASPBERRY Pi 2 Model B (900MHz quad-core ARM Cortex-A7) Binary model name Size [MB] CPU processing time [ms] GPU processing time [ms] ARM processing time [ms] CNN_MMR_VC_BGR_PRECISE_2017Q3 221 CNN_MMR_VCM_BGR_PRECISE_2017Q CNN_MMR_VCMM_BGR_PRECISE_2017Q3 236 CNN_MMR_VC_BGR_FAST_2017Q3 23 CNN_MMR_VCM_BGR_FAST_2017Q CNN_MMR_VCMM_BGR_FAST_2017Q3 28 CNN_MMR_COLOR_FRONT_BGR_2016Q

17 Accuracy Overview Accuracy is reported for several testing sets. The accuracy is the number of correctly classified vehicles divided by the number of classified vehicles. The accuracy is measured only on vehicles where the vehicle was recognized by trained operators ( Evaluated column in dataset statistics table) Dataset 1 Country: Czech Republic Year: 2015 Table 1. Dataset statistics on Dataset 1. Class Total vehicles Unknown vehicles Unlabeled vehicles Evaluated Category 33, / 0.57% 0 / 0.00% 32,991/ 99.43% Make 33, / 0.82% 0 / 0.00% 32,908 / 99.18% Model 33, / 0.10% 3,742 / 11.28% 29,404 / 88.62% Table 2. Recognition accuracy on Dataset 1 Module name Category Make Model CNN_MMR_VC_BGR_PRECISE_2017Q % N/A N/A CNN_MMR_VCM_BGR_PRECISE_2017Q % 99.11% N/A CNN_MMR_VCMM_BGR_PRECISE_2017Q % 99.11% 98.42% CNN_MMR_VC_BGR_FAST_2017Q % N/A N/A CNN_MMR_VCM_BGR_FAST_2017Q % 98.64% N/A CNN_MMR_VCMM_BGR_FAST_2017Q % 98.64% 97.95% Dataset 2 Country: Netherlands Year: 2015 Notes: Images are from a video. Table 3. Dataset statistics on Dataset 2. Class Total vehicles Unknown vehicles Unlabeled vehicles Evaluated Category 5,640 0 / 0.00% 783 / 13.88% 4,857 / 85.12% Make 5, / 0.39% 29 / 0.51% 5,589 / 99.10% Model 5,640 0 / 0.00% 847 / 15.02% 4,793 / 84.98% Table 4. Recognition accuracy on Dataset 2. Module name Category Make Model CNN_MMR_VC_BGR_PRECISE_2017Q % N/A N/A CNN_MMR_VCM_BGR_PRECISE_2017Q % 97.40% N/A CNN_MMR_VCMM_BGR_PRECISE_2017Q % 97.40% 93.94% CNN_MMR_VC_BGR_FAST_2017Q % N/A N/A CNN_MMR_VCM_BGR_FAST_2017Q % 96.04% N/A CNN_MMR_VCMM_BGR_FAST_2017Q % 96.04% 92.13%

18 Dataset 3 Country: Italy Year: 2015 Table 5. Dataset statistics on Dataset 3. Class Total vehicles Unknown vehicles Unlabeled vehicles Evaluated Category 2, / 1.55% 0 / 0.00% 2,158 / 98.45% Make 2, / 5.36% 0 / 0.00% 2,207 / 94.64% Model 2,192 0 / 0.00% 2,192 / % 0 / 0.00% Table 6. Recognition accuracy on Dataset 3. Module name Category Make Model CNN_MMR_VC_BGR_PRECISE_2017Q % N/A N/A CNN_MMR_VCM_BGR_PRECISE_2017Q % 98.58% N/A CNN_MMR_VCMM_BGR_PRECISE_2017Q % 98.58% N/A CNN_MMR_VC_BGR_FAST_2017Q % N/A N/A CNN_MMR_VCM_BGR_FAST_2017Q % 98.00% N/A CNN_MMR_VCMM_BGR_FAST_2017Q % 98.00% N/A Dataset 4 Country: Netherlands Year: 2014 Table 7. Dataset statistics on Dataset 4. Class Total vehicles Unknown vehicles Unlabeled vehicles Evaluated Category 11,856 0 / 0.00% 2,792 / 23.55% 9,064 / 76.45% Make 11, / 0.17% 2,275 / 19.19% 9,561 / 80.64% Model 11,856 0 / 0.00% 2,833 / 23.90% 9,023 / 76.10% Color 11, / 34.75% 0 / 0.00% 7736 / 65.25% Table 8. Recognition accuracy on Dataset 4. Module name Category Make Model Color CNN_MMR_VC_BGR_PRECISE_2017Q % N/A N/A N/A CNN_MMR_VCM_BGR_PRECISE_2017Q % 99.23% N/A N/A CNN_MMR_VCMM_BGR_PRECISE_2017Q % 99.23% 97.50% N/A CNN_MMR_VC_BGR_FAST_2017Q % N/A N/A N/A CNN_MMR_VCM_BGR_FAST_2017Q % 98.77% N/A N/A CNN_MMR_VCMM_BGR_FAST_2017Q % 98.77% 96.94% N/A CNN_MMR_COLOR_FRONT_BGR_2016Q3 N/A N/A N/A 87.90%

19 Dataset 5 Country: Poland Year: 2014 Table 9. Dataset statistics on Dataset 5. Class Total vehicles Unknown vehicles Unlabeled vehicles Evaluated Category 4, / 0.87% 1,013 / 23.24% 3,307 / 75.88% Make 4, / 4.96% 1,147 / 26.32% 2,995 / 68.72% Model 4,358 0 / 0.00% 4,358 / % 0 / 0.00% Table 10. Recognition accuracy on Dataset 5. Module name Category Make Model CNN_MMR_VC_BGR_PRECISE_2017Q % N/A N/A CNN_MMR_VCM_BGR_PRECISE_2017Q % 98.88% N/A CNN_MMR_VCMM_BGR_PRECISE_2017Q % 98.88% N/A CNN_MMR_VC_BGR_FAST_2017Q % N/A N/A CNN_MMR_VCM_BGR_FAST_2017Q % 98.25% N/A CNN_MMR_VCMM_BGR_FAST_2017Q % 98.25% N/A Dataset 6 Country: Italy Year: 2016 Table 11. Dataset statistics on Dataset 6. Class Total vehicles Unknown vehicles Unlabeled vehicles Evaluated Category 6,576 2 / 0.03% 106 / 1.61% 6,468 / 98.36% Make 6, / 13.81% 24 / 0.36% 5,644 / 85.83% Table 12. Recognition accuracy on Dataset 6. Module name Category Make Model CNN_MMR_VC_BGR_PRECISE_2017Q % N/A N/A CNN_MMR_VCM_BGR_PRECISE_2017Q % 92.65% N/A CNN_MMR_VCMM_BGR_PRECISE_2017Q % 92.65% N/A CNN_MMR_VC_BGR_FAST_2017Q % N/A N/A CNN_MMR_VCM_BGR_FAST_2017Q % 94.58% N/A CNN_MMR_VCMM_BGR_FAST_2017Q % 94.58% N/A

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Peter Andreas Entschev and Hugo Vieira Neto Graduate School of Electrical Engineering and Applied Computer Science Federal

More information

CORRECTED VISION. Here be underscores THE ROLE OF CAMERA AND LENS PARAMETERS IN REAL-WORLD MEASUREMENT

CORRECTED VISION. Here be underscores THE ROLE OF CAMERA AND LENS PARAMETERS IN REAL-WORLD MEASUREMENT Here be underscores CORRECTED VISION THE ROLE OF CAMERA AND LENS PARAMETERS IN REAL-WORLD MEASUREMENT JOSEPH HOWSE, NUMMIST MEDIA CIG-GANS WORKSHOP: 3-D COLLECTION, ANALYSIS AND VISUALIZATION LAWRENCETOWN,

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

Portable Facial Recognition Jukebox Using Fisherfaces (Frj)

Portable Facial Recognition Jukebox Using Fisherfaces (Frj) Portable Facial Recognition Jukebox Using Fisherfaces (Frj) Richard Mo Department of Electrical and Computer Engineering The University of Michigan - Dearborn Dearborn, USA Adnan Shaout Department of Electrical

More information

Ben Baker. Sponsored by:

Ben Baker. Sponsored by: Ben Baker Sponsored by: Background Agenda GPU Computing Digital Image Processing at FamilySearch Potential GPU based solutions Performance Testing Results Conclusions and Future Work 2 CPU vs. GPU Architecture

More information

KODAK Dental Imaging Software. Quick Start Guide

KODAK Dental Imaging Software. Quick Start Guide KODAK Dental Imaging Software Quick Start Guide Notice Congratulations on your purchase of The KODAK Dental Imaging Software. Thank you for your confidence in our products and we will do all in our power

More information

User manual Automatic Material Alignment Beta 2

User manual Automatic Material Alignment Beta 2 www.cnccamera.nl User manual Automatic Material Alignment For integration with USB-CNC Beta 2 Table of Contents 1 Introduction... 4 1.1 Purpose... 4 1.2 OPENCV... 5 1.3 Disclaimer... 5 2 Overview... 6

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

Software ISP Application Note

Software ISP Application Note NXP Semiconductors Document Number: AN12060 Application Notes Rev. 0, 10/2017 Software ISP Application Note 1. Introduction This document describes the software-based image signal processing application(sw-isp)

More information

Stitching MetroPro Application

Stitching MetroPro Application OMP-0375F Stitching MetroPro Application Stitch.app This booklet is a quick reference; it assumes that you are familiar with MetroPro and the instrument. Information on MetroPro is provided in Getting

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

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Sanjaa Bold Department of Computer Hardware and Networking. University of the humanities Ulaanbaatar, Mongolia

More information

Data Sheet SMX-160 Series USB2.0 Cameras

Data Sheet SMX-160 Series USB2.0 Cameras Data Sheet SMX-160 Series USB2.0 Cameras SMX-160 Series USB2.0 Cameras Data Sheet Revision 3.0 Copyright 2001-2010 Sumix Corporation 4005 Avenida de la Plata, Suite 201 Oceanside, CA, 92056 Tel.: (877)233-3385;

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

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

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

An Efficient Method for Vehicle License Plate Detection in Complex Scenes

An Efficient Method for Vehicle License Plate Detection in Complex Scenes Circuits and Systems, 011,, 30-35 doi:10.436/cs.011.4044 Published Online October 011 (http://.scirp.org/journal/cs) An Efficient Method for Vehicle License Plate Detection in Complex Scenes Abstract Mahmood

More information

GPU ACCELERATED DEEP LEARNING WITH CUDNN

GPU ACCELERATED DEEP LEARNING WITH CUDNN GPU ACCELERATED DEEP LEARNING WITH CUDNN Larry Brown Ph.D. March 2015 AGENDA 1 Introducing cudnn and GPUs 2 Deep Learning Context 3 cudnn V2 4 Using cudnn 2 Introducing cudnn and GPUs 3 HOW GPU ACCELERATION

More information

IMAGE ENHANCEMENT. Quality portraits for identification documents.

IMAGE ENHANCEMENT. Quality portraits for identification documents. IMAGE ENHANCEMENT Quality portraits for identification documents www.muehlbauer.de 1 MB Image Enhancement Library... 3 2 Solution Features... 4 3 Image Processing... 5 Requirements... 5 Automatic Processing...

More information

Implementation of License Plate Recognition System in ARM Cortex A8 Board

Implementation of License Plate Recognition System in ARM Cortex A8 Board www..org 9 Implementation of License Plate Recognition System in ARM Cortex A8 Board S. Uma 1, M.Sharmila 2 1 Assistant Professor, 2 Research Scholar, Department of Electrical and Electronics Engg, College

More information

GPU Computing for Cognitive Robotics

GPU Computing for Cognitive Robotics GPU Computing for Cognitive Robotics Martin Peniak, Davide Marocco, Angelo Cangelosi GPU Technology Conference, San Jose, California, 25 March, 2014 Acknowledgements This study was financed by: EU Integrating

More information

Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1

Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1 Objective: Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1 This Matlab Project is an extension of the basic correlation theory presented in the course. It shows a practical application

More information

Oculus Rift Getting Started Guide

Oculus Rift Getting Started Guide Oculus Rift Getting Started Guide Version 1.23 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

Oculus Rift Introduction Guide. Version

Oculus Rift Introduction Guide. Version Oculus Rift Introduction Guide Version 0.8.0.0 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

CUDA 를활용한실시간 IMAGE PROCESSING SYSTEM 구현. Chang Hee Lee

CUDA 를활용한실시간 IMAGE PROCESSING SYSTEM 구현. Chang Hee Lee 1 CUDA 를활용한실시간 IMAGE PROCESSING SYSTEM 구현 Chang Hee Lee Overview Thin film transistor(tft) LCD : Inspection Object Type of Defect Type of Inspection Instrument Brief Lighting / Focusing Optic Magnification

More information

An Electronic Eye to Improve Efficiency of Cut Tile Measuring Function

An Electronic Eye to Improve Efficiency of Cut Tile Measuring Function IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 4, Ver. IV. (Jul.-Aug. 2017), PP 25-30 www.iosrjournals.org An Electronic Eye to Improve Efficiency

More information

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis Passionate about Imaging: Olympus Digital

More information

Real Time ALPR for Vehicle Identification Using Neural Network

Real Time ALPR for Vehicle Identification Using Neural Network _ Real Time ALPR for Vehicle Identification Using Neural Network Anushree Deshmukh M.E Student Terna Engineering College,Navi Mumbai Email: anushree_deshmukh@yahoo.co.in Abstract With the rapid growth

More information

ANPR INSTALLATION MANUAL

ANPR INSTALLATION MANUAL ANPR INSTALLATION MANUAL Version 1.1 04/22/2016 ANPR page 2 of 12 1. Camera and scene requirements. 2. How to. 3. Recommendations on mounting and adjusting. 4. How not to. Common mistakes. ANPR page 3

More information

truepixa Chromantis Operating Guide

truepixa Chromantis Operating Guide truepixa Chromantis Operating Guide CD40150 Version R04 Table of Contents 1 Intorduction 4 1.1 About Chromasens 4 1.2 Contact Information 4 1.3 Support 5 1.4 About Chromantis 5 1.5 Software Requirements

More information

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis Passionate about Imaging: Olympus Digital

More information

Libyan Licenses Plate Recognition Using Template Matching Method

Libyan Licenses Plate Recognition Using Template Matching Method Journal of Computer and Communications, 2016, 4, 62-71 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.47009 Libyan Licenses Plate Recognition Using

More information

Automated Parking Management System using Image Processing Techniques

Automated Parking Management System using Image Processing Techniques Automated Parking Management System using Image Processing Techniques Vaidehi P. De Dept. of Electrical and Computer Engineering Caledonian College of Engineering Muscat, Oman D. Ragavesh Dept. of Electrical

More information

Ortelia Set Designer User Manual

Ortelia Set Designer User Manual Ortelia Set Designer User Manual http://ortelia.com 1 Table of Contents Introducing Ortelia Set Designer...3 System Requirements...4 1. Operating system:... 4 2. Hardware:... 4 Minimum Graphics card specification...4

More information

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis Passionate about Imaging: Olympus Digital

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

EM Simulation of Automotive Radar Mounted in Vehicle Bumper

EM Simulation of Automotive Radar Mounted in Vehicle Bumper EM Simulation of Automotive Radar Mounted in Vehicle Bumper Abstract Trends in automotive safety are pushing radar systems to higher levels of accuracy and reliable target identification for blind spot

More information

Scrabble Board Automatic Detector for Third Party Applications

Scrabble Board Automatic Detector for Third Party Applications Scrabble Board Automatic Detector for Third Party Applications David Hirschberg Computer Science Department University of California, Irvine hirschbd@uci.edu Abstract Abstract Scrabble is a well-known

More information

inphoto ID Canon camera control software Automatic ID photography User Guide

inphoto ID Canon camera control software Automatic ID photography User Guide inphoto ID Canon camera control software Automatic ID photography User Guide 2008 Akond company 197342, Russia, St.-Petersburg, Serdobolskaya, 65A Phone/fax: +7(812)600-6918 Cell: +7(921)757-8319 e-mail:

More information

ScanGear CS-U 5.6. for CanoScan FB1210U Color Scanner. User s Guide

ScanGear CS-U 5.6. for CanoScan FB1210U Color Scanner. User s Guide ScanGear CS-U 5.6 for CanoScan FB1210U Color Scanner User s Guide Copyright Notice Copyright 2000 Canon Inc. This manual is copyrighted with all rights reserved. Under the copyright laws, this manual may

More information

AUTOMATIC LICENSE PLATE RECOGNITION USING PYTHON

AUTOMATIC LICENSE PLATE RECOGNITION USING PYTHON AUTOMATIC LICENSE PLATE RECOGNITION USING PYTHON Gopalkrishna Hegde Department of of MCA Gogte Institute of Technology Belagavi Abstract Automatic License Plate Recognition system is a real time embedded

More information

User Manual Veterinary

User Manual Veterinary Veterinary Acquisition and diagnostic software Doc No.: Rev 1.0.1 Aug 2013 Part No.: CR-FPM-04-022-EN-S 3DISC, FireCR, Quantor and the 3D Cube are trademarks of 3D Imaging & Simulations Corp, South Korea,

More information

Oculus Rift Getting Started Guide

Oculus Rift Getting Started Guide Oculus Rift Getting Started Guide Version 1.7.0 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

Inserting and Creating ImagesChapter1:

Inserting and Creating ImagesChapter1: Inserting and Creating ImagesChapter1: Chapter 1 In this chapter, you learn to work with raster images, including inserting and managing existing images and creating new ones. By scanning paper drawings

More information

The University of Melbourne Department of Computer Science and Software Engineering Graphics and Computation

The University of Melbourne Department of Computer Science and Software Engineering Graphics and Computation The University of Melbourne Department of Computer Science and Software Engineering 433-380 Graphics and Computation Project 2, 2008 Set: 18 Apr Demonstration: Week commencing 19 May Electronic Submission:

More information

Lane Detection in Automotive

Lane Detection in Automotive Lane Detection in Automotive Contents Introduction... 2 Image Processing... 2 Reading an image... 3 RGB to Gray... 3 Mean and Gaussian filtering... 5 Defining our Region of Interest... 6 BirdsEyeView Transformation...

More information

The 2019 Biometric Technology Rally

The 2019 Biometric Technology Rally DHS SCIENCE AND TECHNOLOGY The 2019 Biometric Technology Rally Kickoff Webinar, November 5, 2018 Arun Vemury -- DHS S&T Jake Hasselgren, John Howard, and Yevgeniy Sirotin -- The Maryland Test Facility

More information

CHARACTERS RECONGNIZATION OF AUTOMOBILE LICENSE PLATES ON THE DIGITAL IMAGE Rajasekhar Junjunuri* 1, Sandeep Kotta 1

CHARACTERS RECONGNIZATION OF AUTOMOBILE LICENSE PLATES ON THE DIGITAL IMAGE Rajasekhar Junjunuri* 1, Sandeep Kotta 1 ISSN 2277-2685 IJESR/May 2015/ Vol-5/Issue-5/302-309 Rajasekhar Junjunuri et. al./ International Journal of Engineering & Science Research CHARACTERS RECONGNIZATION OF AUTOMOBILE LICENSE PLATES ON THE

More information

EF-45 Iris Recognition System

EF-45 Iris Recognition System EF-45 Iris Recognition System Innovative face positioning feedback provides outstanding subject ease-of-use at an extended capture range of 35 to 45 cm Product Description The EF-45 is advanced next generation

More information

PARALLEL ALGORITHMS FOR HISTOGRAM-BASED IMAGE REGISTRATION. Benjamin Guthier, Stephan Kopf, Matthias Wichtlhuber, Wolfgang Effelsberg

PARALLEL ALGORITHMS FOR HISTOGRAM-BASED IMAGE REGISTRATION. Benjamin Guthier, Stephan Kopf, Matthias Wichtlhuber, Wolfgang Effelsberg This is a preliminary version of an article published by Benjamin Guthier, Stephan Kopf, Matthias Wichtlhuber, and Wolfgang Effelsberg. Parallel algorithms for histogram-based image registration. Proc.

More information

Oil Rush user manual. Hardware Requirements. Minimal. Recommended

Oil Rush user manual. Hardware Requirements. Minimal. Recommended Oil Rush user manual Oil Rush is a real-time strategy game based on group control. It offers mechanics of a classical RTS combined with a Tower Defense genre: control the upgrade of production platforms

More information

Number Plate Recognition Using Segmentation

Number Plate Recognition Using Segmentation Number Plate Recognition Using Segmentation Rupali Kate M.Tech. Electronics(VLSI) BVCOE. Pune 411043, Maharashtra, India. Dr. Chitode. J. S BVCOE. Pune 411043 Abstract Automatic Number Plate Recognition

More information

USING THE GAME BOY ADVANCE TO TEACH COMPUTER SYSTEMS AND ARCHITECTURE *

USING THE GAME BOY ADVANCE TO TEACH COMPUTER SYSTEMS AND ARCHITECTURE * USING THE GAME BOY ADVANCE TO TEACH COMPUTER SYSTEMS AND ARCHITECTURE * Ian Finlayson Assistant Professor of Computer Science University of Mary Washington Fredericksburg, Virginia ABSTRACT This paper

More information

AI Application Processing Requirements

AI Application Processing Requirements AI Application Processing Requirements 1 Low Medium High Sensor analysis Activity Recognition (motion sensors) Stress Analysis or Attention Analysis Audio & sound Speech Recognition Object detection Computer

More information

Implementation of Number Plate Extraction for Security System using Raspberry Pi Processor

Implementation of Number Plate Extraction for Security System using Raspberry Pi Processor Implementation of Number Plate Extraction for Security System using Raspberry Pi Processor K. Sri Sasikala Shakeel Ahmed Assistant Professor Sr. Asst. Professor Department of EIE Department of ECE CVR

More information

Lecture 19: Depth Cameras. Kayvon Fatahalian CMU : Graphics and Imaging Architectures (Fall 2011)

Lecture 19: Depth Cameras. Kayvon Fatahalian CMU : Graphics and Imaging Architectures (Fall 2011) Lecture 19: Depth Cameras Kayvon Fatahalian CMU 15-869: Graphics and Imaging Architectures (Fall 2011) Continuing theme: computational photography Cheap cameras capture light, extensive processing produces

More information

0FlashPix Interoperability Test Suite User s Manual

0FlashPix Interoperability Test Suite User s Manual 0FlashPix Interoperability Test Suite User s Manual Version 1.0 Version 1.0 1996 Eastman Kodak Company 1996 Eastman Kodak Company All rights reserved. No parts of this document may be reproduced, in whatever

More information

Webcam Based Image Control System

Webcam Based Image Control System Webcam Based Image Control System Student Name: KONG Fanyu Advised by: Dr. David Rossiter CSIT 6910 Independent Project Fall Semester, 2011 Department of Computer Science and Engineering The Hong Kong

More information

Face Detector using Network-based Services for a Remote Robot Application

Face Detector using Network-based Services for a Remote Robot Application Face Detector using Network-based Services for a Remote Robot Application Yong-Ho Seo Department of Intelligent Robot Engineering, Mokwon University Mokwon Gil 21, Seo-gu, Daejeon, Republic of Korea yhseo@mokwon.ac.kr

More information

A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION

A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION Nora Naik Assistant Professor, Dept. of Computer Engineering, Agnel Institute of Technology & Design, Goa, India

More information

Voxengo Correlometer User Guide

Voxengo Correlometer User Guide Version 1.0 https://www.voxengo.com/product/correlometer/ Contents Introduction 3 Features 3 Compatibility 3 User Interface Elements 4 Parameters 4 What is Correlation? 4 Credits 6 Copyright 2019 Aleksey

More information

CHROMACAL User Guide (v 1.1) User Guide

CHROMACAL User Guide (v 1.1) User Guide CHROMACAL User Guide (v 1.1) User Guide User Guide Notice Hello and welcome to the User Guide for the Datacolor CHROMACAL Color Calibration System for Optical Microscopy, a cross-platform solution that

More information

TECHNICAL DOCUMENTATION

TECHNICAL DOCUMENTATION TECHNICAL DOCUMENTATION NEED HELP? Call us on +44 (0) 121 231 3215 TABLE OF CONTENTS Document Control and Authority...3 Introduction...4 Camera Image Creation Pipeline...5 Photo Metadata...6 Sensor Identification

More information

Responsible Data Use Assessment for Public Realm Sensing Pilot with Numina. Overview of the Pilot:

Responsible Data Use Assessment for Public Realm Sensing Pilot with Numina. Overview of the Pilot: Responsible Data Use Assessment for Public Realm Sensing Pilot with Numina Overview of the Pilot: Sidewalk Labs vision for people-centred mobility - safer and more efficient public spaces - requires a

More information

STEAM BRANDING GUIDELINES. Revised December 6, 2017

STEAM BRANDING GUIDELINES. Revised December 6, 2017 STEAM BRANDING GUIDELINES Revised December 6, 2017 CONTENTS Branding Assets 1 General Guidelines 2 1 STEAM SYMBOL AND LOGO Hardware Application 4 On-screen and Printed Applications 6 2 STEAM MACHINES LOGO

More information

Setting up a Digital Darkroom A guide

Setting up a Digital Darkroom A guide Setting up a Digital Darkroom A guide http://www.theuniversody.co.uk Planning / Theory Considerations: What does the facility need to be capable of? Downloading images from digital cameras, (in all Raw

More information

Investigating the Post Processing of LS-DYNA in a Fully Immersive Workflow Environment

Investigating the Post Processing of LS-DYNA in a Fully Immersive Workflow Environment Investigating the Post Processing of LS-DYNA in a Fully Immersive Workflow Environment Ed Helwig 1, Facundo Del Pin 2 1 Livermore Software Technology Corporation, Livermore CA 2 Livermore Software Technology

More information

Deep Learning. Dr. Johan Hagelbäck.

Deep Learning. Dr. Johan Hagelbäck. Deep Learning Dr. Johan Hagelbäck johan.hagelback@lnu.se http://aiguy.org Image Classification Image classification can be a difficult task Some of the challenges we have to face are: Viewpoint variation:

More information

inphoto ID SLR Automatic ID photography With Canon SLR camera User Guide

inphoto ID SLR Automatic ID photography With Canon SLR camera User Guide inphoto ID SLR Automatic ID photography With Canon SLR camera User Guide 2014 Akond company Phone/fax: +7(812)384-6430 Cell: +7(921)757-8319 e-mail: info@akond.net akondsales@gmail.com http://www.akond.net

More information

Computational Efficiency of the GF and the RMF Transforms for Quaternary Logic Functions on CPUs and GPUs

Computational Efficiency of the GF and the RMF Transforms for Quaternary Logic Functions on CPUs and GPUs 5 th International Conference on Logic and Application LAP 2016 Dubrovnik, Croatia, September 19-23, 2016 Computational Efficiency of the GF and the RMF Transforms for Quaternary Logic Functions on CPUs

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

According to the proposed AWB methods as described in Chapter 3, the following

According to the proposed AWB methods as described in Chapter 3, the following Chapter 4 Experiment 4.1 Introduction According to the proposed AWB methods as described in Chapter 3, the following experiments were designed to evaluate the feasibility and robustness of the algorithms.

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

escience: Pulsar searching on GPUs

escience: Pulsar searching on GPUs escience: Pulsar searching on GPUs Alessio Sclocco Ana Lucia Varbanescu Karel van der Veldt John Romein Joeri van Leeuwen Jason Hessels Rob van Nieuwpoort And many others! Netherlands escience center Science

More information

Release Notes. Windows. v10.2

Release Notes. Windows. v10.2 Release Notes v10.2 Windows System requirements Intel Core 2 Duo, AMD Athlon 64 X2 or higher 4 GB of RAM (8 GB recommended) 2 GB of available disk space (6 GB recommended) Microsoft Windows 7 (64 bits),

More information

Windows INSTRUCTION MANUAL

Windows INSTRUCTION MANUAL Windows E INSTRUCTION MANUAL Contents About This Manual... 3 Main Features and Structure... 4 Operation Flow... 5 System Requirements... 8 Supported Image Formats... 8 1 Installing the Software... 1-1

More information

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

More information

Speed Traffic-Sign Recognition Algorithm for Real-Time Driving Assistant System

Speed Traffic-Sign Recognition Algorithm for Real-Time Driving Assistant System R3-11 SASIMI 2013 Proceedings Speed Traffic-Sign Recognition Algorithm for Real-Time Driving Assistant System Masaharu Yamamoto 1), Anh-Tuan Hoang 2), Mutsumi Omori 2), Tetsushi Koide 1) 2). 1) Graduate

More information

Overview of current developments in haptic APIs

Overview of current developments in haptic APIs Central European Seminar on Computer Graphics for students, 2011 AUTHOR: Petr Kadleček SUPERVISOR: Petr Kmoch Overview of current developments in haptic APIs Presentation Haptics Haptic programming Haptic

More information

Monte Carlo integration and event generation on GPU and their application to particle physics

Monte Carlo integration and event generation on GPU and their application to particle physics Monte Carlo integration and event generation on GPU and their application to particle physics Junichi Kanzaki (KEK) GPU2016 @ Rome, Italy Sep. 26, 2016 Motivation Increase of amount of LHC data (raw &

More information

ISSN No: International Journal & Magazine of Engineering, Technology, Management and Research

ISSN No: International Journal & Magazine of Engineering, Technology, Management and Research Design of Automatic Number Plate Recognition System Using OCR for Vehicle Identification M.Kesab Chandrasen Abstract: Automatic Number Plate Recognition (ANPR) is an image processing technology which uses

More information

X-RAY COMPUTED TOMOGRAPHY

X-RAY COMPUTED TOMOGRAPHY X-RAY COMPUTED TOMOGRAPHY Bc. Jan Kratochvíla Czech Technical University in Prague Faculty of Nuclear Sciences and Physical Engineering Abstract Computed tomography is a powerful tool for imaging the inner

More information

Graz University of Technology (Austria)

Graz University of Technology (Austria) Graz University of Technology (Austria) I am in charge of the Vision Based Measurement Group at Graz University of Technology. The research group is focused on two main areas: Object Category Recognition

More information

LPR Camera Installation and Configuration Manual

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

More information

Digital Portable Overhead Document Camera LV-1010

Digital Portable Overhead Document Camera LV-1010 Digital Portable Overhead Document Camera LV-1010 Instruction Manual 1 Content I Product Introduction 1.1 Product appearance..3 1.2 Main functions and features of the product.3 1.3 Production specifications.4

More information

INNOVATION+ New Product Showcase

INNOVATION+ New Product Showcase INNOVATION+ New Product Showcase Our newest innovations in digital imaging technology. Customer driven solutions engineered to maximize throughput and yield. Get more details on performance capability

More information

The CCD-S3600-D(-UV) is a

The CCD-S3600-D(-UV) is a Advanced Digital High-Speed CCD Line Camera CCD-S3600-D(-UV) High-Sensitivity Linear CCD Array with 3648 Pixels, 16-bit ADC, 32 MB DDR2 RAM, USB 2.0, Trigger Input & Output USB 2.0 Plug & Play The CCD-S3600-D(-UV)

More information

White Paper Thermal: Detection, recognition, and identification

White Paper Thermal: Detection, recognition, and identification White Paper Thermal: Detection, recognition, and identification 250.426.8100 www.ascendentgroup.com info@ascendentgroup.com It is important to know just how far your camera can see under ideal conditions.

More information

IMAGING FOR ANPR. Document version: Table of Contents INTRODUCTION GOOD CONTRAST SHARP IMAGE... 4

IMAGING FOR ANPR. Document version: Table of Contents INTRODUCTION GOOD CONTRAST SHARP IMAGE... 4 Page 1/12 IMAGING FOR ANPR Document version: 2016-12-21 Table of Contents INTRODUCTION... 3 1. GOOD CONTRAST... 4 2. SHARP IMAGE... 4 3. CHARACTER SIZE AND RESOLUTION... 5 3.1. HIGH RESOLUTION... 5 3.2.

More information

USER MANUAL. ScanFlex AUTOMATED SCANNING DEVICE SCANFLEX Rev 5.0

USER MANUAL. ScanFlex AUTOMATED SCANNING DEVICE SCANFLEX Rev 5.0 USER MANUAL ScanFlex AUTOMATED SCANNING DEVICE 05-12-17 SCANFLEX 3.1.4 Rev 5.0 Culturing Cells in a Mechanically Active Environment Flexcell International Corporation 2730 Tucker Street, Suite 200 Burlington,

More information

www. riseeyetracker.com TWO MOONS SOFTWARE LTD RISEBETA EYE-TRACKER INSTRUCTION GUIDE V 1.01

www. riseeyetracker.com  TWO MOONS SOFTWARE LTD RISEBETA EYE-TRACKER INSTRUCTION GUIDE V 1.01 TWO MOONS SOFTWARE LTD RISEBETA EYE-TRACKER INSTRUCTION GUIDE V 1.01 CONTENTS 1 INTRODUCTION... 5 2 SUPPORTED CAMERAS... 5 3 SUPPORTED INFRA-RED ILLUMINATORS... 7 4 USING THE CALIBARTION UTILITY... 8 4.1

More information

Development of Indian Coin based automatic shoe Polishing Machine using Raspberry pi with Open CV

Development of Indian Coin based automatic shoe Polishing Machine using Raspberry pi with Open CV Development of Indian Coin based automatic shoe Polishing Machine using Raspberry pi with Open CV D.Srihari 1, B.Ravi Kumar 2, K.Yuvaraj 3 Assistant Professor, Department of ECE, S V College of Engineering,

More information

Retina 400 THE SIMPLE AND FLEXIBLE SOLUTION FOR HIGH DEFINITION RETINAL IMAGERY NON-MYDRIATIC RETINAL CAMERA C/D AUTO 60 H X 45 V LED. 2,2 mm.

Retina 400 THE SIMPLE AND FLEXIBLE SOLUTION FOR HIGH DEFINITION RETINAL IMAGERY NON-MYDRIATIC RETINAL CAMERA C/D AUTO 60 H X 45 V LED. 2,2 mm. Retina 400 THE SIMPLE AND FLEXIBLE SOLUTION FOR HIGH DEFINITION RETINAL IMAGERY Retina 400 NON-MYDRIATIC RETINAL CAMERA 60 H X 45 V 2,2 mm LED C/D AUTO Auto Cup-to-disc 5 MP photo THE SIMPLE AND FLEXIBLE

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

Contents. Nikon Scan for Windows. Scanner Control Software and TWAIN Source. Reference Manual. Overview Before You Begin.

Contents. Nikon Scan for Windows. Scanner Control Software and TWAIN Source. Reference Manual. Overview Before You Begin. Contents Overview Before You Begin System Requirements Software Installation Basic Operations Scanner Control Software and TWAIN Source Nikon Scan for Windows Reference Manual The Scan Window Opening the

More information

TRIAXES STEREOMETER USER GUIDE. Web site: Technical support:

TRIAXES STEREOMETER USER GUIDE. Web site:  Technical support: TRIAXES STEREOMETER USER GUIDE Web site: www.triaxes.com Technical support: support@triaxes.com Copyright 2015 Polyakov А. Copyright 2015 Triaxes LLC. 1. Introduction 1.1. Purpose Triaxes StereoMeter is

More information

Embedding Artificial Intelligence into Our Lives

Embedding Artificial Intelligence into Our Lives Embedding Artificial Intelligence into Our Lives Michael Thompson, Synopsys D&R IP-SOC DAYS Santa Clara April 2018 1 Agenda Introduction What AI is and is Not Where AI is being used Rapid Advance of AI

More information

go1984 Performance Optimization

go1984 Performance Optimization go1984 Performance Optimization Date: October 2007 Based on go1984 version 3.7.0.1 go1984 Performance Optimization http://www.go1984.com Alfred-Mozer-Str. 42 D-48527 Nordhorn Germany Telephone: +49 (0)5921

More information

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

More information

Nigerian Vehicle License Plate Recognition System using Artificial Neural Network

Nigerian Vehicle License Plate Recognition System using Artificial Neural Network Nigerian Vehicle License Plate Recognition System using Artificial Neural Network Amusan D.G 1, Arulogun O.T 2 and Falohun A.S 3 Open and Distance Learning Centre, Ladoke Akintola University of Technology,

More information