Improved Minimum Distance Discrimination Method Used in Image Analysis of Fabric Wear Resistance

Size: px
Start display at page:

Download "Improved Minimum Distance Discrimination Method Used in Image Analysis of Fabric Wear Resistance"

Transcription

1 Applied Mechanics and Materials Online: ISSN: , Vols , pp doi: / Trans Tech Publications, Switzerland Improved Minimum Distance Discrimination Method Used in Image Analysis of Fabric Wear Resistance Jianxia Su 1, a, Runping Han 1, b,limin Shi 2, c and Xinghe Qian 1, d 1 Information Engineering School of Beijing Institute of Fashion Technology, Beijing, China 2 Clothing Art and Engineering school of Beijing Institute of Fashion Technology, Beijing, China a ssybj@sohu.com, b gxyhrp@bift.edu.cn, c cnbjslm@126.com, d @qq.com Keywords: image process, level, wear resistance, MATLAB Abstract. With the increasing attention of textile, the wear resistance of the fabric is more and more important today. The wear resistance is judged by the sample and standard sample according to sensory contrast complete, but this approach has repeated poor consistency. The subjective factors of testers influence the result heavily. So the powerful image processing tools of MATLAB was used in the analysis of fabrics image processing. By image read, display and interception, image preprocessing, and feature extraction value, the eigenvalues of total area of the hair bulb, maximum area of the hair bulb, and hair bulb number were obtained. After the improved minimum distance discrimination method was used to determine the level of wear resistance by computer. Tests show that fabrics wear resistance level can be judged quickly, accurately and automatically. Introduction Clothing fabrics suffer a variety of pressure and the frictional force of the outside world in the process of wearing and using. In addition to a limited number of natural fiber products, most fiber products will appear pilling phenomenon. Wool fiber apparel fabrics easy to tick a single head or ring, the surface of the fiber bring out the now fabric surface, known as "fluff" after repeated friction, hair fibers intertwined to form spherical, that is, said "pilling". There are a lot of determination of method and apparatus of the fabric pilling. Design principles are generally of clothing true when worn pilling formation process simulation. Today, the fabric pilling evaluation method includes subjective assessment and objective assessment. Subjective assessment is completed through the sample and standard sample according to the sensory contrast, domestic use of this method, the methods are generally gaze rating evaluator in the rating box fabric, to be assessed compared with the standard sample according to a five-tier system, fabric grade series the smaller, the more serious degree of fabric pilling, contrary pilling resistance better. However, this method has repeated consistency difference by tests subjective factors and the external environment affect too much, resulting in the lack of objectivity of the evaluation results. The objectivity of the assessment by digital image technology in internal and abroad in recent years some researchers try using digital image processing techniques to objectively assess fabric abrasion resistance, but the study remained in the laboratory research stage. This paper is based on MATLAB digital image processing technology, in-depth analysis and research on fabric abrasion resistance rating mainly involved, the pilling image processing and appearance change in image processing. Image Prosessing In this paper grayscale image processing and analysis methods for processing is used for garment fabric pilling phenomenon, divided into three parts of interception of images, image pre-processing and feature extraction value. Image acquisition According to the processing and analysis, the standard sample photo of plain fabric is used to be example in the research. The test instrument is used in the scanner and the computer. The five level standard sample photos image are scanned by scanner, glossy fabric photo in software is shown in Fig.1. All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: , Pennsylvania State University, University Park, USA-19/02/16,14:23:19)

2 422 Information Technology Applications in Industry Fig.1 The standard sample image in software In actual processing, the standard sample photoes of five levels can t be used directly in the image processing, thus requiring interception of the desired image. Fabric center area to better reflect changes in the relationship of fabric pilling level, so this article interception try to intercept the image of the standard sample according to the center of the image. This paper image interception is a = imcrop statement function imcrop can return a cropped area of the image, so that by moving the mouse, you can adjust the size of the selected area, select the image area. That is, the input image can be manually interception part. Intercepted image is shown in Fig.2. Fig. 2 The image after interception Grayhound Image texture filtering before the need for a unified image storage format to be converted to use some image processing functions, the forthcoming RGB function maps were converted to grayscale image, uniform color to gray-scale, The role is to modify images from the RGB image to grayscale, and return the same type of image with the original image storage.grayscale image is shown in Fig.3. Fig.3 The image after gray Images of wavelet denoising Standard sample according to the quantity of the hair bulb is measured from the ball grade scale, but the presence of noise seriously interfere with the identification of the hair bulb, so that the level of assessment impact, it is necessary to effectively filter out the picture noise. According to a different approach to the wavelet coefficients denoising methods are usually divided into based on wavelet transform modulus maxima de-noising. The wavelet denoising image is shown in Fig.4 below: adjacent scale wavelet coefficients correlation denoising threshold denoising based on wavelet transform. These three methods, wavelet threshold denoising is an easy to implement and the effect is better denoising method most widely used.

