Study on Wood Defect Detection Based on Artificial Neural Network

Size: px
Start display at page:

Download "Study on Wood Defect Detection Based on Artificial Neural Network"

Transcription

1 Study on Detection Based on Artificial Neural Network Dawei Qi, Peng Zhang, and Lei Yu College of Science University of Northeast Forestry Harbin, Heilongjiang Province, China Abstract Contrasting to the original method of identifying the types of wood defects which requires the experienced technical staff with good discrimination to consider the characteristics of wood defects in the image, this paper presents a new method which can identify the types of internal wood defects rapidly and accurately by BP neural network which can analyse the visual characteristics parameters of wood defects extracted from the wood digital image. It analyses the results that different network structure and network parameters impact the capability of wood defects classification, presents the best parameters of BP neural networks which is used to identify the types of wood defects. This paper presents the way of extracting the wood defect characteristics and the way of processing the wood digital image in which has the visual flaw such as noise and low contrast. Keywords Artificial neural network, wood defects, detection, and image processing I. INTRODUCTION In the wood processing industry, identifying the types of wood defects correctly is necessary for fully and rationally using of wood resources and choosing the reasonable wood material. productions can be determined the right quality rating based on the types of wood defects for maximizing the economic value of wood, and can be rationally used in accordance with the different wood defects, which is not only Conducive to industrial production, but also beneficial to the environment. re are many methods which were used to detect the internal defects of wood, such as appearance judgment, hammer percussion, X-ray detection method, gamma-ray detection method, ultrasonic detection, microwave detection, nuclear magnetic resonance, acoustic method, pulse resistance method, and so on. X-ray detection method can be use to see internal physical structure of wood by eyes, and have lower cost. Different defects have their specific physical structure. types of wood defects can be determined based on the physical characteristic of the area, girth, length width ratio of wood defects which was revealed by the X-ray images of wood reflects. For example, the wood knot in the wood image has lower gray level value, because which has greater density can absorb more X-ray dose than the natural part of wood, it seems to have lower brightness. wood hollow in the wood image has higher gray level value because which has hollow site without wood structure can hardly absorb X-ray dose. gray values of wood rot in the image of wood is between the gray values of wood knot and wood hollow, because its density is between the density of wood burl and wood hollow. Although the wood crack has no distinctive features on the gray compared with other defects, but its types can be determined based on its shape, the longer length, and other factors. Classification by watching X-ray images of wood defect is feasible, but it requires experienced technical staff with good discrimination through comprehensive consideration wood defects in the image to carry out the work. Because of the lower contrast in the X-ray image it is difficult to see the wood internal defects. It is not conducive to improving the efficiency of classification and achieving good classification results because of the lower automation degree and the constraints of man-induced factors. Artificial neural network technology because of its inherent advantages is a hot technology used in many study areas in recent years. It is ascendant to be applied to pattern recognition. It can find the complex nonlinear relationship between the eigenvalue and the patterns because of its powerful capabilities of self-learning, self-adaptation and nonlinear analysis. It is possible to achieve pattern classification through analyzing comprehensive characteristics data which looks complex and unrelated. For Example, BP network can identify the types of terrain by analyzing the gray level values of specific wave band satellite image of the region; it can identify the flight target whether it is enemy by analyzing the characteristics of airspace site, electronic jamming, target group characteristics, radar response, and so on. BP network also can identify base pile defects by analyzing measured wavelet feature vector of base pile. In a word, there are many successful identified examples using BP network which has the nonlinear mapping ability. This paper presents a new method which can identify the types of internal wood defects rapidly and accurately by BP neural network which can analyze the visual characteristics parameters of wood defects extracted from the wood digital image. it analyzes the result that different network structure and network parameters on the network impact the capability of wood defects classification, presents the best parameters of BP network networks which is used to identify the types of wood defects. This paper presents the way of extracting the wood /08 /$ IEEE CIS 2008

