Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2

Size: px
Start display at page:

Download "Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2"

Transcription

1 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2 1 School of Automation and Electrical Engineering, Lanzhou Jiao tong University, Gansu Lanzhou, China 2 School of Electronical Information Engineering, Lanzhou Institute of Technology University, Gansu Lanzhou, China *Corresponding author Keywords: Wavelet decomposition, Rail fastener, deletion detection, Principal component analysis. Abstract. A new method based on wavelet decomposition and principal component analysis (PCA) is proposed to solve the problem that the traditional method cannot effectively and quickly detect the rail fastening nut. Through the wavelet decomposition of the rail fastener image, the high frequency component of the image can be removed, and the noise can be reduced and the running time of the algorithm can be reduced. The principal component analysis method is used to reduce the dimension of the image, and the minimum distance classifier is used to detect the rail fastener. The experimental results show that the proposed algorithm can effectively detect the missing state of rail fastener, and the algorithm is robust to the occlusion of the noise image and rail fastener image. Introduction The fastener plays an important role in ensuring the safe operation of the train [1]. However, due to the vibration of the train and other reasons, the fixed fastening nut is often missing, bring a security risk to the normal running of trains [2]. France, the United States, Germany, Japan and other countries have long been committed to the use of computer graphics technology to achieve visual inspection of track structure components [3]. Among them, the Italy researchers Mazzeo and his partner have designed a fastener system nut missing detection device, which has achieved some results by now [4-6]. However, this research uses the neural network to classify the feature, it is easy to fall into the local optimum, besides, it needs a lot of training sample [2]. In view of the shortcomings of the existing detection methods, this paper provides a method for the detection of rail fastener based on wavelet decomposition and PCA. By using wavelet transform to decompose image and to remove the image noise, using principal component analysis to extract image features to reduce dimension of image, a minimum distance classifier is used to detect the missing of the fastening nut. The experimental results show that the algorithm of this paper can achieve a better detection of the missing of the rail fastening nut, and it has a certain robustness. Process Flow Image Acquisition In this paper, the image is collected by a high speed CCD camera mounted on a rail car which was designed by ourselves(as shown in Figure 1).The rail surface defect detection system including image acquisition module, image processing module, display module and power module. The image acquisition module uses the CCD GE680 camera with a resolution of Pixel and the focal length of the 8mm lens, the image processing module uses the NI industrial computer. Using the external circuit to trigger the camera to capture the rail images and then transfer them to the industrial computer. 163

2 Figure 1. Rail inspection car. In the track inspection car, CCD camera and 4 LED strip light source are placed in a closed box, these LED strip light source are arranged in the closed box to provide a light source to the CCD camera(as shown in Figure 2).In this way, the interfere of external light source can be reduced. Wavelet Transform Figure 2. The interior design of box. One characteristic of the image data is that the gray value of the neighboring pixels is largely related to each other. In the frequency domain of the image, when the information in a wide range gradually change we call it the low frequency information, while the information in a small range changes quickly are called the high frequency information. Among them, the low frequency information reflects the whole information of the image, and the high frequency information contains the details of the image and the noise signal. Image quality will declines for it is easy be polluted by noise pollution in the transmission process. Considering that the edge details are not so important in the rail fastener detection, so We can have wavelet decomposition on image to filter out the high frequency information in the image and achieve the purpose of removing the image noise. At the same time, because some of the details of the image are filtered out, The amount of computation of the algorithm is also reduced. The result of rail fastener image decomposed by wavelet is shown in Figure 3. (a) (b) Figure 3. Wavelet decomposition of the fastener image. Figure 3(a) refers the rail image containing noise, after one layer of wavelet decomposition, the rail fastener with noise is be decomposed the 4 parts as shown in figure 3(b). From the Figure 3(b), we can see that after wavelet decomposition, the interfere of the noise bring to the low frequency part of the image is reduced[7]. Although the low frequency part of the image lose some edge information and make the fastener edge become blurred, but the overall characteristics of rail fastenings are still intact. In our a large number of simulation experiments, when we use DB4 as wavelet base and select the layer of wavelet decomposition as 3, the algorithm can get the best effect. 164