3 Applied Mechanics and Materials Vols Fig.4 The image after wavelet denoising The image of black and white Fig.5 shows the result after image blacking and whiting. Image binarization Binarized image is shown in Fig.6. Fig.5 The black-and-white image Fig.6 The image of binarization Negated image Negated operation makes the hair bulb pilling part to white in order to facilitate the calculation of the white spot area. Negated image is shown in Fig.7 below: Fig.7 The negated image Median filter The median filter is a nonlinear signal processing method, corresponding to the median filter is a nonlinear filter. Linear filter reduces the noise smoothly, but also blurs the image edges and details. Nonlinear filter smoother is an improvement, i.e., not all the pixels with the average of its field instead, but take a threshold value, when the difference between the pixel gray values with domain

4 424 Information Technology Applications in Industry average mean Replaced; at the threshold value only when the difference is not greater than the threshold value between the average pixel gray value and its fields whichever own gray value.fig.8 shows the median filtere image. Fig.8 The image after median filtering Pilling characteristic parameters extraction Image feature extraction The image feature extraction refers to extraction of the content information contained in the image, such as targets and the extraction of the texture, and then through the matching and other means to identify, and thereby determine the type of target contained in the image number of valid information. Method of calculating the number of hair bulb Binary image search connected region of pixels is a connected region, and a hair ball is pixels in a connected region. Communicating area search for dividing to the image sequence of the first column encountered pixel of the first nonzero numeral 1, which means that all the pixels within this region by reference numeral 1, pixel number as M1, in accordance with Such Cui, until the last a hair ball connected region, designated N, pixel number is Mn, then the hair ball number, namely N. Calculation of the hair bulb area Area refers to a number of pixels in the binary image. MATLAB toolbox with bwarea function, bwarea function not simply calculate the number of pixels 1, but add different weights for each pixel, the weighted sum of the area of the image. For example, the diagonal of the 10 pixels to be longer than the horizontal lines of 10 pixels, as in bwarea area of the horizontal line 10, and the two diagonals of the area of The percentage calculated area of the hair bulb The percentage of the total area of the hair bulb and the image area ratio is defined as the area of the hair bulb. The abrasion resistance is analyzed by calculating the relative value of the area of the hair bulb. The calculation method of the maximum hair bulb area This has been extracted area of the hair bulb, can be obtained here as largest area of the hair bulb. Extracting a feature value of the result (after running) Extracting a feature value the results of running by the above method are shown in the following table, Standard sample according to the repeated shots, the last adjustment, came up with Table 1. Table 1 Eigenvalue extraction results(the standard sample photo of plain fabric) eigenvalue hair bulb hair bulb area the maximum area of numbe(n) percentage the hair bulb level 1 >=23 >=0.72 >=

5 Applied Mechanics and Materials Vols Improved Minimum Distance Discrimination Linear discriminant function, non-linear discriminant function, the minimum distance classification cluster classification discriminant function are three main method. The weighting coefficients of these two methods of the linear discriminant function, and non-linear discriminant function to select the more important, also more complicated, since the meaning of each element of the feature vector of the image of the extracted ball sample each independently, minimum distance classifier, is unknown characteristic parameter values of the image and the standard image, compared to find the minimum distance from the two, and the corresponding standard image is most similar to the unknown image, thereby to determine the position image attribution. Find the unknown category vector the unknown category vector attributable to the minimum distance a discriminant method to identify each of the categories on behalf of the vector of the center point of the distance. the minimum distance discrimination method to discriminate principle as follows: Ui = [uil Ui2 uid],m class: Ll, L2..., Lm, each class has a set of vectors as the most standard feature vector. For any one of the identification image, X = [Xl X2 ], calculating the distance d (X, U0), if there exists an i, so that d (X, Ui) <d (x, 1.1i) i J, j = 1,2,, m, i.e. Li recently to a template, then X is Li. Hair ball in the ball in the image characteristic parameter values extracted from the actual fabric, the normalization process and create a vector[3]. This approach to implement the programming is more complex. Improved Minimum Distance Discrimination is used to determine the level of fabiric wear reesistance According to the three characteristic values of the area and the maximum number of hair bulb of hair bulb, using the modified minimum distance discrimination law pilling rating. Combine experience with computer artificial assessed. The formula is: MINi=k1(x1-Ui1) 2 +k2(x2-ui2) 2 +k3(x3-ui3) 2 (1) Where k1, k2,... the manual to determine the right weight, may be adjusted according to actual situation, Ui1, Ui2, and Ui3 are the characteristic parameters of the standard sample of one level. According to three characteristic parameters of the number of hair bulb mainly selected area percentage of the hair bulb, hair ball maximum area. average eigenvalues is selected to be Ui. where the minumun of MINi is judged,the level of the fabric wear resistance is determined.processing results are shown in Fig.9. Fig.9 The image process software interface

