A Study of Low-resolution Safety Helmet Image Recognition Combining Statistical Features with Artificial Neural Network

Size: px
Start display at page:

Download "A Study of Low-resolution Safety Helmet Image Recognition Combining Statistical Features with Artificial Neural Network"

Transcription

1 A Study o Low-resolution Saety Helmet Image Recognition Combining Statistical Features with Artiicial Neural Network Xinhua JIANG, Heru XUE *, Lina ZHANG, Yanqing ZHOU College o Computer and Inormation Engineering, Inner Mongolia Agricultural University, Hohhot, Inner Mongolia 0008, China College o Physics and Electronic Inormation, Inner Mongolia Normal University, Hohhot, Inner Mongolia 000, China Abstract According to the entrance and exit to building sites monitoring video, this paper discusses the recognition method o the saety helmet o the low-resolution image captured rom video and deduces the relationship between dierent eatures and recognition rate taking account o the low-resolution saety helmet recognition problem at the long distance. It irst captured heads in the monitoring video and then extracted the statistical eatures with Local Binary Pattern and gray level co-occurrence matrix. Finally, the recognition rate o test sample was calculated by taking advantage o Back-Propagation artiicial neural network. The experimental results show that the GLCM statistical eatures in combination with BP artiicial neural network can recognize the saety helmet eectively. The recognition rate reaches 94%. So the method proposed by this paper is ast and easible. (Abstract) Keywords - Low-resolution; helmets; LBP; GLCM; artiicial neural network (key words) I. INTRODUCTION The saety helmet, a vital protective measure to ensure the saety o the sta, is the most commonly used and the most eective protect means in the workplace. It ever has saved countless lives. The statistics o occupational injuries rom United States in 995 showed that the number o deaths caused by not wearing the saety helmet accounted or a quarter o all the deaths, so we can understand the importance o wearing the saety helmet []. By the image processing technique, how to identiy workers in images who wear the saety helmet has important realistic meaning and has become a signiicant research direction in the ield o image recognition []. For example, the Central Police University in 004 put orward a circle/circular arc detection method based upon the modiied Hough transorm, and applied it to the detection o saety helmets or the surveillance system o ATMs [3]. The China University o Mining and Technology in 0 constructed standard images o helmet, extracted our directional eatures, modeled the distribution o these eatures using a Gaussian unction and separated local images o rames into helmet and non-helmet classes. Finally, the detection rate was 83.7% [4][5]. In other universities, students researched the helmet presence classiication with motorcycle detection and tracking [6]. The video o the entrance o building sites are oten aected by the complex background, uneven lighting and camera position. In general, because o the limitation o data storage space, network transmission speed and image acquisition equipment actors, the head and ace images are low-resolution [7]. There were some researches o lowresolution based on ace and ear recognition and so on [7][8]. These techniques have relatively matured. However, in view o the low-resolution saety helmet image recognition, the above mentioned actors make it more diicult to detect and recognize the saety helmet in building site videos and cause the results o traditional methods to be unsatisactory. This paper ocuses on both the eature extraction and recognition or the low-resolution saety helmet. The ways o image eature extraction adopt Local Binary Pattern (LBP), Gray level co-occurrence matrix (GLCM), and Back- Propagation (BP) artiicial neural network are used to classiy. Finally, we propose a recognition method based upon the Haralick texture statistical eatures, and apply it to the BP artiicial neural network to train data and recognize the testing data. II. MATERIAL AND PREPROCESSING A. Material Images which the experiment used were captured rom the monitoring videos o entrance and exit to building sites, and the monitoring videos were compressed by video server and transmitted to a personal computer through long distance. The monitoring cameras are usually installed ar rom the entrance and at a higher place in order to avoid covered rom other objects. So by remote transmission, the videos we have got are low-resolution. The captured video is 4 rames per second and the size is pixels. In the experiment, because workers who located in the edge o video images can not be seen clearly, the captured region is the center area o video images. The captured window scope is pixels. The head region o workers was captured by using the OpenCV every 5 rame, and normalized to pixels. 78 head images were collected rom building site monitoring videos. In general, a saety helmet is maybe red, white, blue or yellow. Sometimes some women heads are covered by the hood. As a consequence, the pure color is DOI 0.503/IJSSST.a ISSN: x online, print

2 diicult to distinguish whether workers wear saety helmets or not. Preprocessing o saety helmet image beore eature extraction is essential. At the same time, because o the light and noise inluence, original images are very hard to extract eatures. Eventually, the collected images o the video in igure are shown as igure. Figure. Original Video Frames The igure 3 shows an example o the LBP operator. The operator assigns a label to every pixel o an image by threshold the 3 3 neighborhood o each pixel with the center pixel and considering the result as a binary number. In act, let gc and g0,,g7 denote respectively the gray values o the center and its eight-neighbor pixels, then the LBP code or the center pixel with coordinate (x) is calculated by Eq. (). 7 p LBP ( x ) s ( g c g ) () p 0 Where s(z) is the threshold unction. When z is not less than 0, the value o s(z) is. When z is less than 0, the value o s(z) is 0 []. The law o the basic LBP operator is that it covers only a small area within a ixed radius. Apparently, it is not suicient or dierent sizes and requencies o the texture. Soon aterwards, the LBP operator is extended and improved to use neighborhoods o dierent sizes by Ojala T [9] and other people. The circle replaces the cube. In the special local neighborhood, we can obtain the any radius and sample points. As long as a sample point does not all into the center o a pixel, bilinear interpolation is adopted. In the ollowing, the notation (P, R) will be stand or pixel neighborhoods, which means P sampling points on a circle o radius o R, See igure 4 or an example o the circular(8, ) neighborhood [][3]. p Figure. The Head Area o the Captured Images B. LBP Operator Image preprocessing is convenient to the next section, which carries on converting rom the color to gray image. When using the grid extracts eatures, the size o images is set as 0 0 pixels. The LBP operator, introduced by Ojala T [9], serves or texture representation. Now, the LBP is widely applied in various computer vision ields and is regarded as a complementary measure or image local contrast. However, the eature extraction is one o the key technologies o image recognition. In the recent years, LBP algorithm has been successully applied to the eature extraction o low-resolution images. The LBP has the robust classiication ability, high computing eiciency and less susceptible to illumination variance. In addition, LBP operator has invariance or monotonous gray level change. So it has achieved excellent result in the saety helmet recognition o uneven illumination [0]. Figure 4. The Circular (8,) Neighborhood When using the circular neighborhood, the patterns o P types generated by LBP (P, R) are seen as a negative or texture extraction, recognition, classiication and access to inormation [4]. When the parameters o LBP(R, P) are P=8 and R=, hence, there are P=8=56 sub-binary numbers to describe texture eature. So the uniorm patterns are put orward to reduce its dimensionality. A Local Binary Pattern is called uniorm i it contains at most two bitwise transitions rom 0 to or vice versa when the binary string is considered circular. For example, the patterns (0 transitions), (a) The Original Images (b) The Processed Images Ater LBP Figure 3. The Calculation Method o the Basic LBP Operator Figure 5. The Processed Images With LBP DOI 0.503/IJSSST.a ISSN: x online, print