3 PCA Feature Extraction The PCA method is used to get M features to replace the original N features (M is much less than N), the M new features are the linear combination of the old features, and these new features are independent of each other. By using PCA, we can reduce the computational complexity and the identification error caused by information redundancy. By calculating the Euclidean distance of the fastener to be measured to the training fastener set to complete the detection of rail fastener state. Some of the characteristic images of the rail fastener are shown in Figure 4. (a) Figure 4. Some of the characteristic images of the rail fastener. (b) Algorithm Implementation The steps of wavelet decomposition and PCA based detection algorithm for rail fastener are as follows: (1) Selecting 60 images from 280 acquired rail fastener images as the image of a sample set. The sample images contain 12 rail fastener missing images and 48 normal rail fastener images. The remaining 220 images contain 17 rail fastener missing images and 203 normal rail fastener images are used as the test image set of this experiment. (2) Wavelet decomposition of both the sample set and the test image set to get the low frequency samples image set and the low frequency test image set which are constituted by the low frequency sub band image. (3) Using the PCA algorithm to extract the features of the low frequency sample image set and the low frequency test image set separately. (4) Using the minimum classifier to classify the image of the normal rail fastener and the missing of the nut of the rail fastener, and realize the detection of the missing of the rail fastening nut. Simulation Experiment and Analysis We selected 280 images form the images collected by the rail image acquisition car as the object of simulation. In these 280 images, there are 29 images absence of fastener and in the rest of the image, there are no lack of fastener. We select 12 rail fastener missing images and 48 complete rail fastener images as the sample image set of the experiment. The rest of the images are used as the experimental test image set. In order to reduce the complexity of the operation, all image sizes are set to , the gray level is 256.we used the R2014a MATLAB as the software platform of this simulation experiment. Through the simulation experiment, the final recognition rate of the algorithm is 94.64%. Among them, All the errors are due to the integrity of the rail fastener images are judged to the lack of a fastener image. There is also need to consider this situation that rail fasteners are covered by stone ballast, food bag and some other things. In the simulation experiment of this paper, the rail fastening images are artificially add a continuous block to simulate the condition of the rail fastener being obscured [9]. Partially occluded part rail fastener images are shown in Figure

4 (a) (b) (c) Figure 5. Partially occluded part rail fastener image. For rail fastener image with continuous occlusion, the recognition rate of the proposed algorithm is 89.29%. Among them, the wrong part includes not only the integrity of the fastener image is judged to the missing fastener image, but also the lack of fastener image is judged to the integrity of the fastener image. The reason is due to the majority part of fastener is be obscured, making the algorithm cannot extract the correct feature space, so the algorithm cannot make the right judgment. Summary In this work, a combination of wavelet transform and PCA feature extraction rail fastening nut missing detection method is proposed, by using wavelet transform of the image of decomposition to remove the image noise, by using PCA algorithm to image for dimension reduction reducing the complexity of the image processing. Simulation results show that the proposed algorithm of this paper is effective and has robustness to noise and occlusion of rail fastening images. In this paper, the algorithm is mainly aimed at the detection of the overall lack of rail fastener, for the existence of the fastene elastic bar, but the nut is missing and other possible situations are needed to be further studied. Acknowledgement This research was supported by the National Natural Science Fund (Grant No and No ) and The Open Subject of the Key Laboratory of high altitude traffic information engineering and control in Gansu Province (Grant No ). References [1] Meng W, Jianzheng C, Shen L. Track fastener state detection based on image processing [J].China Computer and Comunication: Theory Edition, 2013(1). [2] Ling W, Bing Z, Xiai C. Inspection system for loss of rail fastening nut based on computer vision [J]. Computer Engineering and Design, 2011, 32(12): [3] Hailang L. High speed integrated detection system for train video monitoring [J]. Railway Technical Innovation, 2012(1): [4] Ruvo G D, Ruvo P D, Marino F, et al. A FPGA-based architecture for automatic hexagonal bolts detection in railway maintenance[c].proceedings of the 7th International Workshop on Computer Architecture for Machine Perception, 2005: [5] Marino F, Distante A, Mazzeo P L, et al. A real time visual inspection system for railway maintenance: automatic hexagonal headed bolts detection[j].ieee Transactions on Systems Man and Cy-bernetics Part C, 2007, 37(3): [6] Yella S, Dougherty M, Gupta N K. Condition monitoring of wooden railway sleepers [J]. Transportation Research Part C, Emerging Technologies, 2008, 17(1):

