Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI *

Size: px
Start display at page:

Download "Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI *"

Transcription

1 2017 2nd International onference on Artificial Intelligence: Techniques and Applications (AITA 2017) ISBN: Research of Traffic Flow Based on SVM Method Deng-hong YIN, Jian WANG and Bo LI * School of Aeronautics and Astronautics, University of Electronic Science and Technology of hina, hengdu, , hina Keywords: omponent, Formatting, Style. *orresponding author Abstract. The traditional detection method for traffic flow would be not accurate because the shapes of the new style lights of the new vehicles. A new method combined Enhanced binarization method with SVM (Support Vector Machine) Machine learning mode is proposed to improve the accuracy of the recognition scheme of the headlights. Through the introduction of machine learning program can achieve higher accuracy for detecting lights, which has great accuracy and significance in traffic guidance, lighting systems. Introduction In recent years, many scholars have done a lot of researches on the detection of night traffic flow from hardware software, and put forward many good ideas. However, hardware improvement costs are too high, so many scholars focused on the software, through improved detection algorithm to achieve better results, night traffic flow detection algorithm research focused on two directions [1,2]: (1) Eliminating the nighttime light disturbance. (2) To extract the characteristics of the vehicle. The former is richer, but the brightness of the street lights is required, and algorithm is complex [3]. The second program is simple, fast, real-time, and it can meet the traffic flow fuzzy controller accuracy requirements. In this paper, the second option is used to detect the night traffic flow [4]. First, the traffic flow tests the image returned by the camera to determine the traffic flow. Second, we need grayscale images. Third, binarization process the pictures, which can retain useful information, remove the noise information. Afterwards, the traditional scheme do the morphological processing after processing the image. According to the circular degree of index information, if spot the circular degree is within a certain range, the spot is lights. It eliminates false lights and makes the lights matching and detecting traffic flow. But morphological processing of the image in the process, the information of picture has changed, the change in the lights and noise make the roundness of the matching produce error. This paper uses enhanced binarization to deal with grayscale images. To improve the accuracy, using a type corrosion morphology processing operation, then adopting SVM (Support Vector Machine) make machine learning, and then lights matching and traffic detection. Traffic Detection ar Headlamp Extraction The pre-processing operation of images includes grayscale, binary and image morphology. Grayscale images can reduce storage space and improve computing speed. A lot of studies show that when the weights of the RGB components are 0.299, and 0.114, the result is closest to human vision [5]. Therefore, the gray scale conversion formula is: I g ( i, ) R ( i, ) G ( i, ) B ( i, ) = (1) 137

2 The binarized image is an index image with only black and white colors. In binarization process, firstly need to set the threshold. In next image processing, when the brightness of the image is higher than the threshold, the point is white, with 1, opposite is black, with 0. The binarization formula is: ' 1 f ( i, ) > g1 f ( i, ) = 0 f ( i, ) g 1 (2) f '(i, ) is the pixel value of the binary image of f (i, ), g1 (generally set 225) is threshold value, which depend on area of the extracted lamp. However, Different thresholds can lead to different results [6]. Therefore, we propose enhancement algorithm about binarization processing for integrity of the light data. 1. Using threshold g1(225 usually is used), general binary image processing methods to deal with the image, to mark suspected lamp light source, to record center, suspected lights is that the area once more than 6 * 6 Pixel is a suspect. 2. Set the second threshold g2 (g2 < g1, 200 is used by g2). Following the first step, look for according to the threshold of g2 suspected points after processing. 3. Merged the image. ombining the results of step 1 and step 2 to get the doubtful points. After binarized image, the obtained image can be morphologically manipulated, dealing with morphology and operation [7]. When dealing with the binary image regarded as a collection, and using of geometric knowledge for expression, analysis and other operations. Operation is the structural elements and binary images between the collections operate, to simplifying the image information, but retain the original shape features.therefore, this paper proposes a kind of corrosion scheme. For the matrix obtained above, suspected part of the lamp is not processed, ust other parts of corrosive operated. It removes noise and don t required for subsequent expansion operations. SVM method is based on statistical learning theory, which mainly is V dimension theory and structure risk minimum principle, according to the limited sample information in the complexity of the model and find the best compromise between the ability to learn, in order to get the best generalization ability [8]. SVM classification prediction flow chart shown in Figure 1 when machine learning, first all data was preprocessed, second is divided into two classes, the data is divided into two categories: test data and training data sets, training data set is used for training. Test data sets are used to test the results of the training. In the training, the timely adustment of the relevant parameters, getting the optimal model, then use the test data for effect detection. Figure 1. SVM lassification Prediction Flow hart. SVM can not only solve the nonlinear problem, but also avoid the local minima problem of neural network [9]. This paper uses SVM support vector machine to classify the processed image matrix. Machine Learning to Process Images Firstly, obtaining 70 photos does grayscale and binarization, the car light detection. When the pictures are collected, it is possible to cover more modeling lights and interference. It is worth to do that in this system the nature of machine learning are able to learn, detected lights and noise data are stored in the database (detection is correct by the next section traffic matching further validation), with the system running, the detectable data will be increasing, the result will be 138

