Artificial Intelligence and Image Processing Approaches in Damage Assessment and Material Evaluation

Size: px
Start display at page:

Download "Artificial Intelligence and Image Processing Approaches in Damage Assessment and Material Evaluation"

Transcription

1 Artificial Intelligence and Image Processing Approaches in Damage Assessment and Material Evaluation S.S. Kumar 1, F. Taheri 2, and M.R. Islam 2 1 Graduate Student, 2 Professor, Respectively; Dept of Civil Engg, Dalhousie University, Halifax, NS- B3J 1Z1, Canada {sskumar, Farid.Taheri, Rafiqul.Islam}@dal.ca Abstract The Ultrasonic is an inspection technique (UT), which employs high frequency acoustic waves to probe the sample being inspected. As the acoustic wave penetrates the sample, the wave is attenuated and/or reflected as a result of variation in the density (sound velocity) of the material. By observing and post processing the returned signal, be it the reflected signal or the signal emanating from the opposite side of the sample, one can effectively evaluate the material s characteristics such as material microstructures, as well as flaws existing in the material. This paper describes different Artificial Intelligence (AI) and Image Processing methods, which could be utilized to investigate various defects in metals as well as composites. The proposed system is highly robust and effective in situations where a large number of similar samples are to be investigated. The proposed methods utilizes Artificial Neural Networks (ANN), Fuzzy Logic and Image Analysis to recognize various types of defects in a given specimen. Image processing and wavelets techniques are used to determine the details of the damage geometry. The above system is an integral part of a robust damage analysis software under the development. An Adaptive Neuro Fuzzy Inference System is also being developed for composites, suggestive repair mechanicsm. MATLAB language is used in developing a real time automated damage assessment and evaluation prototype system. 1. Introduction Ultrasonic technique [1] has been most widely applied to detect cracks, delamination, debonding and defects hidden in solids and material evaluation. Selection of proper transducers, water scan or air scan, pulse echo or through transmission, longitudinal waves or shear waves or plate waves, spike pulse or tone burst signal and reference standards are all key parameters. Appropriate Image Pre processing is a very important step to make images suitable for various purposes. It sharpens the image feature, adjusts contrast, converts RGB image to binary and so forth. In practical situations, noisy input data are inevitable. The Wavelet technique could play an important role in de-noising and compressing of images. The Artificial Neural Networks (ANN) have the capability of constructing an arbitrary nonlinear mapping from multiple input data to multiple output data within the network through learning sample input versus output relations, and estimating appropriate output data, even for unlearned input output relations. Either Perceptron neural networks or Probabilistic neural networks (PNN) can be used for our classification problem [2], where one needs to classify the sample as good or defective based on the pixel values of the C-scan image. The Genetic Algorithm could be used for automatic configuration of neural networks, as well as for weight optimization. Fuzzy c-means (FCM) is a data clustering technique wherein each data point belongs to a cluster to some degree that is specified by a membership grade. FCM groups pixel data points of a C-scan image into a specific number of different clusters as good or defect. Image Analysis of a C-scan image analysis the distribution of intensities in an indexed image. A binary image histogram plot could be drawn by making 2 equally spaced bins ( good or defect ), each representing a range of data values. It then calculates the number of pixels within each range. The Image Viewer provides information about the size of the image, the display range of pixel values, and the value of the pixel in the location of the mouse pointer.

2 In an attempt to mimic the expertise of a human by a computer, this paper also describes an Adaptive Neuro-Fuzzy Expert System (ANFIS) developed for composite repair mechanism, designed to mimic the human decision process. An expert system allows for easy encoding of expert knowledge as a set of rules. The Fuzziness of an expert system allows better treatment of the uncertainties of the problem, and simplifying the expert system itself [3]. A Graphical User Interface based (GUI), Integrated Software Package is currently being developed using the MATLAB language for automated investigation of flaws in materials and for evaluation of material properties based on ultrasonic testing. This package will include various modules such as a geographic information system, database management system, risk assessment, expert system, digital image processing, medical image processing, neural networks and fuzzy logic for damage assessment to mention a few. The proposed system would be a generalized one, such that it would be capable of treating any type of images obtained by various tools such as optical scanner, MRI scan, CT scan, gyroscopic technology, SSET and other methods. 2. Automated Damage Evaluation System The development of the automated damage evaluation system [4] is divided into the following four steps, as schematically shown in Figure 1. collected and displayed in a number of different formats. The C-scan presentation [1] provides a plantype view of the location and size of test specimen features. The relative signal amplitude or the time-offlight is displayed as a shade of gray or a color for each of the positions where data was recorded. The C-scan presentation (Figure 2) provides an image of the intensity of the reflected and scattered sound within a graphite-epoxy test specimen. Figure 2. C-scan image of the sample 2.2. Step 2 - Image Pre-Processing Image Pre-processing is an important step to make images suitable for various purposes. It sharpens the image feature, adjusts contrast, performs RGB to GRAY scale conversions; also, performs resizing, splitting and de-noising of images [5]. De-noising is one of the most important applications of wavelets. Two-Dimensional wavelet analysis [6] is performed repeatedly on the noisy image until we are able to get satisfactory de-noised image. The Haar and sym6 wavelets can be used in succession to remove blocking and ringing effect in an image (see Figures 3 and 4). Figure 3. Noisy c-scan image Figure 4. De-noised c-scan image 2.3. Step 3 Damage detection methodologies Figure 1. Damage evaluation system 2.1. Step 1 - C-scan image acquisition A typical ultrasonic inspection system consists of several functional units, such as the pulser/receiver transducer, and display devices. Ultrasonic data can be Any of the following four methodologies could be used to determine defect in a given sample; one could also visualize the intensity of the defect. Each method has its own advantage as well as disadvantages Step 3(a) - Perceptron Neural Networks Damage Assessment. Perceptron is one of the simplest single-layer networks whose weights and biases could be trained to produce a correct target vector when presented with the corresponding input vector. The training technique used is called the