5 [7] Wang Xiaohua, Zhao Zhixiong. PCA face recognition algorithm combined with gamma transform and wavelet transform. Computer Engineering and Applications, 2016, 52(5): [8] Jianming Z, Pei L, Honglin W, et al. A mixed denoising algorithm based on sparse representation and noise distribution prior knowledge[j].computer Engineering and Science, 2015, 37(10): [9] Cheng C, Ming Z, Junping Z. Weed seeds classification and recognition based on compressed sensing theory[j] Science China: Information Science, 2010(S1):

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 Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

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

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

More information

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

Master thesis: Author: Examiner: Tutor: Duration: 1. Introduction 2. Ghost Categories Figure 1 Ghost categories

Master thesis: Author: Examiner: Tutor: Duration: 1. Introduction 2. Ghost Categories Figure 1 Ghost categories Master thesis: Development of an Algorithm for Ghost Detection in the Context of Stray Light Test Author: Tong Wang Examiner: Prof. Dr. Ing. Norbert Haala Tutor: Dr. Uwe Apel (Robert Bosch GmbH) Duration:

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

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

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

Laser Printer Source Forensics for Arbitrary Chinese Characters

Laser Printer Source Forensics for Arbitrary Chinese Characters Laser Printer Source Forensics for Arbitrary Chinese Characters Xiangwei Kong, Xin gang You,, Bo Wang, Shize Shang and Linjie Shen Information Security Research Center, Dalian University of Technology,

More information

2 Human Visual Characteristics

2 Human Visual Characteristics 3rd International Conference on Multimedia Technology(ICMT 2013) Study on new gray transformation of infrared image based on visual property Shaosheng DAI 1, Xingfu LI 2, Zhihui DU 3, Bin ZhANG 4 and Xinlin

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

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

A Real Time based Image Segmentation Technique to Identify Rotten Pointed Gourds Pratikshya Mohanty, Avinash Kranti Pradhan, Shreetam Behera

A Real Time based Image Segmentation Technique to Identify Rotten Pointed Gourds Pratikshya Mohanty, Avinash Kranti Pradhan, Shreetam Behera A Real Time based Image Segmentation Technique to Identify Rotten Pointed Gourds Pratikshya Mohanty, Avinash Kranti Pradhan, Shreetam Behera Abstract Every object can be identified based on its physical

More information

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network A Detection Method of Rice Process Quality Based on the Color and BP Neural Network Peng Wan 1,2, Changjiang Long 1, Xiaomao Huang 1 1 College of Engineering, Huazhong Agricultural University, Wuhan, P.

More information

How to Use the Method of Multivariate Statistical Analysis Into the Equipment State Monitoring. Chunhua Yang

How to Use the Method of Multivariate Statistical Analysis Into the Equipment State Monitoring. Chunhua Yang 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 205) How to Use the Method of Multivariate Statistical Analysis Into the Equipment State Monitoring

More information

A Real Time based Physiological Classifier for Leaf Recognition

A Real Time based Physiological Classifier for Leaf Recognition A Real Time based Physiological Classifier for Leaf Recognition Avinash Kranti Pradhan 1, Pratikshya Mohanty 2, Shreetam Behera 3 Abstract Plants are everywhere around us. They possess many vital properties

More information

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X HIGH DYNAMIC RANGE OF MULTISPECTRAL ACQUISITION USING SPATIAL IMAGES 1 M.Kavitha, M.Tech., 2 N.Kannan, M.E., and 3 S.Dharanya, M.E., 1 Assistant Professor/ CSE, Dhirajlal Gandhi College of Technology,

More information

Interpolation of CFA Color Images with Hybrid Image Denoising

Interpolation of CFA Color Images with Hybrid Image Denoising 2014 Sixth International Conference on Computational Intelligence and Communication Networks Interpolation of CFA Color Images with Hybrid Image Denoising Sasikala S Computer Science and Engineering, Vasireddy

More information

Analysis of LMS Algorithm in Wavelet Domain

Analysis of LMS Algorithm in Wavelet Domain Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) Analysis of LMS Algorithm in Wavelet Domain Pankaj Goel l, ECE Department, Birla Institute of Technology Ranchi, Jharkhand,

More information

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

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

More information

FACE RECOGNITION USING NEURAL NETWORKS

FACE RECOGNITION USING NEURAL NETWORKS Int. J. Elec&Electr.Eng&Telecoms. 2014 Vinoda Yaragatti and Bhaskar B, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 3, July 2014 2014 IJEETC. All Rights Reserved FACE RECOGNITION USING

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

Non-contact structural vibration monitoring under varying environmental conditions

