A Real-Time Driving Fatigue Monitoring DSP Device Based On Computing Complexity of Binarized Image

Size: px
Start display at page:

Download "A Real-Time Driving Fatigue Monitoring DSP Device Based On Computing Complexity of Binarized Image"

Transcription

1 2009 Second International Workshop on Computer Science and Engineering A Real-Time Driving Fatigue Monitoring DSP Device Based On Computing Complexity of Binarized Image CHEN Xiang Collage of Information Science and Engineering Northeastern University Shenyang, China yizhiye@gmail.com ZHANG Zhifei, SONG Yang, CHEN Renyi Collage of Information Science and Engineering Northeastern University Shenyang, China chenrenyi12345@163.com Abstract This paper presents a driving fatigue monitoring method with machine vision algorithm, which is based on computing complexity. And a DSP system based on this method is also introduced. In this method, we firstly binarizated image which contains driver's facial information, to distinguish face area from background.. Then the binarizated luminance components are horizontally and vertically accumulated for collecting face pixel to draw out a face and eyes's location block. Thus, with accumulated index, analyz the relative location ratio between eyes and index of other facial parts, face width, and eyes horizontal position. Compare these ratios to PERCLOS based thresholds, we can ensure whether the driver's eyes are open or not, and infer drivers fatigue state. Finally, this method has been fulfilled with an intact device based on DSP system. Series of experiments indicate this contactless device has advantages of easy operation, sensitive response and splendid accuracy etc. Keywords-Driving fatigue monitoring, DSP, Computional complexity, Binarization, PERCLOS I. INTRODUCTION Driving fatigue has been a significant factor to traffic accidents. According to American Census and Statistics Department's survey, accidents caused by drowsy driving has accounted for about 20% of the total, and 40% especially in the serious ones, making up 83% of traffic death rate. Another American survey in 2007 also indicated that over 53% of the blamed drivers were too drowsy to control cars. It can be seen that driving fatigue monitoring and alarm is highly important for traffic safety. Currently, there are three kinds of index in driving fatigue monitoring methods: 1) Through driver's physiological signasl to define fatigue state. Physiological signal includsg EEG (Electro Encephalon Gram), electrocardiosignal, myoelectric signal, is the most representable of said three kinds. In these signals, though EEG has always been valued as "golden index", this method needs adhere electrodes to driver's head, and signals can be varing with surrounding factors as well as individuals' difference. When it comes to electrocardiosignal and myoelectric signal, the devices based on this method is simple, easy to apply, and nonintrusive as well as portable, but it also has limitation of sensitivity and diagnosis. 2) Through monitoring car related index to assess driver's fatigue state. A relatively sized method is through a sensor collecting the movement of steering wheel and pedals to define safety index. For example, if the steering wheel stopped moving for a long time, it could be inferred that the driver is sleeping. These methods are mostly based on Sensors & Testing technology, though it can reflect driver's status, the contact sensors are too inconvenient and intrusive to use. 3) Through monitoring driver's particular figures to define the fatigue statues. Figures includes pupils diameter, eyes character, head motion and driving posture. And eyes character has been used by most institutions studying driver's drowsy driving. This standard called PERCLOS (the time ratio when driver's eyes are closed) is regarded as a significant index of driver's fatigue. When people are sleepy, eyelids will blink faster and the time closing eyes will be longer. Research indicates that, in the ordinary course of events, the time eyes are closing is about 0.2 to 0.3 seconds, but when this time will be prolonged to 0.5 to 1 seconds when it comes to a drowsy driver. Now, PERCLOS has been acknowledge as the most efficient, portable and realtime assessment of driver fatigue. In this paper, PERCLOS amount to the determination of driver's fatigue state. [10] The index character of PERCLOS shows in Figure 1. Fig 1. PERCLOS index character In sum, though there are many assessment monitoring driver's fatigue status, but most of them are limited to the level of theory study. And even existed monitoring methods and devices have lots of limitation in application and usage. Individual differences and inconvenient device block commercialization and development. This paper identifies the core element of this problem and /09 $ IEEE DOI /WCSE /WCSE

