SlideShare a Scribd company logo
1 of 7
Download to read offline
Research Inventy: International Journal Of Engineering And Science
Vol.5, Issue 4 (April 2015), PP 16-22
Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com
16
Improvement of Weld Images using MATLAB –A Review
1
A.P.Nagarajan., 2
Christy V.Vazhappilly, 3
Sukesh O.P., 4
Vivek Rajdhan J.,
5
Rajavelu.S., 6
Prashanthkumar.S.
1
Assistant Professor, Dept.Of Mechanical Engineering, Tamilnadu College of Engineering, Tamil Nadu, India.
2,3
Assistant Professors, Dept.Of Mechanical Engineering, Jyothi Engineering College, Kerala, India.
4, 5,6
PG-Scholars, Dept.Of Mechanical Engineering, Kumaraguru College of Technology, Tamil Nadu, India.
Abstract :- In recent years, gamma rays are been used as an improvement method or a tool along with the
combination of image processing technique. It has been giving out better result in the detection of any flaws, or
hole in case of the weld metal images and they are being adapted and improved ever since. Image processing is
the vast area that has its roots in various fields and some of the important areas, where they have been used are
in x-ray image, gamma rays and biometrics (iris & fingerprint) using the template matching technique. The
radiography test is done using gamma rays for the given input expecting to display the places that has been
affected or the ones with flaws in case of a welded metal, using the met lab technique, such as fuzzy and edge
detection methodologies along with the filtering process called a gabor filter which is expected to provide
corresponding result which is known as a film that is to give better output. The fuzzy technique is the one that
has the attention as of know by all the researches since is known exact result like true or false value it can
instead provide a degree of results sounds in between range of values as into help with detection of flaws and
noises like the salt and pepper (black and white) error that appears in the image (weld image) this type of error
may reduce the quality of weld metal image with a usage of fuzzy method the degree of errors are stated. The
edge detection is another technique in image processing that detects the outer surface of the weld image
perfectly like the active contours and canny operators, along with its own method and pre-processing are
smoothing while segmentation is used to state the different region of the image and how they are split and are
helpful to define the region that are with defects. The Gabor filter that is used in edge detection is said filter how
the defects of the weld image that is given.
Keywords: - Radiographic images, Image processing, MATLAB
I. INTRODUCTION
I.1 Radiography testing
Radiography is a Non Destructive Testing method to find out internal discontinuities present in a
component or assembly. It is based on differential absorption of penetrating radiation by the part being
inspected. A radiograph is a photographic record produced by the passage of x-rays or gamma rays through a
test specimen on to a film, the radiography with x and gamma rays are called conventional radiography. It is
most widely practiced by industry for quality control of welds, casting and assemblies.
I.2 Gamma Rays
Gamma rays are produced by natural and artificial radioactivity. Natural radio activity was discovered
by Henri Bequeral in 1896. The phenomenon of spontaneous emission of powerful radiations exhibited by
heavy elements is called radio activity. Those elements which exhibit thus activity arc called radioactive
elements. Eg: uranium, Polonium, Radium, Radon, Thorium, 10 Actinum and mesothorium.
Radio activity is confined almost entirely to the heaviest element from 83 to 106. The phenomenon of
spontaneous emission of highly penetrating radiations from heavy elements of atomic weights greater than about
206, occurring in nature, is called natural radio activity. The elements which exhibit this property are called
radioactive elements. The atoms of radioactive elements emit radiations composed of three distinct kinds of rays
electric and magnetic fields etc., Radio activity induced in an element by bombarding it with particles neutrons,
protons and other particles or radiation is called artificial radio activity. The artificial radioactive elements
usually, but not always, have short life times. They emit electrons/positions and gamma rays.
Improvement of Weld Images using MATLAB –A Review
17
Figure.1. Instrumental Setup
II. EXPERIMENTAL PROCEDURE
II.1 Image Formation
i) Penetration & Differential Absorption
X-and gamma rays posses the capability of penetrating materials, even those that are opaque to light. In passing
through matter, some of those rays are absorbed. The amount of absorption at any point is dependent upon the thickness and
density of the matter at that point; therefore the intensity of the rays emerging from the matter varies. When this variation is
detected and recorded, usually on film, a means of seeing within the material is available.
Figure.2. Source 1
Radiography consists of using the penetration and differential absorption characteristics of radiant
energy to examine material for internal discontinuities. Figure.4 illustrates the absorption characteristics of
radiation as used in the radiographic process. The specimen absorbs radiation but, where it is thin or where there
is a void, less absorption takes place. The latent image produced in the film, as the result of the radiation passing
through the specimen, when the film is processed. Since more radiation passes through the specimen, in the thin
and void areas, the corresponding areas of the film are darker.
Figure.3. Source2
Improvement of Weld Images using MATLAB –A Review
18
II.2 Image Processing
i) Filter (Signal Processing)
Filter is a device or process that removes from a signal some unwanted component or feature. Filtering
is a class of signal processing, the defining feature of filters being the complete or partial suppression of some
aspect of the signal. Most often, this means removing some frequencies and not others in order to suppress
interfering signals and reduce background noise. However, filters do not exclusively act in the frequency
domain; especially in the field of image processing many other targets for filtering exist. Correlations can be
removed for certain frequency components and not for others without having to act in the frequency domain.
There are many different bases of classifying filters and these overlap in many different ways; there is
no simple hierarchical classification. Filters may be:
 Linear or non-linear
 Time-invariant or time-variant, also known as shift invariance. If the filter operates in a spatial domain
then the characterization is space invariance.
 Causal or not-causal: depending if present output depends or not on "future" input; of course, for time
related signals processed in real-time all the filters are causal; it is not necessarily so for filters acting
on space-related signals or for deferred-time processing of time-related signals.
 Analog or digital
 Discrete-time (sampled) or continuous-time
 Passive or active type of continuous-time filter
 Infinite impulse response (IIR) or finite impulse response (FIR) type of discrete-time or digital filter.
ii) Edge Detection
Edge detection provides an intrinsically more rigorous means than thresholding for initiating image
segmentation. However there is a large history of ad hoc edge detection algorithms, In fact edge detection has
long been an alternative path to image segmentation and is the method pursued whichever way is inherently the
better approach, edge detection has the additional advantage in that it immediately reduces by a large factor the
considerable redundancy of most image data.
Edge detection is the name for a set of mathematical methods which aim at identifying points in a
digital image at which the image brightness changes sharply or, more formally, has discontinuities. The points at
which image brightness changes sharply are typically organized into a set of curved line segments termed edges.
The same problem of finding discontinuities in 1D signal is known as step detection and the problem of finding
signal discontinuities over time is known as change detection. Edge detection is a fundamental tool in image
processing, machine vision and computer vision, particularly in the areas of feature detection and feature
extraction.
The purpose of detecting sharp changes in image brightness is to capture important events and changes
in properties of the world. It can be shown that under rather general assumptions for an image formation model,
discontinuities in image brightness are likely to correspond to
 discontinuities in depth,
 discontinuities in surface orientation,
 changes in material properties and
 Variations in scene illumination.
