Intelligent Diagnose System of Wheat Diseases Based on Android Phone

Size: px
Start display at page:

Download "Intelligent Diagnose System of Wheat Diseases Based on Android Phone"

Transcription

1 Journal of Information & Computational Science 12:18 (2015) December 10, 2015 Available at Intelligent Diagnose System of Wheat Diseases Based on Android Phone Yongquan Xia, Yaobin Li, Chen Li College of Computer and Communication Engineering, Zhengzhou University of Light Industry Zhengzhou , China Abstract To improve wheat output and quality by identifying wheat diseases quickly and accurately, an Android phone-based system for intelligently diagnosing wheat diseases is proposed. The users collect images of wheat diseases using Android phones and send the images across the network to the server for disease diagnosis. After receiving disease images, the server performs image segmentation by converting the images from RGB color space to HSI color space. The color moment and the gray level co-occurrence matrix are utilized to extract the color and texture features of the diseases. The preferred features are input to the support vector machine for recognition. And the identification results are fed back to the client. Application tests demonstrate the ability of the proposed system to identify types of disease accurately and efficiently. Thus, the proposed system is very feasible and has a bright prospect for widespread adoption. Keywords: Wheat Disease; Android System; Disease Diagnosis; Support Vector Machine 1 Introduction Due to lack of the ability of disease diagnosis when the crops are infected, farmers are difficult to make reasonable and effective prevention and treatment. Once adopting improper measures, it might lead the serious reduction of crops. Uncontrolled use of pesticide not only lowers the quality of production, but also harms human health [1, 2]. Therefore, providing guidance for farmers on how to identify diseases effectively is a key issue in agriculture production. The former disease diagnoses were generally based on experience or identification of pathogen in the lab, which caused wrong judgments or missed the disease control period because of the long time [3, 4]. In recent years, market share of Android smart phones keeps rising [5]. Free and opensource Android operating system provides flexible independent design space for software designers, thus providing a good development platform for developing an open-source, free and easy-touse agricultural intelligent system. Currently, the diagnosis of crop diseases largely depends on Project supported by the National Nature Science Foundation of China (No ). Corresponding author. address: xyqmouse@163.com (Yongquan Xia) / Copyright 2015 Binary Information Press DOI: /jics

2 6846 Y. Xia et al. / Journal of Information & Computational Science 12:18 (2015) the expert supporting system, which takes the textual description of plant diseases and insect pests as the reasoning basis. Due to their limit in expertise, the farmers cannot describe the features of plant diseases accurately and professionally. Hence, the expert supporting system is not very effective in practice. To conduct remote diagnosis over crops by effectively combining smart mobile with image processing technology can enable farmers to timely and accurately adopt corresponding measures to prevent and treat diseases and reduce losses, which has great significance for high production and optimizing production of crops. In this paper, a design method of intelligent disease diagnosis system based on Android platform is proposed. The system uses Android phones to collect disease images, simplifies image background by man-machine interactive mode, and adopts the methods of mobile wireless communication to send images to the server. The server segments disease images, computes disease feature values, uses support vector machine to identify and sends identification result to the Android phone. The system has many advantages such as simple operation, fast diagnosis speed and accurate diagnosis result, and can effectively diagnose wheat diseases in farms 2 Overall System Designs 2.1 Development Environment The system development environment is JDK 7 (Java Development Kit) + Eclipse Android SDK (Software Development Kit) + ADT (Android Development Tools) + Tomcat 7.0. JDK provides java compilation environment; Eclipse is an expandable development platform based on Java; Android SDK provides Android application development environment and instrument; ADT is a universal plug-in that supports Android project, making the creation, operation and debugging of Android application faster and more convenient; Tomcat is a small lightweight application server. 2.2 Steps for Plant Disease Diagnosis Basic steps for wheat disease diagnosis: (1) Collect disease images. Use the Android phones to collect disease images and crop the images via human-computer interaction. (2) Transmit disease images. Send the cropped images to the server through the http protocol. (3) Segment the disease images. Convert RGB color space to HSI color space and segment images in HSI color space. (4) Extract disease features. The selected seven feature variables are used as the input vector for disease recognition. (5) Diagnose the disease images. Use the RBF-based SVM as the recognition model to diagnose the diseases, and send the diagnosis results to the Android phones.

3 Y. Xia et al. / Journal of Information & Computational Science 12:18 (2015) Segmentation of Disease Images Accurate segmentation of disease images is a prerequisite for disease recognition [6]. Tailored sub-images only contain leaf healthy areas and disease areas. The green pixels mainly indicate healthy areas of leaves without containing any valuable disease information while disease areas generally are not green. According to the features of disease images, disease areas are obtained after eliminating green pixels. The correlation among three primary colors of red, green and blue in RGB color model is very strong, so we can not use a single parameter to designate a range for green pixels in the image. Therefore, we can not conduct threshold value segmentation over the image by relying on setting r, g and b. In HSI color space, hue, saturation and intensity are independently decoupled and can accurately quantify color information of pixel points [7]. Therefore, the RGB color space is switched into HSI color space to set hue scope to eliminate green pixels. Additionally, the larger the saturation becomes, the closer to being pure the color gets, while the smaller the saturation becomes, the closer to being grey the color gets. Intensity does not affect hue significantly, so it needs not to be limited anymore. The paper conducts plenty of sampling over different parts of hue on the image to generate the formula of eliminating leaf healthy areas: 60 < H < < S 1 (1) Wheat blades suffering powdery mildew, stripe rust, leaf rust and stem rust are segmented by the use of the OTSU method, the iteration method and the proposed method, respectively. The segmentation results are shown in Fig. 1. (a) Original images (b) OTSU method (c) Iteration method (d) Proposed method Fig. 1: Segmentation results

