Available online at ScienceDirect. Procedia Engineering 188 (2017 ) 72 79

Size: px
Start display at page:

Download "Available online at ScienceDirect. Procedia Engineering 188 (2017 ) 72 79"

Transcription

1 Available online at ScienceDirect Procedia Engineering 188 (2017 ) th Asia Pacific Workshop on Structural Health Monitoring, 6th APWSHM HweeKwon Jung a, ChangWon Lee a, Gyuhae Park a * a School of Mechanical Engineering, Chonnam National University, South Korea Abstract The crack detection during the manufacturing process is an important step for quality management of panel products. Traditional crack detection methods are subjective and expensive because they are performed by experienced human inspectors. Therefore, crack detection techniques for automated and accurate inspection are required. In this paper, a crack detection technique based on image processing is proposed, which utilizes the images of panel products captured by a regular CCTV camera system. First, the binary panel object image is extracted from various backgrounds after considering RGB color factors. Edge lines are then generated from a binary image using a percolation process. Finally, crack detection and localization are performed with a unique edge line evaluation. In order to demonstrate the capability of the proposed technique, lab-scale experiments were carried out with a thin aluminum plate and a real sample panel. In addition, the test was performed with the images acquired at an actual press line. Experimental results show that the proposed technique could effectively detect panel cracks with an improved rate and speed Published The Authors. by Elsevier Published Ltd. This by Elsevier is an open Ltd. access article under the CC BY-NC-ND license ( Peer-review under responsibility of the organizing committee of the 6th APWSHM. Peer-review under responsibility of the organizing committee of the 6th APWSHM Keywords: Pressed panel product, Image processing, Percolation, Crack detection, Edgeline analysis 1. Introduction Various mechanical components are produced by sheet metals with several manufacturing processes, including press-working. During these processes, including punching, blanking, embossing, materials undergo large deformations in high speed, which may result in manufacturing defects such as cracks, necking and marking lines [1, 2]. In order to detect such defects, crack detection is usually implemented by human inspectors. The detection rate of * Corresponding author. Tel.: address: gpark@jnu.ac.kr Published by Elsevier Ltd. This is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of the organizing committee of the 6th APWSHM doi: /j.proeng

2 HweeKwon Jung et al. / Procedia Engineering 188 ( 2017 ) the method is affected by the skill and the experience of human inspectors. Additionally this method is less reliable and unstable in many cases. For these reason, the development and implementation of an automated and accurate defect detection technique is important during the press-working process. One type of defect inspection technique is to monitor the vibrations of pressure signals of a press line [3, 4]. In these methods, the distortion and/or shape change of pressure signals indicate abnormal conditions of the press line. However, this method has a limitation that it is not appropriate for individual panel inspection. Compared to the methods, image based defect detection methods could provide several advantages over existing methods in the press line because they are non-invasive, accurate, and could be easily implemented in the manufacturing. Thus various studies on image processing for crack detection have been conducted. Image processing based methods for crack detection enables quick inspection of large area of structural surface. Moreover, stable and accurate inspection is possible with an automated process. Currently, most studies on image processing focused on detection of cracks on large structures such as bridge, building and pavement. Niemueller et al. [5] introduced several methods to detect crack and corrosion on the surface of pipes. Jian and Bunke. [6] developed an edge detection algorithm based on the scan line approximation technique. Abjel-Qader et al. [7] compared and evaluated the performances of the four crack detection methods including Fast Haar Transformation (FHT), Fast Fourier Transformation (FFT), Sobel and Canny filter. The study confirmed that FHT was the most reliable method in crack detection. Fujita and Hamamoto. [8] proposed a robust and automated detection method, targeting crack detection on the surface of concrete structures. In their study, a median filter was implemented to refine the collected images, and cracks were detected based on the image difference method. Meanwhile, Lyer and Sinha. [9] developed a pipe inspection system based on a pattern recognition process. Defect detection based on image processing is usually applied to inspect large detection area. Thus automated detection and analysis are essential. Also the acceleration of processing speed is critical for real-world applications. Valenca et al. [10] developed an image processing technique to detect cracks in concrete surfaces to monitor the crack initiation and growth in concrete specimen. Yang et al. [11] achieved three dimensional images using two stereo cameras in a real bridge. The deflection of the bridge posts was estimated by tracking grid s movement. Crack region was finally visualized based on the deflection analysis. Zou et al. [12] conducted three image processing steps in order to automatically detect cracks on pavements. In their study, cracks were detected by applying a tree representation and a pruning algorithm to the generated map. To improve the processing speed, Yamaguchi et al. [13] performed the study on the acceleration of the percolation model, which is necessary for crack detection. Compared to the many studies for large structure inspection, only a few image processing technique were applied to products in manufacturing lines [14, 15]. There are following requirements that image processing for production line must have, It could detect manufacturing defects with high accuracy. False positive error should be minimized. Inspection should be completed in real-time. This paper aims to develop an image processing technique which is capable of identifying surface defects for pressed panel products. The proposed technique consists of the following steps; i) object extraction from backgrounds, ii) object s shape and edge line extraction, and iii) edge line analysis for crack detection. Several labscale experiments are conducted to demonstrate the performance of the proposed technique. Additionally, the proposed technique is applied to a manufacturing press line to detect crack on real panels. 2. Image processing technique for crack detection Crack detection procedure based on image processing consists of four steps as shown in Fig. 1. First, a new panel images, during the manufacturing stage, is captured using a camera system installed in a press line. In order to extract the target image of interest from various backgrounds, every pixel value is calculated by considering Red, Green, Blue (RGB) color factors and brightness factors. A binary image is then generated with the pre-defined threshold value, as the second step. In the third step, the percolation method is applied to extract the edge line information of the object. As the final step, the extracted edge lines are analyzed for defect detection. Almost all of