Non-contact structural vibration monitoring under varying environmental conditions Non-contact structural vibration monitoring under varying environmental conditions C. Z. Dong, X. W. Ye 2, T. Liu 3 Department of Civil Engineering, Zhejiang University, Hangzhou 38, China 2 Corresponding

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

Noise Reduction in Raw Data Domain

Noise Reduction in Raw Data Domain Noise Reduction in Raw Data Domain Wen-Han Chen( 陳文漢 ), Chiou-Shann Fuh( 傅楸善 ) Graduate Institute of Networing and Multimedia, National Taiwan University, Taipei, Taiwan E-mail: r98944034@ntu.edu.tw Abstract

More information

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) International Conference on Information Sciences Machinery Materials and Energy (ICISMME 2015) Research on the visual detection device of partial discharge visual imaging precision positioning WANG Tian-zheng

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

Implementation of Face Detection System Based on ZYNQ FPGA Jing Feng1, a, Busheng Zheng1, b* and Hao Xiao1, c

Implementation of Face Detection System Based on ZYNQ FPGA Jing Feng1, a, Busheng Zheng1, b* and Hao Xiao1, c 6th International Conference on Mechatronics, Computer and Education Informationization (MCEI 2016) Implementation of Face Detection System Based on ZYNQ FPGA Jing Feng1, a, Busheng Zheng1, b* and Hao

More information

An Algorithm and Implementation for Image Segmentation

An Algorithm and Implementation for Image Segmentation , pp.125-132 http://dx.doi.org/10.14257/ijsip.2016.9.3.11 An Algorithm and Implementation for Image Segmentation Li Haitao 1 and Li Shengpu 2 1 College of Computer and Information Technology, Shangqiu

More information

FILTER FIRST DETECT THE PRESENCE OF SALT & PEPPER NOISE WITH THE HELP OF ROAD

FILTER FIRST DETECT THE PRESENCE OF SALT & PEPPER NOISE WITH THE HELP OF ROAD FILTER FIRST DETECT THE PRESENCE OF SALT & PEPPER NOISE WITH THE HELP OF ROAD Sourabh Singh Department of Electronics and Communication Engineering, DAV Institute of Engineering & Technology, Jalandhar,

More information

Visual Search using Principal Component Analysis

Visual Search using Principal Component Analysis Visual Search using Principal Component Analysis Project Report Umesh Rajashekar EE381K - Multidimensional Digital Signal Processing FALL 2000 The University of Texas at Austin Abstract The development

More information

Machine Vision Using Multi-Spectral Imaging for Undercarriage Inspection of Railroad Equipment

Machine Vision Using Multi-Spectral Imaging for Undercarriage Inspection of Railroad Equipment Slide 1 Machine Vision Using Multi-Spectral Imaging for Undercarriage Inspection of Railroad Equipment Principal Investigators: Christopher P.L. Barkan and Narendra Ahuja Interdisciplinary Team: John M.

More information

Application Research on Hydraulic Coke Cutting Monitoring System Based on Optical Fiber Sensing Technology

Application Research on Hydraulic Coke Cutting Monitoring System Based on Optical Fiber Sensing Technology PHOTONIC SENSORS / Vol. 4, No. 2, 2014: 147 11 Application Research on Hydraulic Coke Cutting Monitoring System Based on Optical Fiber Sensing Technology Dong ZHONG 1,2 and Xinglin TONG 1* 1 Key Laboratory

More information

Multimodal Face Recognition using Hybrid Correlation Filters

Multimodal Face Recognition using Hybrid Correlation Filters Multimodal Face Recognition using Hybrid Correlation Filters Anamika Dubey, Abhishek Sharma Electrical Engineering Department, Indian Institute of Technology Roorkee, India {ana.iitr, abhisharayiya}@gmail.com

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

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

AUTOMATION TECHNOLOGY FOR FABRIC INSPECTION SYSTEM

AUTOMATION TECHNOLOGY FOR FABRIC INSPECTION SYSTEM AUTOMATION TECHNOLOGY FOR FABRIC INSPECTION SYSTEM Chi-ho Chan, Hugh Liu, Thomas Kwan, Grantham Pang Dept. of Electrical and Electronic Engineering, The University of Hong Kong, Pokfulam Road, Hong Kong.

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

Demosaicing Algorithm for Color Filter Arrays Based on SVMs