III. RESULTS AND DISCUSSIONS
III.1 Method of data analysis
In the paper, the images are analyzed in quantitative way using the computer, with the platform of
MATLAB.
Image processing toolbox™ in MATLAB provides a comprehensive set of reference standard
algorithms and graphical tools for image processing, analysis, visualization, and algorithm development.
It can perform image enhancement, image deblurring, feature detection, noise reduction, image
segmentation, geometric transformations, and image registration.
Improvement of Weld Images using MATLAB –A Review
19
III.1.1) Main work
During this section, it devotes to find an appropriate image processing technique to apply in welding
inspection, which helps for practitioners of the welding industry to improve inspection efficiency of defects
recognition. On the other hand, the fact is that general and traditional image processing technology can’t solve
all the problems. It contributes to propose the improved image processing theory or algorithm to solve some the
difficulties, which is regarded very useful for academics working with image processing because the
development of image processing theory or algorithm can be further studied by those academics to use and
apply widely in other areas.
During our experiments research, we main task is to answer how image segmentation and image
enhancement applied in welding inspection and which one of these two shows good performance to be helpful
for defects recognition.
Image segmentation is divided into three segmentation methods such as thresholding, clustering and
edge detection. We plan to do the experiments all of these three method to see the evaluation performance of
them. Threshoulding is regarded a fast and simple method to classify and segment the image information of the
welding inspection films. It is widely used to fast image segmentation during general image processing.
Clustering is a specific segmentation method because it can classify the characteristic of the pixels by
measuring their similarity. The characteristic of the pixels may be the gray scale, room space information and so
on. It is used to segment images for good recognition during image processing.
Edge detection is the method more concerning about edge processing. Welding inspection films always
have much detail information around the edges which is important to defects recognition. It is used to catch the
detail information of edges for good recognition during image processing.
Image enhancement method such as denoising, histogram equalization does more working to enhance
the concerning features noised by the psychical and external factors during image processing.
We collect the testing sample from actual images of welding detection for 2004 in Sinopec Pipeline
Storage and Transportation Company. The actual images are stratified by the category of welding defects. We
collect testing images from every category, especially in pore, crack, incomplete penetration and incomplete
fusion, which is as followed:
Figure.4. Pore
Fig.5. Crack
Figure.6. Incomplete fusion
Figure.7. Incomplete penetration
Improvement of Weld Images using MATLAB –A Review
20
III.1.2 Thresholding
a) Otsu’ method
In MATLAB, Function: level=graythresh (I), it computes global image threshold using Otsu's method.
The function uses Otsu's method, which chooses the threshold to minimize the interclass variance of the black
and white pixels. The Figure.7 shows the segmented result of pore in group 1 using Otsu’ method and the others
will be shown in related appendix files.
Figure.7.1 Otsu’ method
b) Histogram thresholding
The Figure shows the segmented result using Histogram thresholding and the others will be shown in
related appendix files. Histogram thresholding is based on selecting the middle gray value as the threshold value
between the two peaks.
Figure.7.2 Histogram thresholding
III.1.3 Clustering
c) K-means clustering
In K-means algorithm, we firstly initiate cluster centers and then decide the number of iteration by a lot
of tries to get the good quality of segmentation. The Figure 8 shows the segmented result using K-means
clustering and the others will be shown in related appendix files.
Figure.8. Fuzzy C-means clustering
In MATLAB, algorithm of fuzzy C-means clustering is illustrated in the Figure 8.1 Each pixel point is
clustered by initial cluster centers and then cluster centers are updated by loops. Seen in the following figure,
variable of ttFcm is used to control the loop process.
Figure.8.1 Fuzzy C-means segmentation
The traditional FCM clustering can shows good quality of image segmentation. But it is hard to present
the segmentation results in terms of gray scale. Therefore, here is to propose an improved algorithm – Gray-
scale based FCM clustering to present pixels segmentation. On the basis of the traditional FCM clustering, the
use of the neighborhood pixel gray similarity to construct a new membership function, image clustering
segmentation. This method not only effectively suppresses noise interference, and the wrong classification of
pixels is easily rectified.
Improvement of Weld Images using MATLAB –A Review
21
It is to generate new clustering center based on neighborhood pixel gray similarity. The Figure 10
shows the segmented result using Gray-scale based Fuzzy C-means clustering and the others will be shown in
related appendix files.
III.1.4 Edge detection
For the gradient magnitude methods (Sobel, Prewitt, Roberts), thresh is used to threshold the calculated
gradient magnitude. The Canny method applies two thresholds to the gradient: a high threshold for low edge
sensitivity and a low threshold for high edge sensitivity. Edge starts with the low sensitivity result and then
grows it to include connected edge pixels from the high sensitivity result. This helps fill in gaps in the detected
edges.
The Figure 9 shows the segmented result using edge detection and the others will be shown in related
appendix files. By comparisons with segmented results, we can see image detected by canny operator has
complete and meticulous edge, which is illustrated in Figure 11. Based on qualitative evaluation, canny operator
is better at detecting the edges than other three.
Figure.8.2 Edge detection
Application solution of image segmentation is as followed, which is also performed in Figure,
Figure.9. Initial image
Figure.10. Gray-scale based FCM clustering
Figure.11. Canny edge detection
IV. CONCLUSION AND FUTURE WORK
We design experimental studies to research on the application of image segmentation in photoreceptor
ray film of the ray inspection of welding. We take sampling as the method of data collection and then do data
analysis by MATLAB. Data analysis contains subjective evaluation on application of image segmentation and
objective evaluation on application of image enhancement.
“What is the current research situation of the ray inspection of welding?” and sub question “What is the
current research situation of the image segmentation such as application situation, research history and so on?”
It introduces the current research situation of welding ray detection in the first part. Shirai (1969) devotes to
research on an algorithm for
Automatic inspection of X-ray photographs and Alaknandea et al (2006) pay more attentions on how to
find the type of flaw and its causative factors. In addition, it describes current research situation of image
segmentation in the second and third part. It gives the research history and application situation of popular
image segmentation method such as thresholding, clustering and edge detection.
We find the answer about sub question “Could a solution for ray inspection of welding be proposed
based on current theory within the field”. We propose proposed solution of image segmentation or image
enhancement application in ray inspection of welding.
Improvement of Weld Images using MATLAB –A Review
22
We successfully answer sub question “How does our proposed solution for applying image
segmentation perform in practical experiments?”. We do feasible and performance analysis on our proposed
solution of image segmentation or image enhancement application in ray inspection of welding. It is found that
application of image segmentation is verified suitable to apply on photoreceptor ray film for ray inspection of
welding. The comparison result between image segmentation and image enhancement.
a) Initial image, b) FCM clustering, c) edge detection, d) Image enhancement,
Figure. 11 Comparison result between image segmentation and image enhancement
Application of image segmentation is more competitive than image enhancement because that:
1. Gray-scale based FCM clustering of image segmentation performs well, which can exposure pixels in terms
of grey value level so as that it can show hierarchical position of related defects by grey value.
2. Canny detection speeds also fast and performs well, that gives enough detail information around edges and
defects with smooth lines.
3. Image enhancement only could improve image quality including clarity and contrast, which can’t give other
helpful information to detect welding defects.
After answering all the sub questions, main question can be answered. We get our conclusion that image
segmentation is suitable to apply on photoreceptor ray film for ray inspection of welding.
ACKNOWLEDGEMENT
The authors would like thank to the Department of Mechanical Engineering, Jyothi Engineering
College, Kerala, India and UG section, Department of Mechanical Engineering, Tamilnadu College of
Engineering, Tamil Nadu, India for their technical support and valuable suggestions.
REFERENCES
[1]. Alaknanda, Anand, R.S. & Kumar, P. 2006, “Flaw detection in radiographic weld images using morphological approach”, NDT and E International,
vol.39, no.1,pp.2933.
[2]. Amir A.A., Zaccone M.A. 1996, “Inspectability of fillet welds on diverter panels on an advanced missile fuel tank”, NDT and E International, vol.29,
no.3,pp.185185.
[3]. Arifin A.Z. & Asano A. 2006, “Image segmentation by histogram thresholding using hierarchical cluster analysis”, Pattern Recognition Letters, vol.27,
no.13, pp.15151521.
[4]. Bardera A., Boada I., Feixas M. & Sbert, M. 2009, “Image Segmentation Using Excess Entropy”, Journal of Signal Processing Systems, vol.54, no.1,
pp.205214.
[5]. B Sathya & R Manavalan. 2011, “Image Segmentation by Clustering Methods: Performance Analysis”, International Journal of Computer Applications,
vol.29, no.11, pp.2732.
[6]. Bradley P.S. & Fayyad U.M. 1998, “Refining initial points for K-means clustering”, Machine Learning (ICML98), pp.9199.
[7]. Brad R. & Popovici Z.O. 2010, “Infrared satellite image segmentation”, IEEE International Conference, pp.100104.
[8]. C.Sasi varnan, A.Jagan,Jaspreet Kaur, Divya Jyoti & Dr.D.S.Rao. 2011, ”Image Quality Assessment Techniques in Spatial Domain”, International
Journal of Computer Science and Technology, vol.2, no.3, pp.177184.
[9]. Chen J.J., Ng T.M., Lakshminarayanan A. & Garg H.K. 2009, “Adaptive Visible Watermarking Using Otsu's Thresholding”, International Conference
on Computational Intelligence and Software Engineering, pp. 14.
[10]. Dr. G. Padmavathi, Dr. P. Subashini, Mr. M. Muthu Kumar & Suresh Kumar Thakur. 2009, “Performance analysis of Non Linear Filtering Algorithms
for underwater images”, International Journal of Computer Science and Information Security, vol.6, no.2, pp.232238.
[11]. Fu K.S. & Mui J.K. 1981, “A survey on image segmentation”, Pattern Recognition, vol.13, no.1, pp.316.
[12]. Irani A.A.Z. Belaton. 2009, “A K-means Based Generic Segmentation System”, B.Dept. of Comput. Sci.,pp.300 – 307.
[13]. Isa N.A.M., Salamah S.A., Ngah U.K. Sch. of Electr. & Electron. Eng. 2009, “Adaptive fuzzy moving K-means clustering algorithm for image
segmentation”,pp.2145 – 2153.
[14]. Jiang Y. & Zhou Z. 2004, “SOM EnsembleBased Image Segmentation”, Neural Processing Letters, vol.20, no.3, pp.171178.
[15]. Mario G.C.A. Cimino, Beatrice Lazzerini & Francesco Marcelloni. 2006, “A novel approach to fuzzy clustering based on a dissimilarity relation
extracted from data using a TS system”, Pattern Recognition, vol.39, no.11, pp.20772091.