3 00000( transitions) and 00( transitions) are uniorm whereas the patterns 0000(4 transitions) and 0000(6 transitions) are not. In the computation o the LBP histogram, uniorm patterns are used so that the histogram has a separate bin or every uniorm pattern and all non-uniorm patterns are assigned to a single bin[3]. Due to the complexity o images, uniorm patterns accounts or a bit less on the all kinds o images. Aterwards, Maenpaa [5] extended the LBP operator again and mentioned the LBP operator based on the rotation invariant. Images used the LBP operator processing is shown in the igure 5. III. EXTRACTING FEATURES A. Gray level co-occurrence matrix Texture eature analyses have been widely employed in classiication with proper eature selection, where classiier design can be greatly simpliied. Hence we adopt texture eatures rom GLCM [6] to identiy with helmet. The GLCM is a pixel-based image processing method. An element P (i, j, d, φ) o the GLCM o an image represents the relative requency, where i is the gray level at location (x), and j represents the gray level o a neighboring pixel at a distance d and an orientation φ rom location (x). The creation o the GLCM matrix is based on the distance between pixels, the pixels angle(0,45,90,35 ) and the number o level grayscale conversion (maximum is 56) parameters [7]. Presume (x) as a two-dimensional digital image, its size is M N, gray level is Ng, and then the GLCM depending on the angle and distance parameters, is expressed in Eq.() [ 6,8, 9] : P j, d, ) # {( x ), ( x ) M N () ( x ) i, ( x ) j} Here, #(x) expresses the number o elements in the collection and P is an M N matrix. I the distance between x,y and x,y is d, the angle between the latter two and the axis is φ ou can get the GLCM o the distance and angle P(i, j, d, φ ) [9]. The content inormation between two neighboring cells {(x), (x)} separated by a distance d and an orientation φ is represented by P (i, j, d, φ ). The texture eatures (contrast, correlation, entropy, energy, and homogeneity) used in this study. ) Contrast This statistic measures the spatial requency o an image and is dierence moment o GLCM. It is the dierence between the highest and the lowest values o a contiguous set o pixels, so higher contrast values indicate large local variations: N g m { Pd, }, i j m 0 i j m (3) The corresponding value or the coarse texture is smaller, and the corresponding value o a ine texture is larger [9]. ) Correlation The correlation eature is a measure o gray tone linear dependencies in the image. Being derived rom the GLCM, correlation is a two-dimensional requency histogram in which individual pixel pairs are assigned to each other on the basis o a speciic, predeined displacement vector [0] : ( i Pd, j) x y i j (4) x y 3) Entropy Entropy measures disorder o the image and also indicates complexity within an image. When the value o Pd, φ (i, j) is less and more dispersed, entropy is larger; on the other hand in case o a higher concentration, the entropy value is small. It is highly correlated to energy. Non-uniorm texture has a high entropy value [] : 3 P, log Pd, i j d 4) Energy Energy expression the repetition o pixel pairs o an image and also it is a measure o homogeneity o an image. It is the measure o image gray-level distribution, when the value distribution o Pd, φ (i, j) is more concentrated on the main diagonal, the value o energy is relatively large; otherwise the value is small: 4 P d, i j (5) (6) 5) Homogeneity Homogeneity is inversely proportional to contrast at constant energy whereas it is inversely proportional to energy []. It deines the uniormity o the distribution o elements in the GLCM to its diagonal. That means, i the elements o GLCM are more diagonally distributed, then homogeneity is high, as i-j is less [0]. 5 i j P d, ( i B. Artiicial neural network The artiicial neural network (ANN) method is based on the indings o a biological nervous system []. In this artiicial neural system, there are nerve cells which are joined together in a variety o ways to orm networks. The ANN consists o layers, namely the input layer, the hidden layers and the output layer. The hidden layers in-between these layers is where the data are processed. The number o the nerve cells in hidden layer is signiicant or the perormance as well as the length o the network. Usually, the output o each neuron is determined by using a nonlinear activation unction such as a sigmoid and hyperbolic tangent. ANNs are trained by experience, when applied to an unknown input in the network; it can generalize rom past experiences and produce n new result. The igure 6 shows a undamental representation o an artiicial neuron network. (7) DOI 0.503/IJSSST.a ISSN: x online, print