3 74 HweeKwon Jung et al. / Procedia Engineering 188 ( 2017 ) edge lines of panels contain smooth variances of angle in the edges for pressed panel products. When a crack occurs in panel products, there is a sudden variance of the edge line angle, which could be used as an indication of the presence of a crack. Therefore, the relative angle variances of each line are evaluated for detection and localization of cracks in this study. Fig. 1. Overall image based processes for crack detection 2.1. Object image extraction Once a panel image is captured, the target object is extracted from backgrounds. In this study, the concept of visual perception was introduced, as the same way that a human interprets target objects from surrounding environments by processing the information of color and brightness. In each image, the color and the brightness of pixels are presented with three color factors (Red, Green and Blue). Based on the concepts, a ratio of the light factor is used to distinguish the color and amplitude and to assess the brightness. For the first step, the values of the light factor in a pixel of target object are selected and the ratios of the values are derived using Eq. 1. (After the ratios are derived, they are defined as a reference ratio value.) Then the same procedure is applied to all pixels in the image. In order to distinguish the pixels based on the color factors, the differences between ratios of the light factors are obtained using Eq. 2. Meanwhile, the brightness is also considered to distinguish the pixels. Because cracks and holes are darker than the other parts, the values of the light factors are relatively low in those pixels. By using the predefined threshold values, cracks and holes could be identified. (1) (2) After the image processing for color ratio difference, the preprocessed image is converted into a binary image.

4 HweeKwon Jung et al. / Procedia Engineering 188 ( 2017 ) Fig. 2. Object extraction process considering color and brightness factors 2.2. Percolation model based shape recognition and edge line extraction After the binary image generation, the percolation model is implemented to extract the object shape and edge line. The percolation model is based on natural phenomenon of liquid permeation, which could be used to identify various shapes. In our study, scalable local processing based on the percolation model for shape recognition and edge line extraction is employed. Before the percolation process, an initial seed point is defined. From left side of the binary image, we conduct line scanning to the right direction. Because a pixel with zero value represents the target object, the initial seed point is defined as a first search pixel. From the initial seed point, the percolation process is initialized. The process evaluates eight neighboring pixels of a pixel in center, which is described below. The values of the eight neighboring pixels are identified from the center pixels. For the first step, the center pixel is defined as a reference pixel where percolation model starts from. If the neighboring pixels have zero value from the predefined reference pixels, they are defined as next reference pixels. Until a neighboring pixel with zero value is not found, the process repeats the step 2. If there is no pixel with the zero value, the percolation process is terminated. During the processes, the percolation model is used for two purposes. First, the shape of the object is extracted. Based on the extracted shape information, the edge line is generated by searching pixels whose neighboring pixel contains background pixels. With the procedure, the generated edge line has single pixel of width. After then, the percolation model is used again in order to extract the edge lines.

5 76 HweeKwon Jung et al. / Procedia Engineering 188 ( 2017 ) Fig. 3. Flow chart of percolation model 2.3. Crack detection using edge line analysis After the edge lines are extracted based on the percolation model, cracks are detected using a unique edge line analysis. In this study, the edge line analysis is performed by tracking the edge lines. For example, two edge lines of panels with and without crack are compared as depicted in Fig. 4. In case that a panel product contains no defect, the angle variation of each edge is not over 90 degree while tracking the entire edge lines. However, an acute relative angle variation occurs where a crack is formed in a panel product. We defined the acute angle variation which is higher than 140 degree as an indication of a crack. Fig. 4. Edge line analysis

6 HweeKwon Jung et al. / Procedia Engineering 188 ( 2017 ) Experimental results Several experiments were performed to verify the proposed technique. A lab scale experiment was performed with simple objects. After then, the technique was applied to a real press line. MATLAB and intel 4 th i5 (3.2GHz) with OS window 7 and 8GB RAM was used as signal processor. While taking images, we utilized a cell phone camera as an image acquisition device Crack detection results with simple objects During the first experiment, an aluminum thin plate was used. In this experiment, every image had 4128 x 2322 pixels. For efficient image processing, resolution of image was decreased by four times compared to that of the original image. In the objects shown in Fig. 5, a grey thin aluminum plate was a target object and the others were background objects. Fig. 5 (a) shows panel without any defects. A crack was simulated by tearing the panel. Circular and rectangular shaped holes were also introduced to the objects for false-positive indication. The proposed crack detection technique was applied to the both panels. In case of the panel without a crack, the algorithm reports no crack in the structure. For the defected panels, no false positive error was reported with the circular and rectangular holes due to the fact that there relative angles are within the pre-defined threshold limit. Fig. 5. (a) Crack detection results Fig. 5. (b) Crack detection results (an aluminum thin plate without crack) (an aluminum thin plate with crack) 3.2. Crack detection results with real panel images Second experiment was carried out at a real press line. As shown in Fig. 6, the cell phone camera captured the image of panel (washing machine) in a real press line. The camera was placed 1-m above the press line. During the process, each panel was produced in every 10 second. A total of 78 images for 13 minutes are collected with the image acquisition area of 70 x 45 cm. The extracted image contained 750 x 400 pixels. During the experiment, no defective product was identified. Therefore, manual cracks, with the sizes in the range of 1 x 7cm, 0.5 x 4cm, 0.5 x 2cm and 0.2 x 2cm, were simulated at various locations in the images. In order to improve the processing time, the initial image resolution was lowered by two to four times. As the results shown in