Demosaicing Algorithm for Color Filter Arrays Based on SVMs www.ijcsi.org 212 Demosaicing Algorithm for Color Filter Arrays Based on SVMs Xiao-fen JIA, Bai-ting Zhao School of Electrical and Information Engineering, Anhui University of Science & Technology Huainan

More information

DENOISING DIGITAL IMAGE USING WAVELET TRANSFORM AND MEAN FILTERING

DENOISING DIGITAL IMAGE USING WAVELET TRANSFORM AND MEAN FILTERING DENOISING DIGITAL IMAGE USING WAVELET TRANSFORM AND MEAN FILTERING Pawanpreet Kaur Department of CSE ACET, Amritsar, Punjab, India Abstract During the acquisition of a newly image, the clarity of the image

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

An Audio Fingerprint Algorithm Based on Statistical Characteristics of db4 Wavelet

An Audio Fingerprint Algorithm Based on Statistical Characteristics of db4 Wavelet Journal of Information & Computational Science 8: 14 (2011) 3027 3034 Available at http://www.joics.com An Audio Fingerprint Algorithm Based on Statistical Characteristics of db4 Wavelet Jianguo JIANG

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

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

Open Access Research of Dielectric Loss Measurement with Sparse Representation

Open Access Research of Dielectric Loss Measurement with Sparse Representation Send Orders for Reprints to reprints@benthamscience.ae 698 The Open Automation and Control Systems Journal, 2, 7, 698-73 Open Access Research of Dielectric Loss Measurement with Sparse Representation Zheng

More information

An Engraving Character Recognition System Based on Machine Vision

An Engraving Character Recognition System Based on Machine Vision 2017 2 nd International Conference on Artificial Intelligence and Engineering Applications (AIEA 2017) ISBN: 978-1-60595-485-1 An Engraving Character Recognition Based on Machine Vision WANG YU, ZHIHENG

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  1 VHDL design of lossy DWT based image compression technique for video conferencing Anitha Mary. M 1 and Dr.N.M. Nandhitha 2 1 VLSI Design, Sathyabama University Chennai, Tamilnadu 600119, India 2 ECE, Sathyabama

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

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

Automatic Density Detection and Recognition of Fabric Structure Using Image Processing