4 Figure 6. The Fundamental Representation o Artiicial Neuron Network The inputs o the network are represented by symbols x, x,..., x n. Each o these inputs is multiplied by a connection weight that is represented by o the w, w,..., w n. In ANN, x w, x w,..., x n w n results are summed and ed through an activation unction to generate a result or output. θi is a bias value, G(x) is an activation unction. IV. PROPOSED METHOD FOR LOW-RESOLUTION SAFETY HELMET IDENTIFICATION In this study, a method based on the GLCM and ANN methods were used or identiication o saety helmets. A total o 78 images were used, belonging to classiications having saety helmet or not having saety helmet. Each o the images was cropped to a pixel image beore processing. In this study, ive texture eatures o images were extracted. Each texture eature is computed or dierent GLCM(orientations are 0, 45, 90, 35 ) and distances (d=,, 3, 4) parameters that were established rom the LBP image o the images. The average value o the texture eatures were computed and used as the input nodes in the ANN. The study was consisted 4 parts, and shown in igure 7. Figure 7. The Proposed Method For Classiication The processes can be summarized as ollows: The Image Preprocessing: The obtaining o 78 images o saety helmets. In this part, a preprocessing and essential step is implemented, which includes resizing the images and LBP preprocessing. The GLCM Features: Obtaining data set consisting o ive texture eatures o 78 images. The texture eature o GLCM was computed or dierent orientations (0, 45, 90, 35 ) and then the average value o the texture eatures was computed and used as the input nodes in ANN. The dimensions here describe dierent eatures resulting rom the GLCM, the total size o data set is 5 556, where 5 is the dimension o eature size o each images and 556 comes rom 78 samples per class multiplied by classes. ANN:In this study, the texture eatures are applied as input to ANN, so there are 5 nodes in input layer. The number o nodes o hidden layer is 30 or 40. The output is having saety helmets or not in images. The training accuracy o network is 0.00, the maximum iteration times are 5000, the learning rate is 0.0. The weights and thresholds are adjusted by the gradient descent method. The output result o network are 0 and, where means wearing helmet and 0 means without wearing helmet. V. CONCLUSIONS The aim o the study was to obtain an accurate identiication o wearing helmets or not by texture eatures. The textures are seen in igure 5. The texture (contrast, correlation, entropy, energy and homogeneity) were used or classiication o wearing helmets or not through ANN. The distribution o textures is given in igure 8, 9 and 0. The Camera position, light intensity, helmets shooting site, the video image resolution, helmet and clothing color dierence, human skin change with a great range. It is to such an extent that these eatures play an important role in the distinction o wearing helmets or not. While these kinds DOI 0.503/IJSSST.a ISSN: x online, print

5 o eatures are seen as classiied characteristics as long as being limited in a scenario, sometimes in distinction o wearing helmets or not are very alike. In recent years, various techniques are used in low resolution video recognition, it is seen that machine learning techniques were not among them. In this study, LBP, which is an image reprocessing technique, GLCM, which is an image character Figure 0. Distribution o Energy, Entropy and Homogeneity Features Figure 8. Distribution o Correlation, Energy and Entropy Features description technique, and ANN, which is a machine learning technique, are used in identiication o wearing helmets or not. A total o 78 images belonging to categories were used in this study. Classiication processes with ANN was carried out or dierent training-test rates o images in Table. 94% classiication rate was achieved or the 70%-30% training-test partition. According to the results, it was seen that texture eatures are import parameters in classiication o wearing helmets or not o video images. TABLE I. THE PERFORMANCES OF GLCM AND ANN IN IDENTIFICATION WEARING HELMETS OR NOT The proportion o training-test Training set Test set Correctly classiied images Classiication accuracy 30%-70% % 50%-50% % 70%-30% % Figure 9. Distribution o Correlation, Entropy and Homogeneity Features To show the eectiveness o the GLCM texture eatures in LBP images, a comparison with histogram o LBP images was carried. In the paper, combining LBP with histogram statistics characteristics, and adopting the BP ANN as classiier, and setting the hidden layer nodes as 0, 0, and 40 respectively, and using elastic gradient descent method, the right classiication rate is shown in Table. TABLE II. PERFORMANCE VALUES FOR HISTOGRAM AND GLCM FEATURES Feature Extraction Method LBP+Histogram +BP LBP +GLCM +BP Test Images Correctly Classiied Images Accuracy % % According to the results, texture eatures o low resolution images proved their useulness in identiication o wearing DOI 0.503/IJSSST.a ISSN: x online, print

6 helmets or not. One o the major reasons o this success was that the eature extraction with combining LBP and GLCM algorithm were used in classiication o low resolution images. ACKNOWLEDGEMENTS This work was supported by natural science oundation o Inner Mongolia autonomous region (No.04MS063), and supported by national natural science oundation o China (No.64604, No.64604). REFERENCES [] Maybank S and Tan T. Introduction-special section on visual surveillance, International Journal o Computer Vision, vol.37,no., pp.73-73, 000 [] Hu Tian, Wang Xingang. Saety Helmet Recognition based on Wavelet Transorm and Neural Network System Analysis and Design, Sotware Guide, vol.3, pp.37-38, 006 [3] C-Y Wen. The Saety Helmet Detection Technology and Its Application to the Surveillance System, Journal o Forensic Sciences, vol.49, No.4, pp., 004. [4] Cai Limei, Qian Jiansheng. A method or detecting miners based on helmets detection in underground coal mine videos, Mining Science and Technology, vol.,no.4, pp , February 0. [5] Cai Limei. Research on human detection and tracking in underground coal mine videos, Ph.D. thesis, School o Inormation and Electrical Engineering, ON,Jiangsu,pp.56-64,00. [6] J. Chiverton. Helmet presence classiication with motorcycle detection and tracking. The Institution o Engineering and Technology, Vol.6, No.3, pp.59 69, 0. [7] Zhou Yi. Research o low-resolution ace recognition technology,m.s. thesis, University o Electronic Science and Technology o China, ON Chengdou, pp. -6, 0. [8] Wang Xiaoyun, Yuan Weiqi, Guo Jinyu, Study o low resolution human ear image recognition, Application Research o Computers, vol.7,no.,pp , November 00. [9] T. Ojala,M. Pietikainen,T. Maenpaa. Multiresoluti-on gray scale and rotation invariant texture classiication with local binary pattrerns. IEEE Trans. on Pattern Analysis and Machine Intelligence,vol.4,No.7, pp , 00. [0] Zhang Zheng, Wang Yanping, Xue Guixiang. Digital image processing and machine vision Visual C++ and Matlab, CA: Beijing, Posts & Telecom Press, pp ,00. [] Yang Bo, Chen Songcan. A comparative study on local binary pattern (LBP) based ace recognition: LBP histogram versus LBP image, Neurocomputing, vol.0,no.3, pp: ,november 03. [] Timo Ahonen, Abdenour Hadid, Matti Pietikäinen, Face Description with Local Binary Patterns: Application to Face Recognition, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.8,no., pp:037-04,january 007. [3] Timo Ahonen, Abdenour Hadid, and Matti Pietikäinen. Face recognition with local binary patterns, ECCV, pp , 004. [4] Xu Tao. Research on Face Recognition based on local binary pattern operator, M.S. thesis, School o Inormation Science & Engineering Central South University, ON Hunan, pp.7-0, 0. [5] T.Maenpaa, M.Pietikainen., Texture analysis with local binary patterns. Handbook o pattern recognition and computer vision. 3rd ed., World Scientiic, Singapore, pp.7-736, 00. [6] Haralick, R.M.,Shanmugam, K.,Dinstein, Its'Hak. Textural eatures or image classiication. IEEE Trans. Syst. Man Cybern. Vol.3,No. 6, 60 6,973 [7] SN Ondimu,H Murase. Eect o probability-distance based Markovian texture extraction on discrimination in biological imaging. Comput. Electron. Agric. Vol.63,,008 [8] Guang-ming Xian. An identiication method o malignant and benign liver tumors rom ultrasonography based on GLCM texture eatures and uzzy SVM. Expert Syst. Appl. Vol.37, ,00 [9] Shi Yujing,Bai Haijing, Wang Xuejun. Image classiication o education resources based on texture eatures. Procedia Engineering, vol.9, ,0 [0] S.Dutta,A.Datta,N.Das Chakladar, S.K.Pal, S.Mukhopadhyay, R.Sen. Detection o tool condition rom the turned surace images using an accurate grey level co-occurrence technique. Precision. Engineering. Vol.36, ,0 [] K.Manivannan, P.Aggarwal, V.Devabhaktuni, A.Kumar, D.Nimsb, P.Bhattacharya. Particulate matter characterization by gray level cooccurrence matrix based support vector machines. Journal o Hazardous Material. Vol.3 4, 94 03,0 [] Lynne Boddy, Colin W. Morris. Artiicial Neural Networks or Pattern Recognition. Machine Learning Methods or Ecological Applications, pp.37-87,999. DOI 0.503/IJSSST.a ISSN: x online, print