3 perceptron learning rule. The perceptron has the ability to generalize from its training vectors and learn from its initially randomly distributed connections. Perceptrons are especially suited for simple problems in pattern classification. A perceptron neuron, which uses the MATLAB s hard-limit transfer function hardlim, is shown in Figure 5. Within this procedure, each external input is weighted with an appropriate weight w 1j, and the sum of the weighted inputs is sent to the hard-limit transfer function, which also has an input of 1 transmitted to it through the bias. The hardlimit transfer function, which returns a 0 or a 1 is shown in Figure 6. right of the line L cause the neuron to output 0. The dividing line can be oriented and moved anywhere to classify the input space as desired by picking the weight and bias values. Hard-limit neurons without a bias will always have a classification line going through the origin. Adding a bias allows the neuron to solve problems where the two sets of input vectors are not located on different sides of the origin. The bias allows the decision boundary to be shifted away from the origin as shown in the above plot. The perceptron network consists of a single layer of S perceptron neurons connected to R inputs through a set of weights w i,j as shown in Figure 8 in two forms [7]. As before, the network indices i and j indicate that w i,j is the strength of the connection from the j th input to the i th neuron. Figure 5. perceptron neuron Figure 6. Transfer function The perceptron neuron produces a 1, if the net input into the transfer function is equal to or greater than 0; otherwise, it produces a 0. The hard-limit transfer function gives a perceptron the ability to classify input vectors by dividing the input space into two regions. Specifically, outputs will be 0 if the net input n is less than 0, or 1 otherwise. The input space of a two-input hard limit neuron with the weights w 1,1 = -1, w 1,2 = 1 and a bias b =1, is shown in Figure 7. Figure 7. Input space of hard limit neuron In reference to Figure 7, two classification regions [7] are formed by the decision boundary line L at Wp + b = 0. This line is perpendicular to the weight matrix W and is shifted according to the bias b. Input vectors above and to the left of the line L will result in a net input greater than 0; and therefore, cause the hard-limit neuron to output a 1. Input vectors below and to the Figure 8. Perceptron neural network architecture In supervised learning, the learning rule is provided with a set of examples (the training set) of proper network behavior: {p 1, t 1 }, {p 2, t 2 },..., {p q, t q }, where p q is an input to the network, and t q is the corresponding correct (target) output. As the inputs are applied to the network, the network outputs are compared to the targets. The learning rule is then used to adjust the weights and biases of the network in order to move the network outputs closer to the targets. The perceptron learning rule falls in this supervised learning category. Perceptron neural networks can be used for our classification problem [2], where one needs to classify the sample as good or defective based on the pixel values of the C-scan image. Figure 9 shows the two-way classification of our defective test specimen.

4 Figure 9. Perceptron neural networks damage assessment and classification Step 3(b) - Probabilistic Neural Networks Damage Assessment. Probabilistic neural networks (PNN) can be used for our classification problem [2] where one needs to classify the sample as good or defective based on the pixel values of the C-scan image. When an input is presented, the first layer computes distances from the input vector to the training input vectors, and produces a vector whose elements indicate how close the input is to a training input. The second layer sums these contributions, for each class of input, to produce a vector of probabilities as its net output. Finally, MATLAB s compete transfer function on the output of the second layer picks the maximum of these probabilities, and associates a 1 for that class and a 0 for the other classes. A PNN is guaranteed to converge to a Bayesian classifier, provided it is given adequate training data. These networks generalize well, but are slower to operate because they use more computation intensive than the other kinds of networks. The architecture for this system [7] is shown in Figure 10. Figure 10. Probabilistic neural network architecture The PNN is trained and tested using the reference samples as the target. Our defective sample (Figure 2) shows a specimen with severe defect shown in blue color, mild defect is identified in green and best portion is identified by a red color. After performing the necessary pre-processing of the C-scan image of the samples, the images are fed into the PNN for damage assessment. At this juncture, the PNN is ready to detect the damage by comparing the pixel color values of the samples with the pixel values of the reference healthy speciemn, and thus performing a three-way classification as (i) severe defect, (ii) mild defect and (iii) best, based on pixel intensity values. Figure 11 shows the three-way classification of our defective sample. Figure 11. Probabilistic neural networks damage assessment Step 3(c) -Fuzzy C-Means Clustering Damage Assessment. Clustering of numerical data forms the basis of many classification and system modeling algorithms. The purpose of clustering is to identify natural groupings of data from a large data set to produce a concise representation of a system's behavior. It can be used to classify the sample as good or defective based on the pixel values of the C-scan image. You can use the cluster information to generate a Sugeno-type fuzzy inference system that best models the data behavior, using a minimum number of rules. The rules partition themselves according to the fuzzy qualities associated with each of the data clusters. Fuzzy c-means (FCM) is a data clustering technique [8], wherein each data point belongs to a cluster to some degree that is specified by a membership grade. It provides a method that shows how to group data points that populate some multidimensional space into a specific number of different clusters. MATLAB s command line function fcm starts with an initial guess for the cluster centers, intended to mark the mean location of each cluster. The initial

5 guess for these cluster centers, however, is most likely incorrect. Additionally, the fcm assigns every data point of a cluster to a membership grade. By iteratively updating the cluster centers and the membership grades for each data point, the fcm iteratively moves the cluster centers to the right location within a data set. This iteration is based on minimizing an objective function that represents the distance from any given data point to a cluster center weighted by that data point's membership grade. The fcm is a command line function whose output is a list of cluster centers and several membership grades for each data point. You can use the information returned by the fcm to help you build a fuzzy inference system by creating membership functions to represent the fuzzy qualities of each cluster. one of only two discrete values. Essentially, these two values correspond to on (or good), and off (or defective). A binary image is stored as a logical array of 0's (off pixels) and 1's (on pixels). An image histogram is a chart [9] that shows the distribution of the intensities of an indexed, binary or intensity image. The MATLAB image histogram function [5] creates this plot by making n equally spaced bins, each representing a range of data values. It then calculates the number of the pixels within each range. The Figures 13 (a) and (b) displays a binary image of our defective test sample s C-scan image with and without colormap, and Figure 13(c) shows a histogram based on the two binaries. a) Binary image of our defective sample with colormap b) Binary image of our defective sample Figure 12. A typical plot based on the fuzzy c-mean clustering damage assessment Since would not have a clear idea as to the number of the clusters that would be in a given set of data, the subtractive clustering, is a fast one-pass algorithm available in the MATLAB for estimating the number of clusters and the clusters centers in a set of data. The cluster estimates obtained through this function [8] could be used to initialize the iterative optimizationbased clustering methods (fcm) and the model identification methods (such as the anfis). The subclust function finds the clusters by using the subtractive clustering method. Fuzzy C-Means Clustering can be used for our classification problem, where one would need to classify the test sample as good or defective, based on the pixel values of the C-scan image. Figure 12 shows the two-way classification of our defective sample Step 3(d) Image Analysis for Damage Assessment. In a binary image, each pixel assumes (c) Histogram of binary image of our sample Figure 13. Outcome of binary image analysis Using MATLAB s image viewer and pixel region tool [5] one could obtain information about specific pixels in an image. The pixel region rectangle defines the region of the image that one would desire to examine. The pixel region tool displays a grid of cells where each cell represents a pixel in the region specified by the rectangle. Each cell contains the numeric value of the pixel. For RGB images, each cell contains three numeric values, one for each band of the image. For indexed images, the cell contains the index value and the associated RGB value. The color of the cell represents the color of the pixel. If a defect is present, one could then assess the intensity of the defect by performing pixel by pixel analysis of the C- scan image. Figure 14 shows the pixel by pixel analysis of the defective sample.