More Related Content

What's hot

Three dimensional particle image velocimetry
Three dimensional particle image velocimetryThree dimensional particle image velocimetry
Three dimensional particle image velocimetrypawankumar9275
 
Survey on Different Methods for Defect Detection
Survey on Different Methods for Defect DetectionSurvey on Different Methods for Defect Detection
Survey on Different Methods for Defect DetectionIRJET Journal
 
IRJET- Pre-Denoising, Deblurring and Ringing Artifacts Removal of Natural, Te...
IRJET- Pre-Denoising, Deblurring and Ringing Artifacts Removal of Natural, Te...IRJET- Pre-Denoising, Deblurring and Ringing Artifacts Removal of Natural, Te...
IRJET- Pre-Denoising, Deblurring and Ringing Artifacts Removal of Natural, Te...IRJET Journal
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Survey on Image Integration of Misaligned Images
Survey on Image Integration of Misaligned ImagesSurvey on Image Integration of Misaligned Images
Survey on Image Integration of Misaligned ImagesIRJET Journal
 
Geometric wavelet transform for optical flow estimation algorithm
Geometric wavelet transform for optical flow estimation algorithmGeometric wavelet transform for optical flow estimation algorithm
Geometric wavelet transform for optical flow estimation algorithmijcga
 
survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoisingArti Singh
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoisejournalBEEI
 
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET Journal
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...IRJET Journal
 
Optical Flow Based Navigation
Optical Flow Based NavigationOptical Flow Based Navigation
Optical Flow Based NavigationVincent Kee
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking SystemEditor IJMTER
 
A survey on moving object tracking in video
A survey on moving object tracking in videoA survey on moving object tracking in video
A survey on moving object tracking in videoijitjournal
 
IRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
IRJET- Removal of Gaussian Impulsive Noise from Computed TomographyIRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
IRJET- Removal of Gaussian Impulsive Noise from Computed TomographyIRJET Journal
 

What's hot (20)