Automatic Density Detection and Recognition of Fabric Structure Using Image Processing RESEARCH ARTICLE OPEN ACCESS Automatic Density Detection and Recognition of Fabric Structure Using Image Processing Miss. Ravina D. Karnik 1,Prof.(Dr)Mrs.L.S.Admuthe 2 1(Department of Electronics, DKTE

More information

Research on Hand Gesture Recognition Using Convolutional Neural Network

Research on Hand Gesture Recognition Using Convolutional Neural Network Research on Hand Gesture Recognition Using Convolutional Neural Network Tian Zhaoyang a, Cheng Lee Lung b a Department of Electronic Engineering, City University of Hong Kong, Hong Kong, China E-mail address:

More information

No-Reference Image Quality Assessment Using Euclidean Distance

No-Reference Image Quality Assessment Using Euclidean Distance No-Reference Image Quality Assessment Using Euclidean Distance Matrices 1 Chuang Zhang, 2 Kai He, 3 Xuanxuan Wu 1,2,3 Jiangsu Key Laboratory of Meteorological Observation and Information Processing, Nanjing

More information

Study on Feature Extraction and Classification of Ultrasonic Flaw Signals

Study on Feature Extraction and Classification of Ultrasonic Flaw Signals Study on Feature Extraction and Classification of Ultrasonic Flaw Signals YANHUA ZHANG, LU YANG, JIANPING FAN National Key Laboratory for Electronic Measurement Technology North University of China Taiyuan,

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

Geometric Feature Extraction of Selected Rice Grains using Image Processing Techniques

Geometric Feature Extraction of Selected Rice Grains using Image Processing Techniques Geometric Feature Extraction of Selected Rice Grains using Image Processing Techniques Sukhvir Kaur School of Electrical Engg. & IT COAE&T, PAU Ludhiana, India Derminder Singh School of Electrical Engg.

More information

Course Overview. Dr. Edmund Lam. Department of Electrical and Electronic Engineering The University of Hong Kong

Course Overview. Dr. Edmund Lam. Department of Electrical and Electronic Engineering The University of Hong Kong Course Dr. Edmund Lam Department of Electrical and Electronic Engineering The University of Hong Kong ELEC8601: Advanced Topics in Image Processing (Second Semester, 2013 14) http://www.eee.hku.hk/ work8601

More information

Advances in the Application of Image Processing Fruit Grading

Advances in the Application of Image Processing Fruit Grading Advances in the Application of Image Processing Fruit Grading Chengjun Fang and Chunjian Hua Institute of Mechanical Engineering, Jiangnan University, Wuxi 214122, China {525890065,277795559}@qq.com Abstract.

More information

Automating Track Inspection through the use of Automatic Machine Vision Systems

Automating Track Inspection through the use of Automatic Machine Vision Systems Presented by: Russell E. Taylor President & CEO MERMEC, Inc. September 1, 2010 Automating Track Inspection through the use of Automatic Machine Vision Systems SBB Lotschberg Case Study The Lötschberg Base

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

Image Smoothening and Sharpening using Frequency Domain Filtering Technique

Image Smoothening and Sharpening using Frequency Domain Filtering Technique Volume 5, Issue 4, April (17) Image Smoothening and Sharpening using Frequency Domain Filtering Technique Swati Dewangan M.Tech. Scholar, Computer Networks, Bhilai Institute of Technology, Durg, India.

More information

Online Diagnosis and Monitoring for Power Distribution System

Online Diagnosis and Monitoring for Power Distribution System Energy and Power Engineering, 1,, 59-53 http://dx.doi.org/1.3/epe.1. Published Online November 1 (http://www.scirp.org/journal/epe) Online Diagnosis and Monitoring for Power Distribution System Atef Almashaqbeh,

More information

Research on the Face Image Detection in Coal Mine Environment

Research on the Face Image Detection in Coal Mine Environment 2016 International Conference on Electronic Information Technology and Intellectualization (ICEITI 2016) ISBN: 978-1-60595-364-9 Research on the Face Image Detection in Coal Mine Environment Xiucai Guo

More information

Iraqi Car License Plate Recognition Using OCR

Iraqi Car License Plate Recognition Using OCR Iraqi Car License Plate Recognition Using OCR Safaa S. Omran Computer Engineering Techniques College of Electrical and Electronic Techniques Baghdad, Iraq omran_safaa@ymail.com Jumana A. Jarallah Computer

More information

EFFICIENT CONTRAST ENHANCEMENT USING GAMMA CORRECTION WITH MULTILEVEL THRESHOLDING AND PROBABILITY BASED ENTROPY

EFFICIENT CONTRAST ENHANCEMENT USING GAMMA CORRECTION WITH MULTILEVEL THRESHOLDING AND PROBABILITY BASED ENTROPY EFFICIENT CONTRAST ENHANCEMENT USING GAMMA CORRECTION WITH MULTILEVEL THRESHOLDING AND PROBABILITY BASED ENTROPY S.Gayathri 1, N.Mohanapriya 2, B.Kalaavathi 3 1 PG student, Computer Science and Engineering,

More information

Analysis and Identification of Rice Granules Using Image Processing and Neural Network

Analysis and Identification of Rice Granules Using Image Processing and Neural Network International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 10, Number 1 (2017), pp. 25-33 International Research Publication House http://www.irphouse.com Analysis and Identification

More information

Image Compression Using SVD ON Labview With Vision Module

Image Compression Using SVD ON Labview With Vision Module International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 14, Number 1 (2018), pp. 59-68 Research India Publications http://www.ripublication.com Image Compression Using SVD ON

More information

Fixing the Gaussian Blur : the Bilateral Filter

Fixing the Gaussian Blur : the Bilateral Filter Fixing the Gaussian Blur : the Bilateral Filter Lecturer: Jianbing Shen Email : shenjianbing@bit.edu.cnedu Office room : 841 http://cs.bit.edu.cn/shenjianbing cn/shenjianbing Note: contents copied from

More information

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

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

More information

ME 6406 MACHINE VISION. Georgia Institute of Technology

ME 6406 MACHINE VISION. Georgia Institute of Technology ME 6406 MACHINE VISION Georgia Institute of Technology Class Information Instructor Professor Kok-Meng Lee MARC 474 Office hours: Tues/Thurs 1:00-2:00 pm kokmeng.lee@me.gatech.edu (404)-894-7402 Class

More information

Student Attendance Monitoring System Via Face Detection and Recognition System

Student Attendance Monitoring System Via Face Detection and Recognition System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 11 May 2016 ISSN (online): 2349-784X Student Attendance Monitoring System Via Face Detection and Recognition System Pinal

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

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC ROBOT VISION Dr.M.Madhavi, MED, MVSREC Robotic vision may be defined as the process of acquiring and extracting information from images of 3-D world. Robotic vision is primarily targeted at manipulation

More information

The Summary of Researches on Detections of Potato Surface Defects by Machine Vision Tian Haitao1,a, Zhao Jun1,b

The Summary of Researches on Detections of Potato Surface Defects by Machine Vision Tian Haitao1,a, Zhao Jun1,b 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) The Summary of Researches on Detections of Potato Surface Defects by Machine Vision Tian Haitao1,a, Zhao Jun1,b 1

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