6 Figure 14. Pixel by pixel image analysis 2.4. Step 4 Neuro-Fuzzy Expert System The basic structure of this type of fuzzy inference system is a model that maps the input characteristics to input membership functions, the input membership function to rules, rules to a set of output characteristics, the output characteristics to output membership functions, and the output membership function to a single-valued output or a decision associated with the output. The membership functions are usually fixed, and somewhat arbitrarily selected. Also, one should apply the fuzzy inference to modeling systems whose rule structure is essentially predetermined by the user's interpretation of the characteristics of the variables in the model. membership functions to the input/output data (Figure 15), in order to account for these types of variations in the data values. This is where the so-called neuroadaptive learning techniques [10] incorporated using ANFIS in our software package. The basic idea behind these neuro-adaptive learning techniques is very simple. These techniques provide a method for the fuzzy modeling procedure to learn information about a data set, in order to compute the membership function parameters that best allows the associated fuzzy inference system to track the given input/output data. This learning method works similarly to that of neural networks. A network-type structure similar to that of a neural network (Figure 16), which maps inputs through input membership functions and associated parameters, and then through output membership functions and the associated parameters to outputs, can be used to interpret the input/output map. Figure 16. ANFIS Model Structure Figure 15. Input/Output map There will be some modeling situations (as in our case), in which one cannot simply look at the data and discern what the membership functions should look like. Rather than choosing the parameters associated with a given membership function arbitrarily, these parameters could be chosen so as to tailor the The following six parameters are taken as the input [11] in the development of the proposed Expert System for Composites Repair Mechanism modules of the system: (i) Surface or deep damage; (ii) thin or thick composite; (iii) temporary or permanent repair; (iv) lightly or heavily loaded; (v) partial or full strength; and (vi) rough or smooth flush finish, which could also be changed as per our requirements. Based on the six input parameters, the ANFIS would suggest an output of repair mechanism from a series of defined repair mechanisms like cosmetic, resin injection, semi-structural plug/patch, structural mechanically fastened doubler, structural bonded external doubler, and structural flush repair. A sample output of our Adaptive Neuro- Fuzzy Inference System is shown in Figure 17.

7 4. Acknowledgement We acknowledge the support of the Atlantic Innovation Fund, the Canada Foundation for Innovation, and other partners which fund the Facilities for Materials Characterization, managed by the Institute for Research in Materials. 5. References [1] NDT Resource Center. / index_flash.htm. [2] Hagan, M.A., H.B. Demuth, M.H. Beale. (2003): Neural Network Design, Brooks Cole, ISBN: [3] L. Zadeh. (1987): Fuzzy Sets and Applications: Selected Papers by L.A. Zadeh, ed. R.R. Yager et al, John Wiley, New York. Figure 17. Output of the adaptive neuro-fuzzy inference system 3. Conclusions In this paper, the details of several new methodologies organized for damage assessment, using the Artificial Neural Networks (ANN), Fuzzy Logic and Image Analysis and the associated suggestive repair mechanism Expert System based on Adaptive Neuro-Fuzzy Expert System (ANFIS), were discussed. A real time automated prototype system using the MATLAB language for the damage assessment and the repair mechanism was developed. The proposed system is a generalized one that not only could it be used to decipher ultrasonic C-scan images, but also would be capable of treating any type of images obtained by various tools such as an optical scanner, gyroscopic technology, MRI scan, CT scan, SSET and other similar methods. The proposed composite repair mechanism could also be easily modified to accommodate other materials. Our future endeavors will include further development of the system, such that it could be used in real time through the Internet, as an online Web-based structural health monitoring system. [4] Kumar, S. and F. Taheri, F. (2004): Neuro-Fuzzy Approaches for FRP Oil and Gas Pipeline Condition Assessment, American Society of Mechanical Engineers, Pressure Vessels and Piping Division (publication), V490, Storage Tank Integrity and Materials Evaluation, p [5] Image processing toolbox user s guide. (2005) The Math Works, Natick, Massachusetts, USA. [6] Wavelet toolbox user s guide. (2005) The Math Works, Natick, Massachusetts, USA. [7] Neural Network toolbox user s guide. (2005) The Math Works, Natick, Massachusetts, USA. [8] Fuzzy Logic toolbox user s guide. (2005) The Math Works, Natick, Massachusetts, USA. [9] Gonzalez R, R.E. Woods and S.L. Eddins. (2004): Digital Image Processing Using MATLAB, Pearson Prentice Hall, ISBN [10] Jang J. S. R, (1992). ``Neuro-Fuzzy Modeling: Architectures, Analyses, and Applications.'' Ph.D. Dissertation, EECS Department, Univ. of California at Berkeley. [11] Armstrong K. and R. Barrett. (1998): Care and Repair of Advanced Composites, SAE International, ISBN:

John R. Mandeville Senior Consultant NDICS, Norwich, CT Jesse A. Skramstad President - NDT Solutions Inc., New Richmond, WI

John R. Mandeville Senior Consultant NDICS, Norwich, CT Jesse A. Skramstad President - NDT Solutions Inc., New Richmond, WI Enhanced Defect Detection on Aircraft Structures Automatic Flaw Classification Software (AFCS) John R. Mandeville Senior Consultant NDICS, Norwich, CT Jesse A. Skramstad President - NDT Solutions Inc.,

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

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

UMASIS, an analysis and visualization tool for developing and optimizing ultrasonic inspection techniques

UMASIS, an analysis and visualization tool for developing and optimizing ultrasonic inspection techniques 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China UMASIS, an analysis and visualization tool for developing and optimizing ultrasonic inspection techniques Abstract Joost