4 6848 Y. Xia et al. / Journal of Information & Computational Science 12:18 (2015) From the above experimental results, it can be seen that the grey levels of blades suffering powdery mildew, stripe rust and leaf rust are all less than that of healthy blade areas, while the grey level of blades suffering stem rust is larger than that of healthy blade areas. Although the disease areas and the healthy areas are segmented into two parts, the computer is unable to determine the segmented disease areas, thus impeding automatic recognition of diseases. The proposed algorithm in this paper can not only segment effectively, but also distinguish between healthy and disease areas by checking whether the pixels are green. This enables the computer to accurately calculate the feature values of disease areas and recognize the diseases. Therefore, the proposed method is chosen to segment blade disease images during disease recognition. 4 Extraction of Disease Features 4.1 Texture and Color Features Texture feature refers to the change of image gray level, which is related to spatial statistics. Gray level co-occurrence matrix, proposed by Haralick, is an important method to analyze the image texture features, which can accurately reflect the texture roughness and repeated direction [8]. Haralick defined fourteen gray level co-occurrence matrix parameters for texture analysis. Ulaby found that only four features are not correlated within fourteen texture features based on gray level co-occurrence matrix [9]. It is easy to count four features with higher classification accuracy. The following four parameters are applied to extract the texture features of wheat diseases. The formulas are as follows: Energy = [P (i, j, d, θ)] 2 (2) Contrast = Entropy = Correlation = i=1 i=1 i=1 i=1 (i j) 2 P (i, j, d, θ) (3) P (i, j, d, θ) log P (i, j, d, θ) (4) (i µ i ) (j µ j ) P (i, j, d, θ) σ i σ j (5) In Eq. (2) to (5), P (i, j, d, θ) means gray level co-occurrence matrix, L means the width of gray level co-occurrence matrix, while µ i, µ j separately refers to the mean value of P (i) and P (j) and σ i, σ j represent variance of P (i) and P (j). Stable color feature is an important parameter during the disease identification process. Color moment is a simple and effective color feature representation method proposed by Stricker and Orengo [10]. There are first moment, second moment and third moment, etc. The color information is mainly distributed in the lower order moment, so first moment and second moment are chosen to be the color feature. The formulas are as follows: M i = 1 N N P ij (6)

5 Y. Xia et al. / Journal of Information & Computational Science 12:18 (2015) [ 1 V i = N N (P ij M i ) 2 ] 1 2 (7) In Eq. (6) and (7), P ij means the gray level of j pixel in the i component, while N refers to the sum of pixels. 4.2 Feature Selection Different feature variables make different contributions to plant disease recognition, so selecting proper feature variables is needed. Mean Impact Value (MIV) reflects the changes of the neural network weight matrix, which is considered as one of the best index to evaluate variable correlation. Compared with the traditional artificial neural network, the support vector machine has a simpler structure and substantially increases generalization ability. The method of the feature variables selection is based on the mean impact value and support vector regression is presented. The algorithm process is as follows: (1) The training sample S is used to train the support vector machine. (2) 10% is added and subtracted from each independent variable in the training sample S, and then get two new samples: S1 and S2. (3) Do regression prediction for S1 and S2, and get two results: M1 and M2. (4) The difference value of M1 and M2 is the impact value W based on the output after the changes of corresponding independent variables. (5) While W is averaged based on the number of observation cases, the mean impact value MIV of independent variable on the dependent variable is obtained. Similarly, we can obtain MIV for each independent variable. (6) Sort the variables according to their sizes of absolute value of MIV, and then get sequence table, thus realizing the variable selection. The simulation experiments are conducted in Matlab 7.0, eighty images in total (twenty for each) are selected as training samples in term of wheat powdery mildew, stripe rust, leaf rust and stem rust. The feature variables are sorted based on effect degree of recognition results. The sorting results are shown in Table 1. Table 1: MIV sequence Rank Feature variables MIV Rank Feature variables MIV 1 first moment of G component mean value of contrast second moment of G component standard deviation of energy second moment of R component standard deviation of correlation second moment of B component standard deviation of entropy first moment of R component mean value of energy mean value of entropy standard deviation of contrast first moment of B component mean value of correlation According to the MIV sequence, the first feature variable is used as the input vector to train the support vector machine and obtain the first prediction model. Then, the first two feature