7 78 HweeKwon Jung et al. / Procedia Engineering 188 ( 2017 ) Fig. 7, it was demonstrated that the crack could be detected with a very high accuracy. It should be emphasized that, even the real panel products contain sharply created holes which look similar to cracks, there was no false-positive error reported. Fig. 6. Image acquisition setup in a real press line and extracted panel image Fig. 7. Results of crack detection on a real panel product 4. Conclusion This paper proposed an image processing technique for rapid and automated crack detection for pressed panel products. The target object is extracted from backgrounds by considering color and brightness factors. Then the edge line of the object is extracted using a percolation model. Because the percolation process is computationally intensive, the acceleration concept was introduced to reduce the processing time for percolation. Finally, cracks are detected and localized with the unique edge line analysis developed in this study. For the validation of the proposed technique, several experimental investigations are performed. Through experiments, it was shown that the proposed image processing technique was able to detect surface cracks with the reasonable accuracy and the speed. The proposed image processing technique could be efficiently used for crack detection in the pressed panel with the advantages of cost reduction, fast inspection and high accuracy. Acknowledgements This research was supported by Basic Science Research program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education ( ). This work (C ) was also supported by business for Cooperative R&D between Industry, Academy, and Research Institute funded Korea Small and Medium Business Administration in 20.

8 HweeKwon Jung et al. / Procedia Engineering 188 ( 2017 ) References [1] S. Kalpakjian and S. R. Schmid, Manufacturing process for engineering materials, 5/e in SI units, pp [2] Taylan Altan, Dissecting defects part 1: Examining process variables to fined stamped part quality flaws, <FMA-the Fabricators & Manufacturers Association>, October 9, [3] H. Du and B. E. Klamecki, Force sensors embedded in surfaces for manufacturing and other tribological process monitoring, Journal of Manufacturing Science and Engineering, Vol. 121, Issue. 4, pp , [4] N. Mahayotsanun, J. Cao, M. Peshkin, S. Sah, R. Gao, C.T. Wang, Intergrated sensing system for stamping monitoring control, IEEE SENSORS 2007 Conference, Vol. 5, pp , [5] T. Niemueller, Automatic detection and segmentation of cracks in underground pipeline images, Seminar: Medical Image Processing Summer Semester 2006, No , [6] X. Jiang and H. Bunke, Edge detection in range images based on scan line approximation, Computer Vision and Image Understanding, Vol. 73, No. 2, pp , [7] I. Abdel-Qader, O. Abudayyeh, M. E. Kelly, Analysis of edge-detection techniques for crack identification in bridges, Journal of Comuting in Civil Engineering, Vol. 17, Issue. 4, pp , [8] Y.Fujita and Y. Hamamoto, A robust automatic crack detection method from noisy concrete surfaces, Machine Vision and Applications, Vol. 22, pp , [9] S. Iyer and S. K. Sinha, Segmentation of pipe images for crack detection in buried sewers, Computer-Aided Civil and Infrastructure Engineering, Vol. 21, pp , [10] J. Valenca, D. Dias-da-Costa, E.N.B.S. Julio, Characterisation of concrete cracking during laboratorial tests using image processing, Construction and Building Materials, Vol. 28, pp , [11] Y. S. Yang, C. M. Yang, C. W. Huang, Thin crack observation in a reinforced concrete bridge pier test using image processing and analysis, Advances in Engineering Software, Vol. 53. pp , [12] Q. Zou, Y. Cao, Q. Li, Q. Mao, S. Wang, CrackTree: Automatic crack detection from pavement images, Pattern Recognition Letters, Vol. 33, pp , [13] T. Yamaguchi, S. Hashimoto, Fast crack detection method for large-size concrete surface images using percolation-based image processing, Vol. 21, pp , [14] H. Elbehiery, A. Hefnawy, M. Elewa, Surface defects detection for ceramic tiles using image processing and morphological techniques, International Journal of Computer, Electrical, Automation, Control and Information Engineering, Vol. 1, No. 5, pp , [15] C. H. Kim, S. H. Choi, W. J. Joo, G. B. Kim Classification of surface defect on steel strip by KNN classifier, Advances in Engineering Software, Vol. 83, pp , 2015.

Visual recognition and assessment of concrete crack properties

Visual recognition and assessment of concrete crack properties icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Visual recognition and assessment of concrete crack

More information

Keywords: Thresholding, Morphological operations, Image filtering, Adaptive histogram equalization, Ceramic tile.

Keywords: Thresholding, Morphological operations, Image filtering, Adaptive histogram equalization, Ceramic tile. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Blobs and Cracks

More information

Available online at ScienceDirect. Procedia Engineering 161 (2016 ) Bohdan Stawiski a, *, Tomasz Kania a

Available online at   ScienceDirect. Procedia Engineering 161 (2016 ) Bohdan Stawiski a, *, Tomasz Kania a Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 161 (16 ) 937 943 World Multidisciplinary Civil Engineering-Architecture-Urban Planning Symposium 16, WMCAUS 16 Testing Quality

More information

Development of system and algorithm for evaluating defect level in architectural work

Development of system and algorithm for evaluating defect level in architectural work icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Development of system and algorithm for evaluating defect

More information

Robot localization method based on visual features and their geometric relationship

Robot localization method based on visual features and their geometric relationship , pp.46-50 http://dx.doi.org/10.14257/astl.2015.85.11 Robot localization method based on visual features and their geometric relationship Sangyun Lee 1, Changkyung Eem 2, and Hyunki Hong 3 1 Department

More information

Available online at ScienceDirect. Procedia Technology 22 (2016 )

Available online at  ScienceDirect. Procedia Technology 22 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 22 (2016 ) 562 569 9th International Conference Interdisciplinarity in Engineering, INTER-ENG 2015, 8-9 October 2015, Tirgu-Mures,