More information

USING IMAGES PATTERN RECOGNITION AND NEURAL NETWORKS FOR COATING QUALITY ASSESSMENT Image processing for quality assessment

USING IMAGES PATTERN RECOGNITION AND NEURAL NETWORKS FOR COATING QUALITY ASSESSMENT Image processing for quality assessment USING IMAGES PATTERN RECOGNITION AND NEURAL NETWORKS FOR COATING QUALITY ASSESSMENT Image processing for quality assessment L.-M. CHANG and Y.A. ABDELRAZIG School of Civil Engineering, Purdue University,

More information

Sizing and evaluation of planar defects based on Surface Diffracted Signal Loss technique by ultrasonic phased array

Sizing and evaluation of planar defects based on Surface Diffracted Signal Loss technique by ultrasonic phased array Sizing and evaluation of planar defects based on Surface Diffracted Signal Loss technique by ultrasonic phased array A. Golshani ekhlas¹, E. Ginzel², M. Sorouri³ ¹Pars Leading Inspection Co, Tehran, Iran,

More information

A New Method for Determining Transverse Crack Defects in Welding Radiography Images based on Fuzzy-Genetic Algorithm

A New Method for Determining Transverse Crack Defects in Welding Radiography Images based on Fuzzy-Genetic Algorithm International Journal of Engineering & Technology Sciences Volume 03, Issue 04, Pages 292-30, 205 ISSN: 2289-452 A New Method for Determining Transverse Crack Defects in Welding Radiography Images based

More information

UMASIS, AN ANALYSIS AND VISUALIZATION TOOL FOR DEVELOPING AND OPTIMIZING ULTRASONIC INSPECTION TECHNIQUES

UMASIS, AN ANALYSIS AND VISUALIZATION TOOL FOR DEVELOPING AND OPTIMIZING ULTRASONIC INSPECTION TECHNIQUES UMASIS, AN ANALYSIS AND VISUALIZATION TOOL FOR DEVELOPING AND OPTIMIZING ULTRASONIC INSPECTION TECHNIQUES A.W.F. Volker, J. G.P. Bloom TNO Science & Industry, Stieltjesweg 1, 2628CK Delft, The Netherlands

More information

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N.

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. Dartmouth, MA USA Abstract: The significant progress in ultrasonic NDE systems has now

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,  ISSN Comparative study of fuzzy logic and neural network methods in modeling of simulated steady-state data M. Järvensivu and V. Kanninen Laboratory of Process Control, Department of Chemical Engineering, Helsinki

More information

Fuzzy Segmentation. Chapter Introduction. 4.2 Unsupervised Clustering.

Fuzzy Segmentation. Chapter Introduction. 4.2 Unsupervised Clustering. Chapter 4 Fuzzy Segmentation 4. Introduction. The segmentation of objects whose color-composition is not common represents a difficult task, due to the illumination and the appropriate threshold selection

More information

Chapter 7 UNSUPERVISED LEARNING TECHNIQUES FOR MAMMOGRAM CLASSIFICATION

Chapter 7 UNSUPERVISED LEARNING TECHNIQUES FOR MAMMOGRAM CLASSIFICATION UNSUPERVISED LEARNING TECHNIQUES FOR MAMMOGRAM CLASSIFICATION Supervised and unsupervised learning are the two prominent machine learning algorithms used in pattern recognition and classification. In this

More information

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM CHAPTER-7 MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM 7.1 Introduction To improve the overall efficiency of turning, it is necessary to

More information

ADVANCED ULTRASOUND WAVEFORM ANALYSIS PACKAGE FOR MANUFACTURING AND IN-SERVICE USE R. A Smith, QinetiQ Ltd, Farnborough, GU14 0LX, UK.

ADVANCED ULTRASOUND WAVEFORM ANALYSIS PACKAGE FOR MANUFACTURING AND IN-SERVICE USE R. A Smith, QinetiQ Ltd, Farnborough, GU14 0LX, UK. ADVANCED ULTRASOUND WAVEFORM ANALYSIS PACKAGE FOR MANUFACTURING AND IN-SERVICE USE R. A Smith, QinetiQ Ltd, Farnborough, GU14 0LX, UK. Abstract: Users of ultrasonic NDT are fundamentally limited by the

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

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS 4.1. INTRODUCTION This chapter includes implementation and testing of the student s academic performance evaluation to achieve the objective(s)

More information

Chapter 4. The Classification of Species and Colors of Finished Wooden Parts Using RBFNs

Chapter 4. The Classification of Species and Colors of Finished Wooden Parts Using RBFNs Chapter 4. The Classification of Species and Colors of Finished Wooden Parts Using RBFNs 4.1 Introduction In Chapter 1, an introduction was given to the species and color classification problem of kitchen

More information

EE 589 INTRODUCTION TO ARTIFICIAL NETWORK REPORT OF THE TERM PROJECT REAL TIME ODOR RECOGNATION SYSTEM FATMA ÖZYURT SANCAR

EE 589 INTRODUCTION TO ARTIFICIAL NETWORK REPORT OF THE TERM PROJECT REAL TIME ODOR RECOGNATION SYSTEM FATMA ÖZYURT SANCAR EE 589 INTRODUCTION TO ARTIFICIAL NETWORK REPORT OF THE TERM PROJECT REAL TIME ODOR RECOGNATION SYSTEM FATMA ÖZYURT SANCAR 1.Introductıon. 2.Multi Layer Perception.. 3.Fuzzy C-Means Clustering.. 4.Real

More information

Available Online through

Available Online through Available Online through www.ijptonline.com ISSN: 0975-766X CODEN: IJPTFI Research Article ANALYSIS OF CT LIVER IMAGES FOR TUMOUR DIAGNOSIS BASED ON CLUSTERING TECHNIQUE AND TEXTURE FEATURES M.Krithika

More information

Phased Array Assisted Manual Nozzle Inspection Solution with Data Archiving Capability

Phased Array Assisted Manual Nozzle Inspection Solution with Data Archiving Capability 19 th World Conference on Non-Destructive Testing 2016 Phased Array Assisted Manual Nozzle Inspection Solution with Data Archiving Capability Jason HABERMEHL 1, Nicolas BADEAU 1, Martin ST-LAURENT 1, Guy

More information

Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network

Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network S. Bhattacharyya U. Maulik S. Bandyopadhyay Dept. of Information Technology Dept. of Comp. Sc. and Tech. Machine