6 6850 Y. Xia et al. / Journal of Information & Computational Science 12:18 (2015) variables are used as the input vector to train the support vector machine and obtain the second model. Similarly, the first fourteen feature variables are used as the input vector to obtain the fourteenth prediction model. The model accuracy is evaluated via ten-fold cross-validation [11]. The classification accuracy of the fourteen prediction models is shown in Fig Accuracy/% Ten-fold cross-validation Number of feature variables Fig. 2: Accuracy of prediction models From the above experimental results, it can be seen that the classification model will learn too many features during the training and the inherent laws of samples cannot be represented by redundant feature variables, resulting in low prediction performance of the prediction model. The accuracy of prediction model is the highest when seven feature variables which have the greatest impact to classification result are used to identify powdery mildew, stripe rust, leaf rust and stem rust. 5 Disease Recognition In actual production, farmers conduct judgment mainly by relying on their own experiences and perceptions, which seriously affect the accuracy of disease forecast. Moreover, farmers usually live far away from the experts, which makes it time-consuming and inconvenient to consult them [12]. To conduct diagnosis over diseases by adopting support vector machine can timely, rapidly and accurately generate the result. Support vector machine is a machine study method proposed by Vapnik in 1995 based on VC dimension theory of statistical theory and minimum risk principle of structure to seek best compromise in complexity of model and studying ability in accordance with limited sample information, with the purpose of obtaining best promotion ability [13]. Some interfaces of the system are shown in Fig Software Test Software test is an important component of software development. Programs are packaged into Android installation package files, which are installed into MI 1S mobile whose system version is Android 4.0. Twenty images are selected for each of the disease (i.e., powdery mildew, stripe

7 Y. Xia et al. / Journal of Information & Computational Science 12:18 (2015) rust, leaf rust and stem rust) to do the test. According to the test, the diagnosis times in WIFI environment and GPRS environment are slightly different, affected by the sizes of images and network qualities, which lie between five and ten seconds. The diagnosis results are shown in Table 2. (a) Diagnosis way interface (b) Tailoring interface Fig. 3: System interfaces (c) Diagnosis result interface Table 2: Diagnosis results Disease name Correct number identified (total) Accuracy/% Powdery mildew 20(20) 100 Stripe rust 18(20) 90 Leaf rust 19(20) 95 Stem rust 19(20) 95 Total 76(80) 95 7 Conclusion The paper proposes a design method of wheat disease diagnosis system based on Android platform, and the system is not subject to factors such as time, location and distance, with simple and convenient operation. It reduces misdiagnosis and solves the issue that farmers cannot consult experts timely, which effectively improves output and quality of wheat.

8 6852 Y. Xia et al. / Journal of Information & Computational Science 12:18 (2015) References [1] J. D. Pujari, R. Yakkundimath, A. S. Byadgi, Classification of fungal disease symptoms affected on cereals using color texture features [J], International Journal of Signal Processing, 6(6), 2013, [2] J. G. Dai, J. C. Lai, Image-rule-based diagnostic expert system for cotton diseases and pests based on mobile terminal with android system [J], Transactions of the Chinese Society for Agricultural Machinery, 46(1), 2015, [3] Q. Yang, X. Y. Gao, J. L. Wu, et al., Identification of barley diseases based on texture color feature [J], Journal of China Agricultural University, 18(5), 2013, [4] S. Arivazhagan, R. N. Shebiah, S. Ananthi et al., Detection of unhealthy region of plant leaves and classification of plant leaf diseases using texture features [J], Agric. Eng. Int.: CIGR Journal, 15(1), 2013, [5] L. N. Yang, L. T. Gao, E. S. Lin et al., Intelligent diagnose system of diseases and insect pests in sweet corn based on mobile terminal with android system [J], Transactions of the Chinese Society of Agricultural Engineering, 28(18), 2012, [6] R. Ma, Y. P. Cheng, Y. H. Gu, An approach of removing stroke based on touching pattern for handwritten digits egmentation [C], 2013 International Conference on Advanced Computer Science and Electronics Information, 2013, [7] Y. M. Xie, Z. Fan, S. L. Zhang, Color image edge detection based on HSI color space [J], Computer Engineering, 39(9), 2013, [8] R. M. Haralick, K. Shanmugam, I. Dinstein, Texture features for image classification [J], IEEE Transactions on Systems, Man and Cybernetics, 3(6), 1973, [9] F. T. Ulaby, F. Kouyate, B. Brisco et al., Textural information in SAR images [C], IEEE Transactions on Geoscience and Remote Sensing, 24(2), 1986, [10] M. Stricker, M. Orengo, Similarity of color images [J], SPIE Storage and Retrieval for Image and Video Databases III, 2(4), 1995, [11] N. Yuan, P. Yang, Z. J. Liu, Gait recognition by the mean impact value and probability neural network [J], Journal of Harbin Engineering University, 36(2), 2015, [12] Q. Z. Zhao, G. C. Jin, W. J. Zhou et al., Information collection system for diseases and pests in cotton field based on mobile GIS [J], Transactions of the Chinese Society of Agricultural Engineering, 31(4), 2015, [13] C. Cortes, V. Vapnik, Support vector networks [J], Machine Learning, 20(3), 1995,

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Qian Wu, Yahui Wang, Long Zhang and Li Shen Abstract Building electrical system fault diagnosis is the

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

A Fast Algorithm for Multilevel Thresholding

A Fast Algorithm for Multilevel Thresholding JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 17, 713-727 (2001) A Fast Algorithm for Multilevel Thresholding PING-SUNG LIAO, TSE-SHENG CHEN * AND PAU-CHOO CHUNG + Department of Electrical Engineering