More information

Fabric Defect Detection Based on Computer Vision

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

More information

Available online at ScienceDirect. Procedia Computer Science 59 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 59 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 59 (2015 ) 550 558 International Conference on Computer Science and Computational Intelligence (ICCSCI 2015) The Implementation

More information

Available online at ScienceDirect. Procedia Computer Science 56 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 56 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 56 (2015 ) 150 155 The 12th International Conference on Mobile Systems and Pervasive Computing (MobiSPC 2015) A Shadow

More information

Applicability Estimation of Mobile Mapping. System for Road Management

Applicability Estimation of Mobile Mapping. System for Road Management Contemporary Engineering Sciences, Vol. 7, 2014, no. 24, 1407-1414 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49173 Applicability Estimation of Mobile Mapping System for Road Management

More information

Perceptual Quality Improvement of Stereoscopic Images

Perceptual Quality Improvement of Stereoscopic Images Perceptual Quality Improvement of Stereoscopic Images Jong In Gil and Manbae Kim Dept. of Computer and Communications Engineering Kangwon National University Chunchon, Republic of Korea, 200-701 E-mail:

More information

3D Grid Size Optimization of Automatic Space Analysis for Plant Facility Using Point Cloud Data

3D Grid Size Optimization of Automatic Space Analysis for Plant Facility Using Point Cloud Data 33 rd International Symposium on Automation and Robotics in Construction (ISARC 2016) 3D Grid Size Optimization of Automatic Space Analysis for Plant Facility Using Point Cloud Data Gyu seong Choi a, S.W.

More information

An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow

An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow , pp.247-251 http://dx.doi.org/10.14257/astl.2015.99.58 An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow Jin Woo Choi 1, Jae Seoung Kim 2, Taeg Kuen Whangbo

More information

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

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

More information

ScienceDirect. Forming of ellipse heads of large-scale austenitic stainless steel pressure vessel

ScienceDirect. Forming of ellipse heads of large-scale austenitic stainless steel pressure vessel Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 81 (2014 ) 837 842 11th International Conference on Technology of Plasticity, ICTP 2014, 19-24 October 2014, Nagoya Congress

More information

The Vehicle Logo Location System based on saliency model

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

More information

A Hand Gesture Recognition Method Based on Multi-Feature Fusion and Template Matching

A Hand Gesture Recognition Method Based on Multi-Feature Fusion and Template Matching Available online at www.sciencedirect.com Procedia Engineering 9 (01) 1678 1684 01 International Workshop on Information and Electronics Engineering (IWIEE) A Hand Gesture Recognition Method Based on Multi-Feature

More information

Development of crack diagnosis and quantification algorithm based on the 2D images acquired by Unmanned Aerial Vehicle (UAV)

Development of crack diagnosis and quantification algorithm based on the 2D images acquired by Unmanned Aerial Vehicle (UAV) Development of crack diagnosis and quantification algorithm based on the 2D images acquired by Unmanned Aerial Vehicle (UAV) *J.H. Lee 1), S.S. Jin 2), I.H. Kim 2) and H.J. Jung 3) 1,) 2), 3) Department

More information

ECE 172A: Introduction to Intelligent Systems: Machine Vision, Fall Midterm Examination

ECE 172A: Introduction to Intelligent Systems: Machine Vision, Fall Midterm Examination ECE 172A: Introduction to Intelligent Systems: Machine Vision, Fall 2008 October 29, 2008 Notes: Midterm Examination This is a closed book and closed notes examination. Please be precise and to the point.

More information

Available online at ScienceDirect. Energy Procedia 69 (2015 )

Available online at   ScienceDirect. Energy Procedia 69 (2015 ) Available online at www.sciencedirect.com ScienceDirect Energy Procedia 69 (2015 ) 1885 1894 International Conference on Concentrating Solar Power and Chemical Energy Systems, SolarPACES 2014 Heliostat

More information

Research on online inspection system of emulsion explosive packaging defect based on machine vision

Research on online inspection system of emulsion explosive packaging defect based on machine vision Research on online inspection system of emulsion explosive packaging defect based on machine vision Yuesheng Wang *, and Zhipeng Liu School of Hangzhou Dianzi University, Hangzhou, China. Abstract. Roll

More information

Automatic Defect Detection and Classification Technique from Image Processing

Automatic Defect Detection and Classification Technique from Image Processing Automatic Defect Detection and Classification Technique from Image Processing Prof. R. R. Karhe HOD of E&TC Engg. Shri.Gulabrao Deokar C.O.E. Jalgaon Mr. Nilesh N. Nagare M.E. Scholar E&C Engg Shri.Gulabrao

More information

ROBUST IMAGE-BASED CRACK DETECTION IN CONCRETE STRUCTURE USING MULTI-SCALE ENHANCEMENT AND VISUAL FEATURES

ROBUST IMAGE-BASED CRACK DETECTION IN CONCRETE STRUCTURE USING MULTI-SCALE ENHANCEMENT AND VISUAL FEATURES ROBUST IMAGE-BASED CRACK DETECTION IN CONCRETE STRUCTURE USING MULTI-SCALE ENHANCEMENT AND VISUAL FEATURES Xiangzeng Liu 1 Yunfeng Ai 13 Sebastian Scherer 1 1. Carnegie Mellon University. Xi an Microelectronics

More information

Image-based Retrieval of Concrete Crack Properties

Image-based Retrieval of Concrete Crack Properties Image-based Retrieval of Concrete Crack Properties R.S. Adhikari 1 *, O. Moselhi 2, and A. Bagchi 3 1 Graduate Student, Concordia University, Montreal, Canada 2 Professor, Concordia University, Montreal,

More information