More information

Hybrid PSO-SA algorithm for training a Neural Network for Classification

Hybrid PSO-SA algorithm for training a Neural Network for Classification Hybrid PSO-SA algorithm for training a Neural Network for Classification Sriram G. Sanjeevi 1, A. Naga Nikhila 2,Thaseem Khan 3 and G. Sumathi 4 1 Associate Professor, Dept. of CSE, National Institute

More information

Analytical model A structure and process for analyzing a dataset. For example, a decision tree is a model for the classification of a dataset.

Analytical model A structure and process for analyzing a dataset. For example, a decision tree is a model for the classification of a dataset. Glossary of data mining terms: Accuracy Accuracy is an important factor in assessing the success of data mining. When applied to data, accuracy refers to the rate of correct values in the data. When applied

More information

REQUIREMENTS FOR THE CERTIFICATION OF PERSONNEL ENGAGED IN ULTRASONIC TESTING OF WELDS USING PHASED ARRAY TRANSDUCERS. PAUT Level 2 Multisector

REQUIREMENTS FOR THE CERTIFICATION OF PERSONNEL ENGAGED IN ULTRASONIC TESTING OF WELDS USING PHASED ARRAY TRANSDUCERS. PAUT Level 2 Multisector REQUIREMENTS FOR THE CERTIFICATION OF PERSONNEL ENGAGED IN ULTRASONIC TESTING OF WELDS USING PHASED ARRAY TRANSDUCERS. PAUT Level 2 Multisector Qualification as Per AS3998/ISO9712 1.1 Duration of training

More information

AFCS. Jesse Skramstad NDT Solutions, Inc.

AFCS. Jesse Skramstad NDT Solutions, Inc. Automatic Flaw AFCS law Classification Software Presented by: Coauthor: John Mandeville, NDICS Jesse Skramstad NDT Solutions, Inc. With ever increasing amounts of NDE data there is a need to automate some

More information

Image Enhancement Using Fuzzy Morphology

Image Enhancement Using Fuzzy Morphology Image Enhancement Using Fuzzy Morphology Dillip Ranjan Nayak, Assistant Professor, Department of CSE, GCEK Bhwanipatna, Odissa, India Ashutosh Bhoi, Lecturer, Department of CSE, GCEK Bhawanipatna, Odissa,

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

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 39 CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 3.1 INTRODUCTION Development of mathematical models is essential for many disciplines of engineering and science. Mathematical models are used for

More information

3D Visualization of Sound Fields Perceived by an Acoustic Camera

3D Visualization of Sound Fields Perceived by an Acoustic Camera BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 7 Special Issue on Information Fusion Sofia 215 Print ISSN: 1311-972; Online ISSN: 1314-481 DOI: 1515/cait-215-88 3D

More information

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Electrical Engineering Dept., Université Laval, Quebec City (Quebec) Canada G1K 7P4, E-mail: darab@gel.ulaval.ca

More information

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Utkarsh Dwivedi 1, Pranjal Rajput 2, Manish Kumar Sharma 3 1UG Scholar, Dept. of CSE, GCET, Greater Noida,

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

Defect Detection of Regular Patterned Fabric by Spectral Estimation Technique and Rough Set Classifier

Defect Detection of Regular Patterned Fabric by Spectral Estimation Technique and Rough Set Classifier Defect Detection of Regular Patterned Fabric by Spectral Estimation Technique and Rough Set Classifier Mr..Sudarshan Deshmukh. Department of E&TC Siddhant College of Engg, Sudumbare, Pune Prof. S. S. Raut.

More information

Artificial Neural Network based Curve Prediction

Artificial Neural Network based Curve Prediction Artificial Neural Network based Curve Prediction LECTURE COURSE: AUSGEWÄHLTE OPTIMIERUNGSVERFAHREN FÜR INGENIEURE SUPERVISOR: PROF. CHRISTIAN HAFNER STUDENTS: ANTHONY HSIAO, MICHAEL BOESCH Abstract We

More information

FUZZY INFERENCE SYSTEMS

FUZZY INFERENCE SYSTEMS CHAPTER-IV FUZZY INFERENCE SYSTEMS Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. The mapping then provides a basis from which decisions can

More information

Amrit Kaur Assistant Professor Department Of Electronics and Communication Punjabi University Patiala, India

Amrit Kaur Assistant Professor Department Of Electronics and Communication Punjabi University Patiala, India Volume 4, Issue 7, July 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Neuro-Fuzzy Based

More information

Simulation of ultrasonic guided wave inspection in CIVA software platform

Simulation of ultrasonic guided wave inspection in CIVA software platform Simulation of ultrasonic guided wave inspection in CIVA software platform B. CHAPUIS, K. JEZZINE, V. BARONIAN, D. SEGUR and A. LHEMERY 18 April 2012 CIVA: Software for NDT Generalities WHY USING SIMULATION

More information

INTERNATIONAL RESEARCH JOURNAL OF MULTIDISCIPLINARY STUDIES

INTERNATIONAL RESEARCH JOURNAL OF MULTIDISCIPLINARY STUDIES STUDIES & SPPP's, Karmayogi Engineering College, Pandharpur Organize National Conference Special Issue March 2016 Neuro-Fuzzy System based Handwritten Marathi System Numerals Recognition 1 Jayashri H Patil(Madane),

More information

PERFORMANCE COMPARISON OF BACK PROPAGATION AND RADIAL BASIS FUNCTION WITH MOVING AVERAGE FILTERING AND WAVELET DENOISING ON FETAL ECG EXTRACTION

PERFORMANCE COMPARISON OF BACK PROPAGATION AND RADIAL BASIS FUNCTION WITH MOVING AVERAGE FILTERING AND WAVELET DENOISING ON FETAL ECG EXTRACTION I J C T A, 9(28) 2016, pp. 431-437 International Science Press PERFORMANCE COMPARISON OF BACK PROPAGATION AND RADIAL BASIS FUNCTION WITH MOVING AVERAGE FILTERING AND WAVELET DENOISING ON FETAL ECG EXTRACTION

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

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

Adaptive Focusing Technology for the Inspection of Variable Geometry. Composite Material

Adaptive Focusing Technology for the Inspection of Variable Geometry. Composite Material More info about this article: http://www.ndt.net/?id=22711 Adaptive Focusing Technology for the Inspection of Variable Geometry Composite Material Etienne GRONDIN 1 1 Olympus Scientific Solutions Americas,