More information

A Method of Caption Detection in News Video

A Method of Caption Detection in News Video 3rd International Conference on Multimedia Technology(ICMT 3) A Method of Caption Detection in News Video He HUANG, Ping SHI Abstract. News video is one of the most important media for people to get information.

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

Development of a Web-based Information Service Platform for Protected Crop Pests

Development of a Web-based Information Service Platform for Protected Crop Pests Development of a Web-based Information Service Platform for Protected Crop Pests Chong Huang 1, Haiguang Wang 1 1 Department of Plant Pathology, China Agricultural University, Beijing, P. R. China 100193

More information

Neural Network based Vehicle Classification for Intelligent Traffic Control

Neural Network based Vehicle Classification for Intelligent Traffic Control Neural Network based Vehicle Classification for Intelligent Traffic Control Saeid Fazli 1, Shahram Mohammadi 2, Morteza Rahmani 3 1,2,3 Electrical Engineering Department, Zanjan University, Zanjan, IRAN

More information

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster , pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing

More information

An ECG Monitoring and Alarming System Based On Android Smart Phone

An ECG Monitoring and Alarming System Based On Android Smart Phone Communications and Network, 2013, 5, 584-589 http://dx.doi.org/10.4236/cn.2013.53b2105 Published Online September 2013 (http://www.scirp.org/journal/cn) An ECG Monitoring and Alarming System Based On Android

More information

Design call center management system of e-commerce based on BP neural network and multifractal

Design call center management system of e-commerce based on BP neural network and multifractal Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):951-956 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design call center management system of e-commerce

More information

Network Intrusion Detection System and Its Cognitive Ability based on Artificial Immune Model WangLinjing1, ZhangHan2

Network Intrusion Detection System and Its Cognitive Ability based on Artificial Immune Model WangLinjing1, ZhangHan2 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Network Intrusion Detection System and Its Cognitive Ability based on Artificial Immune Model

More information

Modern Agricultural Digital Management Network Information System of Heilongjiang Reclamation Area Farm

Modern Agricultural Digital Management Network Information System of Heilongjiang Reclamation Area Farm Modern Agricultural Digital Management Network Information System of Heilongjiang Reclamation Area Farm Xi Wang, Chun Wang, Wei Dong Zhuang, and Hui Yang Engineering Collage, Heilongjiang August the First

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

The Implementation of Face Security for Authentication Implemented on Mobile Phone

The Implementation of Face Security for Authentication Implemented on Mobile Phone The Implementation of Face Security for Authentication Implemented on Mobile Phone Emir Kremić *, Abdulhamit Subaşi * * Faculty of Engineering and Information Technology, International Burch University,

More information

FPGA Implementation of Human Behavior Analysis Using Facial Image

FPGA Implementation of Human Behavior Analysis Using Facial Image RESEARCH ARTICLE OPEN ACCESS FPGA Implementation of Human Behavior Analysis Using Facial Image A.J Ezhil, K. Adalarasu Department of Electronics & Communication Engineering PSNA College of Engineering

More information

A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM

A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM Journal of Computational Information Systems 10: 17 (2014) 7629 7635 Available at http://www.jofcis.com A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM Tian

More information

Research of pest diagnosis system development tools based on binary tree

Research of pest diagnosis system development tools based on binary tree Research of pest diagnosis system development tools based on binary tree Yun Qiu 1, Guomin Zhou 1 1 Agricultural Information Institute of CAAS, Beijing 100081 Qiuyun@mail.caas.net.cn Abstract. A visual

More information

A Network Simulation Experiment of WAN Based on OPNET

A Network Simulation Experiment of WAN Based on OPNET A Network Simulation Experiment of WAN Based on OPNET 1 Yao Lin, 2 Zhang Bo, 3 Liu Puyu 1, Modern Education Technology Center, Liaoning Medical University, Jinzhou, Liaoning, China,yaolin111@sina.com *2

More information

A Novel Feature Selection Method Based on an Integrated Data Envelopment Analysis and Entropy Mode

A Novel Feature Selection Method Based on an Integrated Data Envelopment Analysis and Entropy Mode A Novel Feature Selection Method Based on an Integrated Data Envelopment Analysis and Entropy Mode Seyed Mojtaba Hosseini Bamakan, Peyman Gholami RESEARCH CENTRE OF FICTITIOUS ECONOMY & DATA SCIENCE UNIVERSITY

More information

Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with Panchromatic Textural Features

Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with Panchromatic Textural Features Remote Sensing and Geoinformation Lena Halounová, Editor not only for Scientific Cooperation EARSeL, 2011 Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with

More information

Medical Image Segmentation of PACS System Image Post-processing *

Medical Image Segmentation of PACS System Image Post-processing * Medical Image Segmentation of PACS System Image Post-processing * Lv Jie, Xiong Chun-rong, and Xie Miao Department of Professional Technical Institute, Yulin Normal University, Yulin Guangxi 537000, China

More information

Advanced analytics at your hands

Advanced analytics at your hands 2.3 Advanced analytics at your hands Neural Designer is the most powerful predictive analytics software. It uses innovative neural networks techniques to provide data scientists with results in a way previously