3 more accurate. And even if the car lights shape change, as long as the training to oin, you can also ensure the accuracy of classification. Vehicle Traffic Identification Scheme After the picture of the SVM machine learning machine recognition, the lights are one of the isolated lights, so the need to match the lights, and carry out the traffic calculation work. 1. The adacent two lights if the same car, then the horizontal distance of the lights should be less than W / n, W is the lane width, n is the number of lanes, vertical distance should be less than H/m, H is the image of height, and m is the current image can accommodate the number of vehicles. 2. Difference of the same car two lights should be less than a certain thresholdτ A, the slope be less than a certain thresholdτ Y, when multiple headlights meet the requirements, choose the two lamps that meet the requirements [10]. If the two car headlights i and q belong to the same car headlight set sk, should meet the following relationship: The same car two car headlights target should be in the same horizontal line, the size of similar size, and adacent and similar shape, τ, τ should be small enough. A Y t i b 2 i t b 2 < τ Y A( ) A( ) < τ i A ; (3) If the adacent two target of light i and belong to the same car headlamp, its horizontal distance is D h and the vertical distance is D v to meet the following conditions: D, ) < 2.0 (min[( L ), L( D ) < min[ W( ), W( )] v i i ; ( h i i Traffic Flow alculation ( Firstly, the data structure involved in the algorithm is constructed. The data structure contains arlamp (x, y, Area, ReN, LaN, islamp, isfalse) T. x, y represent the center of the lights; 1 x = x + x 2 1 y = y + y ( ) 1 2 ( ) (5) If only one light, center of the light is the center of the lights. Area is the area of the lamp, ReN represents the times of identification, the initial value is 1; LaN represents the number of lights, the default is 2, but there is a motorcycle or vehicle side of the car is damaged, the value may be 1. The traffic flow detection follow the algorithm: The values required in the data structure are calculated. Using current frame to match the previous frame, the matching has two perspectives, one is the Area -Area i <threshold & LaN = LaN i, the matching is considered successful. It need to match the spot for center x, y value. If the value of x, y are changed, updating the ReN value in this frame data structure, add 1; If the value is more than 5, it is considered that the light is a car's lamp, and islamp set 1, total number of vehicles add 1. If you cannot find a match in the previous frame, please think the car is new. If spot is unchanged at 5 consecutive frames, then spot is marked error and isfalse set 1. If 10 consecutive tests have not found a center that has been marked as a headlamp, then it is believed that the car has been removed, then it is believed that the car has been removed, delete the car before the information, only to retain the final information. )]) (4) 139

4 Verification Follow the above process of model, the traffic flow can be accurately detected. 1. In formula(1), R (I, ), G (I, ), B (I, ) are the R, G, B channel components of the input image f (I, ), Ig (I, ) is transformed image. The original image and the converted image are shown in Figure 2, (a) is original; (b) is processed: (a) (b) Figure 2. Original Image and Gray Image. 2. The original image after gray processing, converted into binary images as shown in Figure 3. Figure 3. Original Image and Gray & Binarization Image. 3. After enhancement algorithm about binarization processing, you can get Figure 4, (a) is the normal binarized image, (b) is the image subected to enhanced binarization: (a) Figure 4. Normal Binarization and enhanced binarization. 4. After gray processing and enhancing the binarization processing, the results of corrosion shown in Figure 5. (a) is before the corrosion operation, (b) is performed corrosion operations: (b) (a) Figure 5. No orrosion and orrosion. 5. In total 337 sets of perimeter, area parameters of lights and reflectors (such as water, body, etc.). SVM classification, 300 groups for training, 37 groups for testing. It s shown in Figure 6. (b) 140

5 Figure 6. SVM lassification of lights & distractions and the lower left corner of partial enlargement of the former. 6. As shown in Figure 7, the left image is the original image, and the right image is the image obtained by matching the lights: Figure 7. The Headlights Match the Image. Summary In this paper, grayscale and threshold binarization are used to capture the image. The binarization enhancement algorithm and the class corrosion method are used to preprocess the image. Finally, SVM support vector machine is used to divide the lights, eliminate interference, and finally match and statistics of night traffic flow. The result is satisfactory. Acknowledgement This work is supported by Science & Technology Department of Sichuan Province under Grant 2016GZ0312. References [1] Xiao-dong hen, Research on Key Technologies of Expressway Safety Early-warning System Based on Traffic Flow Theory, Jilin University, [2] Zhi-wei Wu, The Research of Vehicle Flow Detection Technology Based on Video, South hina University of Technology, [3] Editorial Department of hina Journal of Highway and Transport. Editorial department, Review on hina's Traffic Engineering Research Progress. 2016[J], Editorial Department of hina Journal of Highway and Transport (06): [4] Qi Tian, Vehicle Positioning Method at Night Based on Headlamp [J], Journal of Transport Information and Safety, 2010, 2(28): [5] Bo Liu, He-qin Zhou, Ming-xu Wei, Vehicle Detection at Night Using olor and Motion Information[J], Journal of Image and Graphics, 2005, 10(2): [6] Zun-yang Liu, Qing Ye, Fei Li etc., Taillight Detection Algorithm Based on Four Thresholds of Brightness and olor, omputer Engineering, 2010, (21):

6 [7] Hai-long Zhang, Research on the New Energy Development in hina, Jilin University, [8] Yi-chao Feng, Vehicle Detection and Tracking Based on Night Traffic Video[D], Beiing Jiaotong University, [9] Peng-fei Li, Research on Night Vehicle Flow Detection Based on Video [D], Northwest Normal University, [10] hi Qi, Zhong-Sheng Hou, The Application of Adaptive Single-exponent Smoothing for Short-term Traffic Flow Prediction[J], ontrol Theory & Applications, 2012, (04):

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle.

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle. 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 Research on Tunnel Support Deformation Based on Camera and Digital Speckle Improvement

More information

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2 International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 015) An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng

More information

Research on QR Code Image Pre-processing Algorithm under Complex Background

Research on QR Code Image Pre-processing Algorithm under Complex Background Scientific Journal of Information Engineering May 207, Volume 7, Issue, PP.-7 Research on QR Code Image Pre-processing Algorithm under Complex Background Lei Liu, Lin-li Zhou, Huifang Bao. Institute of

More information

Numerical Recognition in the Verification Process of Mechanical and Electronic Coal Mine Anemometer

Numerical Recognition in the Verification Process of Mechanical and Electronic Coal Mine Anemometer , pp.436-440 http://dx.doi.org/10.14257/astl.2013.29.89 Numerical Recognition in the Verification Process of Mechanical and Electronic Coal Mine Anemometer Fanjian Ying 1, An Wang*, 1,2, Yang Wang 1, 1

More information

Modeling Body Motion Posture Recognition Using 2D-Skeleton Angle Feature

Modeling Body Motion Posture Recognition Using 2D-Skeleton Angle Feature 2012 International Conference on Image, Vision and Computing (ICIVC 2012) IPCSIT vol. 50 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V50.1 Modeling Body Motion Posture Recognition Using

More information

Scene Text Detection Using Machine Learning Classifiers

Scene Text Detection Using Machine Learning Classifiers 601 Scene Text Detection Using Machine Learning Classifiers Nafla C.N. 1, Sneha K. 2, Divya K.P. 3 1 (Department of CSE, RCET, Akkikkvu, Thrissur) 2 (Department of CSE, RCET, Akkikkvu, Thrissur) 3 (Department

More information

Study on Intelligent Transportation Moving Targets Detection Based on. background Image Difference Method

Study on Intelligent Transportation Moving Targets Detection Based on. background Image Difference Method International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 5, Issue 7 (July 2016), PP.01-05 Study on Intelligent Transportation Moving Targets Detection

More information

A Method of Face Detection Based On Improved YCBCR Skin Color Model Fan Jihui1, a, Wang Hongxing2, b

A Method of Face Detection Based On Improved YCBCR Skin Color Model Fan Jihui1, a, Wang Hongxing2, b 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) A Method of Face Detection Based On Improved YCBCR Sin Color Model Fan Jihui1, a, Wang Hongxing2, b 1 School

More information

result, it is very important to design a simulation system for dynamic laser scanning

result, it is very important to design a simulation system for dynamic laser scanning 3rd International Conference on Multimedia Technology(ICMT 2013) Accurate and Fast Simulation of Laser Scanning Imaging Luyao Zhou 1 and Huimin Ma Abstract. In order to design a more accurate simulation

More information

LANE DEPARTURE WARNING SYSTEM FOR VEHICLE SAFETY

LANE DEPARTURE WARNING SYSTEM FOR VEHICLE SAFETY LANE DEPARTURE WARNING SYSTEM FOR VEHICLE SAFETY 1 K. Sravanthi, 2 Mrs. Ch. Padmashree 1 P.G. Scholar, 2 Assistant Professor AL Ameer College of Engineering ABSTRACT In Malaysia, the rate of fatality due

More information

2 Proposed Methodology

2 Proposed Methodology 3rd International Conference on Multimedia Technology(ICMT 2013) Object Detection in Image with Complex Background Dong Li, Yali Li, Fei He, Shengjin Wang 1 State Key Laboratory of Intelligent Technology

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical esearch, 015, 7(3):175-179 esearch Article ISSN : 0975-7384 CODEN(USA) : JCPC5 Thread image processing technology research based on

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 18

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 18 Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 18 CADDM The recognition algorithm for lane line of urban road based on feature analysis Xiao Xiao, Che Xiangjiu College

More information

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection 1 Chongqing University of Technology Electronic Information and Automation College Chongqing, 400054, China E-mail: zh_lian@cqut.edu.cn

More information

Multi-Step Segmentation Method Based on Adaptive Thresholds for Chinese Calligraphy Characters

Multi-Step Segmentation Method Based on Adaptive Thresholds for Chinese Calligraphy Characters Journal of Information Hiding and Multimedia Signal Processing c 2018 ISSN 2073-4212 Ubiquitous International Volume 9, Number 2, March 2018 Multi-Step Segmentation Method Based on Adaptive Thresholds

More information

Fabric Defect Detection Based on Computer Vision

Fabric Defect Detection Based on Computer Vision Fabric Defect Detection Based on Computer Vision Jing Sun and Zhiyu Zhou College of Information and Electronics, Zhejiang Sci-Tech University, Hangzhou, China {jings531,zhouzhiyu1993}@163.com Abstract.

More information

International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015)

International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) International Conference on Electromechanical Control Technology and Transportation (ICECTT 015) The Analysis and Implementation of Edge Detection Algorithms in Image Processing Based on Matlab Yang Bao-liang1,a*,

More information

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers A. Salhi, B. Minaoui, M. Fakir, H. Chakib, H. Grimech Faculty of science and Technology Sultan Moulay Slimane

More information

Available online at AASRI Procedia 1 (2012 ) AASRI Conference on Computational Intelligence and Bioinformatics

Available online at   AASRI Procedia 1 (2012 ) AASRI Conference on Computational Intelligence and Bioinformatics Available online at www.sciencedirect.com AASRI Procedia 1 (2012 ) 74 81 AASRI Procedia www.elsevier.com/locate/procedia 2012 AASRI Conference on Computational Intelligence and Bioinformatics The Research

More information

An adaptive container code character segmentation algorithm Yajie Zhu1, a, Chenglong Liang2, b

An adaptive container code character segmentation algorithm Yajie Zhu1, a, Chenglong Liang2, b 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) An adaptive container code character segmentation algorithm Yajie Zhu1, a, Chenglong Liang2, b