158.doc. 1 The MEDES System

158.doc. 1 The MEDES System 1 The MEDES System MEDES is an automatic inspection system for overhead wires that has been designed by DIE (Electronic Engineering Division. Polytechnic University of Madrid, Spain), funded by RENFE,

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

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

Design and Testing of DWT based Image Fusion System using MATLAB Simulink

Design and Testing of DWT based Image Fusion System using MATLAB Simulink Design and Testing of DWT based Image Fusion System using MATLAB Simulink Ms. Sulochana T 1, Mr. Dilip Chandra E 2, Dr. S S Manvi 3, Mr. Imran Rasheed 4 M.Tech Scholar (VLSI Design And Embedded System),

More information

QUALITY CHECKING AND INSPECTION BASED ON MACHINE VISION TECHNIQUE TO DETERMINE TOLERANCEVALUE USING SINGLE CERAMIC CUP

QUALITY CHECKING AND INSPECTION BASED ON MACHINE VISION TECHNIQUE TO DETERMINE TOLERANCEVALUE USING SINGLE CERAMIC CUP QUALITY CHECKING AND INSPECTION BASED ON MACHINE VISION TECHNIQUE TO DETERMINE TOLERANCEVALUE USING SINGLE CERAMIC CUP Nursabillilah Mohd Alie 1, Mohd Safirin Karis 1, Gao-Jie Wong 1, Mohd Bazli Bahar

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

Research and implementation of key technologies for smart park construction based on the internet of things and cloud computing 1

Research and implementation of key technologies for smart park construction based on the internet of things and cloud computing 1 Acta Technica 62 No. 3B/2017, 117 126 c 2017 Institute of Thermomechanics CAS, v.v.i. Research and implementation of key technologies for smart park construction based on the internet of things and cloud

More information

Target Classification in Forward Scattering Radar in Noisy Environment

Target Classification in Forward Scattering Radar in Noisy Environment Target Classification in Forward Scattering Radar in Noisy Environment Mohamed Khala Alla H.M, Mohamed Kanona and Ashraf Gasim Elsid School of telecommunication and space technology, Future university

More information

Brief Analysis of Image Signal Processing for Smart Phone Li-li CHEN, Run-ping HAN * and Yu-xiu BAO

Brief Analysis of Image Signal Processing for Smart Phone Li-li CHEN, Run-ping HAN * and Yu-xiu BAO 06 International Conference on Computer, Mechatronics and Electronic Engineering (CMEE 06) ISBN: 978--60595-406-6 Brief Analysis of Image Signal Processing for Smart Phone Li-li CHEN, Run-ping HAN * and

More information

MULTI-PARAMETER ANALYSIS IN EDDY CURRENT INSPECTION OF

MULTI-PARAMETER ANALYSIS IN EDDY CURRENT INSPECTION OF MULTI-PARAMETER ANALYSIS IN EDDY CURRENT INSPECTION OF AIRCRAFT ENGINE COMPONENTS A. Fahr and C.E. Chapman Structures and Materials Laboratory Institute for Aerospace Research National Research Council

More information

Image Enhancement using Histogram Equalization and Spatial Filtering

Image Enhancement using Histogram Equalization and Spatial Filtering Image Enhancement using Histogram Equalization and Spatial Filtering Fari Muhammad Abubakar 1 1 Department of Electronics Engineering Tianjin University of Technology and Education (TUTE) Tianjin, P.R.

More information

SOUND SOURCE RECOGNITION FOR INTELLIGENT SURVEILLANCE

SOUND SOURCE RECOGNITION FOR INTELLIGENT SURVEILLANCE Paper ID: AM-01 SOUND SOURCE RECOGNITION FOR INTELLIGENT SURVEILLANCE Md. Rokunuzzaman* 1, Lutfun Nahar Nipa 1, Tamanna Tasnim Moon 1, Shafiul Alam 1 1 Department of Mechanical Engineering, Rajshahi University

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