More information

Thresholding technique with adaptive window selection for uneven lighting image

Thresholding technique with adaptive window selection for uneven lighting image Pattern Recognition Letters 26 (2005) 801 808 wwwelseviercom/locate/patrec Thresholding technique with adaptive window selection for uneven lighting image Qingming Huang a, *, Wen Gao a, Wenjian Cai b

More information

An Imbalanced Spam Mail Filtering Method

An Imbalanced Spam Mail Filtering Method , pp. 119-126 http://dx.doi.org/10.14257/ijmue.2015.10.3.12 An Imbalanced Spam Mail Filtering Method Zhiqiang Ma, Rui Yan, Donghong Yuan and Limin Liu (College of Information Engineering, Inner Mongolia

More information

A Novel Cryptographic Key Generation Method Using Image Features

A Novel Cryptographic Key Generation Method Using Image Features Research Journal of Information Technology 4(2): 88-92, 2012 ISSN: 2041-3114 Maxwell Scientific Organization, 2012 Submitted: April 18, 2012 Accepted: May 23, 2012 Published: June 30, 2012 A Novel Cryptographic

More information

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac.

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac. INT. J. REMOTE SENSING, 2003, VOL. 24, NO. 9, 1949 1956 Technical note Classification of off-diagonal points in a co-occurrence matrix D. B. HANN, Department of Mechanical Engineering, King s College London,

More information

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

Agricultural Robot (Irrigation System, Weeding, Monitoring of Field, Disease Detection)

Agricultural Robot (Irrigation System, Weeding, Monitoring of Field, Disease Detection) Agricultural Robot (Irrigation System, Weeding, Monitoring of Field, Disease Detection) Bhagyalaxmi k 1, Jagtap Komal K 2, Nikam Nakusa S 2, Nikam Karuna K 2, Sutar Snehal S 2. Asst. Professor, Dept. of

More information

Template-based Eye and Mouth Detection for 3D Video Conferencing

Template-based Eye and Mouth Detection for 3D Video Conferencing Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer

More information

How To Filter Spam Image From A Picture By Color Or Color

How To Filter Spam Image From A Picture By Color Or Color Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among

More information

Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb

Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb College

More information

Face Recognition For Remote Database Backup System

Face Recognition For Remote Database Backup System Face Recognition For Remote Database Backup System Aniza Mohamed Din, Faudziah Ahmad, Mohamad Farhan Mohamad Mohsin, Ku Ruhana Ku-Mahamud, Mustafa Mufawak Theab 2 Graduate Department of Computer Science,UUM

More information

LEAF COLOR, AREA AND EDGE FEATURES BASED APPROACH FOR IDENTIFICATION OF INDIAN MEDICINAL PLANTS

LEAF COLOR, AREA AND EDGE FEATURES BASED APPROACH FOR IDENTIFICATION OF INDIAN MEDICINAL PLANTS LEAF COLOR, AREA AND EDGE FEATURES BASED APPROACH FOR IDENTIFICATION OF INDIAN MEDICINAL PLANTS Abstract Sandeep Kumar.E Department of Telecommunication Engineering JNN college of Engineering Affiliated

More information

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, alex@elbrus.com

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, alex@elbrus.com ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME by Alex Sirota, alex@elbrus.com Project in intelligent systems Computer Science Department Technion Israel Institute of Technology Under the

More information

Colour Image Segmentation Technique for Screen Printing

Colour Image Segmentation Technique for Screen Printing 60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone

More information

Blog Post Extraction Using Title Finding

Blog Post Extraction Using Title Finding Blog Post Extraction Using Title Finding Linhai Song 1, 2, Xueqi Cheng 1, Yan Guo 1, Bo Wu 1, 2, Yu Wang 1, 2 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing 2 Graduate School

More information

A Genetic Algorithm-Evolved 3D Point Cloud Descriptor

A Genetic Algorithm-Evolved 3D Point Cloud Descriptor A Genetic Algorithm-Evolved 3D Point Cloud Descriptor Dominik Wȩgrzyn and Luís A. Alexandre IT - Instituto de Telecomunicações Dept. of Computer Science, Univ. Beira Interior, 6200-001 Covilhã, Portugal

More information

Impact of Feature Selection on the Performance of Wireless Intrusion Detection Systems

Impact of Feature Selection on the Performance of Wireless Intrusion Detection Systems 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Impact of Feature Selection on the Performance of ireless Intrusion Detection Systems

More information

Active Learning SVM for Blogs recommendation

Active Learning SVM for Blogs recommendation Active Learning SVM for Blogs recommendation Xin Guan Computer Science, George Mason University Ⅰ.Introduction In the DH Now website, they try to review a big amount of blogs and articles and find the

More information

Large-Scale Data Sets Clustering Based on MapReduce and Hadoop

Large-Scale Data Sets Clustering Based on MapReduce and Hadoop Journal of Computational Information Systems 7: 16 (2011) 5956-5963 Available at http://www.jofcis.com Large-Scale Data Sets Clustering Based on MapReduce and Hadoop Ping ZHOU, Jingsheng LEI, Wenjun YE