More information

Development of a Rapid Design System for Aerial Work Truck Subframe with UG Secondary Development Framework

Development of a Rapid Design System for Aerial Work Truck Subframe with UG Secondary Development Framework Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2961 2965 Advanced in Control Engineering and Information Science Development of a Rapid Design System for Aerial Work Truck Subframe

More information

The Application of Image Processing to Solve Occlusion Issue in Object Tracking

The Application of Image Processing to Solve Occlusion Issue in Object Tracking The Application of Image Processing to Solve Occlusion Issue in Object Tracking Yun Zhe Cheong 1 and Wei Jen Chew 1* 1 School of Engineering, Taylor s University, 47500 Subang Jaya, Selangor, Malaysia.

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

The Population Density of Early Warning System Based On Video Image

The Population Density of Early Warning System Based On Video Image International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 4 Issue 4 ǁ April. 2016 ǁ PP.32-37 The Population Density of Early Warning

More information

Research on Multi-sensor Image Matching Algorithm Based on Improved Line Segments Feature

Research on Multi-sensor Image Matching Algorithm Based on Improved Line Segments Feature ITM Web of Conferences, 0500 (07) DOI: 0.05/ itmconf/070500 IST07 Research on Multi-sensor Image Matching Algorithm Based on Improved Line Segments Feature Hui YUAN,a, Ying-Guang HAO and Jun-Min LIU Dalian