2 situation, presents a practical, real-time and contactless new method to monitoring driver's fatigue status. And fulfill this method with DSP device, preventing traffic accident caused by drowsy driving. II. MONITORING METHOD A. Basic Theory This monitoring method is entirely based on the process and analyse facial optical character to get face index. And through computing complexity to compare with PERCLOS standard to infer drivers state. First, take skin colors in consideration. Though everyone's skin is unique, most share similar color that can help distinguish face from background. When this mechanism comes to a camera image process, according to taken face pixels information varing within certain color range from an image, we can locate the face area. Secondly, with facial character in consideration. Because the color character of eyes balls, pupils and eyebrows, it is easy to find out that eyes area bears sharpest monochrome contrast, while other area tend to unitary color. With said character, we use particular binarization algorithm to locate the eyes area to analyse its state. Finally, with modified binarization processing, face and eyes area can be efficiently converted into mathematic module. Through comparing a serious ratio of face index and setting PERCLOS threshold to infer whether the driver's eyes are closing, if the monitoring result continuously closing, an alarm will be activated. As state above, this method's precondition is to quickly locate face and eyes area to analyse the eyes state. And with implementation embedded DSP (DM642), a monitoring and warning mechanism can be achieved without complex device and contact unit. B. Selection for Color Space The color space in common use is RGB and YCbCr. RGB, composed by three components of R (red), G (green), B (blue), generates different colors by superposing these three components, is in mostly extensive application to display and storage color image. YCbCr color space is a other way of encoding RGB information. The actual color displayed depends on the actual RGB colorants used to display the signal. Y is the luma component and Cb and Cr are the blue-difference and red-difference chroma components. An chromatogram of RGB and YCbCr shows in Figure 2. Fig 2. RGB and YCbCr chromatogram C. Modified Binarization Process Binarization processing is an important basic operation in image process community. Based on the thresholded value, the image can be segmented into a binary image, usually consisting of background and foreground. The aim of binarization process in this monitoring method is first to locate face area and process them into white color and the background into black color. Binarization processing is an important basic operation in image process community. Based on the thresholded value, the image can be segmented into a binary image, usually consisting of background and foreground. The aim of binarization process in this monitoring method is first to locate face area and process them into white color and the background into black color. To modify binarization processing, the fist job is to reduce calculation amount to satisfy real-time demand. A more classic of binarization process method is Gaussian Model, which includes vast double counting of e-index. Actually, large said computing statistics is seriously waste of time and effect the demand of real-time. The binarization process method we take in this paper is through computing statistics of facial skin color to build a similarity matrix based on Gaussian Model. We find that the values of numbers in said matrix decrease from center to around, appearing an elliptic isoplethic curve. Through empirical analysis, we directly take the geometrical existence of elliptic equation to determine the binarized threshold values. Finally with said procession, we reduced =38.16 of calculation to e-index, using only 0.04s to process an image. While every calculation to e- index take 15um, meaning processing an image of take 5.7s. Thus the method we take can be times faster than the old, and then satisfied the real-time demand [7]. A binarized face image is shown in Figure3. Fig 3. Binarized face image Then we use this binarization to build a facial skin similarity matrix from an image with a face in it. Because the value range of Cb and Cr in the image is 0 to 255, we need to calculate every pair of (Cb, Cr) value to build a skin similarity matrix of pixel value. A serious of analysis of this matrix indicates that, the term values in the center tends to be much bigger and decrease radiantly to the distance, then the values near the edge will almost reach 0. Connecting the similar values in the matrix, an ellipse curve will emerge. In these terms, the bigger the 85

3 values, the much it will represent skin color [6]. The values distribution is shown in Figue4 (the values in the matrix is just illustrative not actual values). then, every line and row's pixel in the binarized image will be taken into horizontal and vertical accumulation operation. From the first line's accumulated value, find the first line A i with none 0 value and the last Line A j with none 0 value. Area betwenn Line Ai and Line Aj is the face part that required. In a similar way, using vertical accumulation operation, we can find Row Bi and Row Bj. Thus the edge of face could be located, and the face pixel could be intercepted to draw a face location block [1]. An binarized face image with face block is shown in Figure 5. Fig 4. Values distribution of similarity matrix Thus, it was known from consumption analysis of matrix to build a mathematical model to determine face area. Experiments indicates that: The range from 100 to 130 of Cb and 135 to 155 of Cr will be optimum to represent facial character. Namely the binarized threshold value is defined as 100 to 130 of Cb and 135 to 155 of Cr, meaning the prolate axis of the elliptic equation equals =30, minor axis of the elliptic equation equals =20 and the centre of ellipse iscb,cr=115,145. Thus the elliptic equation will be (x-115)/10 2 +(y-145)/15 2 =1 (1) Where: x is Cb value of pixel, y is Cr value of pixel; Substitute Cb and Cr value of pixel to the left part of the equation, if the result is less than 1, the pixel will be evaluated to whiter color (adjust the luminance component of the pixel to 255 ). Otherwise this pixel is determined belong to background and evaluate this pixel to black color (adjust the luminance component of the pixel to 0). So the outcome will be a binarized luminance component matrix. Finally, we can get a binarized image, in which white color representing face are and black color representing background. D. Location of Face In the previous step, according to the facial skin color similarity matrix we can fix the binarized threshold value into a lesser range, namely reduce the ellipse area as small as possible. This process can ensure the white area in the binarized image represents facial skin area. Thus in the face location process, we can omit some complex operation in general usage like Gray-level integration projection. Instead of said complex operation, simple accumulation will be enough, avoiding complex recalculation, the real-time demand is also increased. Through binarization processing, the original image is converted to monochromatic image. In this image, the white section is face area and the black area is background. And Fig 5. Face location block E. Location of Eyes Location of eyes mainly adopt the method of computational complexity. The calculation of complexity can be summarized as: from any number sequence's first number, let the first number minus the second, the second minus the third... till the last number, finally the accumulation of said differences will be the complexity. It can be seen that complexity can reflect the pixel's variation in any row (line). Therefore, we can extract luminance components of color space from the origin image of face location block, and compute them into complexity as (2): a 1- a 2 + a 2- a 3 + a 3- a 4 + (2) Meanwhile, find out the rows whose complexity bears the max. From the view of humans' facial character, the horizontal line cross eyes has the biggest monochrome aberration. So we can use this property to locate eyes area and draw out eyes location block [3]. An binarized eyes image with face block is shown in Figure 6. Fig 6. Eyes location block F. Eyes State Determination We use three rules in the eyes state determination to increase accuracy [2,4,9]. 1) By analyzing the relative location relationship between eyes and other facial parts. According to the horizontal complexity of human face, eyes are 1st peak values, noses and mouth may be 2nd peak values. Normally, the values change in some range. So we can calculate the ratio of 1st peak value to 2nd peak value to determine whether the 86