More information

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Jun Wang Department of Mechanical and Automation Engineering The Chinese University of Hong Kong Shatin, New Territories,

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr CS 551, Spring 2009 CS 551, Spring 2009 c 2009, Selim Aksoy (Bilkent University)

More information

Analysis of Model and Key Technology for P2P Network Route Security Evaluation with 2-tuple Linguistic Information

Analysis of Model and Key Technology for P2P Network Route Security Evaluation with 2-tuple Linguistic Information Journal of Computational Information Systems 9: 14 2013 5529 5534 Available at http://www.jofcis.com Analysis of Model and Key Technology for P2P Network Route Security Evaluation with 2-tuple Linguistic

More information

Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian Regressive

Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian Regressive Journal of Information & Computational Science 12:9 (215) 3637 3646 June 1, 215 Available at http://www.joics.com Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian

More information

Canny Edge Detection

Canny Edge Detection Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties

More information

Research on the UHF RFID Channel Coding Technology based on Simulink

Research on the UHF RFID Channel Coding Technology based on Simulink Vol. 6, No. 7, 015 Research on the UHF RFID Channel Coding Technology based on Simulink Changzhi Wang Shanghai 0160, China Zhicai Shi* Shanghai 0160, China Dai Jian Shanghai 0160, China Li Meng Shanghai

More information

Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia

Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia As of today, the issue of Big Data processing is still of high importance. Data flow is increasingly growing. Processing methods

More information

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,

More information

Circle Object Recognition Based on Monocular Vision for Home Security Robot

Circle Object Recognition Based on Monocular Vision for Home Security Robot Journal of Applied Science and Engineering, Vol. 16, No. 3, pp. 261 268 (2013) DOI: 10.6180/jase.2013.16.3.05 Circle Object Recognition Based on Monocular Vision for Home Security Robot Shih-An Li, Ching-Chang

More information

Supply Chain Forecasting Model Using Computational Intelligence Techniques

Supply Chain Forecasting Model Using Computational Intelligence Techniques CMU.J.Nat.Sci Special Issue on Manufacturing Technology (2011) Vol.10(1) 19 Supply Chain Forecasting Model Using Computational Intelligence Techniques Wimalin S. Laosiritaworn Department of Industrial

More information

Saving Mobile Battery Over Cloud Using Image Processing

Saving Mobile Battery Over Cloud Using Image Processing Saving Mobile Battery Over Cloud Using Image Processing Khandekar Dipendra J. Student PDEA S College of Engineering,Manjari (BK) Pune Maharasthra Phadatare Dnyanesh J. Student PDEA S College of Engineering,Manjari

More information

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013 A Short-Term Traffic Prediction On A Distributed Network Using Multiple Regression Equation Ms.Sharmi.S 1 Research Scholar, MS University,Thirunelvelli Dr.M.Punithavalli Director, SREC,Coimbatore. Abstract:

More information

Planning Workforce Management for Bank Operation Centers with Neural Networks

Planning Workforce Management for Bank Operation Centers with Neural Networks Plaing Workforce Management for Bank Operation Centers with Neural Networks SEFIK ILKIN SERENGIL Research and Development Center SoftTech A.S. Tuzla Teknoloji ve Operasyon Merkezi, Tuzla 34947, Istanbul

More information

Managing Healthcare Records via Mobile Applications

Managing Healthcare Records via Mobile Applications Managing Healthcare Records via Mobile Applications Eileen Y.P. Li, C.T. Lau and S. Chan Abstract In this paper, a mobile application that facilitates users in managing healthcare records is proposed.

More information

Building an Advanced Invariant Real-Time Human Tracking System

Building an Advanced Invariant Real-Time Human Tracking System UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian

More information

Standardization and Its Effects on K-Means Clustering Algorithm

Standardization and Its Effects on K-Means Clustering Algorithm Research Journal of Applied Sciences, Engineering and Technology 6(7): 399-3303, 03 ISSN: 040-7459; e-issn: 040-7467 Maxwell Scientific Organization, 03 Submitted: January 3, 03 Accepted: February 5, 03

More information

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE Kasra Madadipouya 1 1 Department of Computing and Science, Asia Pacific University of Technology & Innovation ABSTRACT Today, enormous amount of data

More information

FCE: A Fast Content Expression for Server-based Computing

FCE: A Fast Content Expression for Server-based Computing FCE: A Fast Content Expression for Server-based Computing Qiao Li Mentor Graphics Corporation 11 Ridder Park Drive San Jose, CA 95131, U.S.A. Email: qiao li@mentor.com Fei Li Department of Computer Science

More information

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION Saurabh Asija 1, Rakesh Singh 2 1 Research Scholar (Computer Engineering Department), Punjabi University, Patiala. 2 Asst.

More information

Open Access Research and Design for Mobile Terminal-Based on Smart Home System

Open Access Research and Design for Mobile Terminal-Based on Smart Home System Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 479-484 479 Open Access Research and Design for Mobile Terminal-Based on Smart Home System

More information

ScienceDirect. Brain Image Classification using Learning Machine Approach and Brain Structure Analysis

ScienceDirect. Brain Image Classification using Learning Machine Approach and Brain Structure Analysis Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 388 394 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) Brain Image Classification using

More information

Mobile Advertising Security Risk Assessment Model Based on AHP