ROBUST FACE DETECTION UNDER CHALLENGES OF ROTATION, POSE AND OCCLUSION

ROBUST FACE DETECTION UNDER CHALLENGES OF ROTATION, POSE AND OCCLUSION ROBUST FACE DETECTION UNDER CHALLENGES OF ROTATION, POSE AND OCCLUSION Phuong-Trinh Pham-Ngoc, Quang-Linh Huynh Department o Biomedical Engineering, Faculty o Applied Science, Hochiminh University o Technology,

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

CS485/685 Computer Vision Spring 2012 Dr. George Bebis Programming Assignment 2 Due Date: 3/27/2012

CS485/685 Computer Vision Spring 2012 Dr. George Bebis Programming Assignment 2 Due Date: 3/27/2012 CS8/68 Computer Vision Spring 0 Dr. George Bebis Programming Assignment Due Date: /7/0 In this assignment, you will implement an algorithm or normalizing ace image using SVD. Face normalization is a required

More information

Digital Image Processing. Image Enhancement in the Spatial Domain (Chapter 4)

Digital Image Processing. Image Enhancement in the Spatial Domain (Chapter 4) Digital Image Processing Image Enhancement in the Spatial Domain (Chapter 4) Objective The principal objective o enhancement is to process an images so that the result is more suitable than the original

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

Texture. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors

Texture. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors Texture The most fundamental question is: How can we measure texture, i.e., how can we quantitatively distinguish between different textures? Of course it is not enough to look at the intensity of individual

More information

A SAR IMAGE REGISTRATION METHOD BASED ON SIFT ALGORITHM

A SAR IMAGE REGISTRATION METHOD BASED ON SIFT ALGORITHM A SAR IMAGE REGISTRATION METHOD BASED ON SIFT ALGORITHM W. Lu a,b, X. Yue b,c, Y. Zhao b,c, C. Han b,c, * a College o Resources and Environment, University o Chinese Academy o Sciences, Beijing, 100149,

More information

Facial Expression Recognition based on Affine Moment Invariants

Facial Expression Recognition based on Affine Moment Invariants IJCSI International Journal o Computer Science Issues, Vol. 9, Issue 6, No, November 0 ISSN (Online): 694-084 www.ijcsi.org 388 Facial Expression Recognition based on Aine Moment Invariants Renuka Londhe

More information

Research on Image Splicing Based on Weighted POISSON Fusion

Research on Image Splicing Based on Weighted POISSON Fusion Research on Image Splicing Based on Weighted POISSO Fusion Dan Li, Ling Yuan*, Song Hu, Zeqi Wang School o Computer Science & Technology HuaZhong University o Science & Technology Wuhan, 430074, China

More information

Classification Method for Colored Natural Textures Using Gabor Filtering

Classification Method for Colored Natural Textures Using Gabor Filtering Classiication Method or Colored Natural Textures Using Gabor Filtering Leena Lepistö 1, Iivari Kunttu 1, Jorma Autio 2, and Ari Visa 1, 1 Tampere University o Technology Institute o Signal Processing P.

More information

Binary Morphological Model in Refining Local Fitting Active Contour in Segmenting Weak/Missing Edges

Binary Morphological Model in Refining Local Fitting Active Contour in Segmenting Weak/Missing Edges 0 International Conerence on Advanced Computer Science Applications and Technologies Binary Morphological Model in Reining Local Fitting Active Contour in Segmenting Weak/Missing Edges Norshaliza Kamaruddin,

More information

MAPI Computer Vision. Multiple View Geometry

MAPI Computer Vision. Multiple View Geometry MAPI Computer Vision Multiple View Geometry Geometry o Multiple Views 2- and 3- view geometry p p Kpˆ [ K R t]p Geometry o Multiple Views 2- and 3- view geometry Epipolar Geometry The epipolar geometry

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

CHAPTER 2 TEXTURE CLASSIFICATION METHODS GRAY LEVEL CO-OCCURRENCE MATRIX AND TEXTURE UNIT

CHAPTER 2 TEXTURE CLASSIFICATION METHODS GRAY LEVEL CO-OCCURRENCE MATRIX AND TEXTURE UNIT CHAPTER 2 TEXTURE CLASSIFICATION METHODS GRAY LEVEL CO-OCCURRENCE MATRIX AND TEXTURE UNIT 2.1 BRIEF OUTLINE The classification of digital imagery is to extract useful thematic information which is one

More information

Implementation of a Face Recognition System for Interactive TV Control System

Implementation of a Face Recognition System for Interactive TV Control System Implementation of a Face Recognition System for Interactive TV Control System Sang-Heon Lee 1, Myoung-Kyu Sohn 1, Dong-Ju Kim 1, Byungmin Kim 1, Hyunduk Kim 1, and Chul-Ho Won 2 1 Dept. IT convergence,