Defect Inspection of Liquid-Crystal-Display (LCD) Panels in Repetitive Pattern Images Using 2D Fourier Image Reconstruction

Defect Inspection of Liquid-Crystal-Display (LCD) Panels in Repetitive Pattern Images Using 2D Fourier Image Reconstruction Defect Inspection of Liquid-Crystal-Display (LCD) Panels in Repetitive Pattern Images Using D Fourier Image Reconstruction Du-Ming Tsai, and Yan-Hsin Tseng Department of Industrial Engineering and Management

More information

IRIS SEGMENTATION OF NON-IDEAL IMAGES

IRIS SEGMENTATION OF NON-IDEAL IMAGES IRIS SEGMENTATION OF NON-IDEAL IMAGES William S. Weld St. Lawrence University Computer Science Department Canton, NY 13617 Xiaojun Qi, Ph.D Utah State University Computer Science Department Logan, UT 84322

More information

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images Karthik Ram K.V & Mahantesh K Department of Electronics and Communication Engineering, SJB Institute of Technology, Bangalore,

More information

ScienceDirect. Vibration Response Prediction of the Printed Circuit Boards using Experimentally Validated Finite Element Model

ScienceDirect. Vibration Response Prediction of the Printed Circuit Boards using Experimentally Validated Finite Element Model Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 144 (2016 ) 576 583 12th International Conference on Vibration Problems, ICOVP 2015 Vibration Response Prediction of the Printed

More information

Available online at ScienceDirect. Procedia Computer Science 96 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 96 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 96 (2016 ) 1409 1417 20th International Conference on Knowledge Based and Intelligent Information and Engineering Systems,

More information

A threshold decision of the object image by using the smart tag

A threshold decision of the object image by using the smart tag A threshold decision of the object image by using the smart tag Chang-Jun Im, Jin-Young Kim, Kwan Young Joung, Ho-Gil Lee Sensing & Perception Research Group Korea Institute of Industrial Technology (

More information

Mouse Pointer Tracking with Eyes

Mouse Pointer Tracking with Eyes Mouse Pointer Tracking with Eyes H. Mhamdi, N. Hamrouni, A. Temimi, and M. Bouhlel Abstract In this article, we expose our research work in Human-machine Interaction. The research consists in manipulating

More information

Rectification of distorted elemental image array using four markers in three-dimensional integral imaging

Rectification of distorted elemental image array using four markers in three-dimensional integral imaging Rectification of distorted elemental image array using four markers in three-dimensional integral imaging Hyeonah Jeong 1 and Hoon Yoo 2 * 1 Department of Computer Science, SangMyung University, Korea.

More information

Out-of-Plane Rotated Object Detection using Patch Feature based Classifier

Out-of-Plane Rotated Object Detection using Patch Feature based Classifier Available online at www.sciencedirect.com Procedia Engineering 41 (2012 ) 170 174 International Symposium on Robotics and Intelligent Sensors 2012 (IRIS 2012) Out-of-Plane Rotated Object Detection using

More information

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Amandeep Kaur Department of Computer Science and Engg Guru Nanak Dev University Amritsar, India-143005 ABSTRACT Face detection

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

MATHEMATICAL IMAGE PROCESSING FOR AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM

MATHEMATICAL IMAGE PROCESSING FOR AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM J. KSIAM Vol.14, No.1, 57 66, 2010 MATHEMATICAL IMAGE PROCESSING FOR AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM SUNHEE KIM, SEUNGMI OH, AND MYUNGJOO KANG DEPARTMENT OF MATHEMATICAL SCIENCES, SEOUL NATIONAL

More information

ScienceDirect. The use of Optical Methods for Leak Testing Dampers

ScienceDirect. The use of Optical Methods for Leak Testing Dampers Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 69 ( 2014 ) 788 794 24th DAAAM International Symposium on Intelligent Manufacturing and Automation, 2013 The use of Optical

More information

A Rapid Automatic Image Registration Method Based on Improved SIFT

A Rapid Automatic Image Registration Method Based on Improved SIFT Available online at www.sciencedirect.com Procedia Environmental Sciences 11 (2011) 85 91 A Rapid Automatic Image Registration Method Based on Improved SIFT Zhu Hongbo, Xu Xuejun, Wang Jing, Chen Xuesong,

More information

Non-invasive Subpixel Method for Frequency Measurements Based on Image

Non-invasive Subpixel Method for Frequency Measurements Based on Image 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic More Info at Open Access Database www.ndt.net/?id=16581 Non-invasive Subpixel Method for Frequency

More information

A Fast Video Illumination Enhancement Method Based on Simplified VEC Model

A Fast Video Illumination Enhancement Method Based on Simplified VEC Model Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 3668 3673 2012 International Workshop on Information and Electronics Engineering (IWIEE) A Fast Video Illumination Enhancement Method

More information

Measurements using three-dimensional product imaging

Measurements using three-dimensional product imaging ARCHIVES of FOUNDRY ENGINEERING Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-3310) Volume 10 Special Issue 3/2010 41 46 7/3 Measurements using

More information

Available online at ScienceDirect. Procedia Engineering 136 (2016 ) Dynamic analysis of fuel tank

Available online at   ScienceDirect. Procedia Engineering 136 (2016 ) Dynamic analysis of fuel tank Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 136 (2016 ) 45 49 The 20 th International Conference: Machine Modeling and Simulations, MMS 2015 Dynamic analysis of fuel tank

More information

Study on the Signboard Region Detection in Natural Image

Study on the Signboard Region Detection in Natural Image , pp.179-184 http://dx.doi.org/10.14257/astl.2016.140.34 Study on the Signboard Region Detection in Natural Image Daeyeong Lim 1, Youngbaik Kim 2, Incheol Park 1, Jihoon seung 1, Kilto Chong 1,* 1 1567