4 ration is in certain range of the threshold values. With experiment experience and PERCLOS standard, we can assume that the threshold value is 1.5, and if the ratio is no more than 1.5, the target person closes the eyes. 2) By comparing eyes' complexity to its actual width. As the width of eyes are different from different person, the comlexity changes in a large range, which means the more width of eyes, the larger complexity is. We can calculate the ratio of 1st value to the width of eyes location block (ratio of 1st value to Bi-Bj ) and compare whether the ratio is in threshold range. We assume the threshold is 4 and if the ratio is less than 4, the person closes eyes. 3) By analyzing the eyes' horizontal positon in face. In our experiment, the horizontal position of 1st peak values (eyes complexity) is 1/4 up on the face when eyes are open; the horizontal position of 1st peak values is below middle on the face. So we can just determine whether the horizontal position of 1st peak values ( the number of line of 1st peak values) is in the range of threshold. If not, the target person closes the eyes. If any of the above 3 judgments can prove the eyes are closed, the person can be recorded as fatigue state for once. If the person gets fatigue state for 4 times, we can determine the driver is in drowsy driving. III. SOFTWARE AND HARDWARE IMPLEMENTATIONS A. Segmentation of Module Function To implement the entire monitoring method requires program and debug every different step and function. We regard all the monitoring algorithm as a monitoring processing module that including components as follows: 1. Binarization processing module, used for binarize the image collected by the camera. 2. Horizontal and vertical accumulation module, used for ensure the face edge and intercept face pixels to draw out face location block. 3. Horizontal complexity calculation module, used for draw out eyes location block and find out the first and second complexity peak value. 4. Driving state judgement module, used for calculate ratio of the first to the second complexity peak value, 5. Alarm module, used for warning drivers when they get drowsy. With function segmentation, we can definite software mechanism steps to prepare for encode software process. B. Software Proscess The software process has been shown in previous parts at some extent. And taken as a whole, the concrete procession is shown in the software view as follows: a) Initialize settings, including the ports of observation monitor and camera to ensure signal standards accord with each other. This initialization only operates once after starting up. b) Extra the pixel information to build a similarity matrix. c) Using binarization process to build mathematic module for distinguishing face area from back ground. d) Ensure face edge to intercept face pixels to draw face block. e) Calculate said complexity to draw eyes location block as well as get 1st peak and 2nd peak values. f) Use 3 rules above to determine whether the eyes of driver is open or closed. g) The 3 determination operates in order, if any of the determination shows that the eyes are closed, add to 1 to accumulator. When the value in accumulator is greater than 3, we can determine the driver is in drowsy fatigue; and at this moment, light LED, turn on light activated switch alarm the speaker. If all 3 determinations do not find that the eyes are closed, make the value of accumulator to 0. Only if 4 continuous pictures show that eyes are closed, we can determine that the driver is in drowsy fatigue, by this,we can avoid errors caused by winks. h) The LCD will display the original image with location block for observation. Then we need to operate Step H to Step B repeatly, so this part is infinite loop program. Any loop will take 50ms and process 4 images will take about 0.2s. As people usually wink for 0.05s, this program can output image at rate of 20 frame/s to display real-time effect. C. Hardware Design and Experiment In view of the demands of video capture capability and image process velocity. We choose TI company's TMS320DM642 within DM642 development module produced by ICETEK as the core unit of entire system. It is a low-cost high performance video & imaging development platform designed to jump-start application development and evaluation of multi-channel, multi-format digital and other future proof applications [5,8]. The figure of DM642 board is shown in Figure 7. Fig 7. DM642 development modules In this development modules, DSP chip, video process unit, audio process unit and many peripheral interface ports are integrated together. Based on this DSP system, we build an entire system as shown in Figure 8. 87