6 426 Information Technology Applications in Industry Summary In this paper Matlab software is used to program software of image processing. Pilling fabric five Level standard sample according to image a series of processing and analysis, to verify and select the actual fabric; prove feasible, accurate results to improve Pilling the ball image processing data determine the minimum distance method for multi-feature image judged feasible, simplified minimum distance method to judge the program design, the experiment proved to be feasible. Acknowledgements This work was financially supported by 2011ZK-07of Clothing Materials Research Development and of Evaluation of Beijing Key Laboratory and Beijing Education Commission, Textile testing technology based on machine vision research project of BIFT university-level academic innovation team 2011T-06 College Talents school plan - the backbone of the talents of young and middle-aged project (PHR ). References [1] S.P. Gao, Li-Ming Wang. Signal Processing in MATLAB for fabric pilling images Preliminary Qingdao University, School of Computer Science thesis,(2007) [2]H.K.Lu,Zh.L.Zhong. Wavelet analysis theory in fabric Pilling the ball image denoising applications. Jiangsu Textile A, (2006),p.39 [3] Cao Fei. Based on image analysis technology fabric pilling grading method.(2007) [4] Das, A, Chakroborty, P.Study of Fabric Hairiness using Image Processing Technique.Research Journal of Textile & Apparel, (2008), p.562 [5] F.Hu. wool fabric pilling research and analysis. Wuhan University of Technology, (2002 ),p.109 [6] Y.Y Zhou, R. Pan, Gao Weidong. given standard sample according to the image analysis of fabric pilling ball equality method. Textile Technology Progress Report, (2010 ),p.29

7 Information Technology Applications in Industry / Improved Minimum Distance Discrimination Method Used in Image Analysis of Fabric Wear Resistance /

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

*The type of stainless steel were 316L, the diameter of the fiber were 12 micron.

*The type of stainless steel were 316L, the diameter of the fiber were 12 micron. Advanced Materials Research Submitted: 2014-07-21 ISSN: 1662-8985, Vol. 1053, pp 93-96 Accepted: 2014-07-28 doi:10.4028/www.scientific.net/amr.1053.93 Online: 2014-10-20 2014 Trans Tech Publications, Switzerland

More information

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d Applied Mechanics and Materials Online: 2010-11-11 ISSN: 1662-7482, Vols. 37-38, pp 513-516 doi:10.4028/www.scientific.net/amm.37-38.513 2010 Trans Tech Publications, Switzerland Image Measurement of Roller

More information

Recognition the Parameters of Slub-yarn Based on Image Analysis

Recognition the Parameters of Slub-yarn Based on Image Analysis Recognition the Parameters of -yarn Based on Image Analysis Ruru Pan, Weidong Gao, Jihong Liu, Hongbo Wang School of Textile and Clothing, Jiangnan University, Wuxi, Jiangsu CHINA Correspondence to: Ruru

More information

Control System of Tension Test for Spring Fan Wheel Assembly

Control System of Tension Test for Spring Fan Wheel Assembly Applied Mechanics and Materials Online: 2013-09-27 ISSN: 1662-7482, Vols. 423-426, pp 2805-2808 doi:10.4028/www.scientific.net/amm.423-426.2805 2013 Trans Tech Publications, Switzerland Control System

More information

A Study of Image Processing on Identifying Cucumber Disease

A Study of Image Processing on Identifying Cucumber Disease A Study of Image Processing on Identifying Cucumber Disease Yong Wei, Ruokui Chang *, Hua Liu,Yanhong Du, Jianfeng Xu Department of Electromechanical Engineering, Tianjin Agricultural University, Tianjin,

More information

Application of Machine Vision Technology in the Diagnosis of Maize Disease

Application of Machine Vision Technology in the Diagnosis of Maize Disease Application of Machine Vision Technology in the Diagnosis of Maize Disease Liying Cao, Xiaohui San, Yueling Zhao, and Guifen Chen * College of Information and Technology Science, Jilin Agricultural University,

More information

Weaving Density Evaluation with the Aid of Image Analysis

Weaving Density Evaluation with the Aid of Image Analysis Lenka Techniková, Maroš Tunák Faculty of Textile Engineering, Technical University of Liberec, Studentská, 46 7 Liberec, Czech Republic, E-mail: lenka.technikova@tul.cz. maros.tunak@tul.cz. Weaving Density

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

More information

Image Processing and Artificial Neural Network techniques in Identifying Defects of Textile Products

Image Processing and Artificial Neural Network techniques in Identifying Defects of Textile Products Image Processing and Artificial Neural Network techniques in Identifying Defects of Textile Products Mrs.P.Banumathi 1, Ms.T.S.Ushanandhini 2 1 Associate Professor, Department of Computer Science and Engineering,

More information

Color Image Segmentation in RGB Color Space Based on Color Saliency

Color Image Segmentation in RGB Color Space Based on Color Saliency Color Image Segmentation in RGB Color Space Based on Color Saliency Chen Zhang 1, Wenzhu Yang 1,*, Zhaohai Liu 1, Daoliang Li 2, Yingyi Chen 2, and Zhenbo Li 2 1 College of Mathematics and Computer Science,

More information

The Research of the Strawberry Disease Identification Based on Image Processing and Pattern Recognition

The Research of the Strawberry Disease Identification Based on Image Processing and Pattern Recognition The Research of the Strawberry Disease Identification Based on Image Processing and Pattern Recognition Changqi Ouyang, Daoliang Li, Jianlun Wang, Shuting Wang, Yu Han To cite this version: Changqi Ouyang,

More information

Research on Picking Goods in Warehouse Using Grab Picking Robots

Research on Picking Goods in Warehouse Using Grab Picking Robots Automation, Control and Intelligent Systems 2016; 4(2): 42-47 http://www.sciencepublishinggroup.com/j/acis doi: 10.11648/j.acis.20160402.16 ISSN: 2328-5583 (Print); ISSN: 2328-5591 (Online) Research on