More information

Survey on Extraction of Texture based Features using Local Binary Pattern

Survey on Extraction of Texture based Features using Local Binary Pattern Survey on Extraction of Texture based Features using Local Binary Pattern Ch.Sudha Sree Computer Applications RVR&JC college of Engineering Guntur, India Abstract Local Binary Pattern (LBP) is one of the

More information

Abalone Age Prediction using Artificial Neural Network

Abalone Age Prediction using Artificial Neural Network IOSR Journal o Computer Engineering (IOSR-JCE) e-issn: 2278-066,p-ISSN: 2278-8727, Volume 8, Issue 5, Ver. II (Sept - Oct. 206), PP 34-38 www.iosrjournals.org Abalone Age Prediction using Artiicial Neural

More information

Defects Detection of Billet Surface Using Optimized Gabor Filters

Defects Detection of Billet Surface Using Optimized Gabor Filters Proceedings o the 7th World Congress The International Federation o Automatic Control Deects Detection o Billet Surace Using Optimized Gabor Filters Jong Pil Yun* SungHoo Choi* Boyeul Seo* Chang Hyun Park*

More information

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Neslihan Kose, Jean-Luc Dugelay Multimedia Department EURECOM Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

More information

Texture Feature Extraction Using Improved Completed Robust Local Binary Pattern for Batik Image Retrieval

Texture Feature Extraction Using Improved Completed Robust Local Binary Pattern for Batik Image Retrieval Texture Feature Extraction Using Improved Completed Robust Local Binary Pattern for Batik Image Retrieval 1 Arrie Kurniawardhani, 2 Nanik Suciati, 3 Isye Arieshanti 1, Institut Teknologi Sepuluh Nopember,

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

Image Pre-processing and Feature Extraction Techniques for Magnetic Resonance Brain Image Analysis

Image Pre-processing and Feature Extraction Techniques for Magnetic Resonance Brain Image Analysis Image Pre-processing and Feature Extraction Techniques or Magnetic Resonance Brain Image Analysis D. Jude Hemanth and J. Anitha Department o ECE, Karunya University, Coimbatore, India {jude_hemanth,rajivee1}@redimail.com

More information

A Method of Sign Language Gesture Recognition Based on Contour Feature

A Method of Sign Language Gesture Recognition Based on Contour Feature Proceedings o the World Congress on Engineering and Computer Science 014 Vol I WCECS 014, -4 October, 014, San Francisco, USA A Method o Sign Language Gesture Recognition Based on Contour Feature Jingzhong

More information

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

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

More information

A Proposed Approach for Solving Rough Bi-Level. Programming Problems by Genetic Algorithm

A Proposed Approach for Solving Rough Bi-Level. Programming Problems by Genetic Algorithm Int J Contemp Math Sciences, Vol 6, 0, no 0, 45 465 A Proposed Approach or Solving Rough Bi-Level Programming Problems by Genetic Algorithm M S Osman Department o Basic Science, Higher Technological Institute

More information

Face Detection for Skintone Images Using Wavelet and Texture Features

Face Detection for Skintone Images Using Wavelet and Texture Features Face Detection for Skintone Images Using Wavelet and Texture Features 1 H.C. Vijay Lakshmi, 2 S. Patil Kulkarni S.J. College of Engineering Mysore, India 1 vijisjce@yahoo.co.in, 2 pk.sudarshan@gmail.com

More information

Texture Analysis using Homomorphic Based Completed Local Binary Pattern

Texture Analysis using Homomorphic Based Completed Local Binary Pattern I J C T A, 8(5), 2015, pp. 2307-2312 International Science Press Texture Analysis using Homomorphic Based Completed Local Binary Pattern G. Arockia Selva Saroja* and C. Helen Sulochana** Abstract: Analysis

More information

1.2 Related Work. Panoramic Camera PTZ Dome Camera

1.2 Related Work. Panoramic Camera PTZ Dome Camera 3rd International Conerence on Multimedia Technology ICMT 2013) A SPATIAL CALIBRATION METHOD BASED ON MASTER-SLAVE CAMERA Hao Shi1, Yu Liu, Shiming Lai, Maojun Zhang, Wei Wang Abstract. Recently the Master-Slave

More information

Neighbourhood Operations

Neighbourhood Operations Neighbourhood Operations Neighbourhood operations simply operate on a larger neighbourhood o piels than point operations Origin Neighbourhoods are mostly a rectangle around a central piel Any size rectangle

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

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing)

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) J.Nithya 1, P.Sathyasutha2 1,2 Assistant Professor,Gnanamani College of Engineering, Namakkal, Tamil Nadu, India ABSTRACT

More information

3-D TERRAIN RECONSTRUCTION WITH AERIAL PHOTOGRAPHY

3-D TERRAIN RECONSTRUCTION WITH AERIAL PHOTOGRAPHY 3-D TERRAIN RECONSTRUCTION WITH AERIAL PHOTOGRAPHY Bin-Yih Juang ( 莊斌鎰 ) 1, and Chiou-Shann Fuh ( 傅楸善 ) 3 1 Ph. D candidate o Dept. o Mechanical Engineering National Taiwan University, Taipei, Taiwan Instructor

More information

Study and Analysis of Edge Detection and Implementation of Fuzzy Set. Theory Based Edge Detection Technique in Digital Images

Study and Analysis of Edge Detection and Implementation of Fuzzy Set. Theory Based Edge Detection Technique in Digital Images Study and Analysis o Edge Detection and Implementation o Fuzzy Set Theory Based Edge Detection Technique in Digital Images Anju K S Assistant Proessor, Department o Computer Science Baselios Mathews II

More information

A Cylindrical Surface Model to Rectify the Bound Document Image

A Cylindrical Surface Model to Rectify the Bound Document Image A Cylindrical Surace Model to Rectiy the Bound Document Image Huaigu Cao, Xiaoqing Ding, Changsong Liu Department o Electronic Engineering, Tsinghua University State Key Laboratory o Intelligent Technology

More information

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES LBP AND PCA BASED ON FACE RECOGNITION SYSTEM Ashok T. Gaikwad Institute of Management Studies and Information Technology, Aurangabad, (M.S), India ABSTRACT