More information

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

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION Panca Mudjirahardjo, Rahmadwati, Nanang Sulistiyanto and R. Arief Setyawan Department of Electrical Engineering, Faculty of

More information

Available online at ScienceDirect. Procedia Engineering 97 (2014 )

Available online at   ScienceDirect. Procedia Engineering 97 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 97 (2014 ) 365 371 12th GLOBAL CONGRESS ON MANUFACTURING AND MANAGEMENT, GCMM 2014 Optimization and Prediction of Parameters

More information

Available online at ScienceDirect. Procedia Engineering 97 (2014 )

Available online at   ScienceDirect. Procedia Engineering 97 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 97 (2014 ) 291 298 12th GLOBAL CONGRESS ON MANUFACTURING AND MANAGEMENT, GCMM 2014 Human Machine Interface for controlling a

More information

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

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

More information

A Novel Extreme Point Selection Algorithm in SIFT

A Novel Extreme Point Selection Algorithm in SIFT A Novel Extreme Point Selection Algorithm in SIFT Ding Zuchun School of Electronic and Communication, South China University of Technolog Guangzhou, China zucding@gmail.com Abstract. This paper proposes

More information

Blood Microscopic Image Analysis for Acute Leukemia Detection

Blood Microscopic Image Analysis for Acute Leukemia Detection I J C T A, 9(9), 2016, pp. 3731-3735 International Science Press Blood Microscopic Image Analysis for Acute Leukemia Detection V. Renuga, J. Sivaraman, S. Vinuraj Kumar, S. Sathish, P. Padmapriya and R.

More information

Post-Classification Change Detection of High Resolution Satellite Images Using AdaBoost Classifier

Post-Classification Change Detection of High Resolution Satellite Images Using AdaBoost Classifier , pp.34-38 http://dx.doi.org/10.14257/astl.2015.117.08 Post-Classification Change Detection of High Resolution Satellite Images Using AdaBoost Classifier Dong-Min Woo 1 and Viet Dung Do 1 1 Department

More information

A Study of Medical Image Analysis System

A Study of Medical Image Analysis System Indian Journal of Science and Technology, Vol 8(25), DOI: 10.17485/ijst/2015/v8i25/80492, October 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Medical Image Analysis System Kim Tae-Eun

More information

Available online at ScienceDirect. Procedia Computer Science 45 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 45 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 45 (2015 ) 205 214 International Conference on Advanced Computing Technologies and Applications (ICACTA- 2015) Automatic

More information

A New Approach to Detect and Extract Characters from Off-Line Printed Images and Text

A New Approach to Detect and Extract Characters from Off-Line Printed Images and Text Available online at www.sciencedirect.com Procedia Computer Science 17 (2013 ) 434 440 Information Technology and Quantitative Management (ITQM2013) A New Approach to Detect and Extract Characters from

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

Automatic Shadow Removal by Illuminance in HSV Color Space Computer Science and Information Technology 3(3): 70-75, 2015 DOI: 10.13189/csit.2015.030303 http://www.hrpub.org Automatic Shadow Removal by Illuminance in HSV Color Space Wenbo Huang 1, KyoungYeon Kim

More information

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

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

More information

Available online at ScienceDirect. Procedia Materials Science 6 (2014 )

Available online at   ScienceDirect. Procedia Materials Science 6 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Materials Science 6 (2014 ) 666 673 3rd International Conference on Materials Processing and Characterisation (ICMPC 2014) Die-Less Rapid

More information

Electromagnetic Field Simulation in Technical Diagnostics

Electromagnetic Field Simulation in Technical Diagnostics ECNDT 2006 - We.4.3.3 Electromagnetic Field Simulation in Technical Diagnostics Alexey POKROVSKIY, Natalia MELESHKO, Moscow Power Energy Institute, Technical University, Moscow, Russia Abstract. An information

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

Failure Detection and Isolation in Ceramic Tile Edges Based on Contour Descriptor Analysis

Failure Detection and Isolation in Ceramic Tile Edges Based on Contour Descriptor Analysis Control & Automation, July 27-29, 27, Athens - Greece T15-5 Failure Detection and Isolation in Ceramic Tile Edges Based on Contour Descriptor Analysis Ž. Hocenski, T. Keser University J.J. Strossmayer,

More information

Short Survey on Static Hand Gesture Recognition

Short Survey on Static Hand Gesture Recognition Short Survey on Static Hand Gesture Recognition Huu-Hung Huynh University of Science and Technology The University of Danang, Vietnam Duc-Hoang Vo University of Science and Technology The University of

More information

Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding author) 2

Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding author) 2 Algorithm and Experiment for Vision-Based Recognition of Road Surface Conditions Using Polarization and Wavelet Transform 1 Seung-Ki Ryu *, 2 Taehyeong Kim, 3 Eunjoo Bae, 4 Seung-Rae Lee 1 Research Fellow,

More information

Tele-operation Construction Robot Control System with Virtual Reality Technology

Tele-operation Construction Robot Control System with Virtual Reality Technology Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 1071 1076 Advanced in Control Engineering and Information Science Tele-operation Construction Robot Control System with Virtual

More information

Title. Author(s)T. KAMADA; F. KATSUKI; M. NAKAGAWA. Issue Date Doc URL. Type. Note. File Information.

Title. Author(s)T. KAMADA; F. KATSUKI; M. NAKAGAWA. Issue Date Doc URL. Type. Note. File Information. Title THE GPS CAMERA APPLICATION FOR THE EFFICIENCY IMPROV Author(s)T. KAMADA; F. KATSUKI; M. NAKAGAWA Issue Date 2013-09-11 Doc URL http://hdl.handle.net/2115/54241 Type proceedings Note The Thirteenth