An Automatic System for Detecting the Vehicle Registration Plate from Video in Foggy and Rainy Environments using Restoration Technique

An Automatic System for Detecting the Vehicle Registration Plate from Video in Foggy and Rainy Environments using Restoration Technique An Automatic System for Detecting the Vehicle Registration Plate from Video in Foggy and Rainy Environments using Restoration Technique Savneet Kaur M.tech (CSE) GNDEC LUDHIANA Kamaljit Kaur Dhillon Assistant

More information

Image De-Noising Using a Fast Non-Local Averaging Algorithm

Image De-Noising Using a Fast Non-Local Averaging Algorithm Image De-Noising Using a Fast Non-Local Averaging Algorithm RADU CIPRIAN BILCU 1, MARKKU VEHVILAINEN 2 1,2 Multimedia Technologies Laboratory, Nokia Research Center Visiokatu 1, FIN-33720, Tampere FINLAND

More information

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(9):341-346 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 The design of panda-oriented intelligent recognition

More information

Improving Image Quality by Camera Signal Adaptation to Lighting Conditions

Improving Image Quality by Camera Signal Adaptation to Lighting Conditions Improving Image Quality by Camera Signal Adaptation to Lighting Conditions Mihai Negru and Sergiu Nedevschi Technical University of Cluj-Napoca, Computer Science Department Mihai.Negru@cs.utcluj.ro, Sergiu.Nedevschi@cs.utcluj.ro

More information

Linear Gaussian Method to Detect Blurry Digital Images using SIFT

Linear Gaussian Method to Detect Blurry Digital Images using SIFT IJCAES ISSN: 2231-4946 Volume III, Special Issue, November 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on Emerging Research Areas in Computing(ERAC) www.caesjournals.org

More information

Improved Minimum Distance Discrimination Method Used in Image Analysis of Fabric Wear Resistance

Improved Minimum Distance Discrimination Method Used in Image Analysis of Fabric Wear Resistance Applied Mechanics and Materials Online: 2012-12-27 ISSN: 1662-7482, Vols. 263-266, pp 421-426 doi:10.4028/www.scientific.net/amm.263-266.421 2013 Trans Tech Publications, Switzerland Improved Minimum Distance

More information

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System Muralindran Mariappan, Manimehala Nadarajan, and Karthigayan Muthukaruppan Abstract Face identification and tracking has taken a

More information

A Multi-resolution Image Fusion Algorithm Based on Multi-factor Weights

A Multi-resolution Image Fusion Algorithm Based on Multi-factor Weights A Multi-resolution Image Fusion Algorithm Based on Multi-factor Weights Zhengfang FU 1,, Hong ZHU 1 1 School of Automation and Information Engineering Xi an University of Technology, Xi an, China Department

More information

Hand & Upper Body Based Hybrid Gesture Recognition

Hand & Upper Body Based Hybrid Gesture Recognition Hand & Upper Body Based Hybrid Gesture Prerna Sharma #1, Naman Sharma *2 # Research Scholor, G. B. P. U. A. & T. Pantnagar, India * Ideal Institue of Technology, Ghaziabad, India Abstract Communication

More information

Performance Analysis of Local Adaptive Real Oriented Dual Tree Wavelet Transform in Image Processing

Performance Analysis of Local Adaptive Real Oriented Dual Tree Wavelet Transform in Image Processing Performance Analysis of Local Adaptive Real Oriented Dual Tree Wavelet Transform in Image Processing Swati Khare 1, Harshvardhan Mathur 2 M.Tech, Department of Computer Science and Engineering, Sobhasaria

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

Main Subject Detection of Image by Cropping Specific Sharp Area

Main Subject Detection of Image by Cropping Specific Sharp Area Main Subject Detection of Image by Cropping Specific Sharp Area FOTIOS C. VAIOULIS 1, MARIOS S. POULOS 1, GEORGE D. BOKOS 1 and NIKOLAOS ALEXANDRIS 2 Department of Archives and Library Science Ionian University

More information

Coding and Analysis of Cracked Road Image Using Radon Transform and Turbo codes

Coding and Analysis of Cracked Road Image Using Radon Transform and Turbo codes Coding and Analysis of Cracked Road Image Using Radon Transform and Turbo codes G.Bhaskar 1, G.V.Sridhar 2 1 Post Graduate student, Al Ameer College Of Engineering, Visakhapatnam, A.P, India 2 Associate

More information