5 Fig 8. System sketch map Where: (1) DSP chip, (2) Video decode chip, (3) Video encode chip,(4) Flash memory, (5) RAM, (6) LED light, (7) Supply unit, (8) Light activated switch, (9) Filter, (10) Digital camera, (11) LCD, (12) Speaker. When the function start, camera collects an image with face information and transport it to decode chip. DM642 will receive the image use program flashed in flash memory to process it. Then the processed image will be encode and displayed on LCD for experiment observation. In said procession, if any time the fatigue index exceed threshold values, LED light will be activated, and light activated switch will control speaker to give an harsh alarm. As the monitoring method presented in this paper uses a serious of threshold comparison, some limitation of adaptive capacity can not be avoided. Therefor, there are some precondition, like sufficient light, naked eyes or colourless glasses, to ensure proper functioning. Amount of experiments indicates that only after 0.5s of long-time eyes closing, the alarm be activated and the false rate is below 8.7%. It means that this device can efficiently monitoring driver's fatigue state to prevent traffic accident. IV. CONCLUSIONS First, a fatigue monitoring method based on Computing Complexity of Binarized Image is presented. Furthermore, with eyes information collected from previous step, we build 3 rules based on PERCLOS to determine eyes state and infer whether the driver is drowsy driving. Then we fulfil the software implementation hardware design and experiment to verify the vitality and efficiency. In the future work, a serious of improvement is proposed to adapt said method and device to multitudinal environment for further generalization. The figure of encapsulated device is Fig 9. Fig 9. Encapsulated device ACKNOWLEDGMENT This work is supported by national innovation experiment program for university students (Grant No ), and National High-tech R&D Program of China (863 Program). REFERENCES [1] Canny J. "A computational approach to edge detection", IEEE Transactions on Pattern Analysis and Machine Intelligence, 1986, 8(6), pp.679~698. [2] Cao ZhanHui, Zhang Ke, LiI YanJun. "Transition Region Extraction Algorithm based on Local Fuzzy Complexity", Fire Control and Command Control, 2008, (1), pp [3] Gao Wen, Yao HongXun. "The Method of Principal Component Analysis on Human Face Recognition System[C]", Proceeding of the Second International Conference on Multimodal Interface, 1999, IV, pp [4] Kittler,J.,Illingworth,J. "Minimum Error Thresholding". Pattern Recognition, 1986, 19 (1), pp.41~47. [5] LI ZhengHui. "Optimization Technology of Image Coding Based on DM642 Evaluation Board", Microcomputer Information, 2009,(19), pp [6] Nobuyuki Otsu. "A Threshold Selection Method From Gray-Level Histograms". IEEE Trans On System,Man,and Cy-bernetics. 1979, 9(1), pp [7] Sauvola,J,Pietikainen,M. "Adaptive Document Image Binarization". Pattern Recognit, 2000, 33 (2), pp.225~236. [8] Texas Instruments, TMS320DM642 Video/Imaging Fixed-Point Digital Signal Processor Data Manual, SPRS200B, May2003. [9] Q Ji, X.J.Yang. "Real-time Eye,Gaze,and Facepose Tracking for Monitoring Driver Vigilance", Real-Time Imaging, 2002 (8), pp (2002). [10] Xin Qin, Song YiWei, Zhu XueFeng. "The Research Development on Driving Fatigue Based on PERCLOS", Techniques of Automation and Applications, 2008, (6), pp.45-47,(2008). 88

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

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS Ming XING and Wushan CHENG College of Mechanical Engineering, Shanghai University of Engineering Science,

More information

Drowsy Driver Detection System

Drowsy Driver Detection System Drowsy Driver Detection System Abstract Driver drowsiness is one of the major causes of serious traffic accidents, which makes this an area of great socioeconomic concern. Continuous monitoring of drivers'

More information

A Vehicle Speed Measurement System for Nighttime with Camera

A Vehicle Speed Measurement System for Nighttime with Camera Proceedings of the 2nd International Conference on Industrial Application Engineering 2014 A Vehicle Speed Measurement System for Nighttime with Camera Yuji Goda a,*, Lifeng Zhang a,#, Seiichi Serikawa

More information

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2,

More information

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 9 (September 2014), PP.57-68 Combined Approach for Face Detection, Eye

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

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

More information

A Method of Multi-License Plate Location in Road Bayonet Image

A Method of Multi-License Plate Location in Road Bayonet Image A Method of Multi-License Plate Location in Road Bayonet Image Ying Qian The lab of Graphics and Multimedia Chongqing University of Posts and Telecommunications Chongqing, China Zhi Li The lab of Graphics

More information

Image Enhancement System Based on Improved Dark Channel Prior Chang Liu1, a, Jun Zhu1,band Xiaojun Peng1,c

Image Enhancement System Based on Improved Dark Channel Prior Chang Liu1, a, Jun Zhu1,band Xiaojun Peng1,c International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) Image Enhancement System Based on Improved Dark Channel Prior Chang Liu1, a, Jun Zhu1,band Xiaojun Peng1,c

More information

Color Image Segmentation in RGB Color Space Based on Color Saliency

Color Image Segmentation in RGB Color Space Based on Color Saliency Color Image Segmentation in RGB Color Space Based on Color Saliency Chen Zhang 1, Wenzhu Yang 1,*, Zhaohai Liu 1, Daoliang Li 2, Yingyi Chen 2, and Zhenbo Li 2 1 College of Mathematics and Computer Science,

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

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

A Fast Algorithm of Extracting Rail Profile Base on the Structured Light

A Fast Algorithm of Extracting Rail Profile Base on the Structured Light A Fast Algorithm of Extracting Rail Profile Base on the Structured Light Abstract Li Li-ing Chai Xiao-Dong Zheng Shu-Bin College of Urban Railway Transportation Shanghai University of Engineering Science

More information

Real Time and Non-intrusive Driver Fatigue Monitoring

Real Time and Non-intrusive Driver Fatigue Monitoring Real Time and Non-intrusive Driver Fatigue Monitoring Qiang Ji and Zhiwei Zhu jiq@rpi rpi.edu Intelligent Systems Lab Rensselaer Polytechnic Institute (RPI) Supported by AFOSR and Honda Introduction Motivation:

More information

MAV-ID card processing using camera images

MAV-ID card processing using camera images EE 5359 MULTIMEDIA PROCESSING SPRING 2013 PROJECT PROPOSAL MAV-ID card processing using camera images Under guidance of DR K R RAO DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY OF TEXAS AT ARLINGTON

More information

Face Recognition System Based on Infrared Image

Face Recognition System Based on Infrared Image International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 1 [October. 217] PP: 47-56 Face Recognition System Based on Infrared Image Yong Tang School of Electronics

More information

Driver Fatigue Detection System Based on DM3730

Driver Fatigue Detection System Based on DM3730 Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1191-1196 1191 Driver Fatigue Detection System Based on DM3730 Open Access Ming Cai 1,2,*,

More information

Automatic License Plate Recognition System using Histogram Graph Algorithm

Automatic License Plate Recognition System using Histogram Graph Algorithm Automatic License Plate Recognition System using Histogram Graph Algorithm Divyang Goswami 1, M.Tech Electronics & Communication Engineering Department Marudhar Engineering College, Raisar Bikaner, Rajasthan,

More information

DRIVER FATIGUE DETECTION USING IMAGE PROCESSING AND ACCIDENT PREVENTION

DRIVER FATIGUE DETECTION USING IMAGE PROCESSING AND ACCIDENT PREVENTION Volume 116 No. 11 2017, 91-99 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v116i11.10 ijpam.eu DRIVER FATIGUE DETECTION USING IMAGE

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

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka RESEARCH ARTICLE OPEN ACCESS FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka Swapna Premasiri 1, Lahiru Wijesinghe 1, Randika Perera 1 1. Department

More information

A new seal verification for Chinese color seal

A new seal verification for Chinese color seal Edith Cowan University Research Online ECU Publications 2011 2011 A new seal verification for Chinese color seal Zhihu Huang Jinsong Leng Edith Cowan University 10.4028/www.scientific.net/AMM.58-60.2558

More information

Tan-Hsu Tan Dept. of Electrical Engineering National Taipei University of Technology Taipei, Taiwan (ROC)

Tan-Hsu Tan Dept. of Electrical Engineering National Taipei University of Technology Taipei, Taiwan (ROC) Munkhjargal Gochoo, Damdinsuren Bayanduuren, Uyangaa Khuchit, Galbadrakh Battur School of Information and Communications Technology, Mongolian University of Science and Technology Ulaanbaatar, Mongolia

More information

Automated Driving Car Using Image Processing

Automated Driving Car Using Image Processing Automated Driving Car Using Image Processing Shrey Shah 1, Debjyoti Das Adhikary 2, Ashish Maheta 3 Abstract: In day to day life many car accidents occur due to lack of concentration as well as lack of

More information

Study on the UWB Rader Synchronization Technology

Study on the UWB Rader Synchronization Technology Study on the UWB Rader Synchronization Technology Guilin Lu Guangxi University of Technology, Liuzhou 545006, China E-mail: lifishspirit@126.com Shaohong Wan Ari Force No.95275, Liuzhou 545005, China E-mail:

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

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

More information

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed

More information

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates American Journal of Applied Sciences 6 (12): 2066-2070, 2009 ISSN 1546-9239 2009 Science Publications A Novel Morphological Method for Detection and Recognition of Vehicle License Plates 1 S.H. Mohades

More information

STUDY OF VARIOUS TECHNIQUES FOR DRIVER BEHAVIOR MONITORING AND RECOGNITION SYSTEM

STUDY OF VARIOUS TECHNIQUES FOR DRIVER BEHAVIOR MONITORING AND RECOGNITION SYSTEM INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) ISSN 0976 6367(Print) ISSN 0976

More information

Segmentation Plate and Number Vehicle using Integral Projection

Segmentation Plate and Number Vehicle using Integral Projection Segmentation Plate and Number Vehicle using Integral Projection Mochamad Mobed Bachtiar 1, Sigit Wasista 2, Mukhammad Syarifudin Hidayatulloh 3 1,2,3 Program Studi D4 Teknik Komputer Departemen Informatika

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

Face Detection: A Literature Review

Face Detection: A Literature Review Face Detection: A Literature Review Dr.Vipulsangram.K.Kadam 1, Deepali G. Ganakwar 2 Professor, Department of Electronics Engineering, P.E.S. College of Engineering, Nagsenvana Aurangabad, Maharashtra,

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

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Jie YANG Zheng-Gang LU Ying-Kai GUO Institute of Image rocessing & Recognition, Shanghai Jiao-Tong University, China

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

The Study on the Image Thresholding Segmentation Algorithm. Yue Liu, Jia-mei Xue *, Hua Li

The Study on the Image Thresholding Segmentation Algorithm. Yue Liu, Jia-mei Xue *, Hua Li International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) The Study on the Image Thresholding Segmentation Algorithm Yue Liu, Jia-mei Xue *, Hua Li College of Information

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

Correction of Clipped Pixels in Color Images