More information

Automatic Video Segmentation for Czech TV Broadcast Transcription

Automatic Video Segmentation for Czech TV Broadcast Transcription Automatic Video Segmentation or Czech TV Broadcast Transcription Jose Chaloupka Laboratory o Computer Speech Processing, Institute o Inormation Technology and Electronics Technical University o Liberec

More information

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017 RESEARCH ARTICLE OPEN ACCESS Facial expression recognition based on completed LBP Zicheng Lin 1, Yuanliang Huang 2 1 (College of Science and Engineering, Jinan University, Guangzhou, PR China) 2 (Institute

More information

An Acceleration Scheme to The Local Directional Pattern

An Acceleration Scheme to The Local Directional Pattern An Acceleration Scheme to The Local Directional Pattern Y.M. Ayami Durban University of Technology Department of Information Technology, Ritson Campus, Durban, South Africa ayamlearning@gmail.com A. Shabat

More information

Texture Features in Facial Image Analysis

Texture Features in Facial Image Analysis Texture Features in Facial Image Analysis Matti Pietikäinen and Abdenour Hadid Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O. Box 4500, FI-90014 University

More information

Haralick Parameters for Texture feature Extraction

Haralick Parameters for Texture feature Extraction Haralick Parameters for Texture feature Extraction Ms. Ashwini Raut1 raut.ashu87@gmail.com Mr.Saket J. Panchbhai2 ayur.map.patel@gmail.com Ms. Ketki S. Palsodkar3 chaitanya.dhondrikar96@gmail.com Ms.Ankita

More information

Practical Image and Video Processing Using MATLAB

Practical Image and Video Processing Using MATLAB Practical Image and Video Processing Using MATLAB Chapter 18 Feature extraction and representation What will we learn? What is feature extraction and why is it a critical step in most computer vision and

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

Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces

Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces Yasmina Andreu, Pedro García-Sevilla, and Ramón A. Mollineda Dpto. Lenguajes y Sistemas Informáticos

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

Face and Nose Detection in Digital Images using Local Binary Patterns

Face and Nose Detection in Digital Images using Local Binary Patterns Face and Nose Detection in Digital Images using Local Binary Patterns Stanko Kružić Post-graduate student University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture

More information

An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class

An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class D.R.MONISHA 1, A.USHA RUBY 2, J.GEORGE CHELLIN CHANDRAN 3 Department of Computer

More information

Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain Yinghua He School o Computer Science and Technology Tianjin University Image enhancement approaches Spatial domain image plane itsel Spatial domain methods

More information

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features 1 Kum Sharanamma, 2 Krishnapriya Sharma 1,2 SIR MVIT Abstract- To describe the image features the Local binary pattern (LBP)

More information

BRIEF Features for Texture Segmentation

BRIEF Features for Texture Segmentation BRIEF Features for Texture Segmentation Suraya Mohammad 1, Tim Morris 2 1 Communication Technology Section, Universiti Kuala Lumpur - British Malaysian Institute, Gombak, Selangor, Malaysia 2 School of

More information

Fig. 3.1: Interpolation schemes for forward mapping (left) and inverse mapping (right, Jähne, 1997).

Fig. 3.1: Interpolation schemes for forward mapping (left) and inverse mapping (right, Jähne, 1997). Eicken, GEOS 69 - Geoscience Image Processing Applications, Lecture Notes - 17-3. Spatial transorms 3.1. Geometric operations (Reading: Castleman, 1996, pp. 115-138) - a geometric operation is deined as

More information

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS 130 CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS A mass is defined as a space-occupying lesion seen in more than one projection and it is described by its shapes and margin

More information

Review for Exam I, EE552 2/2009

Review for Exam I, EE552 2/2009 Gonale & Woods Review or Eam I, EE55 /009 Elements o Visual Perception Image Formation in the Ee and relation to a photographic camera). Brightness Adaption and Discrimination. Light and the Electromagnetic

More information

Cotton Texture Segmentation Based On Image Texture Analysis Using Gray Level Co-occurrence Matrix (GLCM) And Euclidean Distance

Cotton Texture Segmentation Based On Image Texture Analysis Using Gray Level Co-occurrence Matrix (GLCM) And Euclidean Distance Cotton Texture Segmentation Based On Image Texture Analysis Using Gray Level Co-occurrence Matrix (GLCM) And Euclidean Distance Farell Dwi Aferi 1, Tito Waluyo Purboyo 2 and Randy Erfa Saputra 3 1 College

More information

An adaptive container code character segmentation algorithm Yajie Zhu1, a, Chenglong Liang2, b

An adaptive container code character segmentation algorithm Yajie Zhu1, a, Chenglong Liang2, b 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) An adaptive container code character segmentation algorithm Yajie Zhu1, a, Chenglong Liang2, b

More information

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION Gengjian Xue, Li Song, Jun Sun, Meng Wu Institute of Image Communication and Information Processing, Shanghai Jiao Tong University,

More information

Facial expression recognition based on two-step feature histogram optimization Ling Gana, Sisi Sib

Facial expression recognition based on two-step feature histogram optimization Ling Gana, Sisi Sib 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 201) Facial expression recognition based on two-step feature histogram optimization Ling Gana, Sisi

More information

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm Group 1: Mina A. Makar Stanford University mamakar@stanford.edu Abstract In this report, we investigate the application of the Scale-Invariant

More information

ECE 176 Digital Image Processing Handout #14 Pamela Cosman 4/29/05 TEXTURE ANALYSIS

ECE 176 Digital Image Processing Handout #14 Pamela Cosman 4/29/05 TEXTURE ANALYSIS ECE 176 Digital Image Processing Handout #14 Pamela Cosman 4/29/ TEXTURE ANALYSIS Texture analysis is covered very briefly in Gonzalez and Woods, pages 66 671. This handout is intended to supplement that

More information

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN Gengjian Xue, Jun Sun, Li Song Institute of Image Communication and Information Processing, Shanghai Jiao

More information

Haresh D. Chande #, Zankhana H. Shah *

Haresh D. Chande #, Zankhana H. Shah * Illumination Invariant Face Recognition System Haresh D. Chande #, Zankhana H. Shah * # Computer Engineering Department, Birla Vishvakarma Mahavidyalaya, Gujarat Technological University, India * Information

More information