More information

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Du-Yih Tsai, Masaru Sekiya and Yongbum Lee Department of Radiological Technology, School of Health Sciences, Faculty of

More information

(Refer Slide Time: 0:51)

(Refer Slide Time: 0:51) Introduction to Remote Sensing Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology Roorkee Lecture 16 Image Classification Techniques Hello everyone welcome to 16th lecture in

More information

INSPECTION USING SHEAR WAVE TIME OF FLIGHT DIFFRACTION (S-TOFD) TECHNIQUE

INSPECTION USING SHEAR WAVE TIME OF FLIGHT DIFFRACTION (S-TOFD) TECHNIQUE INSPECTION USING SHEAR WAVE TIME OF FIGHT DIFFRACTION (S-TOFD) TECHNIQUE G. Baskaran, Krishnan Balasubramaniam and C.V. Krishnamurthy Centre for Nondestructive Evaluation and Department of Mechanical Engineering,

More information

Development of Automated Analysis Tools for Ultrasonic Investigations of Elastomeric Insulating Materials

Development of Automated Analysis Tools for Ultrasonic Investigations of Elastomeric Insulating Materials Slide 1/15 Introduction Measuring Setup Results Conclusion Development of Automated Analysis Tools for Ultrasonic Investigations of Elastomeric Insulating Materials Dipl.-Ing. Philipp Walter Diploma Thesis

More information

Probability of Detection Simulations for Ultrasonic Pulse-echo Testing

Probability of Detection Simulations for Ultrasonic Pulse-echo Testing 18th World Conference on Nondestructive Testing, 16-20 April 2012, Durban, South Africa Probability of Detection Simulations for Ultrasonic Pulse-echo Testing Jonne HAAPALAINEN, Esa LESKELÄ VTT Technical

More information

Computer Science Faculty, Bandar Lampung University, Bandar Lampung, Indonesia

Computer Science Faculty, Bandar Lampung University, Bandar Lampung, Indonesia Application Object Detection Using Histogram of Oriented Gradient For Artificial Intelegence System Module of Nao Robot (Control System Laboratory (LSKK) Bandung Institute of Technology) A K Saputra 1.,

More information

COMPLEX CONTOUR ULTRASONIC SCANNING SYSTEM APPLICATION AND TRAINING

COMPLEX CONTOUR ULTRASONIC SCANNING SYSTEM APPLICATION AND TRAINING COMPLEX CONTOUR ULTRASONIC SCANNING SYSTEM APPLICATION AND TRAINING SJ. Wormley and H. Zhang Center for Nondestructive Evaluation Iowa State University Ames, Iowa 50011-3042 INTRODUCTION It was anticipated

More information

Tumor Detection and classification of Medical MRI UsingAdvance ROIPropANN Algorithm

Tumor Detection and classification of Medical MRI UsingAdvance ROIPropANN Algorithm International Journal of Engineering Research and Advanced Technology (IJERAT) DOI:http://dx.doi.org/10.31695/IJERAT.2018.3273 E-ISSN : 2454-6135 Volume.4, Issue 6 June -2018 Tumor Detection and classification

More information

IMAGE CLASSIFICATION USING COMPETITIVE NEURAL NETWORKS

IMAGE CLASSIFICATION USING COMPETITIVE NEURAL NETWORKS IMAGE CLASSIFICATION USING COMPETITIVE NEURAL NETWORKS V. Musoko, M. Kolı nova, A. Procha zka Institute of Chemical Technology, Department of Computing and Control Engineering Abstract The contribution

More information

A Neural Network Model Of Insurance Customer Ratings

A Neural Network Model Of Insurance Customer Ratings A Neural Network Model Of Insurance Customer Ratings Jan Jantzen 1 Abstract Given a set of data on customers the engineering problem in this study is to model the data and classify customers

More information

Fundamentals of Digital Image Processing

Fundamentals of Digital Image Processing \L\.6 Gw.i Fundamentals of Digital Image Processing A Practical Approach with Examples in Matlab Chris Solomon School of Physical Sciences, University of Kent, Canterbury, UK Toby Breckon School of Engineering,

More information

A Comparative Study of Prediction of Inverse Kinematics Solution of 2-DOF, 3-DOF and 5-DOF Redundant Manipulators by ANFIS

A Comparative Study of Prediction of Inverse Kinematics Solution of 2-DOF, 3-DOF and 5-DOF Redundant Manipulators by ANFIS IJCS International Journal of Computer Science and etwork, Volume 3, Issue 5, October 2014 ISS (Online) : 2277-5420 www.ijcs.org 304 A Comparative Study of Prediction of Inverse Kinematics Solution of

More information

GRANULAR COMPUTING AND EVOLUTIONARY FUZZY MODELLING FOR MECHANICAL PROPERTIES OF ALLOY STEELS. G. Panoutsos and M. Mahfouf

GRANULAR COMPUTING AND EVOLUTIONARY FUZZY MODELLING FOR MECHANICAL PROPERTIES OF ALLOY STEELS. G. Panoutsos and M. Mahfouf GRANULAR COMPUTING AND EVOLUTIONARY FUZZY MODELLING FOR MECHANICAL PROPERTIES OF ALLOY STEELS G. Panoutsos and M. Mahfouf Institute for Microstructural and Mechanical Process Engineering: The University

More information

Equi-sized, Homogeneous Partitioning

Equi-sized, Homogeneous Partitioning Equi-sized, Homogeneous Partitioning Frank Klawonn and Frank Höppner 2 Department of Computer Science University of Applied Sciences Braunschweig /Wolfenbüttel Salzdahlumer Str 46/48 38302 Wolfenbüttel,

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

A Survey on Image Segmentation Using Clustering Techniques

A Survey on Image Segmentation Using Clustering Techniques A Survey on Image Segmentation Using Clustering Techniques Preeti 1, Assistant Professor Kompal Ahuja 2 1,2 DCRUST, Murthal, Haryana (INDIA) Abstract: Image is information which has to be processed effectively.

More information

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CHAPTER 4 CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS 4.1 Introduction Optical character recognition is one of

More information

Climate Precipitation Prediction by Neural Network

Climate Precipitation Prediction by Neural Network Journal of Mathematics and System Science 5 (205) 207-23 doi: 0.7265/259-529/205.05.005 D DAVID PUBLISHING Juliana Aparecida Anochi, Haroldo Fraga de Campos Velho 2. Applied Computing Graduate Program,