Mobile Advertising Security Risk Assessment Model Based on AHP International Symposium on Computers & Informatics (ISCI 2015) Mobile Advertising Security Risk Assessment Model Based on AHP Jing Li 1, Hui Fei 2,ei Jin 1 1 Computer Network Emergency Response Technical

More information

Research on Clustering Analysis of Big Data Yuan Yuanming 1, 2, a, Wu Chanle 1, 2

Research on Clustering Analysis of Big Data Yuan Yuanming 1, 2, a, Wu Chanle 1, 2 Advanced Engineering Forum Vols. 6-7 (2012) pp 82-87 Online: 2012-09-26 (2012) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/aef.6-7.82 Research on Clustering Analysis of Big Data

More information

Database Modeling and Visualization Simulation technology Based on Java3D Hongxia Liu

Database Modeling and Visualization Simulation technology Based on Java3D Hongxia Liu International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 05) Database Modeling and Visualization Simulation technology Based on Java3D Hongxia Liu Department of Electronic

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

A CALL CENTER ORIENTED CONSULTANT SYSTEM FOR FISH DISEASE DIAGNOSIS IN CHINA

A CALL CENTER ORIENTED CONSULTANT SYSTEM FOR FISH DISEASE DIAGNOSIS IN CHINA A CALL CENTER ORIENTED CONSULTANT SYSTEM FOR FISH DISEASE DIAGNOSIS IN CHINA Jie Zhang 2,1, Daoliang.Li 1,2,* 1 China Agricultural University, College of Information and Electrical Engineering, Beijing

More information

Data, Measurements, Features

Data, Measurements, Features Data, Measurements, Features Middle East Technical University Dep. of Computer Engineering 2009 compiled by V. Atalay What do you think of when someone says Data? We might abstract the idea that data are

More information

Fault Analysis in Software with the Data Interaction of Classes

Fault Analysis in Software with the Data Interaction of Classes , pp.189-196 http://dx.doi.org/10.14257/ijsia.2015.9.9.17 Fault Analysis in Software with the Data Interaction of Classes Yan Xiaobo 1 and Wang Yichen 2 1 Science & Technology on Reliability & Environmental

More information

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015 An Introduction to Data Mining for Wind Power Management Spring 2015 Big Data World Every minute: Google receives over 4 million search queries Facebook users share almost 2.5 million pieces of content

More information

Laser Gesture Recognition for Human Machine Interaction

Laser Gesture Recognition for Human Machine Interaction International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-04, Issue-04 E-ISSN: 2347-2693 Laser Gesture Recognition for Human Machine Interaction Umang Keniya 1*, Sarthak

More information

A Dynamic Approach to Extract Texts and Captions from Videos

A Dynamic Approach to Extract Texts and Captions from Videos Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Automatic Detection of PCB Defects

Automatic Detection of PCB Defects IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 6 November 2014 ISSN (online): 2349-6010 Automatic Detection of PCB Defects Ashish Singh PG Student Vimal H.

More information

Music Mood Classification

Music Mood Classification Music Mood Classification CS 229 Project Report Jose Padial Ashish Goel Introduction The aim of the project was to develop a music mood classifier. There are many categories of mood into which songs may

More information

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal

More information

Botnet Detection Based on Degree Distributions of Node Using Data Mining Scheme

Botnet Detection Based on Degree Distributions of Node Using Data Mining Scheme Botnet Detection Based on Degree Distributions of Node Using Data Mining Scheme Chunyong Yin 1,2, Yang Lei 1, Jin Wang 1 1 School of Computer & Software, Nanjing University of Information Science &Technology,

More information

Effective Data Retrieval Mechanism Using AML within the Web Based Join Framework

Effective Data Retrieval Mechanism Using AML within the Web Based Join Framework Effective Data Retrieval Mechanism Using AML within the Web Based Join Framework Usha Nandini D 1, Anish Gracias J 2 1 ushaduraisamy@yahoo.co.in 2 anishgracias@gmail.com Abstract A vast amount of assorted

More information

Signature Region of Interest using Auto cropping

Signature Region of Interest using Auto cropping ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 1 Signature Region of Interest using Auto cropping Bassam Al-Mahadeen 1, Mokhled S. AlTarawneh 2 and Islam H. AlTarawneh 2 1 Math. And Computer Department,

More information

Automatic Extraction of Signatures from Bank Cheques and other Documents

Automatic Extraction of Signatures from Bank Cheques and other Documents Automatic Extraction of Signatures from Bank Cheques and other Documents Vamsi Krishna Madasu *, Mohd. Hafizuddin Mohd. Yusof, M. Hanmandlu ß, Kurt Kubik * *Intelligent Real-Time Imaging and Sensing group,

More information

UPS battery remote monitoring system in cloud computing

UPS battery remote monitoring system in cloud computing , pp.11-15 http://dx.doi.org/10.14257/astl.2014.53.03 UPS battery remote monitoring system in cloud computing Shiwei Li, Haiying Wang, Qi Fan School of Automation, Harbin University of Science and Technology

More information

Applying Image Analysis Methods to Network Traffic Classification

Applying Image Analysis Methods to Network Traffic Classification Applying Image Analysis Methods to Network Traffic Classification Thorsten Kisner, and Firoz Kaderali Department of Communication Systems Faculty of Mathematics and Computer Science FernUniversität in