More information

Design and Implementation of Rapid Grading Platform for Shape and Diameter of Oranges Based on Visual C#.NET *

Design and Implementation of Rapid Grading Platform for Shape and Diameter of Oranges Based on Visual C#.NET * Design and Implementation of Rapid Grading Platform for Shape and Diameter of Oranges Based on Visual C#.NET * Wenshen Jia 1, Wenfu Wu 1, Fang Li 1, Ligang Pan 2,3, Zhihong Ma 2,3, Miao Gao 2,3, and Jihua

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2,

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

Keywords: Dry spun acrylic fiber;ultrafine heterosexual acrylic;environmentally friendly acrylic fiber; Performance research

Keywords: Dry spun acrylic fiber;ultrafine heterosexual acrylic;environmentally friendly acrylic fiber; Performance research Applied Mechanics and Materials Online: 2014-01-16 ISSN: 1662-7482, Vols. 496-500, pp 202-205 doi:10.4028/www.scientific.net/amm.496-500.202 2014 Trans Tech Publications, Switzerland The wearability research

More information

Road marking abrasion defects detection based on video image processing

Road marking abrasion defects detection based on video image processing Information Systems and Signal Processing Journal (2016) 1: 1-6 Clausius Scientific Press, Canada Road marking abrasion defects detection based on video image processing Zhang Yiheng1,a 1 China Transport

More information

Design of Gun Comprehensive Performance Test System Based on LabWindows/CVI and Dynamic Recoil

Design of Gun Comprehensive Performance Test System Based on LabWindows/CVI and Dynamic Recoil Applied Mechanics and Materials Online: 2013-09-03 ISSN: 1662-7482, Vols. 401-403, pp 1239-1242 doi:10.4028/www.scientific.net/amm.401-403.1239 2013 Trans Tech Publications, Switzerland Design of Gun Comprehensive

More information

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION International Journal of Computer Science and Communication Vol. 2, No. 2, July-December 2011, pp. 593-599 INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION Chetan Sharma 1 and Amandeep Kaur 2 1

More information

Libyan Licenses Plate Recognition Using Template Matching Method

Libyan Licenses Plate Recognition Using Template Matching Method Journal of Computer and Communications, 2016, 4, 62-71 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.47009 Libyan Licenses Plate Recognition Using

More information

Geometric Feature Extraction of Selected Rice Grains using Image Processing Techniques

Geometric Feature Extraction of Selected Rice Grains using Image Processing Techniques Geometric Feature Extraction of Selected Rice Grains using Image Processing Techniques Sukhvir Kaur School of Electrical Engg. & IT COAE&T, PAU Ludhiana, India Derminder Singh School of Electrical Engg.

More information

Road Network Extraction and Recognition Using Color

Road Network Extraction and Recognition Using Color Road Network Extraction and Recognition Using Color Clustering From Color Map Images Zhang Lulu 1, He Ning,Xu Cheng 3 Beijing Key Laboratory of Information Service Engineer Information Institute,Beijing

More information

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

More information

The Key Information Technology of Soybean Disease Diagnosis

The Key Information Technology of Soybean Disease Diagnosis The Key Information Technology of Soybean Disease Diagnosis Baoshi Jin 1,2, Xiaodan Ma 3, Zhongwen Huang 4, and Yuhu Zuo 5,* 1 College of Agronomy Heilongjiang Bayi Agricultural University DaQing China

More information

On Fusion Algorithm of Infrared and Radar Target Detection and Recognition of Unmanned Surface Vehicle

On Fusion Algorithm of Infrared and Radar Target Detection and Recognition of Unmanned Surface Vehicle Journal of Applied Science and Engineering, Vol. 21, No. 4, pp. 563 569 (2018) DOI: 10.6180/jase.201812_21(4).0008 On Fusion Algorithm of Infrared and Radar Target Detection and Recognition of Unmanned

More information

EFFECT OF SKEWNESS ON IMAGE PROCESSING METHODS FOR WOVEN FABRIC DENSITY MEASUREMENT Bekir Yildirim 1, Mustafa Eren 2

EFFECT OF SKEWNESS ON IMAGE PROCESSING METHODS FOR WOVEN FABRIC DENSITY MEASUREMENT Bekir Yildirim 1, Mustafa Eren 2 EFFECT OF SKEWNESS ON IMAGE PROCESSING METHODS FOR WOVEN FABRIC DENSITY MEASUREMENT Bekir Yildirim 1, Mustafa Eren 2 1 Faculty of Engineering, University of Erciyes, Turkey 2 ORAN Middle Anatolia Development

More information

2 Human Visual Characteristics

2 Human Visual Characteristics 3rd International Conference on Multimedia Technology(ICMT 2013) Study on new gray transformation of infrared image based on visual property Shaosheng DAI 1, Xingfu LI 2, Zhihui DU 3, Bin ZhANG 4 and Xinlin

More information

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed

More information

Implementation of Barcode Localization Technique using Morphological Operations

Implementation of Barcode Localization Technique using Morphological Operations Implementation of Barcode Localization Technique using Morphological Operations Savreet Kaur Student, Master of Technology, Department of Computer Engineering, ABSTRACT Barcode Localization is an extremely

More information