More information

3D Optics (including Photogrammetry)

3D Optics (including Photogrammetry) To: USDOT/RITA research team members From: C. Brooks, D. Evans CC: P. Hannon Date: October 15 th, 2010 Number: 07 Re: Work plans progress to date The following summarizes the work plans associated with

More information

Available online at ScienceDirect. Procedia Manufacturing 6 (2016 ) 33 38

Available online at  ScienceDirect. Procedia Manufacturing 6 (2016 ) 33 38 Available online at www.sciencedirect.com ScienceDirect Procedia Manufacturing 6 (2016 ) 33 38 16th Machining Innovations Conference for Aerospace Industry - MIC 2016 Multi-point Clamping with Automatic

More information

Fingerprint Image Enhancement Algorithm and Performance Evaluation

Fingerprint Image Enhancement Algorithm and Performance Evaluation Fingerprint Image Enhancement Algorithm and Performance Evaluation Naja M I, Rajesh R M Tech Student, College of Engineering, Perumon, Perinad, Kerala, India Project Manager, NEST GROUP, Techno Park, TVM,

More information

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data Cover Page Abstract ID 8181 Paper Title Automated extraction of linear features from vehicle-borne laser data Contact Author Email Dinesh Manandhar (author1) dinesh@skl.iis.u-tokyo.ac.jp Phone +81-3-5452-6417

More information

Available online at ScienceDirect. Procedia Engineering 99 (2015 )

Available online at   ScienceDirect. Procedia Engineering 99 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 99 (2015 ) 575 580 APISAT2014, 2014 Asia-Pacific International Symposium on Aerospace Technology, APISAT2014 A 3D Anisotropic

More information

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns Available online at www.sciencedirect.com ScienceDirect AASRI Procedia 9 (2014 ) 72 77 2014 AASRI Conference on Circuit and Signal Processing (CSP 2014) Three-Dimensional Reconstruction from Projections

More information

Fast Image Matching Using Multi-level Texture Descriptor

Fast Image Matching Using Multi-level Texture Descriptor Fast Image Matching Using Multi-level Texture Descriptor Hui-Fuang Ng *, Chih-Yang Lin #, and Tatenda Muindisi * Department of Computer Science, Universiti Tunku Abdul Rahman, Malaysia. E-mail: nghf@utar.edu.my

More information

Real-Time Document Image Retrieval for a 10 Million Pages Database with a Memory Efficient and Stability Improved LLAH

Real-Time Document Image Retrieval for a 10 Million Pages Database with a Memory Efficient and Stability Improved LLAH 2011 International Conference on Document Analysis and Recognition Real-Time Document Image Retrieval for a 10 Million Pages Database with a Memory Efficient and Stability Improved LLAH Kazutaka Takeda,

More information

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection

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

More information

Available online at ScienceDirect. Procedia Engineering 154 (2016 )

Available online at  ScienceDirect. Procedia Engineering 154 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 154 (2016 ) 223 228 12th International Conference on Hydroinformatics, HIC 2016 An Improved Method of Avoiding RF Congestion

More information

Object Shape Recognition in Image for Machine Vision Application

Object Shape Recognition in Image for Machine Vision Application Object Shape Recognition in Image for Machine Vision Application Mohd Firdaus Zakaria, Hoo Seng Choon, and Shahrel Azmin Suandi Abstract Vision is the most advanced of our senses, so it is not surprising

More information

SEOUL NATIONAL UNIVERSITY

SEOUL NATIONAL UNIVERSITY Fashion Technology 3. Pattern Design Sungmin Kim SEOUL NATIONAL UNIVERSITY Design Process Overview Concept Design Fabric Design Scalable vector graphics Feature-based design Weave CAD 2.5D Mapping Design

More information

A Toolbox for Teaching Image Fusion in Matlab

A Toolbox for Teaching Image Fusion in Matlab Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 197 ( 2015 ) 525 530 7th World Conference on Educational Sciences, (WCES-2015), 05-07 February 2015, Novotel

More information

arxiv: v1 [cs.cv] 6 Jun 2017

arxiv: v1 [cs.cv] 6 Jun 2017 Volume Calculation of CT lung Lesions based on Halton Low-discrepancy Sequences Liansheng Wang a, Shusheng Li a, and Shuo Li b a Department of Computer Science, Xiamen University, Xiamen, China b Dept.

More information

Skew Detection and Correction of Document Image using Hough Transform Method

Skew Detection and Correction of Document Image using Hough Transform Method Skew Detection and Correction of Document Image using Hough Transform Method [1] Neerugatti Varipally Vishwanath, [2] Dr.T. Pearson, [3] K.Chaitanya, [4] MG JaswanthSagar, [5] M.Rupesh [1] Asst.Professor,

More information

Dynamic 3-D surface profilometry using a novel color pattern encoded with a multiple triangular model

Dynamic 3-D surface profilometry using a novel color pattern encoded with a multiple triangular model Dynamic 3-D surface profilometry using a novel color pattern encoded with a multiple triangular model Liang-Chia Chen and Xuan-Loc Nguyen Graduate Institute of Automation Technology National Taipei University

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

An Efficient Image Sharpening Filter for Enhancing Edge Detection Techniques for 2D, High Definition and Linearly Blurred Images

An Efficient Image Sharpening Filter for Enhancing Edge Detection Techniques for 2D, High Definition and Linearly Blurred Images International Journal of Scientific Research in Computer Science and Engineering Research Paper Vol-2, Issue-1 ISSN: 2320-7639 An Efficient Image Sharpening Filter for Enhancing Edge Detection Techniques