Correction of Clipped Pixels in Color Images Correction of Clipped Pixels in Color Images IEEE Transaction on Visualization and Computer Graphics, Vol. 17, No. 3, 2011 Di Xu, Colin Doutre, and Panos Nasiopoulos Presented by In-Yong Song School of

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

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... 6 Defining our Region of Interest... 10 BirdsEyeView

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

MEASUREMENT OF ROUGHNESS USING IMAGE PROCESSING. J. Ondra Department of Mechanical Technology Military Academy Brno, Brno, Czech Republic

MEASUREMENT OF ROUGHNESS USING IMAGE PROCESSING. J. Ondra Department of Mechanical Technology Military Academy Brno, Brno, Czech Republic MEASUREMENT OF ROUGHNESS USING IMAGE PROCESSING J. Ondra Department of Mechanical Technology Military Academy Brno, 612 00 Brno, Czech Republic Abstract: A surface roughness measurement technique, based

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

Research of an Algorithm on Face Detection

Research of an Algorithm on Face Detection , pp.217-222 http://dx.doi.org/10.14257/astl.2016.141.47 Research of an Algorithm on Face Detection Gong Liheng, Yang Jingjing, Zhang Xiao School of Information Science and Engineering, Hebei North University,

More information

Blind Single-Image Super Resolution Reconstruction with Defocus Blur

Blind Single-Image Super Resolution Reconstruction with Defocus Blur Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Blind Single-Image Super Resolution Reconstruction with Defocus Blur Fengqing Qin, Lihong Zhu, Lilan Cao, Wanan Yang Institute

More information

Double Criteria Feeder-Selection Method for Single-Phase Ground Fault of Resonant Grounding System Based on Multi-State Components

Double Criteria Feeder-Selection Method for Single-Phase Ground Fault of Resonant Grounding System Based on Multi-State Components American Journal of Electrical and Electronic Engineering, 207, Vol. 5, No. 4, 44-5 Available online at http://pubs.sciepub.com/ajeee/5/4/4 Science and Education Publishing DOI:0.269/ajeee-5-4-4 Double

More information

Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1

Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 216) Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1 1 College

More information

Automatic optical measurement of high density fiber connector

Automatic optical measurement of high density fiber connector Key Engineering Materials Online: 2014-08-11 ISSN: 1662-9795, Vol. 625, pp 305-309 doi:10.4028/www.scientific.net/kem.625.305 2015 Trans Tech Publications, Switzerland Automatic optical measurement of

More information

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d Applied Mechanics and Materials Online: 2010-11-11 ISSN: 1662-7482, Vols. 37-38, pp 513-516 doi:10.4028/www.scientific.net/amm.37-38.513 2010 Trans Tech Publications, Switzerland Image Measurement of Roller

More information

An Image Processing Method to Convert RGB Image into Binary

An Image Processing Method to Convert RGB Image into Binary Indonesian Journal of Electrical Engineering and Computer Science Vol. 3, No. 2, August 2016, pp. 377 ~ 382 DOI: 10.11591/ijeecs.v3.i2.pp377-382 377 An Image Processing Method to Convert RGB Image into

More information

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Vijay Jumb, Mandar Sohani, Avinash Shrivas Abstract In this paper, an approach for color image segmentation is presented.

More information

Real-Time License Plate Localisation on FPGA

Real-Time License Plate Localisation on FPGA Real-Time License Plate Localisation on FPGA X. Zhai, F. Bensaali and S. Ramalingam School of Engineering & Technology University of Hertfordshire Hatfield, UK {x.zhai, f.bensaali, s.ramalingam}@herts.ac.uk

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

FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD

FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD Jingrong Zhao 1, Yang Mi 2, Ke Wang 1, Yukuan Ma 1 and Jingqiu Yang 3 1 College of Communication Engineering, Jilin University,

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

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Jaya Gupta, Prof. Supriya Agrawal Computer Engineering Department, SVKM s NMIMS University

More information

A Chinese License Plate Recognition System

A Chinese License Plate Recognition System A Chinese License Plate Recognition System Bai Yanping, Hu Hongping, Li Fei Key Laboratory of Instrument Science and Dynamic Measurement North University of China, No xueyuan road, TaiYuan, ShanXi 00051,

More information