A Review of Optical Character Recognition System for Recognition of Printed Text

A Review of Optical Character Recognition System for Recognition of Printed Text IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. II (May Jun. 2015), PP 28-33 www.iosrjournals.org A Review of Optical Character Recognition

More information

Image Enhancement in spatial domain. Digital Image Processing GW Chapter 3 from Section (pag 110) Part 2: Filtering in spatial domain

Image Enhancement in spatial domain. Digital Image Processing GW Chapter 3 from Section (pag 110) Part 2: Filtering in spatial domain Image Enhancement in spatial domain Digital Image Processing GW Chapter 3 from Section 3.4.1 (pag 110) Part 2: Filtering in spatial domain Mask mode radiography Image subtraction in medical imaging 2 Range

More information

Automatic Defect Detection Algorithm for Woven Fabric using Artificial Neural Network Techniques

Automatic Defect Detection Algorithm for Woven Fabric using Artificial Neural Network Techniques Automatic Defect Detection Algorithm for Woven Fabric using Artificial Neural Network Techniques Dr. G. M. Nasira 1, P.Banumathi 2 Assistant. Professor, Department of Computer Science and Applications,

More information

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang International Conference on Artificial Intelligence and Engineering Applications (AIEA 2016) A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol Qinghua Wang Fuzhou Power

More information

FACE RECOGNITION USING NEURAL NETWORKS

FACE RECOGNITION USING NEURAL NETWORKS Int. J. Elec&Electr.Eng&Telecoms. 2014 Vinoda Yaragatti and Bhaskar B, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 3, July 2014 2014 IJEETC. All Rights Reserved FACE RECOGNITION USING

More information

Face Recognition System Based on Infrared Image

Face Recognition System Based on Infrared Image International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 1 [October. 217] PP: 47-56 Face Recognition System Based on Infrared Image Yong Tang School of Electronics

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July-2013 ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July-2013 ISSN 2157 Automatic Color Form Dropout to Achieve Faster Document Processing Shital A. Dhanfule 1, Prashant N. Pusdekar 2, Vinaya V. Gohokar 3 1 PG, Student, Department of Electronics and Telecommunication

More information

The Elevator Fault Diagnosis Method Based on Sequential Probability Ratio Test (SPRT)

The Elevator Fault Diagnosis Method Based on Sequential Probability Ratio Test (SPRT) Automation, Control and Intelligent Systems 2017; 5(4): 50-55 http://www.sciencepublishinggroup.com/j/acis doi: 10.11648/j.acis.20170504.11 ISSN: 2328-5583 (Print); ISSN: 2328-5591 (Online) The Elevator

More information

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Sanjaa Bold Department of Computer Hardware and Networking. University of the humanities Ulaanbaatar, Mongolia

More information

Image Enhancement using Histogram Equalization and Spatial Filtering

Image Enhancement using Histogram Equalization and Spatial Filtering Image Enhancement using Histogram Equalization and Spatial Filtering Fari Muhammad Abubakar 1 1 Department of Electronics Engineering Tianjin University of Technology and Education (TUTE) Tianjin, P.R.

More information

Research on the Face Image Detection in Coal Mine Environment

Research on the Face Image Detection in Coal Mine Environment 2016 International Conference on Electronic Information Technology and Intellectualization (ICEITI 2016) ISBN: 978-1-60595-364-9 Research on the Face Image Detection in Coal Mine Environment Xiucai Guo

More information

Effect of Polyester and Viscose Content on the Performance of Spunlaced Nonwoven Dressings

Effect of Polyester and Viscose Content on the Performance of Spunlaced Nonwoven Dressings Advanced Materials Research Online: 2012-12-27 ISSN: 1662-8985, Vol. 627, pp 293-297 doi:10.4028/www.scientific.net/amr.627.293 2013 Trans Tech Publications, Switzerland Effect of Polyester and Viscose

More information

The Design and Realization of Intelligent Glass Climbing-Cleaning Robot

The Design and Realization of Intelligent Glass Climbing-Cleaning Robot Applied Mechanics and Materials Online: 2013-09-03 ISSN: 1662-7482, Vols. 401-403, pp 1720-1723 doi:10.4028/www.scientific.net/amm.401-403.1720 2013 Trans Tech Publications, Switzerland The Design and

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

A comprehensive test system for precision transmission performance of CORT reducer

A comprehensive test system for precision transmission performance of CORT reducer Applied Mechanics and Materials Online: 2013-07-15 ISSN: 1662-7482, Vols. 333-335, pp 2448-2451 doi:10.4028/www.scientific.net/amm.333-335.2448 2013 Trans Tech Publications, Switzerland A comprehensive

More information

Identification of Fake Currency Based on HSV Feature Extraction of Currency Note

Identification of Fake Currency Based on HSV Feature Extraction of Currency Note Identification of Fake Currency Based on HSV Feature Extraction of Currency Note Neetu 1, Kiran Narang 2 1 Department of Computer Science Hindu College of Engineering (HCE), Deenbandhu Chhotu Ram University

More information

Proposed Method for Off-line Signature Recognition and Verification using Neural Network

Proposed Method for Off-line Signature Recognition and Verification using Neural Network e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Proposed Method for Off-line Signature