More information

ScienceDirect. Physical Modeling of Flow around the Underwater Tidal Power

ScienceDirect. Physical Modeling of Flow around the Underwater Tidal Power Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 91 (2014 ) 194 199 XXIII R-S-P seminar, Theoretical Foundation of Civil Engineering (23RSP) (TFoCE 2014) Physical Modeling of

More information

Available online at ScienceDirect. Procedia Computer Science 76 (2015 ) M. F. Yahya a *, M. R.

Available online at   ScienceDirect. Procedia Computer Science 76 (2015 ) M. F. Yahya a *, M. R. Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 76 (2015 ) 192 197 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Tracking of Multiple

More information

A QR code identification technology in package auto-sorting system

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

More information

SCADA virtual instruments management

SCADA virtual instruments management Available online at www.sciencedirect.com ScienceDirect Procedia Economics and Finance 15 ( 2014 ) 1259 1264 Emerging Markets Queries in Finance and Business SCADA virtual instruments management Traian

More information

FINITE ELEMENT MODELLING OF A TURBINE BLADE TO STUDY THE EFFECT OF MULTIPLE CRACKS USING MODAL PARAMETERS

FINITE ELEMENT MODELLING OF A TURBINE BLADE TO STUDY THE EFFECT OF MULTIPLE CRACKS USING MODAL PARAMETERS Journal of Engineering Science and Technology Vol. 11, No. 12 (2016) 1758-1770 School of Engineering, Taylor s University FINITE ELEMENT MODELLING OF A TURBINE BLADE TO STUDY THE EFFECT OF MULTIPLE CRACKS

More information

Image Processing Fundamentals. Nicolas Vazquez Principal Software Engineer National Instruments

Image Processing Fundamentals. Nicolas Vazquez Principal Software Engineer National Instruments Image Processing Fundamentals Nicolas Vazquez Principal Software Engineer National Instruments Agenda Objectives and Motivations Enhancing Images Checking for Presence Locating Parts Measuring Features

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

Filtering Images. Contents

Filtering Images. Contents Image Processing and Data Visualization with MATLAB Filtering Images Hansrudi Noser June 8-9, 010 UZH, Multimedia and Robotics Summer School Noise Smoothing Filters Sigmoid Filters Gradient Filters Contents

More information

A Spatial Point Pattern Analysis to Recognize Fail Bit Patterns in Semiconductor Manufacturing

A Spatial Point Pattern Analysis to Recognize Fail Bit Patterns in Semiconductor Manufacturing A Spatial Point Pattern Analysis to Recognize Fail Bit Patterns in Semiconductor Manufacturing Youngji Yoo, Seung Hwan Park, Daewoong An, Sung-Shick Shick Kim, Jun-Geol Baek Abstract The yield management

More information

Using Web Camera Technology to Monitor Steel Construction

Using Web Camera Technology to Monitor Steel Construction Using Web Camera Technology to Monitor Steel Construction Kerry T. Slattery, Ph.D., P.E. Southern Illinois University Edwardsville Edwardsville, Illinois Many construction companies install electronic

More information

Displacement Measurement of Soil Nail Walls using Close Range Photogrammetry

Displacement Measurement of Soil Nail Walls using Close Range Photogrammetry Available online at www.sciencedirect.com Procedia Engineering 54 ( 2013 ) 516 524 The 2 nd International Conference on Rehabilitation and Maintenance in Civil Engineering Displacement Measurement of Soil

More information

ScienceDirect. Evaluation of PCA, LDA and Fisherfaces in Appearance-Based Object Detection in Thermal Infra-Red Images with Incomplete Data

ScienceDirect. Evaluation of PCA, LDA and Fisherfaces in Appearance-Based Object Detection in Thermal Infra-Red Images with Incomplete Data Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 100 (2015 ) 1167 1173 25th DAAAM International Symposium on Intelligent Manufacturing and Automation, DAAAM 2014 Evaluation

More information

Stereo Vision Image Processing Strategy for Moving Object Detecting

Stereo Vision Image Processing Strategy for Moving Object Detecting Stereo Vision Image Processing Strategy for Moving Object Detecting SHIUH-JER HUANG, FU-REN YING Department of Mechanical Engineering National Taiwan University of Science and Technology No. 43, Keelung

More information

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

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

More information

A Comparison of Color Models for Color Face Segmentation

A Comparison of Color Models for Color Face Segmentation Available online at www.sciencedirect.com Procedia Technology 7 ( 2013 ) 134 141 A Comparison of Color Models for Color Face Segmentation Manuel C. Sanchez-Cuevas, Ruth M. Aguilar-Ponce, J. Luis Tecpanecatl-Xihuitl

More information

Preliminary Research on Distributed Cluster Monitoring of G/S Model

Preliminary Research on Distributed Cluster Monitoring of G/S Model Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 860 867 2012 International Conference on Solid State Devices and Materials Science Preliminary Research on Distributed Cluster Monitoring

More information

Spatial Adaptive Filter for Object Boundary Identification in an Image

Spatial Adaptive Filter for Object Boundary Identification in an Image Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 9, Number 1 (2016) pp. 1-10 Research India Publications http://www.ripublication.com Spatial Adaptive Filter for Object Boundary

More information

Real-Time, Automatic and Wireless Bridge Monitoring System Based on MEMS Technology

Real-Time, Automatic and Wireless Bridge Monitoring System Based on MEMS Technology Journal of Civil Engineering and Architecture 10 (2016) 1027-1031 doi: 10.17265/1934-7359/2016.09.006 D DAVID PUBLISHING Real-Time, Automatic and Wireless Bridge Monitoring System Based on MEMS Technology

More information