[Kathar*, 5(2): February, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Kathar*, 5(2): February, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW ON DRIVER DROWSINESS AND ALCOHOL DETECTION SYSTEM Mr. Pandurang N. Kathar *, Prof. D.L.Bhuyar, Prof. A.M.Rawate * M.E.

More information

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image. Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image.   Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2 Fifth International Conference on Fuzzy Systems and Knowledge Discovery n Efficient ethod of License Plate Location in Natural-scene Image Haiqi Huang 1, ing Gu 2,Hongyang Chao 2 1 Department of Computer

More information

A QR Code Image Recognition Method for an Embedded Access Control System Zhe DONG 1, Feng PAN 1,*, Chao PAN 2, and Bo-yang XING 1

A QR Code Image Recognition Method for an Embedded Access Control System Zhe DONG 1, Feng PAN 1,*, Chao PAN 2, and Bo-yang XING 1 2016 International Conference on Mathematical, Computational and Statistical Sciences and Engineering (MCSSE 2016) ISBN: 978-1-60595-396-0 A QR Code Image Recognition Method for an Embedded Access Control

More information

RECOGNITION OF EMERGENCY AND NON-EMERGENCY LIGHT USING MATROX AND VB6 MOHD NAZERI BIN MUHAMMAD

RECOGNITION OF EMERGENCY AND NON-EMERGENCY LIGHT USING MATROX AND VB6 MOHD NAZERI BIN MUHAMMAD RECOGNITION OF EMERGENCY AND NON-EMERGENCY LIGHT USING MATROX AND VB6 MOHD NAZERI BIN MUHAMMAD This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

AN EFFICIENT APPROACH FOR VISION INSPECTION OF IC CHIPS LIEW KOK WAH

AN EFFICIENT APPROACH FOR VISION INSPECTION OF IC CHIPS LIEW KOK WAH AN EFFICIENT APPROACH FOR VISION INSPECTION OF IC CHIPS LIEW KOK WAH Report submitted in partial fulfillment of the requirements for the award of the degree of Bachelor of Computer Systems & Software Engineering

More information

A New Social Emotion Estimating Method by Measuring Micro-movement of Human Bust

A New Social Emotion Estimating Method by Measuring Micro-movement of Human Bust A New Social Emotion Estimating Method by Measuring Micro-movement of Human Bust Eui Chul Lee, Mincheol Whang, Deajune Ko, Sangin Park and Sung-Teac Hwang Abstract In this study, we propose a new micro-movement

More information

A Universal Motor Performance Test System Based on Virtual Instrument

A Universal Motor Performance Test System Based on Virtual Instrument Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Universal Motor Perormance Test System Based on Virtual Instrument Wei Li, Mengzhu Li, Qiang Xiao School o Instrument

More information

Enhanced Method for Face Detection Based on Feature Color

Enhanced Method for Face Detection Based on Feature Color Journal of Image and Graphics, Vol. 4, No. 1, June 2016 Enhanced Method for Face Detection Based on Feature Color Nobuaki Nakazawa1, Motohiro Kano2, and Toshikazu Matsui1 1 Graduate School of Science and

More information

International Journal of Engineering and Emerging Technology, Vol. 2, No. 1, January June 2017

International Journal of Engineering and Emerging Technology, Vol. 2, No. 1, January June 2017 Measurement of Face Detection Accuracy Using Intensity Normalization Method and Homomorphic Filtering I Nyoman Gede Arya Astawa [1]*, I Ketut Gede Darma Putra [2], I Made Sudarma [3], and Rukmi Sari Hartati

More information

Multi-sensor Panoramic Network Camera

Multi-sensor Panoramic Network Camera Multi-sensor Panoramic Network Camera White Paper by Dahua Technology Release 1.0 Table of contents 1 Preface... 2 2 Overview... 3 3 Technical Background... 3 4 Key Technologies... 5 4.1 Feature Points

More information

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES In addition to colour based estimation of apple quality, various models have been suggested to estimate external attribute based

More information

Iris Segmentation & Recognition in Unconstrained Environment

Iris Segmentation & Recognition in Unconstrained Environment www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume - 3 Issue -8 August, 2014 Page No. 7514-7518 Iris Segmentation & Recognition in Unconstrained Environment ABSTRACT

More information

The Research of the Lane Detection Algorithm Base on Vision Sensor

The Research of the Lane Detection Algorithm Base on Vision Sensor Research Journal of Applied Sciences, Engineering and Technology 6(4): 642-646, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 03, 2012 Accepted: October

More information

The Key Information Technology of Soybean Disease Diagnosis

The Key Information Technology of Soybean Disease Diagnosis The Key Information Technology of Soybean Disease Diagnosis Baoshi Jin 1,2, Xiaodan Ma 3, Zhongwen Huang 4, and Yuhu Zuo 5,* 1 College of Agronomy Heilongjiang Bayi Agricultural University DaQing China

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 163-172 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Performance Comparison of Min-Max Normalisation on Frontal Face Detection Using

More information

Design of intelligent vehicle control system based on machine visual

Design of intelligent vehicle control system based on machine visual Advances in Engineering Research (AER), volume 117 2nd Annual International Conference on Electronics, Electrical Engineering and Information Science (EEEIS 2016) Design of intelligent vehicle control

More information

Practical Content-Adaptive Subsampling for Image and Video Compression

Practical Content-Adaptive Subsampling for Image and Video Compression Practical Content-Adaptive Subsampling for Image and Video Compression Alexander Wong Department of Electrical and Computer Eng. University of Waterloo Waterloo, Ontario, Canada, N2L 3G1 a28wong@engmail.uwaterloo.ca

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

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION International Journal of Computer Science and Communication Vol. 2, No. 2, July-December 2011, pp. 593-599 INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION Chetan Sharma 1 and Amandeep Kaur 2 1

More information

A Fruit Quality Management System Based On Image Processing

A Fruit Quality Management System Based On Image Processing IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 8, Issue 6 (Nov. - Dec. 2013), PP 01-05 A Fruit Quality Management System Based On Image

More information

Design of Removable Guardrail System Based on ZigBee Network

Design of Removable Guardrail System Based on ZigBee Network 2016 International Conference on Wireless Communication and Network Engineering (WCNE 2016) ISBN: 978-1-60595-403-5 Design of Removable Guardrail System Based on ZigBee Network Long CHENG 1,2,*, Li ZHANG

More information

Open Access The Application of Digital Image Processing Method in Range Finding by Camera

Open Access The Application of Digital Image Processing Method in Range Finding by Camera Send Orders for Reprints to reprints@benthamscience.ae 60 The Open Automation and Control Systems Journal, 2015, 7, 60-66 Open Access The Application of Digital Image Processing Method in Range Finding

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

Volume 7, Issue 5, May 2017

Volume 7, Issue 5, May 2017 Volume 7, Issue 5, May 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Localization Techniques

More information

A High Definition Motion JPEG Encoder Based on Epuma Platform

A High Definition Motion JPEG Encoder Based on Epuma Platform Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 2371 2375 2012 International Workshop on Information and Electronics Engineering (IWIEE) A High Definition Motion JPEG Encoder Based

More information

Thresholding Technique for Document Images using a Digital Camera

Thresholding Technique for Document Images using a Digital Camera I&T's 2 PIC Conference I&T's 2 PIC Conference Copyright 2, I&T Thresholding Technique for Document Images using a Digital Camera adao Takahashi Research and Development Group, Ricoh Co., Ltd. Yokohama,

More information

Rolling Bearing Diagnosis Based on LMD and Neural Network

Rolling Bearing Diagnosis Based on LMD and Neural Network www.ijcsi.org 34 Rolling Bearing Diagnosis Based on LMD and Neural Network Baoshan Huang 1,2, Wei Xu 3* and Xinfeng Zou 4 1 National Key Laboratory of Vehicular Transmission, Beijing Institute of Technology,

More information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Mohd Firdaus Zakaria, Shahrel A. Suandi Intelligent Biometric Group, School of Electrical and Electronics Engineering,

More information

Computer Vision. Howie Choset Introduction to Robotics

Computer Vision. Howie Choset   Introduction to Robotics Computer Vision Howie Choset http://www.cs.cmu.edu.edu/~choset Introduction to Robotics http://generalrobotics.org What is vision? What is computer vision? Edge Detection Edge Detection Interest points

More information

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang International Conference on Artificial Intelligence and Engineering Applications (AIEA 2016) A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol Qinghua Wang Fuzhou Power

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

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University Images and Graphics Images and Graphics Graphics and images are non-textual information that can be displayed and printed. Graphics (vector graphics) are an assemblage of lines, curves or circles with

More information

Night-time pedestrian detection via Neuromorphic approach

Night-time pedestrian detection via Neuromorphic approach Night-time pedestrian detection via Neuromorphic approach WOO JOON HAN, IL SONG HAN Graduate School for Green Transportation Korea Advanced Institute of Science and Technology 335 Gwahak-ro, Yuseong-gu,

More information

Foreground segmentation using luminance contrast

Foreground segmentation using luminance contrast Foreground segmentation using luminance contrast LUIS M. FUENTES, SERGIO A. VELASTIN Department of Electronic Engineering King s College London Strand, London WC2R 2LS UNITED KINGDOM Abstract: - The authors

More information

Assessments of Grade Crossing Warning and Signalization Devices Driving Simulator Study

Assessments of Grade Crossing Warning and Signalization Devices Driving Simulator Study Assessments of Grade Crossing Warning and Signalization Devices Driving Simulator Study Petr Bouchner, Stanislav Novotný, Roman Piekník, Ondřej Sýkora Abstract Behavior of road users on railway crossings

More information

DESIGN & IMPLEMENTATION OF FIXED WIDTH MODIFIED BOOTH MULTIPLIER

DESIGN & IMPLEMENTATION OF FIXED WIDTH MODIFIED BOOTH MULTIPLIER DESIGN & IMPLEMENTATION OF FIXED WIDTH MODIFIED BOOTH MULTIPLIER 1 SAROJ P. SAHU, 2 RASHMI KEOTE 1 M.tech IVth Sem( Electronics Engg.), 2 Assistant Professor,Yeshwantrao Chavan College of Engineering,

More information

The Study of Methodologies for Identifying the Drowsiness in Smart Traffic System: A Survey Mariya 1 Mrs. Sumana K R 2

The Study of Methodologies for Identifying the Drowsiness in Smart Traffic System: A Survey Mariya 1 Mrs. Sumana K R 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 02, 2015 ISSN (online): 2321-0613 The Study of Methodologies for Identifying the Drowsiness in Smart Traffic System: A

More information

VLSI Implementation of Impulse Noise Suppression in Images

VLSI Implementation of Impulse Noise Suppression in Images VLSI Implementation of Impulse Noise Suppression in Images T. Satyanarayana 1, A. Ravi Chandra 2 1 PG Student, VRS & YRN College of Engg. & Tech.(affiliated to JNTUK), Chirala 2 Assistant Professor, Department

More information

Research on 3-D measurement system based on handheld microscope

Research on 3-D measurement system based on handheld microscope Proceedings of the 4th IIAE International Conference on Intelligent Systems and Image Processing 2016 Research on 3-D measurement system based on handheld microscope Qikai Li 1,2,*, Cunwei Lu 1,**, Kazuhiro

More information