Intelligent Optimization Methods for High-Dimensional Data Classification for Support Vector Machines

Intelligent Optimization Methods for High-Dimensional Data Classification for Support Vector Machines Intelligent Inormation Management, 200, 2, ***-*** doi:0.4236/iim.200.26043 Published Online June 200 (http://www.scirp.org/journal/iim) Intelligent Optimization Methods or High-Dimensional Data Classiication

More information

Analysis of GLCM Parameters for Textures Classification on UMD Database Images

Analysis of GLCM Parameters for Textures Classification on UMD Database Images Analysis of GLCM Parameters for Textures Classification on UMD Database Images Alsadegh Saleh Saied Mohamed Computing and Engineering. Huddersfield University Huddersfield, UK Email: alsadegh.mohamed@hud.ac.uk

More information

A Survey on Face-Sketch Matching Techniques

A Survey on Face-Sketch Matching Techniques A Survey on Face-Sketch Matching Techniques Reshma C Mohan 1, M. Jayamohan 2, Arya Raj S 3 1 Department of Computer Science, SBCEW 2 Department of Computer Science, College of Applied Science 3 Department

More information

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION 1 CHETAN BALLUR, 2 SHYLAJA S S P.E.S.I.T, Bangalore Email: chetanballur7@gmail.com, shylaja.sharath@pes.edu Abstract

More information

Face Recognition under varying illumination with Local binary pattern

Face Recognition under varying illumination with Local binary pattern Face Recognition under varying illumination with Local binary pattern Ms.S.S.Ghatge 1, Prof V.V.Dixit 2 Department of E&TC, Sinhgad College of Engineering, University of Pune, India 1 Department of E&TC,

More information

Foveated Wavelet Image Quality Index *

Foveated Wavelet Image Quality Index * Foveated Wavelet Image Quality Index * Zhou Wang a, Alan C. Bovik a, and Ligang Lu b a Laboratory or Image and Video Engineering (LIVE), Dept. o Electrical and Computer Engineering The University o Texas

More information

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Sowmya. A (Digital Electronics (MTech), BITM Ballari), Shiva kumar k.s (Associate Professor,

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

IJSER 1. INTRODUCTION. K.SUSITHRA, Dr.M.SUJARITHA. intensity variations.

IJSER 1. INTRODUCTION. K.SUSITHRA, Dr.M.SUJARITHA. intensity variations. International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March-2016 106 CLOTHING PATTERN RECOGNITION BASED ON LOCAL AND GLOBAL FEATURES K.SUSITHRA, Dr.M.SUJARITHA Abstract Choosing

More information

A Novel Accurate Genetic Algorithm for Multivariable Systems

A Novel Accurate Genetic Algorithm for Multivariable Systems World Applied Sciences Journal 5 (): 137-14, 008 ISSN 1818-495 IDOSI Publications, 008 A Novel Accurate Genetic Algorithm or Multivariable Systems Abdorreza Alavi Gharahbagh and Vahid Abolghasemi Department

More information

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2 6th International Conference on Electronic, Mechanical, Information and Management (EMIM 2016) Application of Geometry Rectification to Deformed Characters Liqun Wang1, a * and Honghui Fan2 1 School of

More information

TEXTURE. Plan for today. Segmentation problems. What is segmentation? INF 4300 Digital Image Analysis. Why texture, and what is it?

TEXTURE. Plan for today. Segmentation problems. What is segmentation? INF 4300 Digital Image Analysis. Why texture, and what is it? INF 43 Digital Image Analysis TEXTURE Plan for today Why texture, and what is it? Statistical descriptors First order Second order Gray level co-occurrence matrices Fritz Albregtsen 8.9.21 Higher order

More information

Haralick feature extraction from LBP images for color texture classification

Haralick feature extraction from LBP images for color texture classification Image Processing Theory, Tools & Applications aralick eature extraction rom LBP images or color texture classiication Alice Porebski,2, icolas Vandenbroucke,2 and Ludovic Macaire 2 École d Ingénieurs du

More information

A FRAMEWORK FOR ANALYZING TEXTURE DESCRIPTORS

A FRAMEWORK FOR ANALYZING TEXTURE DESCRIPTORS A FRAMEWORK FOR ANALYZING TEXTURE DESCRIPTORS Timo Ahonen and Matti Pietikäinen Machine Vision Group, University of Oulu, PL 4500, FI-90014 Oulun yliopisto, Finland tahonen@ee.oulu.fi, mkp@ee.oulu.fi Keywords:

More information

Mobile Robot Static Path Planning Based on Genetic Simulated Annealing Algorithm

Mobile Robot Static Path Planning Based on Genetic Simulated Annealing Algorithm Mobile Robot Static Path Planning Based on Genetic Simulated Annealing Algorithm Wang Yan-ping 1, Wubing 2 1. School o Electric and Electronic Engineering, Shandong University o Technology, Zibo 255049,

More information

Automatic Classification of Woven Fabric Structure Based on Computer Vision Techniques

Automatic Classification of Woven Fabric Structure Based on Computer Vision Techniques Journal of Fiber Bioengineering and Informatics 8:1 (215) 69 79 doi:1.3993/jfbi32157 Automatic Classification of Woven Fabric Structure Based on Computer Vision Techniques Xuejuan Kang a,, Mengmeng Xu

More information

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN ISSN: 976-92 (ONLINE) ICTACT JOURNAL ON IMAGE AND VIDEO PROCESSING, FEBRUARY 27, VOLUME: 7, ISSUE: 3 FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN A. Geetha, M. Mohamed Sathik 2 and Y. Jacob

More information

Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis

Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis N.Padmapriya, Ovidiu Ghita, and Paul.F.Whelan Vision Systems Laboratory,

More information

Rotation Invariant Finger Vein Recognition *

Rotation Invariant Finger Vein Recognition * Rotation Invariant Finger Vein Recognition * Shaohua Pang, Yilong Yin **, Gongping Yang, and Yanan Li School of Computer Science and Technology, Shandong University, Jinan, China pangshaohua11271987@126.com,

More information

The Institute of Telecommunications and Computer Sciences, UTP University of Science and Technology, Bydgoszcz , Poland

The Institute of Telecommunications and Computer Sciences, UTP University of Science and Technology, Bydgoszcz , Poland Computer Technology and Application 6 (2015) 64-69 doi: 10.17265/1934-7332/2015.02.002 D DAVID PUBLISHIN An Image Analysis of Breast Thermograms Ryszard S. Choras The Institute of Telecommunications and

More information

Schedule for Rest of Semester

Schedule for Rest of Semester Schedule for Rest of Semester Date Lecture Topic 11/20 24 Texture 11/27 25 Review of Statistics & Linear Algebra, Eigenvectors 11/29 26 Eigenvector expansions, Pattern Recognition 12/4 27 Cameras & calibration

More information

Temperature Calculation of Pellet Rotary Kiln Based on Texture

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

More information

Face Detection for Automatic Avatar Creation by using Deformable Template and GA

Face Detection for Automatic Avatar Creation by using Deformable Template and GA Face Detection or Automatic Avatar Creation by using Deormable Template and GA Tae-Young Park*, Ja-Yong Lee **, and Hoon Kang *** * School o lectrical and lectronics ngineering, Chung-Ang University, Seoul,

More information

Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map

Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map Markus Turtinen, Topi Mäenpää, and Matti Pietikäinen Machine Vision Group, P.O.Box 4500, FIN-90014 University

More information

An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-Gradient Co-occurrence Matrix

An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-Gradient Co-occurrence Matrix An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-Gradient Co-occurrence Matrix Peng Wan 1,2 and Changjiang Long 1,* 1 College of Engineering, Huazhong Agricultural University,

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

UNSUPERVISED TEXTURE CLASSIFICATION OF ENTROPY BASED LOCAL DESCRIPTOR USING K-MEANS CLUSTERING ALGORITHM

UNSUPERVISED TEXTURE CLASSIFICATION OF ENTROPY BASED LOCAL DESCRIPTOR USING K-MEANS CLUSTERING ALGORITHM computing@computingonline.net www.computingonline.net ISSN 1727-6209 International Journal of Computing UNSUPERVISED TEXTURE CLASSIFICATION OF ENTROPY BASED LOCAL DESCRIPTOR USING K-MEANS CLUSTERING ALGORITHM

More information

Compressed Sensing Image Reconstruction Based on Discrete Shearlet Transform

Compressed Sensing Image Reconstruction Based on Discrete Shearlet Transform Sensors & Transducers 04 by IFSA Publishing, S. L. http://www.sensorsportal.com Compressed Sensing Image Reconstruction Based on Discrete Shearlet Transorm Shanshan Peng School o Inormation Science and

More information

SUMMARY: DISTINCTIVE IMAGE FEATURES FROM SCALE- INVARIANT KEYPOINTS

SUMMARY: DISTINCTIVE IMAGE FEATURES FROM SCALE- INVARIANT KEYPOINTS SUMMARY: DISTINCTIVE IMAGE FEATURES FROM SCALE- INVARIANT KEYPOINTS Cognitive Robotics Original: David G. Lowe, 004 Summary: Coen van Leeuwen, s1460919 Abstract: This article presents a method to extract

More information

A Classification System and Analysis for Aspect-Oriented Programs

A Classification System and Analysis for Aspect-Oriented Programs A Classiication System and Analysis or Aspect-Oriented Programs Martin Rinard, Alexandru Sălcianu, and Suhabe Bugrara Massachusetts Institute o Technology Cambridge, MA 02139 ABSTRACT We present a new

More information

Texture. Texture is a description of the spatial arrangement of color or intensities in an image or a selected region of an image.

Texture. Texture is a description of the spatial arrangement of color or intensities in an image or a selected region of an image. Texture Texture is a description of the spatial arrangement of color or intensities in an image or a selected region of an image. Structural approach: a set of texels in some regular or repeated pattern

More information

COMPARISION OF NORMAL Vs HERNIATED CERVICAL IMAGES USING GRAY LEVEL TEXTURE FEATURES

COMPARISION OF NORMAL Vs HERNIATED CERVICAL IMAGES USING GRAY LEVEL TEXTURE FEATURES COMPARISION OF NORMAL Vs HERNIATED CERVICAL IMAGES USING GRAY LEVEL TEXTURE FEATURES C.Malarvizhi 1 and P.Balamurugan 2 1 Ph.D Scholar, India 2 Assistant Professor,India Department Computer Science, Government

More information

Image Enhancement Techniques for Fingerprint Identification

Image Enhancement Techniques for Fingerprint Identification March 2013 1 Image Enhancement Techniques for Fingerprint Identification Pankaj Deshmukh, Siraj Pathan, Riyaz Pathan Abstract The aim of this paper is to propose a new method in fingerprint enhancement

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

Invariant Features of Local Textures a rotation invariant local texture descriptor

Invariant Features of Local Textures a rotation invariant local texture descriptor Invariant Features of Local Textures a rotation invariant local texture descriptor Pranam Janney and Zhenghua Yu 1 School of Computer Science and Engineering University of New South Wales Sydney, Australia

More information

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

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

More information

Recognition of Human Body Movements Trajectory Based on the Three-dimensional Depth Data

Recognition of Human Body Movements Trajectory Based on the Three-dimensional Depth Data Preprints of the 19th World Congress The International Federation of Automatic Control Recognition of Human Body s Trajectory Based on the Three-dimensional Depth Data Zheng Chang Qing Shen Xiaojuan Ban

More information

AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES

AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES 1 RIMA TRI WAHYUNINGRUM, 2 INDAH AGUSTIEN SIRADJUDDIN 1, 2 Department of Informatics Engineering, University of Trunojoyo Madura,

More information

Facial Feature Extraction Based On FPD and GLCM Algorithms

Facial Feature Extraction Based On FPD and GLCM Algorithms Facial Feature Extraction Based On FPD and GLCM Algorithms Dr. S. Vijayarani 1, S. Priyatharsini 2 Assistant Professor, Department of Computer Science, School of Computer Science and Engineering, Bharathiar

More information

Feature descriptors. Alain Pagani Prof. Didier Stricker. Computer Vision: Object and People Tracking

Feature descriptors. Alain Pagani Prof. Didier Stricker. Computer Vision: Object and People Tracking Feature descriptors Alain Pagani Prof. Didier Stricker Computer Vision: Object and People Tracking 1 Overview Previous lectures: Feature extraction Today: Gradiant/edge Points (Kanade-Tomasi + Harris)

More information