More information

ULTRASONIC INSPECT ABILITY MODELS FOR JET ENGINE FORGINGS

ULTRASONIC INSPECT ABILITY MODELS FOR JET ENGINE FORGINGS ULTRASONIC INSPECT ABILITY MODELS FOR JET ENGINE FORGINGS INTRODUCTION T. A. Gray Center for Nondestructive Evaluation Iowa State University Ames, IA 50011 Ultrasonic inspections of axially symmetric forgings,

More information

Response to API 1163 and Its Impact on Pipeline Integrity Management

Response to API 1163 and Its Impact on Pipeline Integrity Management ECNDT 2 - Tu.2.7.1 Response to API 3 and Its Impact on Pipeline Integrity Management Munendra S TOMAR, Martin FINGERHUT; RTD Quality Services, USA Abstract. Knowing the accuracy and reliability of ILI

More information

C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S. Image Operations I

C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S. Image Operations I T H E U N I V E R S I T Y of T E X A S H E A L T H S C I E N C E C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S Image Operations I For students of HI 5323

More information

ECNDT Poster 7

ECNDT Poster 7 ECNDT 2006 - Poster 7 A Ray Technique to Calculate the Multiple Reflections and Leaky Wave Propagation from a Single or Multilayer Plate for the Detection of Critical Disbonds in Layered Media J. SADLER,

More information

Scanning Acoustic Microscopy For Metrology of 3D Interconnect Bonded Wafers

Scanning Acoustic Microscopy For Metrology of 3D Interconnect Bonded Wafers Scanning Acoustic Microscopy For Metrology of 3D Interconnect Bonded Wafers Jim McKeon, Ph.D. - Sonix, Director of Technology Sriram Gopalan, Ph.D. - Sonix, Technology Engineer 8700 Morrissette Drive 8700

More information

BME I5000: Biomedical Imaging

BME I5000: Biomedical Imaging BME I5000: Biomedical Imaging Lecture 1 Introduction Lucas C. Parra, parra@ccny.cuny.edu 1 Content Topics: Physics of medial imaging modalities (blue) Digital Image Processing (black) Schedule: 1. Introduction,

More information

Unit V. Neural Fuzzy System

Unit V. Neural Fuzzy System Unit V Neural Fuzzy System 1 Fuzzy Set In the classical set, its characteristic function assigns a value of either 1 or 0 to each individual in the universal set, There by discriminating between members

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

DATA EMBEDDING IN TEXT FOR A COPIER SYSTEM

DATA EMBEDDING IN TEXT FOR A COPIER SYSTEM DATA EMBEDDING IN TEXT FOR A COPIER SYSTEM Anoop K. Bhattacharjya and Hakan Ancin Epson Palo Alto Laboratory 3145 Porter Drive, Suite 104 Palo Alto, CA 94304 e-mail: {anoop, ancin}@erd.epson.com Abstract

More information

CS 354R: Computer Game Technology

CS 354R: Computer Game Technology CS 354R: Computer Game Technology AI Fuzzy Logic and Neural Nets Fall 2018 Fuzzy Logic Philosophical approach Decisions based on degree of truth Is not a method for reasoning under uncertainty that s probability

More information

Segmentation of Images

Segmentation of Images Segmentation of Images SEGMENTATION If an image has been preprocessed appropriately to remove noise and artifacts, segmentation is often the key step in interpreting the image. Image segmentation is a

More information

Review on Image Segmentation Techniques and its Types

Review on Image Segmentation Techniques and its Types 1 Review on Image Segmentation Techniques and its Types Ritu Sharma 1, Rajesh Sharma 2 Research Scholar 1 Assistant Professor 2 CT Group of Institutions, Jalandhar. 1 rits_243@yahoo.in, 2 rajeshsharma1234@gmail.com

More information

CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE

CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE 32 CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE 3.1 INTRODUCTION In this chapter we present the real time implementation of an artificial neural network based on fuzzy segmentation process

More information

Machine Learning in Biology

Machine Learning in Biology Università degli studi di Padova Machine Learning in Biology Luca Silvestrin (Dottorando, XXIII ciclo) Supervised learning Contents Class-conditional probability density Linear and quadratic discriminant

More information

Lecture #11: The Perceptron

Lecture #11: The Perceptron Lecture #11: The Perceptron Mat Kallada STAT2450 - Introduction to Data Mining Outline for Today Welcome back! Assignment 3 The Perceptron Learning Method Perceptron Learning Rule Assignment 3 Will be

More information

COMPUTER VISION. Dr. Sukhendu Das Deptt. of Computer Science and Engg., IIT Madras, Chennai

COMPUTER VISION. Dr. Sukhendu Das Deptt. of Computer Science and Engg., IIT Madras, Chennai COMPUTER VISION Dr. Sukhendu Das Deptt. of Computer Science and Engg., IIT Madras, Chennai 600036. Email: sdas@iitm.ac.in URL: //www.cs.iitm.ernet.in/~sdas 1 INTRODUCTION 2 Human Vision System (HVS) Vs.

More information

VALIDATION OF THE SIMULATION SOFTWARE CIVA UT IN SEPARATED TRANSMIT/RECEIVE CONFIGURATIONS

VALIDATION OF THE SIMULATION SOFTWARE CIVA UT IN SEPARATED TRANSMIT/RECEIVE CONFIGURATIONS VALIDATION OF THE SIMULATION SOFTWARE CIVA UT IN SEPARATED TRANSMIT/RECEIVE CONFIGURATIONS Fabrice FOUCHER 1, Sébastien LONNE 1, Gwénaël TOULLELAN 2, Steve MAHAUT 2, Sylvain CHATILLON 2, Erica SCHUMACHER

More information

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE sbsridevi89@gmail.com 287 ABSTRACT Fingerprint identification is the most prominent method of biometric

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

Phased Array inspection system applied to complex geometry Carbon Fibre Reinforced Polymer parts

Phased Array inspection system applied to complex geometry Carbon Fibre Reinforced Polymer parts Phased Array inspection system applied to complex geometry Carbon Fibre Reinforced Polymer parts André Cereja andre.cereja@tecnico.ulisboa.pt Instituto Superior Técnico, Lisboa, Portugal May 2015 Abstract

More information

CHAPTER-1 INTRODUCTION

CHAPTER-1 INTRODUCTION CHAPTER-1 INTRODUCTION 1.1 Fuzzy concept, digital image processing and application in medicine With the advancement of digital computers, it has become easy to store large amount of data and carry out