[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
 
Three dimensional particle image velocimetry
Three dimensional particle image velocimetryThree dimensional particle image velocimetry
Three dimensional particle image velocimetry
 
N026080083
N026080083N026080083
N026080083
 
Survey on Different Methods for Defect Detection
Survey on Different Methods for Defect DetectionSurvey on Different Methods for Defect Detection
Survey on Different Methods for Defect Detection
 
[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh
[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh
[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh
 
IRJET- Pre-Denoising, Deblurring and Ringing Artifacts Removal of Natural, Te...
IRJET- Pre-Denoising, Deblurring and Ringing Artifacts Removal of Natural, Te...IRJET- Pre-Denoising, Deblurring and Ringing Artifacts Removal of Natural, Te...
IRJET- Pre-Denoising, Deblurring and Ringing Artifacts Removal of Natural, Te...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Survey on Image Integration of Misaligned Images
Survey on Image Integration of Misaligned ImagesSurvey on Image Integration of Misaligned Images
Survey on Image Integration of Misaligned Images
 
Moving object detection1
Moving object detection1Moving object detection1
Moving object detection1
 
Viva201393(1).pptxbaru
Viva201393(1).pptxbaruViva201393(1).pptxbaru
Viva201393(1).pptxbaru
 
Geometric wavelet transform for optical flow estimation algorithm
Geometric wavelet transform for optical flow estimation algorithmGeometric wavelet transform for optical flow estimation algorithm
Geometric wavelet transform for optical flow estimation algorithm
 
survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoising
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
 
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
 
Optical Flow Based Navigation
Optical Flow Based NavigationOptical Flow Based Navigation
Optical Flow Based Navigation
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking System
 
A survey on moving object tracking in video
A survey on moving object tracking in videoA survey on moving object tracking in video
A survey on moving object tracking in video
 
Object tracking
Object trackingObject tracking
Object tracking
 
IRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
IRJET- Removal of Gaussian Impulsive Noise from Computed TomographyIRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
IRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
 

Viewers also liked

The Effect of Carry-over Coarticulation of Disyllabic words in Chinese
The Effect of Carry-over Coarticulation of Disyllabic words in ChineseThe Effect of Carry-over Coarticulation of Disyllabic words in Chinese
The Effect of Carry-over Coarticulation of Disyllabic words in Chineseinventy
 
Detection Of Dyslexia From Eye Movements Using Anfis & Bbwpe Feature Extracti...
Detection Of Dyslexia From Eye Movements Using Anfis & Bbwpe Feature Extracti...Detection Of Dyslexia From Eye Movements Using Anfis & Bbwpe Feature Extracti...
Detection Of Dyslexia From Eye Movements Using Anfis & Bbwpe Feature Extracti...inventy
 
Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R...
 Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R... Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R...
Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R...inventy
 
Effects of electric field on histopathological study, electrical properties a...
Effects of electric field on histopathological study, electrical properties a...Effects of electric field on histopathological study, electrical properties a...
Effects of electric field on histopathological study, electrical properties a...inventy
 
Reduce the False Positive and False Negative from Real Traffic with Intrusion...
Reduce the False Positive and False Negative from Real Traffic with Intrusion...Reduce the False Positive and False Negative from Real Traffic with Intrusion...
Reduce the False Positive and False Negative from Real Traffic with Intrusion...inventy
 
Chemical Composition And Acridicid Properties Of The Moroccan Tanacetum Annuu...
Chemical Composition And Acridicid Properties Of The Moroccan Tanacetum Annuu...Chemical Composition And Acridicid Properties Of The Moroccan Tanacetum Annuu...
Chemical Composition And Acridicid Properties Of The Moroccan Tanacetum Annuu...inventy
 
Synthesis and analysis of electrical properties of Lead free Ba3Sr2LaTi3V7O30...
Synthesis and analysis of electrical properties of Lead free Ba3Sr2LaTi3V7O30...Synthesis and analysis of electrical properties of Lead free Ba3Sr2LaTi3V7O30...
Synthesis and analysis of electrical properties of Lead free Ba3Sr2LaTi3V7O30...inventy
 
Experimental Investigation of a Helical Coil Heat Exchanger
Experimental Investigation of a Helical Coil Heat ExchangerExperimental Investigation of a Helical Coil Heat Exchanger
Experimental Investigation of a Helical Coil Heat Exchangerinventy
 
-type and -type four dimensional plane wave solutions of Einstein's field eq...
-type and  -type four dimensional plane wave solutions of Einstein's field eq...-type and  -type four dimensional plane wave solutions of Einstein's field eq...
-type and -type four dimensional plane wave solutions of Einstein's field eq...inventy
 
Communication Skill - a Tool for Rural Women's Empowerment
Communication Skill - a Tool for Rural Women's EmpowermentCommunication Skill - a Tool for Rural Women's Empowerment
Communication Skill - a Tool for Rural Women's Empowermentinventy
 
COSA and CSA based 32 -bit unsigned multipler
COSA and CSA based 32 -bit unsigned multiplerCOSA and CSA based 32 -bit unsigned multipler
COSA and CSA based 32 -bit unsigned multiplerinventy
 
Fuzzy Models for Teaching Assessment
Fuzzy Models for Teaching AssessmentFuzzy Models for Teaching Assessment
Fuzzy Models for Teaching Assessmentinventy
 
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...inventy
 
Rainwater Harvesting Technologies in Makueni County, Kenya
Rainwater Harvesting Technologies in Makueni County, KenyaRainwater Harvesting Technologies in Makueni County, Kenya
Rainwater Harvesting Technologies in Makueni County, Kenyainventy
 
Design of CPW-fed Capacitive Coupled Patch Antenna for WiGig Applications
Design of CPW-fed Capacitive Coupled Patch Antenna for WiGig ApplicationsDesign of CPW-fed Capacitive Coupled Patch Antenna for WiGig Applications
Design of CPW-fed Capacitive Coupled Patch Antenna for WiGig Applicationsinventy
 
Control of metabolic activities of E.coli and S. aureus bacteria by Electric ...
Control of metabolic activities of E.coli and S. aureus bacteria by Electric ...Control of metabolic activities of E.coli and S. aureus bacteria by Electric ...
Control of metabolic activities of E.coli and S. aureus bacteria by Electric ...inventy
 
Some Natural Herbs in India and Their Effectiveness in Water Purification
Some Natural Herbs in India and Their Effectiveness in Water PurificationSome Natural Herbs in India and Their Effectiveness in Water Purification
Some Natural Herbs in India and Their Effectiveness in Water Purificationinventy
 
Robot social design -Facial expressions
Robot social design -Facial expressionsRobot social design -Facial expressions
Robot social design -Facial expressionsinventy
 
Effects of Language of the Catchment Area in Learning Kiswahili
Effects of Language of the Catchment Area in Learning KiswahiliEffects of Language of the Catchment Area in Learning Kiswahili
Effects of Language of the Catchment Area in Learning Kiswahiliinventy
 

Viewers also liked (19)

The Effect of Carry-over Coarticulation of Disyllabic words in Chinese
The Effect of Carry-over Coarticulation of Disyllabic words in ChineseThe Effect of Carry-over Coarticulation of Disyllabic words in Chinese
The Effect of Carry-over Coarticulation of Disyllabic words in Chinese
 
Detection Of Dyslexia From Eye Movements Using Anfis & Bbwpe Feature Extracti...
Detection Of Dyslexia From Eye Movements Using Anfis & Bbwpe Feature Extracti...Detection Of Dyslexia From Eye Movements Using Anfis & Bbwpe Feature Extracti...
Detection Of Dyslexia From Eye Movements Using Anfis & Bbwpe Feature Extracti...
 
Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R...
 Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R... Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R...
Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R...
 
Effects of electric field on histopathological study, electrical properties a...
Effects of electric field on histopathological study, electrical properties a...Effects of electric field on histopathological study, electrical properties a...
Effects of electric field on histopathological study, electrical properties a...
 
Reduce the False Positive and False Negative from Real Traffic with Intrusion...
Reduce the False Positive and False Negative from Real Traffic with Intrusion...Reduce the False Positive and False Negative from Real Traffic with Intrusion...
Reduce the False Positive and False Negative from Real Traffic with Intrusion...
 
Chemical Composition And Acridicid Properties Of The Moroccan Tanacetum Annuu...
Chemical Composition And Acridicid Properties Of The Moroccan Tanacetum Annuu...Chemical Composition And Acridicid Properties Of The Moroccan Tanacetum Annuu...
Chemical Composition And Acridicid Properties Of The Moroccan Tanacetum Annuu...
 
Synthesis and analysis of electrical properties of Lead free Ba3Sr2LaTi3V7O30...
Synthesis and analysis of electrical properties of Lead free Ba3Sr2LaTi3V7O30...Synthesis and analysis of electrical properties of Lead free Ba3Sr2LaTi3V7O30...
Synthesis and analysis of electrical properties of Lead free Ba3Sr2LaTi3V7O30...
 
Experimental Investigation of a Helical Coil Heat Exchanger
Experimental Investigation of a Helical Coil Heat ExchangerExperimental Investigation of a Helical Coil Heat Exchanger
Experimental Investigation of a Helical Coil Heat Exchanger
 
-type and -type four dimensional plane wave solutions of Einstein's field eq...
-type and  -type four dimensional plane wave solutions of Einstein's field eq...-type and  -type four dimensional plane wave solutions of Einstein's field eq...
-type and -type four dimensional plane wave solutions of Einstein's field eq...
 
Communication Skill - a Tool for Rural Women's Empowerment
Communication Skill - a Tool for Rural Women's EmpowermentCommunication Skill - a Tool for Rural Women's Empowerment
Communication Skill - a Tool for Rural Women's Empowerment
 
COSA and CSA based 32 -bit unsigned multipler
COSA and CSA based 32 -bit unsigned multiplerCOSA and CSA based 32 -bit unsigned multipler
COSA and CSA based 32 -bit unsigned multipler
 
Fuzzy Models for Teaching Assessment
Fuzzy Models for Teaching AssessmentFuzzy Models for Teaching Assessment
Fuzzy Models for Teaching Assessment
 
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
 
Rainwater Harvesting Technologies in Makueni County, Kenya
Rainwater Harvesting Technologies in Makueni County, KenyaRainwater Harvesting Technologies in Makueni County, Kenya
Rainwater Harvesting Technologies in Makueni County, Kenya
 
Design of CPW-fed Capacitive Coupled Patch Antenna for WiGig Applications
Design of CPW-fed Capacitive Coupled Patch Antenna for WiGig ApplicationsDesign of CPW-fed Capacitive Coupled Patch Antenna for WiGig Applications
Design of CPW-fed Capacitive Coupled Patch Antenna for WiGig Applications
 
Control of metabolic activities of E.coli and S. aureus bacteria by Electric ...
Control of metabolic activities of E.coli and S. aureus bacteria by Electric ...Control of metabolic activities of E.coli and S. aureus bacteria by Electric ...
Control of metabolic activities of E.coli and S. aureus bacteria by Electric ...
 
Some Natural Herbs in India and Their Effectiveness in Water Purification
Some Natural Herbs in India and Their Effectiveness in Water PurificationSome Natural Herbs in India and Their Effectiveness in Water Purification
Some Natural Herbs in India and Their Effectiveness in Water Purification
 
Robot social design -Facial expressions
Robot social design -Facial expressionsRobot social design -Facial expressions
Robot social design -Facial expressions
 
Effects of Language of the Catchment Area in Learning Kiswahili
Effects of Language of the Catchment Area in Learning KiswahiliEffects of Language of the Catchment Area in Learning Kiswahili
Effects of Language of the Catchment Area in Learning Kiswahili
 

Similar to Improvement of Weld Images using MATLAB –A Review

Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...paperpublications3
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...sipij
 
International Journal of Image Processing (IJIP) Volume (3) Issue (1)
International Journal of Image Processing (IJIP) Volume (3) Issue (1)International Journal of Image Processing (IJIP) Volume (3) Issue (1)
International Journal of Image Processing (IJIP) Volume (3) Issue (1)CSCJournals
 
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
A NOBEL HYBRID APPROACH FOR EDGE  DETECTIONA NOBEL HYBRID APPROACH FOR EDGE  DETECTION
A NOBEL HYBRID APPROACH FOR EDGE DETECTIONijcses
 
IMPROVED EDGE DETECTION USING VARIABLE THRESHOLDING TECHNIQUE AND CONVOLUTION...
IMPROVED EDGE DETECTION USING VARIABLE THRESHOLDING TECHNIQUE AND CONVOLUTION...IMPROVED EDGE DETECTION USING VARIABLE THRESHOLDING TECHNIQUE AND CONVOLUTION...
IMPROVED EDGE DETECTION USING VARIABLE THRESHOLDING TECHNIQUE AND CONVOLUTION...sipij
 
Improved Edge Detection using Variable Thresholding Technique and Convolution...
Improved Edge Detection using Variable Thresholding Technique and Convolution...Improved Edge Detection using Variable Thresholding Technique and Convolution...
Improved Edge Detection using Variable Thresholding Technique and Convolution...sipij
 
A SURVEY : On Image Denoising and its Various Techniques
A SURVEY :  On Image Denoising and its Various TechniquesA SURVEY :  On Image Denoising and its Various Techniques
A SURVEY : On Image Denoising and its Various TechniquesIRJET Journal
 
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...CSCJournals
 
Ijmsr 2016-10
Ijmsr 2016-10Ijmsr 2016-10
Ijmsr 2016-10ijmsr
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEYALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEYsipij
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureIRJET Journal
 
IJRET-V1I1P2 -A Survey Paper On Single Image and Video Dehazing Methods
IJRET-V1I1P2 -A Survey Paper On Single Image and Video Dehazing MethodsIJRET-V1I1P2 -A Survey Paper On Single Image and Video Dehazing Methods
IJRET-V1I1P2 -A Survey Paper On Single Image and Video Dehazing MethodsISAR Publications
 
A Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image ProcessingA Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image Processingpaperpublications3
 
Conceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection StrategiesConceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection StrategiesIRJET Journal
 
Despeckling of Sar Image using Curvelet Transform
 	  Despeckling of Sar Image using Curvelet Transform 	  Despeckling of Sar Image using Curvelet Transform
Despeckling of Sar Image using Curvelet TransformIRJET Journal
 

Similar to Improvement of Weld Images using MATLAB –A Review (20)

Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
 
International Journal of Image Processing (IJIP) Volume (3) Issue (1)
International Journal of Image Processing (IJIP) Volume (3) Issue (1)International Journal of Image Processing (IJIP) Volume (3) Issue (1)
International Journal of Image Processing (IJIP) Volume (3) Issue (1)
 
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
A NOBEL HYBRID APPROACH FOR EDGE  DETECTIONA NOBEL HYBRID APPROACH FOR EDGE  DETECTION
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
 
Iw3515281533
Iw3515281533Iw3515281533
Iw3515281533
 
IMPROVED EDGE DETECTION USING VARIABLE THRESHOLDING TECHNIQUE AND CONVOLUTION...
IMPROVED EDGE DETECTION USING VARIABLE THRESHOLDING TECHNIQUE AND CONVOLUTION...IMPROVED EDGE DETECTION USING VARIABLE THRESHOLDING TECHNIQUE AND CONVOLUTION...
IMPROVED EDGE DETECTION USING VARIABLE THRESHOLDING TECHNIQUE AND CONVOLUTION...
 
Improved Edge Detection using Variable Thresholding Technique and Convolution...
Improved Edge Detection using Variable Thresholding Technique and Convolution...Improved Edge Detection using Variable Thresholding Technique and Convolution...
Improved Edge Detection using Variable Thresholding Technique and Convolution...
 
Ed34785790
Ed34785790Ed34785790
Ed34785790
 
A SURVEY : On Image Denoising and its Various Techniques
A SURVEY :  On Image Denoising and its Various TechniquesA SURVEY :  On Image Denoising and its Various Techniques
A SURVEY : On Image Denoising and its Various Techniques
 
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
 
Ijmsr 2016-10
Ijmsr 2016-10Ijmsr 2016-10
Ijmsr 2016-10
 
Mm3422322236
Mm3422322236Mm3422322236
Mm3422322236
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEYALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone Fracture
 
IJRET-V1I1P2 -A Survey Paper On Single Image and Video Dehazing Methods
IJRET-V1I1P2 -A Survey Paper On Single Image and Video Dehazing MethodsIJRET-V1I1P2 -A Survey Paper On Single Image and Video Dehazing Methods
IJRET-V1I1P2 -A Survey Paper On Single Image and Video Dehazing Methods
 
A Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image ProcessingA Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image Processing
 
Conceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection StrategiesConceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection Strategies
 
D45012128
D45012128D45012128
D45012128
 
Despeckling of Sar Image using Curvelet Transform
 	  Despeckling of Sar Image using Curvelet Transform 	  Despeckling of Sar Image using Curvelet Transform
Despeckling of Sar Image using Curvelet Transform
 

More from inventy

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...inventy
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuelsinventy
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...inventy
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...inventy
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systemsinventy
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...inventy
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...inventy
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...inventy
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...inventy
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...inventy
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...inventy
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...inventy
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...inventy
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineinventy
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...inventy
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluationinventy
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generationinventy
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...inventy
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezerinventy
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsinventy
 

More from inventy (20)

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuels
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systems
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbine
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluation
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezer
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin films
 

Recently uploaded

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 

Recently uploaded (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 

Improvement of Weld Images using MATLAB –A Review

  • 1. Research Inventy: International Journal Of Engineering And Science Vol.5, Issue 4 (April 2015), PP 16-22 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com 16 Improvement of Weld Images using MATLAB –A Review 1 A.P.Nagarajan., 2 Christy V.Vazhappilly, 3 Sukesh O.P., 4 Vivek Rajdhan J., 5 Rajavelu.S., 6 Prashanthkumar.S. 1 Assistant Professor, Dept.Of Mechanical Engineering, Tamilnadu College of Engineering, Tamil Nadu, India. 2,3 Assistant Professors, Dept.Of Mechanical Engineering, Jyothi Engineering College, Kerala, India. 4, 5,6 PG-Scholars, Dept.Of Mechanical Engineering, Kumaraguru College of Technology, Tamil Nadu, India. Abstract :- In recent years, gamma rays are been used as an improvement method or a tool along with the combination of image processing technique. It has been giving out better result in the detection of any flaws, or hole in case of the weld metal images and they are being adapted and improved ever since. Image processing is the vast area that has its roots in various fields and some of the important areas, where they have been used are in x-ray image, gamma rays and biometrics (iris & fingerprint) using the template matching technique. The radiography test is done using gamma rays for the given input expecting to display the places that has been affected or the ones with flaws in case of a welded metal, using the met lab technique, such as fuzzy and edge detection methodologies along with the filtering process called a gabor filter which is expected to provide corresponding result which is known as a film that is to give better output. The fuzzy technique is the one that has the attention as of know by all the researches since is known exact result like true or false value it can instead provide a degree of results sounds in between range of values as into help with detection of flaws and noises like the salt and pepper (black and white) error that appears in the image (weld image) this type of error may reduce the quality of weld metal image with a usage of fuzzy method the degree of errors are stated. The edge detection is another technique in image processing that detects the outer surface of the weld image perfectly like the active contours and canny operators, along with its own method and pre-processing are smoothing while segmentation is used to state the different region of the image and how they are split and are helpful to define the region that are with defects. The Gabor filter that is used in edge detection is said filter how the defects of the weld image that is given. Keywords: - Radiographic images, Image processing, MATLAB I. INTRODUCTION I.1 Radiography testing Radiography is a Non Destructive Testing method to find out internal discontinuities present in a component or assembly. It is based on differential absorption of penetrating radiation by the part being inspected. A radiograph is a photographic record produced by the passage of x-rays or gamma rays through a test specimen on to a film, the radiography with x and gamma rays are called conventional radiography. It is most widely practiced by industry for quality control of welds, casting and assemblies. I.2 Gamma Rays Gamma rays are produced by natural and artificial radioactivity. Natural radio activity was discovered by Henri Bequeral in 1896. The phenomenon of spontaneous emission of powerful radiations exhibited by heavy elements is called radio activity. Those elements which exhibit thus activity arc called radioactive elements. Eg: uranium, Polonium, Radium, Radon, Thorium, 10 Actinum and mesothorium. Radio activity is confined almost entirely to the heaviest element from 83 to 106. The phenomenon of spontaneous emission of highly penetrating radiations from heavy elements of atomic weights greater than about 206, occurring in nature, is called natural radio activity. The elements which exhibit this property are called radioactive elements. The atoms of radioactive elements emit radiations composed of three distinct kinds of rays electric and magnetic fields etc., Radio activity induced in an element by bombarding it with particles neutrons, protons and other particles or radiation is called artificial radio activity. The artificial radioactive elements usually, but not always, have short life times. They emit electrons/positions and gamma rays.
  • 2. Improvement of Weld Images using MATLAB –A Review 17 Figure.1. Instrumental Setup II. EXPERIMENTAL PROCEDURE II.1 Image Formation i) Penetration & Differential Absorption X-and gamma rays posses the capability of penetrating materials, even those that are opaque to light. In passing through matter, some of those rays are absorbed. The amount of absorption at any point is dependent upon the thickness and density of the matter at that point; therefore the intensity of the rays emerging from the matter varies. When this variation is detected and recorded, usually on film, a means of seeing within the material is available. Figure.2. Source 1 Radiography consists of using the penetration and differential absorption characteristics of radiant energy to examine material for internal discontinuities. Figure.4 illustrates the absorption characteristics of radiation as used in the radiographic process. The specimen absorbs radiation but, where it is thin or where there is a void, less absorption takes place. The latent image produced in the film, as the result of the radiation passing through the specimen, when the film is processed. Since more radiation passes through the specimen, in the thin and void areas, the corresponding areas of the film are darker. Figure.3. Source2
  • 3. Improvement of Weld Images using MATLAB –A Review 18 II.2 Image Processing i) Filter (Signal Processing) Filter is a device or process that removes from a signal some unwanted component or feature. Filtering is a class of signal processing, the defining feature of filters being the complete or partial suppression of some aspect of the signal. Most often, this means removing some frequencies and not others in order to suppress interfering signals and reduce background noise. However, filters do not exclusively act in the frequency domain; especially in the field of image processing many other targets for filtering exist. Correlations can be removed for certain frequency components and not for others without having to act in the frequency domain. There are many different bases of classifying filters and these overlap in many different ways; there is no simple hierarchical classification. Filters may be:  Linear or non-linear  Time-invariant or time-variant, also known as shift invariance. If the filter operates in a spatial domain then the characterization is space invariance.  Causal or not-causal: depending if present output depends or not on "future" input; of course, for time related signals processed in real-time all the filters are causal; it is not necessarily so for filters acting on space-related signals or for deferred-time processing of time-related signals.  Analog or digital  Discrete-time (sampled) or continuous-time  Passive or active type of continuous-time filter  Infinite impulse response (IIR) or finite impulse response (FIR) type of discrete-time or digital filter. ii) Edge Detection Edge detection provides an intrinsically more rigorous means than thresholding for initiating image segmentation. However there is a large history of ad hoc edge detection algorithms, In fact edge detection has long been an alternative path to image segmentation and is the method pursued whichever way is inherently the better approach, edge detection has the additional advantage in that it immediately reduces by a large factor the considerable redundancy of most image data. Edge detection is the name for a set of mathematical methods which aim at identifying points in a digital image at which the image brightness changes sharply or, more formally, has discontinuities. The points at which image brightness changes sharply are typically organized into a set of curved line segments termed edges. The same problem of finding discontinuities in 1D signal is known as step detection and the problem of finding signal discontinuities over time is known as change detection. Edge detection is a fundamental tool in image processing, machine vision and computer vision, particularly in the areas of feature detection and feature extraction. The purpose of detecting sharp changes in image brightness is to capture important events and changes in properties of the world. It can be shown that under rather general assumptions for an image formation model, discontinuities in image brightness are likely to correspond to  discontinuities in depth,  discontinuities in surface orientation,  changes in material properties and  Variations in scene illumination. III. RESULTS AND DISCUSSIONS III.1 Method of data analysis In the paper, the images are analyzed in quantitative way using the computer, with the platform of MATLAB. Image processing toolbox™ in MATLAB provides a comprehensive set of reference standard algorithms and graphical tools for image processing, analysis, visualization, and algorithm development. It can perform image enhancement, image deblurring, feature detection, noise reduction, image segmentation, geometric transformations, and image registration.
  • 4. Improvement of Weld Images using MATLAB –A Review 19 III.1.1) Main work During this section, it devotes to find an appropriate image processing technique to apply in welding inspection, which helps for practitioners of the welding industry to improve inspection efficiency of defects recognition. On the other hand, the fact is that general and traditional image processing technology can’t solve all the problems. It contributes to propose the improved image processing theory or algorithm to solve some the difficulties, which is regarded very useful for academics working with image processing because the development of image processing theory or algorithm can be further studied by those academics to use and apply widely in other areas. During our experiments research, we main task is to answer how image segmentation and image enhancement applied in welding inspection and which one of these two shows good performance to be helpful for defects recognition. Image segmentation is divided into three segmentation methods such as thresholding, clustering and edge detection. We plan to do the experiments all of these three method to see the evaluation performance of them. Threshoulding is regarded a fast and simple method to classify and segment the image information of the welding inspection films. It is widely used to fast image segmentation during general image processing. Clustering is a specific segmentation method because it can classify the characteristic of the pixels by measuring their similarity. The characteristic of the pixels may be the gray scale, room space information and so on. It is used to segment images for good recognition during image processing. Edge detection is the method more concerning about edge processing. Welding inspection films always have much detail information around the edges which is important to defects recognition. It is used to catch the detail information of edges for good recognition during image processing. Image enhancement method such as denoising, histogram equalization does more working to enhance the concerning features noised by the psychical and external factors during image processing. We collect the testing sample from actual images of welding detection for 2004 in Sinopec Pipeline Storage and Transportation Company. The actual images are stratified by the category of welding defects. We collect testing images from every category, especially in pore, crack, incomplete penetration and incomplete fusion, which is as followed: Figure.4. Pore Fig.5. Crack Figure.6. Incomplete fusion Figure.7. Incomplete penetration
  • 5. Improvement of Weld Images using MATLAB –A Review 20 III.1.2 Thresholding a) Otsu’ method In MATLAB, Function: level=graythresh (I), it computes global image threshold using Otsu's method. The function uses Otsu's method, which chooses the threshold to minimize the interclass variance of the black and white pixels. The Figure.7 shows the segmented result of pore in group 1 using Otsu’ method and the others will be shown in related appendix files. Figure.7.1 Otsu’ method b) Histogram thresholding The Figure shows the segmented result using Histogram thresholding and the others will be shown in related appendix files. Histogram thresholding is based on selecting the middle gray value as the threshold value between the two peaks. Figure.7.2 Histogram thresholding III.1.3 Clustering c) K-means clustering In K-means algorithm, we firstly initiate cluster centers and then decide the number of iteration by a lot of tries to get the good quality of segmentation. The Figure 8 shows the segmented result using K-means clustering and the others will be shown in related appendix files. Figure.8. Fuzzy C-means clustering In MATLAB, algorithm of fuzzy C-means clustering is illustrated in the Figure 8.1 Each pixel point is clustered by initial cluster centers and then cluster centers are updated by loops. Seen in the following figure, variable of ttFcm is used to control the loop process. Figure.8.1 Fuzzy C-means segmentation The traditional FCM clustering can shows good quality of image segmentation. But it is hard to present the segmentation results in terms of gray scale. Therefore, here is to propose an improved algorithm – Gray- scale based FCM clustering to present pixels segmentation. On the basis of the traditional FCM clustering, the use of the neighborhood pixel gray similarity to construct a new membership function, image clustering segmentation. This method not only effectively suppresses noise interference, and the wrong classification of pixels is easily rectified.
  • 6. Improvement of Weld Images using MATLAB –A Review 21 It is to generate new clustering center based on neighborhood pixel gray similarity. The Figure 10 shows the segmented result using Gray-scale based Fuzzy C-means clustering and the others will be shown in related appendix files. III.1.4 Edge detection For the gradient magnitude methods (Sobel, Prewitt, Roberts), thresh is used to threshold the calculated gradient magnitude. The Canny method applies two thresholds to the gradient: a high threshold for low edge sensitivity and a low threshold for high edge sensitivity. Edge starts with the low sensitivity result and then grows it to include connected edge pixels from the high sensitivity result. This helps fill in gaps in the detected edges. The Figure 9 shows the segmented result using edge detection and the others will be shown in related appendix files. By comparisons with segmented results, we can see image detected by canny operator has complete and meticulous edge, which is illustrated in Figure 11. Based on qualitative evaluation, canny operator is better at detecting the edges than other three. Figure.8.2 Edge detection Application solution of image segmentation is as followed, which is also performed in Figure, Figure.9. Initial image Figure.10. Gray-scale based FCM clustering Figure.11. Canny edge detection IV. CONCLUSION AND FUTURE WORK We design experimental studies to research on the application of image segmentation in photoreceptor ray film of the ray inspection of welding. We take sampling as the method of data collection and then do data analysis by MATLAB. Data analysis contains subjective evaluation on application of image segmentation and objective evaluation on application of image enhancement. “What is the current research situation of the ray inspection of welding?” and sub question “What is the current research situation of the image segmentation such as application situation, research history and so on?” It introduces the current research situation of welding ray detection in the first part. Shirai (1969) devotes to research on an algorithm for Automatic inspection of X-ray photographs and Alaknandea et al (2006) pay more attentions on how to find the type of flaw and its causative factors. In addition, it describes current research situation of image segmentation in the second and third part. It gives the research history and application situation of popular image segmentation method such as thresholding, clustering and edge detection. We find the answer about sub question “Could a solution for ray inspection of welding be proposed based on current theory within the field”. We propose proposed solution of image segmentation or image enhancement application in ray inspection of welding.
  • 7. Improvement of Weld Images using MATLAB –A Review 22 We successfully answer sub question “How does our proposed solution for applying image segmentation perform in practical experiments?”. We do feasible and performance analysis on our proposed solution of image segmentation or image enhancement application in ray inspection of welding. It is found that application of image segmentation is verified suitable to apply on photoreceptor ray film for ray inspection of welding. The comparison result between image segmentation and image enhancement. a) Initial image, b) FCM clustering, c) edge detection, d) Image enhancement, Figure. 11 Comparison result between image segmentation and image enhancement Application of image segmentation is more competitive than image enhancement because that: 1. Gray-scale based FCM clustering of image segmentation performs well, which can exposure pixels in terms of grey value level so as that it can show hierarchical position of related defects by grey value. 2. Canny detection speeds also fast and performs well, that gives enough detail information around edges and defects with smooth lines. 3. Image enhancement only could improve image quality including clarity and contrast, which can’t give other helpful information to detect welding defects. After answering all the sub questions, main question can be answered. We get our conclusion that image segmentation is suitable to apply on photoreceptor ray film for ray inspection of welding. ACKNOWLEDGEMENT The authors would like thank to the Department of Mechanical Engineering, Jyothi Engineering College, Kerala, India and UG section, Department of Mechanical Engineering, Tamilnadu College of Engineering, Tamil Nadu, India for their technical support and valuable suggestions. REFERENCES [1]. Alaknanda, Anand, R.S. & Kumar, P. 2006, “Flaw detection in radiographic weld images using morphological approach”, NDT and E International, vol.39, no.1,pp.2933. [2]. Amir A.A., Zaccone M.A. 1996, “Inspectability of fillet welds on diverter panels on an advanced missile fuel tank”, NDT and E International, vol.29, no.3,pp.185185. [3]. Arifin A.Z. & Asano A. 2006, “Image segmentation by histogram thresholding using hierarchical cluster analysis”, Pattern Recognition Letters, vol.27, no.13, pp.15151521. [4]. Bardera A., Boada I., Feixas M. & Sbert, M. 2009, “Image Segmentation Using Excess Entropy”, Journal of Signal Processing Systems, vol.54, no.1, pp.205214. [5]. B Sathya & R Manavalan. 2011, “Image Segmentation by Clustering Methods: Performance Analysis”, International Journal of Computer Applications, vol.29, no.11, pp.2732. [6]. Bradley P.S. & Fayyad U.M. 1998, “Refining initial points for K-means clustering”, Machine Learning (ICML98), pp.9199. [7]. Brad R. & Popovici Z.O. 2010, “Infrared satellite image segmentation”, IEEE International Conference, pp.100104. [8]. C.Sasi varnan, A.Jagan,Jaspreet Kaur, Divya Jyoti & Dr.D.S.Rao. 2011, ”Image Quality Assessment Techniques in Spatial Domain”, International Journal of Computer Science and Technology, vol.2, no.3, pp.177184. [9]. Chen J.J., Ng T.M., Lakshminarayanan A. & Garg H.K. 2009, “Adaptive Visible Watermarking Using Otsu's Thresholding”, International Conference on Computational Intelligence and Software Engineering, pp. 14. [10]. Dr. G. Padmavathi, Dr. P. Subashini, Mr. M. Muthu Kumar & Suresh Kumar Thakur. 2009, “Performance analysis of Non Linear Filtering Algorithms for underwater images”, International Journal of Computer Science and Information Security, vol.6, no.2, pp.232238. [11]. Fu K.S. & Mui J.K. 1981, “A survey on image segmentation”, Pattern Recognition, vol.13, no.1, pp.316. [12]. Irani A.A.Z. Belaton. 2009, “A K-means Based Generic Segmentation System”, B.Dept. of Comput. Sci.,pp.300 – 307. [13]. Isa N.A.M., Salamah S.A., Ngah U.K. Sch. of Electr. & Electron. Eng. 2009, “Adaptive fuzzy moving K-means clustering algorithm for image segmentation”,pp.2145 – 2153. [14]. Jiang Y. & Zhou Z. 2004, “SOM EnsembleBased Image Segmentation”, Neural Processing Letters, vol.20, no.3, pp.171178. [15]. Mario G.C.A. Cimino, Beatrice Lazzerini & Francesco Marcelloni. 2006, “A novel approach to fuzzy clustering based on a dissimilarity relation extracted from data using a TS system”, Pattern Recognition, vol.39, no.11, pp.20772091.