2 defect characteristics and the way of processing the wood digital image which has the visual flaw such as noise and low contrast. II. MATERIALS AND METHODS A. Back-Propagation Network Artificial neural networks (ANN), also known as neural networks (NN), are the networks which interconnect the large number of processing elements. It is the abstract of the human brain, Simulates the human brain, and reflects the fundamental characteristics of the human brain. Artificial neural networks research the human intelligence behavior from the aspect of the physiological structure of the human brain, simulates the functions of information processing of the human brain. It is a technology which roots in neural science, mathematics, statistics, physics, computer science and engineering. It has the highly parallel processing capabilities, a high degree of nonlinear global effect, a good fault-tolerant and associative memory functions, as well as highly adaptive self-learning function, because artificial neural networks learn the many advantages of biologic neural networks. whole name of BP network is error back-propagation algorithm multilayer feed-forward network model by the PDP group, It is an artificial neural network model that was the most widely used, and was presented by the PDP group in It adopts the multi-storey mapping between inputs and outputs. Only the nodes of adjacent layers are directly linked to one another transferring information. Each training example spreads twice in the network, the one spreads from the input layer, forward every layer. different transfer functions are selected in accordance with the actual professional requirements. Output layer can give a result. Actual output and the desired output will be between a certain error, backpropagation adjusts the weights and thresholds of layers using gradient descent methods from the output layer to the input layer against the error vector, and it is repeated until that the error meet the required precision. A neuron is a basic processing unit of artificial neural networks, and it is a multiple-input and multiple-output nonlinear device. Fig. 1 shows the structure of a neuron. input of a transfer function ƒ is the sum of the product of each input and the weight, together with the corresponding threshold value. Any differentiable function can be used as the transfer function of the neurons in Back-propagation networks. Fig. 2 shows a kind of partially connected neural network. Back-propagation networks are widely used in pattern recognition, image processing, control, forecasting, and other fields. Actually a back-propagation networks model transfers a set of sample input and output problem into a nonlinear optimization problem, using the optimization algorithms (such as gradient descent method), obtains the weights by iterative calculation corresponding to learning and memory problems, and adjusts the parameters by the method of Joining the hidden layer to obtain optimal solution. B. Collecting and Processing the Image of s Taking into account the constraint of costs, protective conditions, and experimental conditions, the wood internal defects image can be obtained and processed by the wood detestation system using X-ray method. X-ray is an electromagnetic wave, and has higher frequencies than the visible light. energy of a single photon is higher than visible light, so it can penetrate objects which look no transparent in our life, and shows the objects on a view. X-rays will be absorbed partly when it penetrates the objects. According to the formula which is showed in (1), the X-ray energy of which intensity is I 0 is absorbed partly when it penetrates the objects, supposing the thickness of the wood is d. μ is an absorption coefficient related to the X-ray wavelength, the absorption material types, and the density of the material. I µ d = I 0 e. (1) Different objects have different degrees on the X-ray absorption, while the different parts of the same object have different degrees on the X-ray absorption because of the different density, composition, and temperature. Fig. 3 shows image acquisition and processing system for wood non-destructive detections. log will be placed between the X-ray source and absorption screen which is coated with fluorescent material. X-rays source give off the X- ray which will be absorbed partly by the wood material when it penetrates the objects. Absorption quantity is related to the types and the density of log defects. attenuation of X-ray in the logs reduces the energy; reflected in different degrees of activating the same fluorescent material on-screen. p 1 ω 1,1 Output layer p 2 p R ω 1,2 ω 1,R Σ b net f O Hidden layer 1 Input layer Figure 1. Artificial neural of BP Networks. Figure 2. Structure of partially connected one hidden layer BP network.

3 information of the weak fluorescence on the absorption screen is transmitted to a computer by a video camera. digital signals transmitted by the A / D converter circuit from the simulation signals are deposited in the image storage system, and are applied in the digital image processing. Fig. 4 shows the original wood defects image which obtained by the collection system. No accurate eigenvalue will be extracted from original lowdefinition wood defects image which is obtained by the Lowlight-level cameras and digital-simulation converter equipment. correct samples can not be established, which may lead to (A) (B) (C) (D) Figure 4. Image of a rot in log (A), image of a hollow in log (B), image of a crack in log (C), image of a crack and a knot in log (D), obtained by X-ray collection system. Figure 3. Image acquisition and processing system of log for wood detection. the failure in BP network training. In order to accurately extracting the eigenvalue of wood defects from the image, the paper will get rid of the noise of the wood images, enhance the contrast of the wood images. human eye can easily perceive the spot of which gray level value is largely different from adjacent pixels, such as a bright spot in a dark area in the gray image. This mutation is called the noise in the image. In order to extract accurate defect features, it is necessary to remove or weaken the noise impact on the feature extraction. A linear smoothing filter is also called an average filter. coefficients of Mean filter are all positive. For the 3 3 template, the simplest operation is that all coefficients are 1, makes the output image still in the gray value area of original image. product of all the templates and adjacent pixel should be divided by 9. This method is also called neighborhood average. Median filter is a nonlinear signal processing methods, and can overcome the disadvantage of Linear Filter which makes the image detail fuzzy. Its purpose is to protect the edge of the image when noise is removed. median filter rand the gray level value of the pixels which are in the area centered by a spot, and the gray level value of the spot is the median gray level value. An average of the two middle values will be the gray level value of the spot when the number of spot in the area is even number. se two methods can remove the image noise, preserve useful image information effectively. Fig. 5 shows the filtered wood image, and the filter processed image became clear. C. Eigenvalues Selecting types of wood internal defects including knot, crack, hollow, and rot can be identified by Back-propagation networks methods in this paper. Each of the four wood defect types has its own physical characteristics. For example, the wood knot in the wood image has lower gray level value, because which has greater density can absorb more X-ray dose than the natural part of wood, it seems to have lower brightness. wood hollow in the wood image has higher gray level value because which has hollow site without wood