More information

Extracting Characters From Books Based On The OCR Technology

Extracting Characters From Books Based On The OCR Technology 2016 International Conference on Engineering and Advanced Technology (ICEAT-16) Extracting Characters From Books Based On The OCR Technology Mingkai Zhang1, a, Xiaoyi Bao1, b,xin Wang1, c, Jifeng Ding1,

More information

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014)

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014) I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 Computer Engineering 3(2): 85-90(2014) Robust Approach to Recognize Localize Text from Natural Scene Images Khushbu

More information

Text Information Extraction And Analysis From Images Using Digital Image Processing Techniques

Text Information Extraction And Analysis From Images Using Digital Image Processing Techniques Text Information Extraction And Analysis From Images Using Digital Image Processing Techniques Partha Sarathi Giri Department of Electronics and Communication, M.E.M.S, Balasore, Odisha Abstract Text data

More information

An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-Gradient Co-occurrence Matrix

An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-Gradient Co-occurrence Matrix An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-Gradient Co-occurrence Matrix Peng Wan 1,2 and Changjiang Long 1,* 1 College of Engineering, Huazhong Agricultural University,

More information

A Real-time Detection for Traffic Surveillance Video Shaking

A Real-time Detection for Traffic Surveillance Video Shaking International Conference on Mechatronics, Control and Electronic Engineering (MCE 201) A Real-time Detection for Traffic Surveillance Video Shaking Yaoyao Niu Zhenkuan Pan e-mail: 11629830@163.com e-mail:

More information

A Fast Method of Vehicle Logo Location Honglin Li

A Fast Method of Vehicle Logo Location Honglin Li 6th International Conference on Sensor Network and Computer Engineering (ICSNCE 2016) A Fast Method of Vehicle Logo Location Honglin Li School of Information Engineering, Qujing Normal University, Qujing

More information

Study on Image Position Algorithm of the PCB Detection

Study on Image Position Algorithm of the PCB Detection odern Applied cience; Vol. 6, No. 8; 01 IN 1913-1844 E-IN 1913-185 Published by Canadian Center of cience and Education tudy on Image Position Algorithm of the PCB Detection Zhou Lv 1, Deng heng 1, Yan

More information

Detection and Classification of Vehicles

Detection and Classification of Vehicles Detection and Classification of Vehicles Gupte et al. 2002 Zeeshan Mohammad ECG 782 Dr. Brendan Morris. Introduction Previously, magnetic loop detectors were used to count vehicles passing over them. Advantages