More information

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network A Detection Method of Rice Process Quality Based on the Color and BP Neural Network Peng Wan 1,2, Changjiang Long 1, Xiaomao Huang 1 1 College of Engineering, Huazhong Agricultural University, Wuhan, P.

More information

The Research on the System of Double-Holding Water Tank Liquid Level Control with the PID Control

The Research on the System of Double-Holding Water Tank Liquid Level Control with the PID Control Advanced Materials Research Online: 2014-06-06 ISSN: 1662-8985, Vols. 945-949, pp 2559-2562 doi:10.4028/www.scientific.net/amr.945-949.2559 2014 Trans Tech Publications, Switzerland The Research on the

More information

Design and Implementation of Digital Frequency Meter Based on SCM. Weiqiang Zheng

Design and Implementation of Digital Frequency Meter Based on SCM. Weiqiang Zheng Applied Mechanics and Materials Submitted: 2014-09-28 ISS: 1662-7482, Vols. 687-691, pp 3466-3469 Accepted: 2014-09-28 doi:10.4028/www.scientific.net/amm.687-691.3466 Online: 2014-11-27 2014 Trans Tech

More information

Oil metal particles Detection Algorithm Based on Wavelet

Oil metal particles Detection Algorithm Based on Wavelet Oil metal particles Detection Algorithm Based on Wavelet Transform Wei Shang a, Yanshan Wang b, Meiju Zhang c and Defeng Liu d AVIC Beijing Changcheng Aeronautic Measurement and Control Technology Research

More information

COLOR LASER PRINTER IDENTIFICATION USING PHOTOGRAPHED HALFTONE IMAGES. Do-Guk Kim, Heung-Kyu Lee

COLOR LASER PRINTER IDENTIFICATION USING PHOTOGRAPHED HALFTONE IMAGES. Do-Guk Kim, Heung-Kyu Lee COLOR LASER PRINTER IDENTIFICATION USING PHOTOGRAPHED HALFTONE IMAGES Do-Guk Kim, Heung-Kyu Lee Graduate School of Information Security, KAIST Department of Computer Science, KAIST ABSTRACT Due to the

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

Face Detection System on Ada boost Algorithm Using Haar Classifiers Vol.2, Issue.6, Nov-Dec. 2012 pp-3996-4000 ISSN: 2249-6645 Face Detection System on Ada boost Algorithm Using Haar Classifiers M. Gopi Krishna, A. Srinivasulu, Prof (Dr.) T.K.Basak 1, 2 Department of Electronics

More information

Student Attendance Monitoring System Via Face Detection and Recognition System

Student Attendance Monitoring System Via Face Detection and Recognition System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 11 May 2016 ISSN (online): 2349-784X Student Attendance Monitoring System Via Face Detection and Recognition System Pinal

More information

Automatic Electricity Meter Reading Based on Image Processing

Automatic Electricity Meter Reading Based on Image Processing Automatic Electricity Meter Reading Based on Image Processing Lamiaa A. Elrefaei *,+,1, Asrar Bajaber *,2, Sumayyah Natheir *,3, Nada AbuSanab *,4, Marwa Bazi *,5 * Computer Science Department Faculty

More information

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER Department of Computer Science, Institute of Management Sciences, 1-A, Sector

More information

A Fast Algorithm of Extracting Rail Profile Base on the Structured Light

A Fast Algorithm of Extracting Rail Profile Base on the Structured Light A Fast Algorithm of Extracting Rail Profile Base on the Structured Light Abstract Li Li-ing Chai Xiao-Dong Zheng Shu-Bin College of Urban Railway Transportation Shanghai University of Engineering Science

More information

Automatic Density Detection and Recognition of Fabric Structure Using Image Processing