More information

Small-scale objects extraction in digital images

Small-scale objects extraction in digital images 102 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV'15 Small-scale objects extraction in digital images V. Volkov 1,2 S. Bobylev 1 1 Radioengineering Dept., The Bonch-Bruevich State Telecommunications

More information

Advanced Image Reconstruction Methods for Photoacoustic Tomography

Advanced Image Reconstruction Methods for Photoacoustic Tomography Advanced Image Reconstruction Methods for Photoacoustic Tomography Mark A. Anastasio, Kun Wang, and Robert Schoonover Department of Biomedical Engineering Washington University in St. Louis 1 Outline Photoacoustic/thermoacoustic

More information

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM 33 CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM The objective of an ANFIS (Jang 1993) is to integrate the best features of Fuzzy Systems and Neural Networks. ANFIS is one of the best tradeoffs between

More information

SURFACE QUALITY CONTROL OF CERAMIC TILES USING NEURAL NETWORKS APPROACH

SURFACE QUALITY CONTROL OF CERAMIC TILES USING NEURAL NETWORKS APPROACH Industrial Control, Instrumentation and Signal Processing Track SURFACE QUALITY CONTROL OF CERAMIC TILES USING NEURAL NETWORKS APPROACH Contact author: Dr.Željko Hocenski, assistant professor Faculty of

More information

Hand Writing Numbers detection using Artificial Neural Networks

Hand Writing Numbers detection using Artificial Neural Networks Ahmad Saeed Mohammad 1 Dr. Ahmed Khalaf Hamoudi 2 Yasmin Abdul Ghani Abdul Kareem 1 1 Computer & Software Eng., College of Engineering, Al- Mustansiriya Univ., Baghdad, Iraq 2 Control & System Engineering,

More information

Ch 22 Inspection Technologies

Ch 22 Inspection Technologies Ch 22 Inspection Technologies Sections: 1. Inspection Metrology 2. Contact vs. Noncontact Inspection Techniques 3. Conventional Measuring and Gaging Techniques 4. Coordinate Measuring Machines 5. Surface

More information

IMPLEMENTATION OF FUZZY C MEANS AND SNAKE MODEL FOR BRAIN TUMOR DETECTION

IMPLEMENTATION OF FUZZY C MEANS AND SNAKE MODEL FOR BRAIN TUMOR DETECTION IMPLEMENTATION OF FUZZY C MEANS AND SNAKE MODEL FOR BRAIN TUMOR DETECTION Salwa Shamis Sulaiyam Al-Mazidi, Shrinidhi Shetty, Soumyanath Datta, P. Vijaya Department of Computer Science & Engg., P.O.Box

More information

18th World Conference on Nondestructive Testing, April 2012, Durban, South Africa

18th World Conference on Nondestructive Testing, April 2012, Durban, South Africa 18th World Conference on Nondestructive Testing, 16-0 April 01, Durban, South Africa Acoustic Resonance Testing Using Transform Decomposition and Support Vector Machines for efficient and accurate Detection

More information

An Introduc+on to Mathema+cal Image Processing IAS, Park City Mathema2cs Ins2tute, Utah Undergraduate Summer School 2010

An Introduc+on to Mathema+cal Image Processing IAS, Park City Mathema2cs Ins2tute, Utah Undergraduate Summer School 2010 An Introduc+on to Mathema+cal Image Processing IAS, Park City Mathema2cs Ins2tute, Utah Undergraduate Summer School 2010 Luminita Vese Todd WiCman Department of Mathema2cs, UCLA lvese@math.ucla.edu wicman@math.ucla.edu

More information

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

More information

CHAPTER 4 DETECTION OF DISEASES IN PLANT LEAF USING IMAGE SEGMENTATION

CHAPTER 4 DETECTION OF DISEASES IN PLANT LEAF USING IMAGE SEGMENTATION CHAPTER 4 DETECTION OF DISEASES IN PLANT LEAF USING IMAGE SEGMENTATION 4.1. Introduction Indian economy is highly dependent of agricultural productivity. Therefore, in field of agriculture, detection of

More information

A method and algorithm for Tomographic Imaging of highly porous specimen using Low Frequency Acoustic/Ultrasonic signals

A method and algorithm for Tomographic Imaging of highly porous specimen using Low Frequency Acoustic/Ultrasonic signals More Info at Open Access Database www.ndt.net/?id=15210 A method and algorithm for Tomographic Imaging of highly porous specimen using Low Frequency Acoustic/Ultrasonic signals Subodh P S 1,a, Reghunathan

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management ADVANCED K-MEANS ALGORITHM FOR BRAIN TUMOR DETECTION USING NAIVE BAYES CLASSIFIER Veena Bai K*, Dr. Niharika Kumar * MTech CSE, Department of Computer Science and Engineering, B.N.M. Institute of Technology,

More information

Cluster analysis of 3D seismic data for oil and gas exploration

Cluster analysis of 3D seismic data for oil and gas exploration Data Mining VII: Data, Text and Web Mining and their Business Applications 63 Cluster analysis of 3D seismic data for oil and gas exploration D. R. S. Moraes, R. P. Espíndola, A. G. Evsukoff & N. F. F.

More information

A Generalized Method to Solve Text-Based CAPTCHAs

A Generalized Method to Solve Text-Based CAPTCHAs A Generalized Method to Solve Text-Based CAPTCHAs Jason Ma, Bilal Badaoui, Emile Chamoun December 11, 2009 1 Abstract We present work in progress on the automated solving of text-based CAPTCHAs. Our method

More information

Fuzzy Logic Using Matlab

Fuzzy Logic Using Matlab Fuzzy Logic Using Matlab Enrique Muñoz Ballester Dipartimento di Informatica via Bramante 65, 26013 Crema (CR), Italy enrique.munoz@unimi.it Material Download slides data and scripts: https://homes.di.unimi.it/munoz/teaching.html

More information

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

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

More information

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

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

More information

A FUZZY LOGIC BASED METHOD FOR EDGE DETECTION

A FUZZY LOGIC BASED METHOD FOR EDGE DETECTION Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences Vol. 4 (53) No. 1-2011 A FUZZY LOGIC BASED METHOD FOR EDGE DETECTION C. SULIMAN 1 C. BOLDIŞOR 1 R. BĂZĂVAN 2 F. MOLDOVEANU

More information