More information

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 215) Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai

More information

Application of Run Length Encoding In Track Vision Inspection System KANG FEI

Application of Run Length Encoding In Track Vision Inspection System KANG FEI International Forum on Management, Education and Information Technology Application (IFMEITA 2016) Application of Run Length Encoding In Track Vision Inspection System KANG FEI Guidao jiaotong Polytechnic

More information

Lane Detection using Fuzzy C-Means Clustering

Lane Detection using Fuzzy C-Means Clustering Lane Detection using Fuzzy C-Means Clustering Kwang-Baek Kim, Doo Heon Song 2, Jae-Hyun Cho 3 Dept. of Computer Engineering, Silla University, Busan, Korea 2 Dept. of Computer Games, Yong-in SongDam University,

More information

Keywords Binary Linked Object, Binary silhouette, Fingertip Detection, Hand Gesture Recognition, k-nn algorithm.

Keywords Binary Linked Object, Binary silhouette, Fingertip Detection, Hand Gesture Recognition, k-nn algorithm. 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 Hand Gestures Recognition

More information

Detection and Recognition of Traffic Signs Based on HSV Vision Model and Shape features

Detection and Recognition of Traffic Signs Based on HSV Vision Model and Shape features 1366 JOURNAL OF COMPUTERS, VOL. 8, NO. 5, MAY 2013 Detection and Recognition of Traffic Signs Based on HSV Vision Model and Shape features Yixin Chen International School of Software, Wuhan University,

More information

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 3, May 2017 Efficient Path Finding Method Based Evaluation Function in Large

More information

Pedestrian Detection with Improved LBP and Hog Algorithm

Pedestrian Detection with Improved LBP and Hog Algorithm Open Access Library Journal 2018, Volume 5, e4573 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Pedestrian Detection with Improved LBP and Hog Algorithm Wei Zhou, Suyun Luo Automotive Engineering College,

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

The Fractal Dimension Research of Chinese and American Beef Marbling Standards Images

The Fractal Dimension Research of Chinese and American Beef Marbling Standards Images The Fractal Dimension Research of Chinese and American Beef Marbling Standards Images Jianwen Chen, Meiying Liu *, and Li Zong College of Engineering, Huazhong Agricultural University, Wuhan, Hubei Province

More information

BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION

BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION 1 D STALIN ALEX, 2 Dr. AMITABH WAHI 1 Research Scholer, Department of Computer Science and Engineering,Anna

More information

Road-Sign Detection and Recognition Based on Support Vector Machines. Maldonado-Bascon et al. et al. Presented by Dara Nyknahad ECG 789

Road-Sign Detection and Recognition Based on Support Vector Machines. Maldonado-Bascon et al. et al. Presented by Dara Nyknahad ECG 789 Road-Sign Detection and Recognition Based on Support Vector Machines Maldonado-Bascon et al. et al. Presented by Dara Nyknahad ECG 789 Outline Introduction Support Vector Machine (SVM) Algorithm Results

More information

I. INTRODUCTION. Figure-1 Basic block of text analysis

I. INTRODUCTION. Figure-1 Basic block of text analysis ISSN: 2349-7637 (Online) (RHIMRJ) Research Paper Available online at: www.rhimrj.com Detection and Localization of Texts from Natural Scene Images: A Hybrid Approach Priyanka Muchhadiya Post Graduate Fellow,

More information

Extracting Road Signs using the Color Information

Extracting Road Signs using the Color Information Extracting Road Signs using the Color Information Wen-Yen Wu, Tsung-Cheng Hsieh, and Ching-Sung Lai Abstract In this paper, we propose a method to extract the road signs. Firstly, the grabbed image is

More information

DESIGNING A REAL TIME SYSTEM FOR CAR NUMBER DETECTION USING DISCRETE HOPFIELD NETWORK

DESIGNING A REAL TIME SYSTEM FOR CAR NUMBER DETECTION USING DISCRETE HOPFIELD NETWORK DESIGNING A REAL TIME SYSTEM FOR CAR NUMBER DETECTION USING DISCRETE HOPFIELD NETWORK A.BANERJEE 1, K.BASU 2 and A.KONAR 3 COMPUTER VISION AND ROBOTICS LAB ELECTRONICS AND TELECOMMUNICATION ENGG JADAVPUR

More information

Distribution Network Reconfiguration Based on Relevance Vector Machine

Distribution Network Reconfiguration Based on Relevance Vector Machine 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Distribution Network Reconfiguration Based on Relevance Vector Machine Sheng ZHOU

More information

Texture Sensitive Image Inpainting after Object Morphing

Texture Sensitive Image Inpainting after Object Morphing Texture Sensitive Image Inpainting after Object Morphing Yin Chieh Liu and Yi-Leh Wu Department of Computer Science and Information Engineering National Taiwan University of Science and Technology, Taiwan

More information

Object Tracking System Using Motion Detection and Sound Detection

Object Tracking System Using Motion Detection and Sound Detection Object Tracking System Using Motion Detection and Sound Detection Prashansha Jain Computer Science department Medicaps Institute of Technology and Management, Indore, MP, India Dr. C.S. Satsangi Head of