Automatic Density Detection and Recognition of Fabric Structure Using Image Processing RESEARCH ARTICLE OPEN ACCESS Automatic Density Detection and Recognition of Fabric Structure Using Image Processing Miss. Ravina D. Karnik 1,Prof.(Dr)Mrs.L.S.Admuthe 2 1(Department of Electronics, DKTE

More information

Detection of Faults Using Digital Image Processing Technique

Detection of Faults Using Digital Image Processing Technique Jagrti Patel 1, Meghna Jain 2 and Papiya Dutta 3 1 M.Tech Scholar, 2 Assistant Professor, 3 Assoc. Professor, Department of Electronics & Communication, Gyan Ganga College of Technology, Jabalpur - 482

More information

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates American Journal of Applied Sciences 6 (12): 2066-2070, 2009 ISSN 1546-9239 2009 Science Publications A Novel Morphological Method for Detection and Recognition of Vehicle License Plates 1 S.H. Mohades

More information

The Research of the Lane Detection Algorithm Base on Vision Sensor

The Research of the Lane Detection Algorithm Base on Vision Sensor Research Journal of Applied Sciences, Engineering and Technology 6(4): 642-646, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 03, 2012 Accepted: October

More information

A Method of Using Digital Image Processing for Edge Detection of Red Blood Cells

A Method of Using Digital Image Processing for Edge Detection of Red Blood Cells Sensors & Transducers 013 by IFSA http://www.sensorsportal.com A Method of Using Digital Image Processing for Edge Detection of Red Blood Cells 1 Jinping LI, Hongshan MU, Wei XU 1 Software School, East

More information

A Method of Multi-License Plate Location in Road Bayonet Image

A Method of Multi-License Plate Location in Road Bayonet Image A Method of Multi-License Plate Location in Road Bayonet Image Ying Qian The lab of Graphics and Multimedia Chongqing University of Posts and Telecommunications Chongqing, China Zhi Li The lab of Graphics

More information

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

More information

Displacement Measurement of Burr Arch-Truss Under Dynamic Loading Based on Image Processing Technology

Displacement Measurement of Burr Arch-Truss Under Dynamic Loading Based on Image Processing Technology 6 th International Conference on Advances in Experimental Structural Engineering 11 th International Workshop on Advanced Smart Materials and Smart Structures Technology August 1-2, 2015, University of

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

Several Different Remote Sensing Image Classification Technology Analysis

Several Different Remote Sensing Image Classification Technology Analysis Vol. 4, No. 5; October 2011 Several Different Remote Sensing Image Classification Technology Analysis Xiangwei Liu Foundation Department, PLA University of Foreign Languages, Luoyang 471003, China E-mail:

More information

Implementation of License Plate Recognition System in ARM Cortex A8 Board

Implementation of License Plate Recognition System in ARM Cortex A8 Board www..org 9 Implementation of License Plate Recognition System in ARM Cortex A8 Board S. Uma 1, M.Sharmila 2 1 Assistant Professor, 2 Research Scholar, Department of Electrical and Electronics Engg, College

More information

Design of the circuit for FSK modulation based on AD9910. Yongjun 1,2

Design of the circuit for FSK modulation based on AD9910. Yongjun 1,2 Applied Mechanics and Materials Online: 2011-06-10 ISSN: 1662-7482, Vols. 58-60, pp 2664-2669 doi:10.4028/www.scientific.net/amm.58-60.2664 2011 Trans Tech Publications, Switzerland Design of the circuit

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

How is Information Stored

How is Information Stored Binary CSCE 101 How is Information Stored Information is stored in the computer as binary numbers (0 s and 1 s). Even images are stored in this way, where a combination of 0 s and 1 s represent each color

More information

Short Communications. Fabric pilling Objective measurement system

Short Communications. Fabric pilling Objective measurement system Indian Journal of Fibre & Textile Research Vol. 41, September 2016, pp. 338-343 Short Communications Fabric pilling Objective measurement system Vijay M Mayekar 1 & R P Nachane 2, a 1 Department of Physics,

More information

Recognition System for Pakistani Paper Currency

Recognition System for Pakistani Paper Currency World Applied Sciences Journal 28 (12): 2069-2075, 2013 ISSN 1818-4952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.28.12.300 Recognition System for Pakistani Paper Currency 1 2 Ahmed Ali and

More information

Chapter 4 MASK Encryption: Results with Image Analysis

Chapter 4 MASK Encryption: Results with Image Analysis 95 Chapter 4 MASK Encryption: Results with Image Analysis This chapter discusses the tests conducted and analysis made on MASK encryption, with gray scale and colour images. Statistical analysis including

More information

PHASE PRESERVING DENOISING AND BINARIZATION OF ANCIENT DOCUMENT IMAGE

PHASE PRESERVING DENOISING AND BINARIZATION OF ANCIENT DOCUMENT IMAGE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 7, July 2015, pg.16

More information

Demosaicing Algorithm for Color Filter Arrays Based on SVMs

Demosaicing Algorithm for Color Filter Arrays Based on SVMs www.ijcsi.org 212 Demosaicing Algorithm for Color Filter Arrays Based on SVMs Xiao-fen JIA, Bai-ting Zhao School of Electrical and Information Engineering, Anhui University of Science & Technology Huainan

More information

Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2

Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO

More information

Traffic Sign Recognition Senior Project Final Report

Traffic Sign Recognition Senior Project Final Report Traffic Sign Recognition Senior Project Final Report Jacob Carlson and Sean St. Onge Advisor: Dr. Thomas L. Stewart Bradley University May 12th, 2008 Abstract - Image processing has a wide range of real-world

More information

Interpolation of CFA Color Images with Hybrid Image Denoising

Interpolation of CFA Color Images with Hybrid Image Denoising 2014 Sixth International Conference on Computational Intelligence and Communication Networks Interpolation of CFA Color Images with Hybrid Image Denoising Sasikala S Computer Science and Engineering, Vasireddy

More information

A Survey of Sensor Technologies for Prognostics and Health Management of Electronic Systems

A Survey of Sensor Technologies for Prognostics and Health Management of Electronic Systems Applied Mechanics and Materials Submitted: 2014-06-06 ISSN: 1662-7482, Vols. 602-605, pp 2229-2232 Accepted: 2014-06-11 doi:10.4028/www.scientific.net/amm.602-605.2229 Online: 2014-08-11 2014 Trans Tech

More information

A Review Paper on Image Processing based Algorithms for De-noising and Enhancement of Underwater Images

A Review Paper on Image Processing based Algorithms for De-noising and Enhancement of Underwater Images IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X A Review Paper on Image Processing based Algorithms for De-noising and Enhancement

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

More information

Segmentation of Blood Vessel in Retinal Images and Detection of Glaucoma using BWAREA and SVM

Segmentation of Blood Vessel in Retinal Images and Detection of Glaucoma using BWAREA and SVM Segmentation of Blood Vessel in Retinal Images and Detection of Glaucoma using BWAREA and SVM P.Dhivyabharathi 1, Mrs. V. Priya 2 1 P. Dhivyabharathi, Research Scholar & Vellalar College for Women, Erode-12,

More information

Automated Visual Inspection: Position Identification of Object for Industrial Robot Application based on Color and Shape

Automated Visual Inspection: Position Identification of Object for Industrial Robot Application based on Color and Shape I.J. Intelligent Systems and Applications, 2016, 1, 9-17 Published Online January 2016 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijisa.2016.01.02 Automated Visual Inspection: Position Identification

More information

EVALUATION OF YARN QUALITY IN FABRIC USING IMAGE PROCESSING TECHNIQUES

EVALUATION OF YARN QUALITY IN FABRIC USING IMAGE PROCESSING TECHNIQUES EVALUATION OF YARN QUALITY IN FABRIC USING IMAGE PROCESSING TECHNIQUES *Mandeep Kaur and Mandeep Sharma GGS, Kharar, Mohali Punjab India *Author for Correspondence ABSTRACT The yarn quality estimate is

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

Design of a AC current source for inductive loads. Kuihong Hao Bin Li

Design of a AC current source for inductive loads. Kuihong Hao Bin Li Applied Mechanics and Materials Online: 2013-12-09 ISSN: 1662-7482, Vols. 475-476, pp 1638-1642 doi:10.4028/www.scientific.net/amm.475-476.1638 2014 Trans Tech Publications, Switzerland Design of a AC

More information

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter Extraction and Recognition of Text From Digital English Comic Image Using Median Filter S.Ranjini 1 Research Scholar,Department of Information technology Bharathiar University Coimbatore,India ranjinisengottaiyan@gmail.com

More information

A Chinese License Plate Recognition System

A Chinese License Plate Recognition System A Chinese License Plate Recognition System Bai Yanping, Hu Hongping, Li Fei Key Laboratory of Instrument Science and Dynamic Measurement North University of China, No xueyuan road, TaiYuan, ShanXi 00051,

More information

Experimental Research on Cavitation Erosion Detection Based on Acoustic Emission Technique

Experimental Research on Cavitation Erosion Detection Based on Acoustic Emission Technique 30th European Conference on Acoustic Emission Testing & 7th International Conference on Acoustic Emission University of Granada, 12-15 September 2012 www.ndt.net/ewgae-icae2012/ Experimental Research on

More information

Study on application in the teaching of ship maneuvering Simulator Haoran Song

Study on application in the teaching of ship maneuvering Simulator Haoran Song Applied Mechanics and Materials Online: 2013-02-27 ISSN: 1662-7482, Vol. 310, pp 580-583 doi:10.4028/www.scientific.net/amm.310.580 2013 Trans Tech Publications, Switzerland Study on application in the

More information

Image Processing by Bilateral Filtering Method

Image Processing by Bilateral Filtering Method ABHIYANTRIKI An International Journal of Engineering & Technology (A Peer Reviewed & Indexed Journal) Vol. 3, No. 4 (April, 2016) http://www.aijet.in/ eissn: 2394-627X Image Processing by Bilateral Image

More information

Estimation of Moisture Content in Soil Using Image Processing

Estimation of Moisture Content in Soil Using Image Processing ISSN 2278 0211 (Online) Estimation of Moisture Content in Soil Using Image Processing Mrutyunjaya R. Dharwad Toufiq A. Badebade Megha M. Jain Ashwini R. Maigur Abstract: Agriculture is the science or practice

More information

Intelligent Identification System Research

Intelligent Identification System Research 2016 International Conference on Manufacturing Construction and Energy Engineering (MCEE) ISBN: 978-1-60595-374-8 Intelligent Identification System Research Zi-Min Wang and Bai-Qing He Abstract: From the

More information

IMAGE SEGMENTATION ALGORITHM BASED ON COLOR FEATURES: CASE STUDY WITH GIANT PANDA

IMAGE SEGMENTATION ALGORITHM BASED ON COLOR FEATURES: CASE STUDY WITH GIANT PANDA IMAGE SEGMENTATION ALGORITHM BASED ON COLOR FEATURES: CASE STUDY WITH GIANT PANDA Hua Wang, Jiang Xiao* and Junguo Zhang Institution of Technology Beijing Forestry University, Beijing, 100083 P.R. China

More information

CS 445 HW#2 Solutions

CS 445 HW#2 Solutions 1. Text problem 3.1 CS 445 HW#2 Solutions (a) General form: problem figure,. For the condition shown in the Solving for K yields Then, (b) General form: the problem figure, as in (a) so For the condition

More information

Automatic optical measurement of high density fiber connector

Automatic optical measurement of high density fiber connector Key Engineering Materials Online: 2014-08-11 ISSN: 1662-9795, Vol. 625, pp 305-309 doi:10.4028/www.scientific.net/kem.625.305 2015 Trans Tech Publications, Switzerland Automatic optical measurement of

More information

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Aarti 1, Dr. Neetu Sharma 2 1 DEPArtment Of Computer Science

More information