More information

Machine Learning Approach for Estimating Sensor Deployment Regions on Satellite Images

Machine Learning Approach for Estimating Sensor Deployment Regions on Satellite Images Machine Learning Approach for Estimating Sensor Deployment Regions on Satellite Images 1 Enes ATEŞ, 2 *Tahir Emre KALAYCI, 1 Aybars UĞUR 1 Faculty of Engineering, Department of Computer Engineering Ege

More information

Recognition Method for Handwritten Digits Based on Improved Chain Code Histogram Feature

Recognition Method for Handwritten Digits Based on Improved Chain Code Histogram Feature 3rd International Conference on Multimedia Technology ICMT 2013) Recognition Method for Handwritten Digits Based on Improved Chain Code Histogram Feature Qian You, Xichang Wang, Huaying Zhang, Zhen Sun

More information

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X Image Estimation Algorithm for Out of Focus and Blur Images to Retrieve the Barcode

More information

U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 1, 2015 ISSN 2286 3540

U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 1, 2015 ISSN 2286 3540 U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 1, 2015 ISSN 2286 3540 ENTERPRISE FINANCIAL DISTRESS PREDICTION BASED ON BACKWARD PROPAGATION NEURAL NETWORK: AN EMPIRICAL STUDY ON THE CHINESE LISTED EQUIPMENT

More information

Monitoring and Warning System for Information Technology (IT) Outsource Risk in Commercial Banks Based on Nested Theory of Excel Logical Function

Monitoring and Warning System for Information Technology (IT) Outsource Risk in Commercial Banks Based on Nested Theory of Excel Logical Function Advance Journal of Food Science and Technology 9(4): 302-307, 2015 ISSN: 2042-4868; e-issn: 2042-4876 Maxwell Scientific Organization, 2015 Submitted: March 3, 2015 Accepted: March 14, 2015 Published:

More information

ARCHITECTURE FOR INTEGRATING A WEB-BASED IDE AND A PROJECT MANAGEMENT SYSTEM

ARCHITECTURE FOR INTEGRATING A WEB-BASED IDE AND A PROJECT MANAGEMENT SYSTEM ARCHITECTURE FOR INTEGRATING A WEB-BASED IDE AND A PROJECT MANAGEMENT SYSTEM Arnold Choa 1, Linda Chua 1, Kevin See 1, Alvin Uy 1, Danny Cheng 2 1 Software Technology College of Computer Studies, De La

More information

Defect detection of gold-plated surfaces on PCBs using Entropy measures

Defect detection of gold-plated surfaces on PCBs using Entropy measures Defect detection of gold-plated surfaces on PCBs using ntropy measures D. M. Tsai and B. T. Lin Machine Vision Lab. Department of Industrial ngineering and Management Yuan-Ze University, Chung-Li, Taiwan,

More information

1 o Semestre 2007/2008

1 o Semestre 2007/2008 Departamento de Engenharia Informática Instituto Superior Técnico 1 o Semestre 2007/2008 Outline 1 2 3 4 5 Outline 1 2 3 4 5 Exploiting Text How is text exploited? Two main directions Extraction Extraction

More information

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS O.U. Sezerman 1, R. Islamaj 2, E. Alpaydin 2 1 Laborotory of Computational Biology, Sabancı University, Istanbul, Turkey. 2 Computer Engineering

More information

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Andre BERGMANN Salzgitter Mannesmann Forschung GmbH; Duisburg, Germany Phone: +49 203 9993154, Fax: +49 203 9993234;

More information

PERSONALIZED WEB MAP CUSTOMIZED SERVICE

PERSONALIZED WEB MAP CUSTOMIZED SERVICE CO-436 PERSONALIZED WEB MAP CUSTOMIZED SERVICE CHEN Y.(1), WU Z.(1), YE H.(2) (1) Zhengzhou Institute of Surveying and Mapping, ZHENGZHOU, CHINA ; (2) North China Institute of Water Conservancy and Hydroelectric

More information

Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms

Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms Kirill Krinkin Open Source and Linux lab Saint Petersburg, Russia kirill.krinkin@fruct.org Eugene Kalishenko Saint Petersburg

More information

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin

More information

Customer Relationship Management using Adaptive Resonance Theory

Customer Relationship Management using Adaptive Resonance Theory Customer Relationship Management using Adaptive Resonance Theory Manjari Anand M.Tech.Scholar Zubair Khan Associate Professor Ravi S. Shukla Associate Professor ABSTRACT CRM is a kind of implemented model

More information

Predict Influencers in the Social Network

Predict Influencers in the Social Network Predict Influencers in the Social Network Ruishan Liu, Yang Zhao and Liuyu Zhou Email: rliu2, yzhao2, lyzhou@stanford.edu Department of Electrical Engineering, Stanford University Abstract Given two persons

More information

Tracking and Recognition in Sports Videos

Tracking and Recognition in Sports Videos Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey mustafa.teke@gmail.com b Department of Computer

More information

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

More information

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 2016 E-ISSN: 2347-2693 ANN Based Fault Classifier and Fault Locator for Double Circuit

More information

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering

More information