More information

Moving Object Counting in Video Signals

Moving Object Counting in Video Signals Moving Object Counting in Video Signals Ganesh Raghtate 1, Abhilasha K Tiwari 1 1 Scholar, RTMNU, Nagpur, India E-mail- gsraghate@rediffmail.com Abstract Object detection and tracking is important in the

More information

A QR code identification technology in package auto-sorting system

A QR code identification technology in package auto-sorting system Modern Physics Letters B Vol. 31, Nos. 19 21 (2017) 1740035 (5 pages) c World Scientific Publishing Company DOI: 10.1142/S0217984917400358 A QR code identification technology in package auto-sorting system

More information

Image segmentation based on gray-level spatial correlation maximum between-cluster variance

Image segmentation based on gray-level spatial correlation maximum between-cluster variance International Symposium on Computers & Informatics (ISCI 05) Image segmentation based on gray-level spatial correlation maximum between-cluster variance Fu Zeng,a, He Jianfeng,b*, Xiang Yan,Cui Rui, Yi

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Research on motion tracking and detection of computer vision ABSTRACT KEYWORDS

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Research on motion tracking and detection of computer vision ABSTRACT KEYWORDS [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 21 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(21), 2014 [12918-12922] Research on motion tracking and detection of computer

More information

An Efficient Character Segmentation Algorithm for Printed Chinese Documents

An Efficient Character Segmentation Algorithm for Printed Chinese Documents An Efficient Character Segmentation Algorithm for Printed Chinese Documents Yuan Mei 1,2, Xinhui Wang 1,2, Jin Wang 1,2 1 Jiangsu Engineering Center of Network Monitoring, Nanjing University of Information

More information

Leaf Image Recognition Based on Wavelet and Fractal Dimension

Leaf Image Recognition Based on Wavelet and Fractal Dimension Journal of Computational Information Systems 11: 1 (2015) 141 148 Available at http://www.jofcis.com Leaf Image Recognition Based on Wavelet and Fractal Dimension Haiyan ZHANG, Xingke TAO School of Information,

More information

A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification

A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification Huei-Yung Lin * and Juang-Yu Wei Department of Electrical Engineering National Chung Cheng University Chia-Yi

More information

A Moving Target Detection Algorithm Based on the Dynamic Background

A Moving Target Detection Algorithm Based on the Dynamic Background A Moving Target Detection Algorithm Based on the Dynamic Bacground Yangquan Yu, Chunguang Zhou, Lan Huang *, Zhezhou Yu College of Computer Science and Technology Jilin University Changchun, China e-mail:

More information

An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-gradient Co-occurrence Matrix

An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-gradient Co-occurrence Matrix An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-gradient Co-occurrence Matrix Peng Wan 1,2, Changjiang Long 1 1 College of Engineering, Huazhong Agricultural University, Wuhan,

More information

3 The standard grid. N ode(0.0001,0.0004) Longitude

3 The standard grid. N ode(0.0001,0.0004) Longitude International Conference on Information Science and Computer Applications (ISCA 2013 Research on Map Matching Algorithm Based on Nine-rectangle Grid Li Cai1,a, Bingyu Zhu2,b 1 2 School of Software, Yunnan

More information

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Sensors & Transducers 13 by IFSA http://www.sensorsportal.com A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Jiaiao He, Liya Hou, Weiyi Zhang School of Mechanical Engineering,

More information

Extraction of cross-sea bridges from GF-2 PMS satellite images using mathematical morphology

Extraction of cross-sea bridges from GF-2 PMS satellite images using mathematical morphology IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Extraction of cross-sea bridges from GF-2 PMS satellite images using mathematical morphology To cite this article: Chao Chen et

More information

Based on correlation coefficient in image matching

Based on correlation coefficient in image matching International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 3 Issue 10 ǁ October. 2015 ǁ PP.01-05 Based on correlation coefficient in image

More information

Summer Internship at STMicroelectronics, Greater Noida, India

Summer Internship at STMicroelectronics, Greater Noida, India Summer Internship at STMicroelectronics, Greater Noida, India Thibault Lefeuvre, Ecole Polytechnique, France August 2015 Techniques of frame compression in ultra low power encoder Introduction At first,

More information

DEVELOPMENT OF VISION-BASED HANDICAPPED LOGO REGONITION SYSTEM FOR DISABLED PARKING

DEVELOPMENT OF VISION-BASED HANDICAPPED LOGO REGONITION SYSTEM FOR DISABLED PARKING DEVELOPMENT OF VISION-BASED HANDICAPPED LOGO REGONITION SYSTEM FOR DISABLED PARKING Mohd Sahdan Bin Abd Ghani, Chee Kiang Lam and Kenneth Sundaraj School of Mechatronic Engineering, Universiti Malaysia

More information

Automatic Detection and Assessment System of Water Turbidity based on Image Processing

Automatic Detection and Assessment System of Water Turbidity based on Image Processing TELKOMNIKA, Vol.11, No.3, March 2013, pp. 1506 ~ 1513 ISSN: 2302-4046 1506 Automatic Detection and Assessment System of Water Turbidity based on Image Processing Cheng En, Zhang Rong-Xin, Yuan Fei* Key

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware.

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware. 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 Research and Design on Water Sound Acquisition System of Deep Sea Ultrahigh Pressure Environment Gang TONG 1,

More information

Simulation of Unsteady Water Film Flow on Pelton Bucket

Simulation of Unsteady Water Film Flow on Pelton Bucket Energy and Power Engineering, 2013, 5, 51-55 doi:10.4236/epe.2013.54b010 Published Online July 2013 (http://www.scirp.org/ournal/epe) Simulation of Unsteady ater Film Flow on Pelton Bucket Shen a School

More information

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK Mahamuni P. D 1, R. P. Patil 2, H.S. Thakar 3 1 PG Student, E & TC Department, SKNCOE, Vadgaon Bk, Pune, India 2 Asst. Professor,

More information

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 5, September 2016 Face Recognition ased on LDA and Improved Pairwise-Constrained

More information

Research on the Algorithms of Lane Recognition based on Machine Vision

Research on the Algorithms of Lane Recognition based on Machine Vision International Journal of Intelligent Engineering & Systems http://www.inass.org/ Research on the Algorithms of Lane Recognition based on Machine Vision Minghua Niu 1, Jianmin Zhang, Gen Li 1 Tianjin University

More information

A Fast Caption Detection Method for Low Quality Video Images

A Fast Caption Detection Method for Low Quality Video Images 2012 10th IAPR International Workshop on Document Analysis Systems A Fast Caption Detection Method for Low Quality Video Images Tianyi Gui, Jun Sun, Satoshi Naoi Fujitsu Research & Development Center CO.,

More information

LIBYAN VEHICLE PLATE RECOGNITION USING REGIONBASED FEATURES AND PROBABILISTIC NEURAL NETWORK

LIBYAN VEHICLE PLATE RECOGNITION USING REGIONBASED FEATURES AND PROBABILISTIC NEURAL NETWORK LIBYAN VEHICLE PLATE RECOGNITION USING REGIONBASED FEATURES AND PROBABILISTIC NEURAL NETWORK 1 KHADIJA AHMAD JABAR, 2 MOHAMMAD FAIDZUL NASRUDIN School Of Computer Science, Universiti Kebangsaan Malaysia,

More information

Accuracy of Matching between Probe-Vehicle and GIS Map

Accuracy of Matching between Probe-Vehicle and GIS Map Proceedings of the 8th International Symposium on Spatial Accuracy Assessment in Natural Resources and Environmental Sciences Shanghai, P. R. China, June 25-27, 2008, pp. 59-64 Accuracy of Matching between

More information

Fig. 1 CS Code structure diagram

Fig. 1 CS Code structure diagram 3rd International Conference on Multimedia Technology(ICMT 2013) Research on Recognition Method of Chinese- Sensible Code Under Clutter Bacground Xinnan Fan, Ji Zhang, Bingbin Zheng, Qingyuan Zheng 1 Abstract

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 Vehicle Speed Computation in Night Scenes using Headlight Tracking and Pairing Sathish Kumar R.K. 1, Priya N 2 1 M.Tech-Computer Science and Engineering, Bharath University, Chennai, Tamilnadu, India 2

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

The Parameters Optimization of Fusion Winglet Based on Orthogonal Experiment Yue LUO 1, *, Qi WANG 1, Qi DU 1 and Hou-An DING 1

The Parameters Optimization of Fusion Winglet Based on Orthogonal Experiment Yue LUO 1, *, Qi WANG 1, Qi DU 1 and Hou-An DING 1 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 The Parameters Optimization of Fusion Winglet Based on Orthogonal Experiment Yue LUO 1, *, Qi WANG 1, Qi DU 1

More information

OCR For Handwritten Marathi Script

OCR For Handwritten Marathi Script International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 OCR For Handwritten Marathi Script Mrs.Vinaya. S. Tapkir 1, Mrs.Sushma.D.Shelke 2 1 Maharashtra Academy Of Engineering,

More information

Investigation of Algorithms for Calculating Target Region Area

Investigation of Algorithms for Calculating Target Region Area International Journal of Intelligent Engineering & Systems http://www.inass.org/ Investigation of Algorithms for Calculating Target Region Area Yueqiu Jiang 1, Hongwei Gao 2, Lei Jin 1 1 Communication

More information

Application Research of Wavelet Fusion Algorithm in Electrical Capacitance Tomography

Application Research of Wavelet Fusion Algorithm in Electrical Capacitance Tomography , pp.37-41 http://dx.doi.org/10.14257/astl.2013.31.09 Application Research of Wavelet Fusion Algorithm in Electrical Capacitance Tomography Lanying Li 1, Yun Zhang 1, 1 School of Computer Science and Technology

More information

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,*

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,* 2016 Joint International Conference on Service Science, Management and Engineering (SSME 2016) and International Conference on Information Science and Technology (IST 2016) ISBN: 978-1-60595-379-3 The

More information

Forest Fire Smoke Recognition Based on Gray Bit Plane Technology

Forest Fire Smoke Recognition Based on Gray Bit Plane Technology Vol.77 (UESST 20), pp.37- http://dx.doi.org/0.257/astl.20.77.08 Forest Fire Smoke Recognition Based on Gray Bit Plane Technology Xiaofang Sun, Liping Sun 2,, Yaqiu Liu 3, Yinglai Huang Office of teaching

More information

Analysis and Improvement of Encryption Algorithm Based on Blocked and Chaotic Image Scrambling

Analysis and Improvement of Encryption Algorithm Based on Blocked and Chaotic Image Scrambling Research Journal of Applied Sciences, Engineering and Technology 4(8): 3440-3447, 202 ISSN: 2040-7467 Maxwell Scientific Organization, 202 Submitted: April 7, 202 Accepted: May 06, 202 Published: September

More information

I accurate and reliable navigation of vision-based IV. The main purpose of image segmentation is to separate the

I accurate and reliable navigation of vision-based IV. The main purpose of image segmentation is to separate the An Improved Otsu Image Segmentation Algorithm for Path Mark Detection under Variable Illumination JIN Li-Sheng TIAN Lei WANG Rong-ben GUO Lie CHU Jiang-wei ( Transportation College of Jilin University,

More information

Face Detection using Hierarchical SVM

Face Detection using Hierarchical SVM Face Detection using Hierarchical SVM ECE 795 Pattern Recognition Christos Kyrkou Fall Semester 2010 1. Introduction Face detection in video is the process of detecting and classifying small images extracted

More information

Face recognition based on improved BP neural network

Face recognition based on improved BP neural network Face recognition based on improved BP neural network Gaili Yue, Lei Lu a, College of Electrical and Control Engineering, Xi an University of Science and Technology, Xi an 710043, China Abstract. In order

More information

Research on the Knowledge Representation Method of Instance Based on Functional Surface

Research on the Knowledge Representation Method of Instance Based on Functional Surface 5th International Conference on Advanced Engineering Materials and Technology (AEMT 2015) Research on the Knowledge Representation Method of Instance Based on Functional Surface Pengjie Zhai a, Changqing

More information

Character Recognition of High Security Number Plates Using Morphological Operator

Character Recognition of High Security Number Plates Using Morphological Operator Character Recognition of High Security Number Plates Using Morphological Operator Kamaljit Kaur * Department of Computer Engineering, Baba Banda Singh Bahadur Polytechnic College Fatehgarh Sahib,Punjab,India

More information

Available online Journal of Scientific and Engineering Research, 2019, 6(1): Research Article

Available online   Journal of Scientific and Engineering Research, 2019, 6(1): Research Article Available online www.jsaer.com, 2019, 6(1):193-197 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR An Enhanced Application of Fuzzy C-Mean Algorithm in Image Segmentation Process BAAH Barida 1, ITUMA

More information

HCR Using K-Means Clustering Algorithm

HCR Using K-Means Clustering Algorithm HCR Using K-Means Clustering Algorithm Meha Mathur 1, Anil Saroliya 2 Amity School of Engineering & Technology Amity University Rajasthan, India Abstract: Hindi is a national language of India, there are

More information

Real-time Detection of Illegally Parked Vehicles Using 1-D Transformation

Real-time Detection of Illegally Parked Vehicles Using 1-D Transformation Real-time Detection of Illegally Parked Vehicles Using 1-D Transformation Jong Taek Lee, M. S. Ryoo, Matthew Riley, and J. K. Aggarwal Computer & Vision Research Center Dept. of Electrical & Computer Engineering,

More information

The Vehicle Logo Location System based on saliency model

The Vehicle Logo Location System based on saliency model ISSN 746-7659, England, UK Journal of Information and Computing Science Vol. 0, No. 3, 205, pp. 73-77 The Vehicle Logo Location System based on saliency model Shangbing Gao,2, Liangliang Wang, Hongyang

More information

The Internet of Things for Petroleum Transportation

The Internet of Things for Petroleum Transportation 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 The Internet of Things for Petroleum Transportation Hui-ran WANG 1 and Rui-fang MA

More information

Design and Implementation of Inspection System for Lift Based on Android Platform Yan Zhang1, a, Yanping Hu2,b

Design and Implementation of Inspection System for Lift Based on Android Platform Yan Zhang1, a, Yanping Hu2,b 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) Design and Implementation of Inspection System for Lift Based on Android Platform Yan Zhang1, a, Yanping Hu2,b 1

More information

An Improved DFSA Anti-collision Algorithm Based on the RFID-based Internet of Vehicles

An Improved DFSA Anti-collision Algorithm Based on the RFID-based Internet of Vehicles 2016 2 nd International Conference on Energy, Materials and Manufacturing Engineering (EMME 2016) ISBN: 978-1-60595-441-7 An Improved DFSA Anti-collision Algorithm Based on the RFID-based Internet of Vehicles

More information

A Review on Plant Disease Detection using Image Processing

A Review on Plant Disease Detection using Image Processing A Review on Plant Disease Detection using Image Processing Tejashri jadhav 1, Neha Chavan 2, Shital jadhav 3, Vishakha Dubhele 4 1,2,3,4BE Student, Dept. of Electronic & Telecommunication Engineering,

More information