4 structure can hardly absorb X-ray dose. gray values of wood rot in the image of wood is between the gray values of wood knot and wood hollow, because its density is between the density of wood burl and wood hollow. crack of wood has no distinctive features on the gray compared with other defects, but it has a narrow and long shape which is different from the other defects. Considered the characteristics of the four defect types, the area of defect, length of defect edge, the mean gray level value of defect image, and length width ratio of defect will be selected as the input eigenvalue of the ANN. D. Eigenvalues Extraction Digital image processing technology is a rapid developing computer technology with rapidly growing high-tech. four eigenvalues like the area of wood defects, the length of defect edge, the mean gray level value, and the length width ratio are defined according to the characteristics of digital image. TABLE I. Type of Figure 5. image after filter and then enhance contrast. A PART OF THE EIGENVALUE EXTRACTED FROM THE IMAGE OF WOOD DEFECTS Binary Coding of Area Gray Level Value Girth Length Width Ratio Knot (0,0) Knot (0,0) Knot (0,0) Knot (0,0) Crack (1,0) Crack (1,0) Crack (1,0) Crack (1,0) number of pixels in wood defects is defined as the area (S) of the wood defect. number of pixels in the defect edge is defined as the girth (L) of the wood defect. Mean gray level value means the average gray level value of the pixels in the defects area. length width ratio (BI) means the radio between the length of the longest inner diameter and the length of the midperpendicular of the longest inner diameter which also is the inner diameter. Equation (2) and (3) shows respectively the extraction methods of mean gray level value and the length width ratio. GRAY is the mean gray level value; G[i][j] is the gray level value of the pixel; n is the number of wood defect pixels; L min and L max are the maximum coordinates and minimum coordinates in the defect area in vertical direction. R min and R max are the maximum coordinates and minimum coordinates in the defect area in horizon direction. r max is the longest distance between the two spot on the edge of the defect. r min is the longest distance in the midperpendicular of the r max between the two spot on the edge of the defects. TABLE I shows a part of the eigenvalue extracted from the image of wood defects. GRAY = R max L max i = R j = L min ( G [ i][ BI = r max. (3) r min E. Creating and Training the Back-Propagation Networks parameters of the network should be set before BP network training. network parameter settings include the setting of the number of layers in network configuration, the settings of the number of neurons in each layer, transfer function settings in each layer, the settings of learning function and training function, the settings of training Accuracy, and the settings of training steps. Research shows that a three-layer Back-propagation network with one hidden layer can nonlinearly approximate to the target. Identifying the types of wood defect is realized by a three-layer Back-propagation network. number of neuron in each layer is signified using N, X, M. This paper extracts four eigenvalues of the wood defects such as the area of wood defect, the girth of wood defect, the mean gray level value, and the length width ratio as the input of Back-propagation network to identify the types of wood defect, so four neurons are set as the inputs, as N=4, are used to receive four input eigenvalues. output of the network is the types of wood defects, so the network should have four outputs according to the need of identification. In order to simplify network, and enhance efficiency, the output layer is set using two artificial neurons, as M = 2, the output values are 0 and 1. According to the actual needs of identification, four types of wood defects will be transferred by binary coding, that is, the output (0,0) represents wood knot; the output (1,0) represents wood crack; (the output (0,1) represents wood hollow; the output (1,1) represents wood rot. As ANN is inexact, the output value may not be either 0 or min n j]). (2)

5 1, but the approximation of 0 or 1. y will be transferred into 0 or 1 according with the way of half adjust. Current theory can not give the best number of neurons in the hidden layer, while the best number of neurons in the hidden layer can be given by experience and practical application. In this paper, the different networks including different number of neurons in the hidden layer will be tested to identify the types of wood defects. network that has the optimal performance will be confirmed as the ultimate application. S-type tangent function is chosen as the transfer function of neurons in the hidden layer. S-type logarithmic function is chosen as the transfer function of neurons in output layer, and it is two-valued, meets the requirements of this experiment. training function of network is trainlm. function has a high operating speed, and is more suitable for large and medium-sized networks. learning function of network is learngdm. Performance function is the mean square error (mse). largest number of training steps is training error set at eigenvalues extracted from the images are different in unit and magnitude. In order to balance the impact ability of various eigenvalues, the eigenvalues need to be transferred into the data which are close in impact ability. In this paper, training samples and test samples are transferred using a logarithmic function. Equation (4) shows the transfer formula, where p is the input eigenvalues of the original matrix, Pn is the input eigenvalues of the transferred matrix. TABLE II shows a part of the processed eigenvalue extracted from the image of wood defects. TABLE II. Type of Pn =log10(p). (4) A PART OF THE PROCESSED EIGENVALUE EXTRACTED FROM THE IMAGE OF WOOD DEFECTS Binary Coding of Area Gray Level Value Girth Length Width Ratio Knot (0,0) Knot (0,0) Knot (0,0) Knot (0,0) Crack (1,0) Crack (1,0) Crack (1,0) Crack (1,0) III. RESULTS AND DISCUSSION number of neurons in the hidden layer has a greater impact on the performance of the network. In this study, the nine types of Back-propagation networks will be created, which all have four input neurons and two output neurons. y are different in the number of neurons in the hidden layer. number of neurons in the hidden layer of each network is 4, 6, 8, 10, 12, 14, 16, 18, and 20. Each type of network is trained fifty times, and is tested the success rate of training and the performance in identifying the types of wood defects. TABLE III shows the test results. success rate of training networks is low when the number of neurons in the hidden layer is four, as the rate is 60 percent and the network is easy to trap into local minimum points. success rate of training networks is about 78 percent when the number of neurons in the hidden layer is 6, 8, 10, 12, and 14. success rate of training networks is high when the number of neurons in the hidden layer is above 18; the rate is about 90 percent. A high success rate of network training does not mean that the network has a outstanding performance in identifying the types of wood defects, only means that the network is not easy to trap into local minimum points. However, due to the higher complexity of the network structure, it will also cause the loss of network generalization.refore, the number of hidden layer neurons should not be too much or too small, should choose in the rank of 6 to 14. TABLE III. Number of the Hidden Layers 1 THE TEST RESULTS OF BACK-PROPAGATION NETWORKS Number of Neurons in the Hidden Layer Success Rate of Training (%) Number of Steps for Achieving the Training Aim Error Number/ Number of Testing Samples 24 0/ / / / / / / / / / / / / / / / / / / / / / / / / / /32

6 Figure 6. Changing process of error with the training steps. Figure 7. Changing process of error with the training steps. Experiment shows that when the number of hidden layer neurons is 10, the training success rate is 78 percent. In the three training, the network gets to required training precision in the 16th step, the 20th step and the 26th step. Fig. 6 and Fig. 7 show the two training processes of Back-propagation which has ten neurons in the hidden layer. We can see the changing process of error with the training steps. After each of the three training, the error identification rate of the Back-propagation network that has ten neurons in the hidden layer is zero by testing the thirty two testing samples. Back-propagation networks that have other number of neurons in the hidden layer have no such excellent identification performance. This paper presents that the optimal Back-propagation network model used in identifying the types of wood defects is the three-layer Back-propagation network with ten neurons in the hidden layer. IV. CONCLUSIONS types of wood internal defects including knot, crack, hollow, and rot can be identified by Back-propagation networks methods. purpose of identifying the types of wood defects is realized by analyzing the inputs eigenvalue such as the edge length of area, dimension, length width ratio, and mean gray level value. X-ray image quality and the choice of methods for extracting wood defects eigenvalue is very important to the capability of networks in wood defects classification. Denoising filtering and contrast enhancement are applied in wood image processing. practice shows the edge of wood defects in the pretreated wood image gets clearer, and get easier to extract it. Research shows that the application of artificial neural network method for detecting wood defect types is feasible. This paper analyzes the results that different network structure and network parameters impact the capability of wood defects classification, and determines the best type of Back-propagation network model for identifying the wood defects is the three layers BP network whose hidden layer contains ten artificial neurons. REFERENCES [1] Dawei Qi, Log with Knot-Hole Image Processing Based on the Discrete Brownian Random Field and Fractal Paremeter, Scientia Silvae Sinicae, vol. 40, pp , July [2] Dawei Qi, A Study on Image Processing System of Non-Destructive Log Detection, Scientia Silvae Sinicae, vol. 37, pp , November [3] Lei Yu and Dawei Qi, Study on Testing by Applying Computed Tomography, Forest Engineering, vol. 22, pp , September [4] Hongbo Mu and Dawei Qi, Application of Artificial Neural Networks in the Testing of s, Forest Engineering, vol. 22, pp , January [5] Jiani Fan, Zhenlei Wang, and Feng Qian, Research Progress Structural Design of Hidden Layer in BP Artificial Neural Networks, Control Engineering of China, vol. 12, pp , May [6] Cunbin Li and Kecheng Wang, A New Grey Forecasting Model Based on BP Neural Network and Markov China, J. Cent. South Univ. Technol, vol. 14, pp , May [7] Yingke Mao, Zhicheng Guan, Liming Wang, and Bo Yue, Prediction of Leakage Current of Outdoor Insulators Based on BP Artificial Neural Network, Proceedings of the CSEE, vol. 27, pp. 7-11, September [8] Shuling Yin, Ning Shu, and Xinhua Liu, Classification of Remote Sensing Image Based on Adaptive GA and Improved BP Algorithm, Geomatics and Information Science of Wuhan University, vol. 32, pp , March [9] Jie Zhao and Hui Lin, Target Attribute Identification Simulation Based on BP Neural Network Model, Journal of System Simulation, vol. 19, pp , June [10] Minggui Liu, Xianghong Yue, Yongbo Yang, and Qi Li, Intelligent Identification of Pile Based on Sym Wavelet and BP Neural Network, Chinese Journal of Rock Mechanics and Engineering, vol. 26, pp , July [11] Dongmei Lv and Jing Guo, Character Identification Based on EMD and Improved BP Algorithm, Chinese Journal of Electron Device, vol. 30, pp , October 2007.

Recognition and Measurement of Small Defects in ICT Testing

Recognition and Measurement of Small Defects in ICT Testing 19 th World Conference on Non-Destructive Testing 2016 Recognition and Measurement of Small Defects in ICT Testing Guo ZHIMIN, Ni PEIJUN, Zhang WEIGUO, Qi ZICHENG Inner Mongolia Metallic Materials Research

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

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision 09 nd International Conference on Computer Science and Advanced Materials (CSAM 09) Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision Zhang Wenqian, Zhang Jinhong Department of

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

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

Research on Evaluation Method of Product Style Semantics Based on Neural Network

Research on Evaluation Method of Product Style Semantics Based on Neural Network Research Journal of Applied Sciences, Engineering and Technology 6(23): 4330-4335, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 28, 2012 Accepted:

More information

Parameter optimization model in electrical discharge machining process *

Parameter optimization model in electrical discharge machining process * 14 Journal of Zhejiang University SCIENCE A ISSN 1673-565X (Print); ISSN 1862-1775 (Online) www.zju.edu.cn/jzus; www.springerlink.com E-mail: jzus@zju.edu.cn Parameter optimization model in electrical

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

A Data Classification Algorithm of Internet of Things Based on Neural Network

A Data Classification Algorithm of Internet of Things Based on Neural Network A Data Classification Algorithm of Internet of Things Based on Neural Network https://doi.org/10.3991/ijoe.v13i09.7587 Zhenjun Li Hunan Radio and TV University, Hunan, China 278060389@qq.com Abstract To

More information

CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN

CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN CHAPTER 3: IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN Principal objective: to process an image so that the result is more suitable than the original image

More information

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network 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. 11, November 2014,

More information

A New Technique of Extraction of Edge Detection Using Digital Image Processing

A New Technique of Extraction of Edge Detection Using Digital Image Processing International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A New Technique of Extraction of Edge Detection Using Digital Image Processing Balaji S.C.K 1 1, Asst Professor S.V.I.T Abstract:

More information

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Ritika Luthra Research Scholar Chandigarh University Gulshan Goyal Associate Professor Chandigarh University ABSTRACT Image Skeletonization

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

Research on Quality Inspection method of Digital Aerial Photography Results

Research on Quality Inspection method of Digital Aerial Photography Results Research on Quality Inspection method of Digital Aerial Photography Results WANG Xiaojun, LI Yanling, LIANG Yong, Zeng Yanwei.School of Information Science & Engineering, Shandong Agricultural University,

More information

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a International Conference on Education Technology, Management and Humanities Science (ETMHS 2015) Research on Applications of Data Mining in Electronic Commerce Xiuping YANG 1, a 1 Computer Science Department,

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

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

SVM-based Filter Using Evidence Theory and Neural Network for Image Denosing

SVM-based Filter Using Evidence Theory and Neural Network for Image Denosing Journal of Software Engineering and Applications 013 6 106-110 doi:10.436/sea.013.63b03 Published Online March 013 (http://www.scirp.org/ournal/sea) SVM-based Filter Using Evidence Theory and Neural Network

More information

Temperature Calculation of Pellet Rotary Kiln Based on Texture

Temperature Calculation of Pellet Rotary Kiln Based on Texture Intelligent Control and Automation, 2017, 8, 67-74 http://www.scirp.org/journal/ica ISSN Online: 2153-0661 ISSN Print: 2153-0653 Temperature Calculation of Pellet Rotary Kiln Based on Texture Chunli Lin,

More information

MEDICAL IMAGE ANALYSIS

MEDICAL IMAGE ANALYSIS SECOND EDITION MEDICAL IMAGE ANALYSIS ATAM P. DHAWAN g, A B IEEE Engineering in Medicine and Biology Society, Sponsor IEEE Press Series in Biomedical Engineering Metin Akay, Series Editor +IEEE IEEE PRESS

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

Application of partial differential equations in image processing. Xiaoke Cui 1, a *

Application of partial differential equations in image processing. Xiaoke Cui 1, a * 3rd International Conference on Education, Management and Computing Technology (ICEMCT 2016) Application of partial differential equations in image processing Xiaoke Cui 1, a * 1 Pingdingshan Industrial

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

More information

CS6220: DATA MINING TECHNIQUES

CS6220: DATA MINING TECHNIQUES CS6220: DATA MINING TECHNIQUES Image Data: Classification via Neural Networks Instructor: Yizhou Sun yzsun@ccs.neu.edu November 19, 2015 Methods to Learn Classification Clustering Frequent Pattern Mining

More information

An Integrated Face Recognition Algorithm Based on Wavelet Subspace

An Integrated Face Recognition Algorithm Based on Wavelet Subspace , pp.20-25 http://dx.doi.org/0.4257/astl.204.48.20 An Integrated Face Recognition Algorithm Based on Wavelet Subspace Wenhui Li, Ning Ma, Zhiyan Wang College of computer science and technology, Jilin University,

More information

An Adaptive Histogram Equalization Algorithm on the Image Gray Level Mapping *

An Adaptive Histogram Equalization Algorithm on the Image Gray Level Mapping * Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 601 608 2012 International Conference on Solid State Devices and Materials Science An Adaptive Histogram Equalization Algorithm on

More information

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit Liangyu Ma, Zhiyuan Gao Automation Department, School of Control and Computer Engineering

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

Wavelength Estimation Method Based on Radon Transform and Image Texture

Wavelength Estimation Method Based on Radon Transform and Image Texture Journal of Shipping and Ocean Engineering 7 (2017) 186-191 doi 10.17265/2159-5879/2017.05.002 D DAVID PUBLISHING Wavelength Estimation Method Based on Radon Transform and Image Texture LU Ying, ZHUANG

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

Digital Image Processing

Digital Image Processing Digital Image Processing Third Edition Rafael C. Gonzalez University of Tennessee Richard E. Woods MedData Interactive PEARSON Prentice Hall Pearson Education International Contents Preface xv Acknowledgments

More information

Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models

Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models Wenzhun Huang 1, a and Xinxin Xie 1, b 1 School of Information Engineering, Xijing University, Xi an

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

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 Research, 2015, 7(3):2413-2417 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on humanoid robot vision system based

More information

Power Load Forecasting Based on ABC-SA Neural Network Model

Power Load Forecasting Based on ABC-SA Neural Network Model Power Load Forecasting Based on ABC-SA Neural Network Model Weihua Pan, Xinhui Wang College of Control and Computer Engineering, North China Electric Power University, Baoding, Hebei 071000, China. 1471647206@qq.com

More information

Segmentation and Grouping

Segmentation and Grouping Segmentation and Grouping How and what do we see? Fundamental Problems ' Focus of attention, or grouping ' What subsets of pixels do we consider as possible objects? ' All connected subsets? ' Representation

More information

Research on the Wood Cell Contour Extraction Method Based on Image Texture and Gray-scale Information.

Research on the Wood Cell Contour Extraction Method Based on Image Texture and Gray-scale Information. , pp. 65-74 http://dx.doi.org/0.457/ijsip.04.7.6.06 esearch on the Wood Cell Contour Extraction Method Based on Image Texture and Gray-scale Information Zhao Lei, Wang Jianhua and Li Xiaofeng 3 Heilongjiang

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

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON WITH S.Shanmugaprabha PG Scholar, Dept of Computer Science & Engineering VMKV Engineering College, Salem India N.Malmurugan Director Sri Ranganathar Institute

More information

Edge Detection for Dental X-ray Image Segmentation using Neural Network approach

Edge Detection for Dental X-ray Image Segmentation using Neural Network approach Volume 1, No. 7, September 2012 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Edge Detection

More information

Study on fabric density identification based on binary feature matrix

Study on fabric density identification based on binary feature matrix 153 Study on fabric density identification based on binary feature matrix Xiuchen Wang 1,2 Xiaojiu Li 2 Zhe Liu 1 1 Zhongyuan University of Technology Zhengzhou, China 2Tianjin Polytechnic University Tianjin,

More information

Liquefaction Analysis in 3D based on Neural Network Algorithm

Liquefaction Analysis in 3D based on Neural Network Algorithm Liquefaction Analysis in 3D based on Neural Network Algorithm M. Tolon Istanbul Technical University, Turkey D. Ural Istanbul Technical University, Turkey SUMMARY: Simplified techniques based on in situ

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

Image Compression: An Artificial Neural Network Approach

Image Compression: An Artificial Neural Network Approach Image Compression: An Artificial Neural Network Approach Anjana B 1, Mrs Shreeja R 2 1 Department of Computer Science and Engineering, Calicut University, Kuttippuram 2 Department of Computer Science and

More information

A Fast Speckle Reduction Algorithm based on GPU for Synthetic Aperture Sonar

A Fast Speckle Reduction Algorithm based on GPU for Synthetic Aperture Sonar Vol.137 (SUComS 016), pp.8-17 http://dx.doi.org/1457/astl.016.137.0 A Fast Speckle Reduction Algorithm based on GPU for Synthetic Aperture Sonar Xu Kui 1, Zhong Heping 1, Huang Pan 1 1 Naval Institute

More information

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM M. Sivakumar 1 and R. M. S. Parvathi 2 1 Anna University, Tamilnadu, India 2 Sengunthar College of Engineering, Tamilnadu,

More information

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation Optimizing the Deblocking Algorithm for H.264 Decoder Implementation Ken Kin-Hung Lam Abstract In the emerging H.264 video coding standard, a deblocking/loop filter is required for improving the visual

More information

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 6, November 2017 Feature-Guided K-Means Algorithm for Optimal Image Vector

More information

A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images

A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images G.Praveena 1, M.Venkatasrinu 2, 1 M.tech student, Department of Electronics and Communication Engineering, Madanapalle Institute

More information

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising J Inf Process Syst, Vol.14, No.2, pp.539~551, April 2018 https://doi.org/10.3745/jips.02.0083 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) An Effective Denoising Method for Images Contaminated with

More information

WHAT TYPE OF NEURAL NETWORK IS IDEAL FOR PREDICTIONS OF SOLAR FLARES?

WHAT TYPE OF NEURAL NETWORK IS IDEAL FOR PREDICTIONS OF SOLAR FLARES? WHAT TYPE OF NEURAL NETWORK IS IDEAL FOR PREDICTIONS OF SOLAR FLARES? Initially considered for this model was a feed forward neural network. Essentially, this means connections between units do not form

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 APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK

AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK Xiangyun HU, Zuxun ZHANG, Jianqing ZHANG Wuhan Technique University of Surveying and Mapping,

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

BP Neural Network Based On Genetic Algorithm Applied In Text Classification

BP Neural Network Based On Genetic Algorithm Applied In Text Classification 20 International Conference on Information Management and Engineering (ICIME 20) IPCSIT vol. 52 (202) (202) IACSIT Press, Singapore DOI: 0.7763/IPCSIT.202.V52.75 BP Neural Network Based On Genetic Algorithm

More information

IMAGE DE-NOISING IN WAVELET DOMAIN

IMAGE DE-NOISING IN WAVELET DOMAIN IMAGE DE-NOISING IN WAVELET DOMAIN Aaditya Verma a, Shrey Agarwal a a Department of Civil Engineering, Indian Institute of Technology, Kanpur, India - (aaditya, ashrey)@iitk.ac.in KEY WORDS: Wavelets,

More information

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

Study on the Quantitative Vulnerability Model of Information System based on Mathematical Modeling Techniques. Yunzhi Li

Study on the Quantitative Vulnerability Model of Information System based on Mathematical Modeling Techniques. Yunzhi Li Applied Mechanics and Materials Submitted: 2014-08-05 ISSN: 1662-7482, Vols. 651-653, pp 1953-1957 Accepted: 2014-08-06 doi:10.4028/www.scientific.net/amm.651-653.1953 Online: 2014-09-30 2014 Trans Tech

More information

The Improved Embedded Zerotree Wavelet Coding (EZW) Algorithm

The Improved Embedded Zerotree Wavelet Coding (EZW) Algorithm 01 International Conference on Image, Vision and Computing (ICIVC 01) IPCSI vol. 50 (01) (01) IACSI Press, Singapore DOI: 10.7763/IPCSI.01.V50.56 he Improved Embedded Zerotree Wavelet Coding () Algorithm

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

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

An Edge Detection Method Using Back Propagation Neural Network

An Edge Detection Method Using Back Propagation Neural Network RESEARCH ARTICLE OPEN ACCESS An Edge Detection Method Using Bac Propagation Neural Netor Ms. Utarsha Kale*, Dr. S. M. Deoar** *Department of Electronics and Telecommunication, Sinhgad Institute of Technology

More information

A Study on various Histogram Equalization Techniques to Preserve the Brightness for Gray Scale and Color Images

A Study on various Histogram Equalization Techniques to Preserve the Brightness for Gray Scale and Color Images A Study on various Histogram Equalization Techniques to Preserve the Brightness for Gray Scale Color Images Babu P Balasubramanian.K Vol., 8 Abstract:-Histogram equalization (HE) wors well on singlechannel

More information

Lecture 4 Image Enhancement in Spatial Domain

Lecture 4 Image Enhancement in Spatial Domain Digital Image Processing Lecture 4 Image Enhancement in Spatial Domain Fall 2010 2 domains Spatial Domain : (image plane) Techniques are based on direct manipulation of pixels in an image Frequency Domain

More information

Neural Network Approach for Automatic Landuse Classification of Satellite Images: One-Against-Rest and Multi-Class Classifiers

Neural Network Approach for Automatic Landuse Classification of Satellite Images: One-Against-Rest and Multi-Class Classifiers Neural Network Approach for Automatic Landuse Classification of Satellite Images: One-Against-Rest and Multi-Class Classifiers Anil Kumar Goswami DTRL, DRDO Delhi, India Heena Joshi Banasthali Vidhyapith

More information

FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP

FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP Dynamics of Continuous, Discrete and Impulsive Systems Series B: Applications & Algorithms 14 (2007) 103-111 Copyright c 2007 Watam Press FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP

More information

CP467 Image Processing and Pattern Recognition

CP467 Image Processing and Pattern Recognition CP467 Image Processing and Pattern Recognition Instructor: Hongbing Fan Introduction About DIP & PR About this course Lecture 1: an overview of DIP DIP&PR show What is Digital Image? We use digital image

More information

A Survey on Feature Extraction Techniques for Palmprint Identification

A Survey on Feature Extraction Techniques for Palmprint Identification International Journal Of Computational Engineering Research (ijceronline.com) Vol. 03 Issue. 12 A Survey on Feature Extraction Techniques for Palmprint Identification Sincy John 1, Kumudha Raimond 2 1

More information

manufacturing process.

manufacturing process. Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 203-207 203 Open Access Identifying Method for Key Quality Characteristics in Series-Parallel

More information

Channel Performance Improvement through FF and RBF Neural Network based Equalization

Channel Performance Improvement through FF and RBF Neural Network based Equalization Channel Performance Improvement through FF and RBF Neural Network based Equalization Manish Mahajan 1, Deepak Pancholi 2, A.C. Tiwari 3 Research Scholar 1, Asst. Professor 2, Professor 3 Lakshmi Narain

More information

SOME stereo image-matching methods require a user-selected

SOME stereo image-matching methods require a user-selected IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 3, NO. 2, APRIL 2006 207 Seed Point Selection Method for Triangle Constrained Image Matching Propagation Qing Zhu, Bo Wu, and Zhi-Xiang Xu Abstract In order

More information

HANDWRITTEN GURMUKHI CHARACTER RECOGNITION USING WAVELET TRANSFORMS

HANDWRITTEN GURMUKHI CHARACTER RECOGNITION USING WAVELET TRANSFORMS International Journal of Electronics, Communication & Instrumentation Engineering Research and Development (IJECIERD) ISSN 2249-684X Vol.2, Issue 3 Sep 2012 27-37 TJPRC Pvt. Ltd., HANDWRITTEN GURMUKHI

More information

Research on friction parameter identification under the influence of vibration and collision

Research on friction parameter identification under the influence of vibration and collision Research on friction parameter identification under the influence of vibration and collision Qiang Chen 1, Yingjun Wang 2, Ying Chen 3 1, 2 Department of Control and System Engineering, Nanjing University,

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2019, Vol. 5, Issue 1, 128-138. Original Article ISSN 2454-695X Abigo et al. WJERT www.wjert.org SJIF Impact Factor: 5.218 APPLICATION OF ARTIFICIAL NEURAL NETWORK IN OPTIMIZATION OF SOAP PRODUCTION

More information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Liu Chun College of Computer Science and Information Technology Daqing Normal University Daqing, China Sun Bishen Twenty-seventh

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 04 130131 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Histogram Equalization Image Filtering Linear

More information

Quality Assessment of Power Dispatching Data Based on Improved Cloud Model

Quality Assessment of Power Dispatching Data Based on Improved Cloud Model Quality Assessment of Power Dispatching Based on Improved Cloud Model Zhaoyang Qu, Shaohua Zhou *. School of Information Engineering, Northeast Electric Power University, Jilin, China Abstract. This paper

More information

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

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI * 2017 2nd International onference on Artificial Intelligence: Techniques and Applications (AITA 2017) ISBN: 978-1-60595-491-2 Research of Traffic Flow Based on SVM Method Deng-hong YIN, Jian WANG and Bo

More information

The Application Research of Neural Network in Embedded Intelligent Detection

The Application Research of Neural Network in Embedded Intelligent Detection The Application Research of Neural Network in Embedded Intelligent Detection Xiaodong Liu 1, Dongzhou Ning 1, Hubin Deng 2, and Jinhua Wang 1 1 Compute Center of Nanchang University, 330039, Nanchang,

More information

An ELM-based traffic flow prediction method adapted to different data types Wang Xingchao1, a, Hu Jianming2, b, Zhang Yi3 and Wang Zhenyu4

An ELM-based traffic flow prediction method adapted to different data types Wang Xingchao1, a, Hu Jianming2, b, Zhang Yi3 and Wang Zhenyu4 6th International Conference on Information Engineering for Mechanics and Materials (ICIMM 206) An ELM-based traffic flow prediction method adapted to different data types Wang Xingchao, a, Hu Jianming2,

More information

Inversion of Fracture Parameters by Using the Artificial Neural Network

Inversion of Fracture Parameters by Using the Artificial Neural Network IC -AI 99 International Conference 57 Inversion of Fracture Parameters by Using the Artificial Neural Network Hengchang Dai, Xiang-Yang Li, and Colin MacBeth British Geological Survey, Murchison House,

More information

Predictive study on tunnel deformation based on LSSVM optimized by FOA

Predictive study on tunnel deformation based on LSSVM optimized by FOA Acta Technica 62, No. 1A/2017, 33 42 c 2017 Institute of Thermomechanics CAS, v.v.i. Predictive study on tunnel deformation based on LSSVM optimized by FOA Jun Li 1,2, Zonglin Wang 1 Abstract. As there

More information

Opening the Black Box Data Driven Visualizaion of Neural N

Opening the Black Box Data Driven Visualizaion of Neural N Opening the Black Box Data Driven Visualizaion of Neural Networks September 20, 2006 Aritificial Neural Networks Limitations of ANNs Use of Visualization (ANNs) mimic the processes found in biological

More information

Denoising and Edge Detection Using Sobelmethod

Denoising and Edge Detection Using Sobelmethod International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Denoising and Edge Detection Using Sobelmethod P. Sravya 1, T. Rupa devi 2, M. Janardhana Rao 3, K. Sai Jagadeesh 4, K. Prasanna

More information

International Journal of the Korean Society of Precision Engineering, Vol. 1, No. 1, June 2000.

International Journal of the Korean Society of Precision Engineering, Vol. 1, No. 1, June 2000. International Journal of the Korean Society of Precision Engineering, Vol. 1, No. 1, June 2000. Jae-Yeol Kim *, Gyu-Jae Cho * and Chang-Hyun Kim ** * School of Mechanical Engineering, Chosun University,

More information

A Method of weld Edge Extraction in the X-ray Linear Diode Arrays. Real-time imaging

A Method of weld Edge Extraction in the X-ray Linear Diode Arrays. Real-time imaging 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China A Method of weld Edge Extraction in the X-ray Linear Diode Arrays Real-time imaging Guang CHEN, Keqin DING, Lihong LIANG

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

More information

Back propagation Algorithm:

Back propagation Algorithm: Network Neural: A neural network is a class of computing system. They are created from very simple processing nodes formed into a network. They are inspired by the way that biological systems such as the

More information

Classification Algorithm for Road Surface Condition

Classification Algorithm for Road Surface Condition IJCSNS International Journal of Computer Science and Network Security, VOL.4 No., January 04 Classification Algorithm for Road Surface Condition Hun-Jun Yang, Hyeok Jang, Jong-Wook Kang and Dong-Seok Jeong,

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

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

arxiv: v1 [cond-mat.dis-nn] 30 Dec 2018

arxiv: v1 [cond-mat.dis-nn] 30 Dec 2018 A General Deep Learning Framework for Structure and Dynamics Reconstruction from Time Series Data arxiv:1812.11482v1 [cond-mat.dis-nn] 30 Dec 2018 Zhang Zhang, Jing Liu, Shuo Wang, Ruyue Xin, Jiang Zhang

More information

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Institute of Oceanographic Instrumentation, Shandong Academy of Sciences Qingdao, 266061, China E-mail:gyygyy1234@163.com Zhigang

More information

Survey on Multi-Focus Image Fusion Algorithms

Survey on Multi-Focus Image Fusion Algorithms Proceedings of 2014 RAECS UIET Panjab University Chandigarh, 06 08 March, 2014 Survey on Multi-Focus Image Fusion Algorithms Rishu Garg University Inst of Engg & Tech. Panjab University Chandigarh, India

More information

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters Appl. Math. Inf. Sci. 6 No. 1S pp. 105S-109S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. Two Algorithms of Image Segmentation

More information

An Angle Estimation to Landmarks for Autonomous Satellite Navigation

An Angle Estimation to Landmarks for Autonomous Satellite Navigation 5th International Conference on Environment, Materials, Chemistry and Power Electronics (EMCPE 2016) An Angle Estimation to Landmarks for Autonomous Satellite Navigation Qing XUE a, Hongwen YANG, Jian

More information

Digital Image Steganography Techniques: Case Study. Karnataka, India.

Digital Image Steganography Techniques: Case Study. Karnataka, India. ISSN: 2320 8791 (Impact Factor: 1.479) Digital Image Steganography Techniques: Case Study Santosh Kumar.S 1, Archana.M 2 1 Department of Electronicsand Communication Engineering, Sri Venkateshwara College

More information

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR Ahmed A. M. Emam College of Engineering Karrary University SUDAN ahmedimam1965@yahoo.co.in Eisa Bashier M. Tayeb College of Engineering

More information

How and what do we see? Segmentation and Grouping. Fundamental Problems. Polyhedral objects. Reducing the combinatorics of pose estimation

How and what do we see? Segmentation and Grouping. Fundamental Problems. Polyhedral objects. Reducing the combinatorics of pose estimation Segmentation and Grouping Fundamental Problems ' Focus of attention, or grouping ' What subsets of piels do we consider as possible objects? ' All connected subsets? ' Representation ' How do we model

More information