Skin Detection in Luminance Images using Threshold Technique

Size: px
Start display at page:

Download "Skin Detection in Luminance Images using Threshold Technique"

Transcription

1 Skin Detection in Luminance Images using Threshold Technique Skin Detection in Luminance Images using Threshold Technique Hani. K. Almohair, Abd Rahman Ramli, Elsadig A. M., Shaiful J. Hashim Department of Computer and Communication Systems Engineering Faculty of Engineering University Putra Malaysia, 43400, Upm Serdang, Selangor, Malaysia Abstract With the development of the chromatic skin color detection models, the threshold value is a useful and forceful element to discriminate between the skin and non-skin pixels. This paper reports an experimental investigation, which aims at using different threshold values to classify the human skin. The chromatic skin color model was used to model skin color in the r-g chromaticity space. This model based on testing database containing many of human images. It has been found that the threshold value is an important tool for increasing the human skin regions detected in color images containing luminance. Keywords: Skin chrominance models, Pixels classification, Skin detection. 1. Introduction It has been reached by researchers that skin color models can be used for detecting human skin in various computer vision applications. (Yang et al, 1998) suggested a real-time face tracker using an adaptive skin color model. They modeled the rgchromaticities of skin as a 2D Gaussian distribution. (Jones and Rehg, 1999) compared a Bayesian approach to a mixture of Gaussian in RGB space. This model includes nearly 1 billion labeled training pixels obtained from Internet. (Jedynak et al, 2002) considered a sequence of three models for skin detection built from a large collection of labeled images. Each model is a maximum entropy model with respect to constraints concerning distributions. Several models were proposed for detecting human skin in various lighting conditions. (Soriano et al, 2000) presented a face tracking method that is adaptive to varying illumination color. (Storring and Andersen, 1999) proposed model for detecting human skin under changing lighting conditions. (Cho et al, 2001) presented a new skin color filter that is useful and capable of finding skin regions in images and adaptively adjust its threshold. While (Caetano et al, 2003) compared between single model and several Gaussian mixture models used to improve skin detection. This paper presents the impact of adjusting the threshold value in the chromatic skin color model for improving skin detection in images that contain luminance. 2. Chromatic Model The various color spaces can be easily converted to a RGB representation, A triple [r,g,b] doesn t represent only color but also International Journal of The Computer, the Internet and Management Vol. 15#1 (January April, 2007) pp

2 Hani. K. Almohair, Abd Rahman Ramli, Elsadig A. M., Shaiful J. Hashim brightness, due to that property it was used to represent skin color in there chromatic color space. Chromatic colors, which represented by (Yang et al, 2002) known as pure color in the absence of brightness, are defined by: R r= R+ G+ B G, g= R+ G+ B A color histogram is the distribution of colors in the color space; figure (1- a) shows )1( a various people s images, and corresponding areas for histogram analysis are shown in Fig (1-b). The histograms of the skin color region selected are illustrated in figure (1-c). The color distribution of the skin color is clustered in small area of the chromatic color space. Figure 2 shows a skin color distribution of fifty people of different races with different skin colors in the chromatic color space. a b c Fig.1 various people images (A), Skin area For histogram analysis (B), histograms for Selected skin area (C). Figure 2: Skin color distribution of different humans is clustered in small area in the chromatic color-space 26

3 Skin Detection in Luminance Images using Threshold Technique The skin color distribution can be represented by Gaussian model (2) by substituting the mean (3) and covariance (4) parameters of the skin color distribution in chromatic color space into the gaussian distribution model. The mean values represent the center of the skin color distribution and the variance values represent its shape. By using an optimal threshold value, the skin and non-skin pixels are classified. The skin pixels represented with the white color. The optimal threshold value was determined by a conducted test for many images to prove the formula (5). 2 ( ) 2 ( g g r ) i r i σ g f( r, g) e r σ = e 2π 1 r = r i i= 1 1 g = i= 1 g i σ g = ( g g ) i σ r = ( r r ) i TP+ F =1 The procedure for creating the Chromatic Model is as follows: (3) (4) 1. Select manually the sample skin colored region from the images download from Internet. 2. Create a color histogram of the samples selected. 3. Estimate the mean and covariance of the color distribution in chromatic color space based on (3) and (4). (5) (2) 4. Substitute the estimated parameters into the Gaussian distribution model. 5. By using the threshold Technique, the skin and non-skin pixels classified where the skin pixels appears with the white color. 3. Threshold Technique The final step in the detection of human skin in JPEG images is creating a skinsegmented image by using a threshold value of probability. If the probability of a pixels in the input images (image under test) is more or equal to the estimated threshold value. It would be supposed that this pixel represents skin color, if it doesn t, then it would be supposed that it doesn t represents skin color. The skin color pixels are white and the other ones are black in skin-segmented image, the threshold value used in skinsegmented image is called an optimal threshold value, where the minimum increase in region size is observed while decreasing the threshold value (Chang H., and Robes, 2000). As a suitable compromise to discriminate between the skin and non-skin pixels, an optimal threshold value should be obtained. It is obtained through the proportion of the true positive TP over the ensemble of regions of skin, which is approximately equal to the proportion of true negative T over the ensemble of regions when that proportion doesn t contain skin (Terrillon et al, 2000). Equivalently, when the proportion of false negative F equals the proportion of false positive FP. See formula (5) Since this method is better for illumination variations, and also for different skin colors. We threshold the pixels as skin if International Journal of The Computer, the Internet and Management Vol. 15#1 (January April, 2007) pp

4 Hani. K. Almohair, Abd Rahman Ramli, Elsadig A. M., Shaiful J. Hashim the value is greater than the estimated optimal threshold value. Several authors have been used different threshold method and values to discriminate between the skin and non-skin pixels,( Saber et al,1996) used a standard threshold value, (Shin et al, 2002) used a fixed threshold. And (Filipe et al, 2003) thresholded the pixels as skin if the value is greatest than 0.7. In this model, the threshold value selected start from 1 and decremented the threshold value in steps of 0.1 until 0.0 is reached. At each threshold value the TP and F are determined and applied to the formula (8).if true positive plus false negative values are equal approximately to one. This value is considered as the optimal threshold value. The optimal threshold value was determined by a conducted test designed for testing the data images to prove the formula (8). The testing data includes many images of different humans of different races. Besides, the skin and non-skin pixels are classified according to each image. Figure (3) shows how the optimal threshold value in our model was determined. After the estimated optimal threshold value is applied on the ICSC model, the testing image is segmented into skin and non-skin pixels, figure (3-b). The number of skin and non-skin pixels is determined; the skin pixels detected is called the real and non-real skin pixels detected, from this segmented-image, the number of the real skin-pixels is computed, and illustrated in figure (3-c). By using one of the image processing programs, the real skin pixels of the input (image under test) is determined. See figure (3-a). Table (1) shows the number of the skin and non-skin pixels for all the above cases Original image a b c Figure 3: first column the original image, real skin pixels (a), real and non-real skin pixels detected (b), and the real skin pixels detected (c). 28

5 Skin Detection in Luminance Images using Threshold Technique Table 1: umber of real and non-real skin pixels detected Real skin pixels (A) Real and non-real skin pixels detected (B) Real skin pixels detected (C) TP FP F 0.02 From the images and table above, the TP and F were estimated. The TP is recognized from the proportion of pixels detected as skin which are really skin pixels to the total number of real skin pixels, while the F identified from the proportion of pixels detected as skin which are not real skin pixels to the total number of real skin pixels [23]. It is wroth mentioning that these TP and F values prove the formula (5). The obtained optimal threshold value is equal to 0.1. This optimal value is estimated after a conducted test for the training data with different threshold values. The following paragraph will show the difference in the results that occur when the threshold value is 0.7. a b Figure 4: left the original image, right the segmented image International Journal of The Computer, the Internet and Management Vol. 15#1 (January April, 2007) pp

6 Hani. K. Almohair, Abd Rahman Ramli, Elsadig A. M., Shaiful J. Hashim From the figure (4), it can be noted clearly that the segmented-images is used when threshold value is (0.7). Besides the area of skin-detected is too small, in a way it leads to a high false detection rate. 4. Result and Discussion The Chromatic Skin Color model was applied to a set of testing data of people images download from the Internet belonging to people of different races contain luminance, The model applied with two threshold values, the threshold values are 0.1 and In the figure below, some images contain luminance. The first column is representing the original images (images under test). Figure (5-b) shows the skin regions detected when the threshold value is 0.1.In the figure (5-c) the skin regions detected are belongs to the threshold value a b c Fig.5 Shows the original images (a), Skin region detected when threshold value 0.1 (b), the skin regions detected when the threshold value is 0.01(c). 30

7 Skin Detection in Luminance Images using Threshold Technique These results confirm that the threshold value is very important tool for improving the skin region detected in color images. The figure (6) shows the detection rates of the images when the threshold value is 0.1. The detection rates ranging from 85% to 95%. Figure (7) shows the detection rates of the regions detected would increase, when the threshold value 0.01 was selected. Figure 6. Detection rates, threshold value is 0.1 Figure 7. Detection rates, threshold value is Conclusion This paper has presented the model to detect the human skin in color images, and also presented the impact of the threshold value on the chromatic skin color model in the images that contain luminance. The experiment proved that if the threshold value is decreased, the amount of segmented skin region would increase. Accordingly, if the threshold value is a high, all the non-skin pixels will be classified in a correct way. Yet almost all of them will be classified as non-skin pixels. Moreover, if the threshold value is low, almost all the skin pixels will be classified correctly, and some of non-skin pixels will also be classified as skin pixels. International Journal of The Computer, the Internet and Management Vol. 15#1 (January April, 2007) pp

8 Hani. K. Almohair, Abd Rahman Ramli, Elsadig A. M., Shaiful J. Hashim References B. Jedynak, H. Zheng, M. Daoudi, and D. Barret. Maximum entropy models for skin detection. Technical Report publication IRMA,Volume 57,number XIII, universite des Sciences et Technologies de Lille, france,2002 Caetano, T.S., Olabarriaga, S.D., and barone, D.A.C., Do mixture models in chromaticity space improve skin detection? Pattern Recognition, 36(12), pp , Chang H., and Robes U. face Detection, May ~robles/ee368/main.html Cho, k.m., jang, J.H., and Hong, K.S. Adaptive skin color filter, Pattern recognition, 34(5), pp: , 2001 E., Saber, A. M. Tekalp, R. Esxhbach, and K. Knox, Automatic image annotation using adaptive color classification, Graph. Models and Image Proc. 58(2), pages , Filipe T., Tiago C., and Hamid S., Improved automatic skin detection in color images. In proc.viith digital Image Computing: Techniques and Applications, Sunc, Talbot,Sydney, Jones, M. J., and Rehg, J. M. Statistical color models with application to skin detection. In Proc. of the CVPR 99, vol. 1,pp: ,1999. M. Storring, H. Andersen, E. G.. Skin color detection under changing lighting conditions. In Araujo and j. Dias (ed.) 7 th Symposium on Intelligent Robotics systems, pp: ,1999 Shin, M.C., Chang, K.I., and Tsap, L.V. Does colorspace transformation make any diference on skin detection? In Sixth IEEE Workshop on Applications of Computer Vision (WACV 2002), pages 275{279, orth Carolina Univ., Charlotte, C, USA, Soriano, M., Huovinen, S., Martinkauppi, and Laaksonen,. Skin detection in video under changing illumination conditions, In Proc. 15 th international Conference on pattern Recognition,vol. 1, pp ,2000 Terrillon J.C., Shirazi, M.., Fukamachi, H., and Akamastu Comparative performance of different skin chrominance models and chrominance spaces for the automatic detection of human faces in color images. In Proc. of the International Conference on Face and Gesture Recognition, 54 61,2000. Yang, J., Lu, W., and Waibel, A.. Skincolor modeling and adaptation. In Chin, R. and Pong, T.C., editors, 3rd Asian Conf. on Computer Vision, volume 1352 of LCS, pp: ,1998. M.H. Yang, D. kriegman,. Ahuja, Detecting faces in images: a survey, IEEE trans. Pattern Anal, pp ,

Video Surveillance System for Security Applications

Video Surveillance System for Security Applications Video Surveillance System for Security Applications Vidya A.S. Department of CSE National Institute of Technology Calicut, Kerala, India V. K. Govindan Department of CSE National Institute of Technology

More information

FINDING FACES IN NEWS VIDEOS

FINDING FACES IN NEWS VIDEOS FINDING FACES IN NEWS VIDEOS Demir Gökalp and Selim Aksoy Bilkent University Department of Computer Engineering Bilkent, 06800, Ankara, Turkey Email: {dgokalp,saksoy}@cs.bilkent.edu.tr ABSTRACT People

More information

Tracking and Recognition in Sports Videos

Tracking and Recognition in Sports Videos Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey mustafa.teke@gmail.com b Department of Computer

More information

A Real Time Hand Tracking System for Interactive Applications

A Real Time Hand Tracking System for Interactive Applications A Real Time Hand Tracking System for Interactive Applications Siddharth Swarup Rautaray Indian Institute of Information Technology Allahabad ABSTRACT In vision based hand tracking systems color plays an

More information

Determining optimal window size for texture feature extraction methods

Determining optimal window size for texture feature extraction methods IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec

More information

REAL-TIME FACE AND HAND DETECTION FOR VIDEOCONFERENCING ON A MOBILE DEVICE. Frank M. Ciaramello and Sheila S. Hemami

REAL-TIME FACE AND HAND DETECTION FOR VIDEOCONFERENCING ON A MOBILE DEVICE. Frank M. Ciaramello and Sheila S. Hemami REAL-TIME FACE AND HAND DETECTION FOR VIDEOCONFERENCING ON A MOBILE DEVICE Frank M. Ciaramello and Sheila S. Hemami Visual Communication Laboratory School of Electrical and Computer Engineering, Cornell

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Byoung-moon You 1, Kyung-tack Jung 2, Sang-kook Kim 2, and Doo-sung Hwang 3 1 L&Y Vision Technologies, Inc., Daejeon,

More information

Audience Analysis System on the Basis of Face Detection, Tracking and Classification Techniques

Audience Analysis System on the Basis of Face Detection, Tracking and Classification Techniques Audience Analysis System on the Basis of Face Detection, Tracking and Classification Techniques Vladimir Khryashchev, Member, IAENG, Alexander Ganin, Maxim Golubev, and Lev Shmaglit Abstract A system of

More information

LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. indhubatchvsa@gmail.com

LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. indhubatchvsa@gmail.com LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE 1 S.Manikandan, 2 S.Abirami, 2 R.Indumathi, 2 R.Nandhini, 2 T.Nanthini 1 Assistant Professor, VSA group of institution, Salem. 2 BE(ECE), VSA

More information

MULTI-LEVEL SEMANTIC LABELING OF SKY/CLOUD IMAGES

MULTI-LEVEL SEMANTIC LABELING OF SKY/CLOUD IMAGES MULTI-LEVEL SEMANTIC LABELING OF SKY/CLOUD IMAGES Soumyabrata Dev, Yee Hui Lee School of Electrical and Electronic Engineering Nanyang Technological University (NTU) Singapore 639798 Stefan Winkler Advanced

More information

Implementation of OCR Based on Template Matching and Integrating it in Android Application

Implementation of OCR Based on Template Matching and Integrating it in Android Application International Journal of Computer Sciences and EngineeringOpen Access Technical Paper Volume-04, Issue-02 E-ISSN: 2347-2693 Implementation of OCR Based on Template Matching and Integrating it in Android

More information

Visual Structure Analysis of Flow Charts in Patent Images

Visual Structure Analysis of Flow Charts in Patent Images Visual Structure Analysis of Flow Charts in Patent Images Roland Mörzinger, René Schuster, András Horti, and Georg Thallinger JOANNEUM RESEARCH Forschungsgesellschaft mbh DIGITAL - Institute for Information

More information

Practical Tour of Visual tracking. David Fleet and Allan Jepson January, 2006

Practical Tour of Visual tracking. David Fleet and Allan Jepson January, 2006 Practical Tour of Visual tracking David Fleet and Allan Jepson January, 2006 Designing a Visual Tracker: What is the state? pose and motion (position, velocity, acceleration, ) shape (size, deformation,

More information

A SOM Based Approach to Skin Detection with Application in Real Time Systems

A SOM Based Approach to Skin Detection with Application in Real Time Systems A SOM Based Approach to Skin Detection with Application in Real Time Systems David Brown AXEON Ltd http://www.axeon.com Ian Craw Mathematical Sciences University of Aberdeen http://www.maths.abdn.ac.uk/

More information

Mean-Shift Tracking with Random Sampling

Mean-Shift Tracking with Random Sampling 1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of

More information

A Comparison of Photometric Normalisation Algorithms for Face Verification

A Comparison of Photometric Normalisation Algorithms for Face Verification A Comparison of Photometric Normalisation Algorithms for Face Verification James Short, Josef Kittler and Kieron Messer Centre for Vision, Speech and Signal Processing University of Surrey Guildford, Surrey,

More information

A ROBUST BACKGROUND REMOVAL ALGORTIHMS

A ROBUST BACKGROUND REMOVAL ALGORTIHMS A ROBUST BACKGROUND REMOVAL ALGORTIHMS USING FUZZY C-MEANS CLUSTERING ABSTRACT S.Lakshmi 1 and Dr.V.Sankaranarayanan 2 1 Jeppiaar Engineering College, Chennai lakshmi1503@gmail.com 2 Director, Crescent

More information

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

UNIVERSITY OF CENTRAL FLORIDA AT TRECVID 2003. Yun Zhai, Zeeshan Rasheed, Mubarak Shah

UNIVERSITY OF CENTRAL FLORIDA AT TRECVID 2003. Yun Zhai, Zeeshan Rasheed, Mubarak Shah UNIVERSITY OF CENTRAL FLORIDA AT TRECVID 2003 Yun Zhai, Zeeshan Rasheed, Mubarak Shah Computer Vision Laboratory School of Computer Science University of Central Florida, Orlando, Florida ABSTRACT In this

More information

Journal of Industrial Engineering Research. Adaptive sequence of Key Pose Detection for Human Action Recognition

Journal of Industrial Engineering Research. Adaptive sequence of Key Pose Detection for Human Action Recognition IWNEST PUBLISHER Journal of Industrial Engineering Research (ISSN: 2077-4559) Journal home page: http://www.iwnest.com/aace/ Adaptive sequence of Key Pose Detection for Human Action Recognition 1 T. Sindhu

More information

Object Tracking System Using Motion Detection

Object Tracking System Using Motion Detection Object Tracking System Using Motion Detection Harsha K. Ingle*, Prof. Dr. D.S. Bormane** *Department of Electronics and Telecommunication, Pune University, Pune, India Email: harshaingle@gmail.com **Department

More information

Face Recognition For Remote Database Backup System

Face Recognition For Remote Database Backup System Face Recognition For Remote Database Backup System Aniza Mohamed Din, Faudziah Ahmad, Mohamad Farhan Mohamad Mohsin, Ku Ruhana Ku-Mahamud, Mustafa Mufawak Theab 2 Graduate Department of Computer Science,UUM

More information

VISUAL RECOGNITION OF HAND POSTURES FOR INTERACTING WITH VIRTUAL ENVIRONMENTS

VISUAL RECOGNITION OF HAND POSTURES FOR INTERACTING WITH VIRTUAL ENVIRONMENTS VISUAL RECOGNITION OF HAND POSTURES FOR INTERACTING WITH VIRTUAL ENVIRONMENTS Radu Daniel VATAVU Ştefan-Gheorghe PENTIUC "Stefan cel Mare" University of Suceava str.universitatii nr.13, RO-720229 Suceava

More information

Vision-based Real-time Driver Fatigue Detection System for Efficient Vehicle Control

Vision-based Real-time Driver Fatigue Detection System for Efficient Vehicle Control Vision-based Real-time Driver Fatigue Detection System for Efficient Vehicle Control D.Jayanthi, M.Bommy Abstract In modern days, a large no of automobile accidents are caused due to driver fatigue. To

More information

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering

More information

A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING

A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING Ahmet Selman BOZKIR Hacettepe University Computer Engineering Department, Ankara, Turkey selman@cs.hacettepe.edu.tr Ebru Akcapinar

More information

Perception of Light and Color

Perception of Light and Color Perception of Light and Color Theory and Practice Trichromacy Three cones types in retina a b G+B +R Cone sensitivity functions 100 80 60 40 20 400 500 600 700 Wavelength (nm) Short wavelength sensitive

More information

SYMMETRIC EIGENFACES MILI I. SHAH

SYMMETRIC EIGENFACES MILI I. SHAH SYMMETRIC EIGENFACES MILI I. SHAH Abstract. Over the years, mathematicians and computer scientists have produced an extensive body of work in the area of facial analysis. Several facial analysis algorithms

More information

Visibility optimization for data visualization: A Survey of Issues and Techniques

Visibility optimization for data visualization: A Survey of Issues and Techniques Visibility optimization for data visualization: A Survey of Issues and Techniques Ch Harika, Dr.Supreethi K.P Student, M.Tech, Assistant Professor College of Engineering, Jawaharlal Nehru Technological

More information

Robert Collins CSE598G. More on Mean-shift. R.Collins, CSE, PSU CSE598G Spring 2006

Robert Collins CSE598G. More on Mean-shift. R.Collins, CSE, PSU CSE598G Spring 2006 More on Mean-shift R.Collins, CSE, PSU Spring 2006 Recall: Kernel Density Estimation Given a set of data samples x i ; i=1...n Convolve with a kernel function H to generate a smooth function f(x) Equivalent

More information

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control 보안공학연구논문지 (Journal of Security Engineering), 제 8권 제 3호 2011년 6월 Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control Ji-Hoon Lim 1), Seoksoo Kim 2) Abstract With

More information

Towards License Plate Recognition: Comparying Moving Objects Segmentation Approaches

Towards License Plate Recognition: Comparying Moving Objects Segmentation Approaches 1 Towards License Plate Recognition: Comparying Moving Objects Segmentation Approaches V. J. Oliveira-Neto, G. Cámara-Chávez, D. Menotti UFOP - Federal University of Ouro Preto Computing Department Ouro

More information

How To Filter Spam Image From A Picture By Color Or Color

How To Filter Spam Image From A Picture By Color Or Color Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among

More information

Super-resolution method based on edge feature for high resolution imaging

Super-resolution method based on edge feature for high resolution imaging Science Journal of Circuits, Systems and Signal Processing 2014; 3(6-1): 24-29 Published online December 26, 2014 (http://www.sciencepublishinggroup.com/j/cssp) doi: 10.11648/j.cssp.s.2014030601.14 ISSN:

More information

FPGA Implementation of Human Behavior Analysis Using Facial Image

FPGA Implementation of Human Behavior Analysis Using Facial Image RESEARCH ARTICLE OPEN ACCESS FPGA Implementation of Human Behavior Analysis Using Facial Image A.J Ezhil, K. Adalarasu Department of Electronics & Communication Engineering PSNA College of Engineering

More information

A Real-Time Driver Fatigue Detection System Based on Eye Tracking and Dynamic Template Matching

A Real-Time Driver Fatigue Detection System Based on Eye Tracking and Dynamic Template Matching Tamkang Journal of Science and Engineering, Vol. 11, No. 1, pp. 65 72 (28) 65 A Real-Time Driver Fatigue Detection System Based on Eye Tracking and Dynamic Template Matching Wen-Bing Horng* and Chih-Yuan

More information

Open Access A Facial Expression Recognition Algorithm Based on Local Binary Pattern and Empirical Mode Decomposition

Open Access A Facial Expression Recognition Algorithm Based on Local Binary Pattern and Empirical Mode Decomposition Send Orders for Reprints to reprints@benthamscience.ae The Open Electrical & Electronic Engineering Journal, 2014, 8, 599-604 599 Open Access A Facial Expression Recognition Algorithm Based on Local Binary

More information

LABELING IN VIDEO DATABASES. School of Electrical and Computer Engineering. 1285 Electrical Engineering Building. in the video database.

LABELING IN VIDEO DATABASES. School of Electrical and Computer Engineering. 1285 Electrical Engineering Building. in the video database. FACE DETECTION FOR PSEUDO-SEMANTIC LABELING IN VIDEO DATABASES Alberto Albiol Departamento de Comunicaciones Universidad Politçecnica de Valencia Valencia, Spain email: alalbiol@dcom.upv.es Charles A.

More information

Efficient Background Subtraction and Shadow Removal Technique for Multiple Human object Tracking

Efficient Background Subtraction and Shadow Removal Technique for Multiple Human object Tracking ISSN: 2321-7782 (Online) Volume 1, Issue 7, December 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Efficient

More information

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X Image Estimation Algorithm for Out of Focus and Blur Images to Retrieve the Barcode

More information

Handwritten Character Recognition from Bank Cheque

Handwritten Character Recognition from Bank Cheque International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-1 E-ISSN: 2347-2693 Handwritten Character Recognition from Bank Cheque Siddhartha Banerjee*

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 216 E-ISSN: 2347-2693 An Experimental Study of the Performance of Histogram Equalization

More information

Tracking performance evaluation on PETS 2015 Challenge datasets

Tracking performance evaluation on PETS 2015 Challenge datasets Tracking performance evaluation on PETS 2015 Challenge datasets Tahir Nawaz, Jonathan Boyle, Longzhen Li and James Ferryman Computational Vision Group, School of Systems Engineering University of Reading,

More information

Thresholding technique with adaptive window selection for uneven lighting image

Thresholding technique with adaptive window selection for uneven lighting image Pattern Recognition Letters 26 (2005) 801 808 wwwelseviercom/locate/patrec Thresholding technique with adaptive window selection for uneven lighting image Qingming Huang a, *, Wen Gao a, Wenjian Cai b

More information

Vision based Vehicle Tracking using a high angle camera

Vision based Vehicle Tracking using a high angle camera Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu gramos@clemson.edu dshu@clemson.edu Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

What is the Right Illumination Normalization for Face Recognition?

What is the Right Illumination Normalization for Face Recognition? What is the Right Illumination Normalization for Face Recognition? Aishat Mahmoud Dan-ali Department of Computer Science and Engineering The American University in Cairo AUC Avenue, P.O. Box 74, New Cairo

More information

Hands Tracking from Frontal View for Vision-Based Gesture Recognition

Hands Tracking from Frontal View for Vision-Based Gesture Recognition Hands Tracking from Frontal View for Vision-Based Gesture Recognition Jörg Zieren, Nils Unger, and Suat Akyol Chair of Technical Computer Science, Ahornst. 55, Aachen University (RWTH), 52074 Aachen, Germany

More information

Automatic Traffic Estimation Using Image Processing

Automatic Traffic Estimation Using Image Processing Automatic Traffic Estimation Using Image Processing Pejman Niksaz Science &Research Branch, Azad University of Yazd, Iran Pezhman_1366@yahoo.com Abstract As we know the population of city and number of

More information

Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization

Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization Journal of Computer Science 6 (9): 1008-1013, 2010 ISSN 1549-3636 2010 Science Publications Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization

More information

A Dynamic Approach to Extract Texts and Captions from Videos

A Dynamic Approach to Extract Texts and Captions from Videos 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. 3, Issue. 4, April 2014,

More information

MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental Results

MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental Results 154 L. KRASULA, M. KLÍMA, E. ROGARD, E. JEANBLANC, MATLAB BASED APPLICATIONS PART II: EXPERIMENTAL RESULTS MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental

More information

Template-based Eye and Mouth Detection for 3D Video Conferencing

Template-based Eye and Mouth Detection for 3D Video Conferencing Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer

More information

An adaptive technique for shadow segmentation in high-resolution omnidirectional images

An adaptive technique for shadow segmentation in high-resolution omnidirectional images An adaptive technique for shadow segmentation in high-resolution omnidirectional images Vander Luis de Souza Freitas Univ Estadual Paulista - UNESP Undergraduate Student Scholarship PIBIC/CNPq Presidente

More information

A COMPUTER CONTROLLED SYSTEM FOR WATER QUALITY MONITORING

A COMPUTER CONTROLLED SYSTEM FOR WATER QUALITY MONITORING U.P.B. Sci. Bull., Series B, Vol. 76, Iss. 1, 2014 ISSN 1454 2331 A COMPUTER CONTROLLED SYSTEM FOR WATER QUALITY MONITORING Irina-Elena CIOBOTARU 1, Dănuţ-Ionel VĂIREANU 2 This paper presents a data acquisition

More information

Neural Network based Vehicle Classification for Intelligent Traffic Control

Neural Network based Vehicle Classification for Intelligent Traffic Control Neural Network based Vehicle Classification for Intelligent Traffic Control Saeid Fazli 1, Shahram Mohammadi 2, Morteza Rahmani 3 1,2,3 Electrical Engineering Department, Zanjan University, Zanjan, IRAN

More information

The Visual Internet of Things System Based on Depth Camera

The Visual Internet of Things System Based on Depth Camera The Visual Internet of Things System Based on Depth Camera Xucong Zhang 1, Xiaoyun Wang and Yingmin Jia Abstract The Visual Internet of Things is an important part of information technology. It is proposed

More information

DETECTING DRIVER S EYES DURING DRIVING

DETECTING DRIVER S EYES DURING DRIVING DETECTING DRIVER S EYES DURING DRIVING Jung-Ming Wang ( 王 俊 明 ), Hui-Wen Lin ( 林 慧 雯 ), Chiung-Yao Fang ( 方 瓊 瑤 ), and Sei-Wang Chen ( 陳 世 旺 ) Department of Information and Computer Education Graduate

More information

Human behavior analysis from videos using optical flow

Human behavior analysis from videos using optical flow L a b o r a t o i r e I n f o r m a t i q u e F o n d a m e n t a l e d e L i l l e Human behavior analysis from videos using optical flow Yassine Benabbas Directeur de thèse : Chabane Djeraba Multitel

More information

A secure face tracking system

A secure face tracking system International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 10 (2014), pp. 959-964 International Research Publications House http://www. irphouse.com A secure face tracking

More information

Face Recognition in Low-resolution Images by Using Local Zernike Moments

Face Recognition in Low-resolution Images by Using Local Zernike Moments Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie

More information

COLOR-BASED PRINTED CIRCUIT BOARD SOLDER SEGMENTATION

COLOR-BASED PRINTED CIRCUIT BOARD SOLDER SEGMENTATION COLOR-BASED PRINTED CIRCUIT BOARD SOLDER SEGMENTATION Tz-Sheng Peng ( 彭 志 昇 ), Chiou-Shann Fuh ( 傅 楸 善 ) Dept. of Computer Science and Information Engineering, National Taiwan University E-mail: r96922118@csie.ntu.edu.tw

More information

Extraction of Risk Factors Through VOC Data Analysis for Travel Agencies

Extraction of Risk Factors Through VOC Data Analysis for Travel Agencies , pp.1-6 http://dx.doi.org/10.14257/astl.2016.129.01 Extraction of Risk Factors Through VOC Data Analysis for Travel Agencies Eun-Jee Song 1 and Min-Shik Kang 2 1 Department of Computer Science, Namseoul

More information

A Study on M2M-based AR Multiple Objects Loading Technology using PPHT

A Study on M2M-based AR Multiple Objects Loading Technology using PPHT A Study on M2M-based AR Multiple Objects Loading Technology using PPHT Sungmo Jung, Seoksoo Kim * Department of Multimedia Hannam University 133, Ojeong-dong, Daedeok-gu, Daejeon-city Korea sungmoj@gmail.com,

More information

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,

More information

Color Reduction Using Local Features and a Kohonen Self-Organized Feature Map Neural Network

Color Reduction Using Local Features and a Kohonen Self-Organized Feature Map Neural Network Color Reduction Using Local Features and a Kohonen Self-Organized Feature Map Neural Network Nikos Papamarkos Electric Circuits Analysis Laboratory, Department of Electrical and Computer Engineering, Democritus

More information

Real time vehicle detection and tracking on multiple lanes

Real time vehicle detection and tracking on multiple lanes Real time vehicle detection and tracking on multiple lanes Kristian Kovačić Edouard Ivanjko Hrvoje Gold Department of Intelligent Transportation Systems Faculty of Transport and Traffic Sciences University

More information

Automated Monitoring System for Fall Detection in the Elderly

Automated Monitoring System for Fall Detection in the Elderly Automated Monitoring System for Fall Detection in the Elderly Shadi Khawandi University of Angers Angers, 49000, France skhawandi@hotmail.com Bassam Daya Lebanese University Saida, 813, Lebanon Pierre

More information

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow , pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices

More information

Real-Time Background Estimation of Traffic Imagery Using Group-Based Histogram *

Real-Time Background Estimation of Traffic Imagery Using Group-Based Histogram * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 411-423 (2008) Real-Time Background Estimation of Traffic Imagery Using Group-Based Histogram KAI-TAI SONG AND JEN-CHAO TAI + Department of Electrical

More information

A NATURAL HAND GESTURE HUMAN COMPUTER INTERFACE USING CONTOUR SIGNATURES

A NATURAL HAND GESTURE HUMAN COMPUTER INTERFACE USING CONTOUR SIGNATURES A NATURAL HAND GESTURE HUMAN COMPUTER INTERFACE USING CONTOUR SIGNATURES Paulo Peixoto ISR - Institute of Systems and Robotics Department of Electrical and Computer Engineering University of Coimbra Polo

More information

Discrimination of Gaze Directions Using Low-Level Eye Image Features

Discrimination of Gaze Directions Using Low-Level Eye Image Features Discrimination of Gaze Directions Using Low-Level Eye Image Features Yanxia Zhang Lancaster University yazhang@lancasteracuk Andreas Bulling University of Cambridge & Lancaster University andreasbulling@acmorg

More information

HAND GESTURE BASEDOPERATINGSYSTEM CONTROL

HAND GESTURE BASEDOPERATINGSYSTEM CONTROL HAND GESTURE BASEDOPERATINGSYSTEM CONTROL Garkal Bramhraj 1, palve Atul 2, Ghule Supriya 3, Misal sonali 4 1 Garkal Bramhraj mahadeo, 2 Palve Atule Vasant, 3 Ghule Supriya Shivram, 4 Misal Sonali Babasaheb,

More information

Component Ordering in Independent Component Analysis Based on Data Power

Component Ordering in Independent Component Analysis Based on Data Power Component Ordering in Independent Component Analysis Based on Data Power Anne Hendrikse Raymond Veldhuis University of Twente University of Twente Fac. EEMCS, Signals and Systems Group Fac. EEMCS, Signals

More information

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,

More information

Modeling and Design of Intelligent Agent System

Modeling and Design of Intelligent Agent System International Journal of Control, Automation, and Systems Vol. 1, No. 2, June 2003 257 Modeling and Design of Intelligent Agent System Dae Su Kim, Chang Suk Kim, and Kee Wook Rim Abstract: In this study,

More information

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM 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. 3, Issue. 2, February 2014,

More information

Image Processing Based Automatic Visual Inspection System for PCBs

Image Processing Based Automatic Visual Inspection System for PCBs IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 6 (June 2012), PP 1451-1455 www.iosrjen.org Image Processing Based Automatic Visual Inspection System for PCBs Sanveer Singh 1, Manu

More information

A MACHINE LEARNING APPROACH TO FILTER UNWANTED MESSAGES FROM ONLINE SOCIAL NETWORKS

A MACHINE LEARNING APPROACH TO FILTER UNWANTED MESSAGES FROM ONLINE SOCIAL NETWORKS A MACHINE LEARNING APPROACH TO FILTER UNWANTED MESSAGES FROM ONLINE SOCIAL NETWORKS Charanma.P 1, P. Ganesh Kumar 2, 1 PG Scholar, 2 Assistant Professor,Department of Information Technology, Anna University

More information

SIGNATURE VERIFICATION

SIGNATURE VERIFICATION SIGNATURE VERIFICATION Dr. H.B.Kekre, Dr. Dhirendra Mishra, Ms. Shilpa Buddhadev, Ms. Bhagyashree Mall, Mr. Gaurav Jangid, Ms. Nikita Lakhotia Computer engineering Department, MPSTME, NMIMS University

More information

Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras

Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras W3A.5 Douglas Chai and Florian Hock Visual Information Processing Research Group School of Engineering and Mathematics Edith

More information

A Genetic Algorithm-Evolved 3D Point Cloud Descriptor

A Genetic Algorithm-Evolved 3D Point Cloud Descriptor A Genetic Algorithm-Evolved 3D Point Cloud Descriptor Dominik Wȩgrzyn and Luís A. Alexandre IT - Instituto de Telecomunicações Dept. of Computer Science, Univ. Beira Interior, 6200-001 Covilhã, Portugal

More information

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions Edith Cowan University Research Online ECU Publications Pre. JPEG compression of monochrome D-barcode images using DCT coefficient distributions Keng Teong Tan Hong Kong Baptist University Douglas Chai

More information

Building an Advanced Invariant Real-Time Human Tracking System

Building an Advanced Invariant Real-Time Human Tracking System UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian

More information

BLIND SOURCE SEPARATION OF SPEECH AND BACKGROUND MUSIC FOR IMPROVED SPEECH RECOGNITION

BLIND SOURCE SEPARATION OF SPEECH AND BACKGROUND MUSIC FOR IMPROVED SPEECH RECOGNITION BLIND SOURCE SEPARATION OF SPEECH AND BACKGROUND MUSIC FOR IMPROVED SPEECH RECOGNITION P. Vanroose Katholieke Universiteit Leuven, div. ESAT/PSI Kasteelpark Arenberg 10, B 3001 Heverlee, Belgium Peter.Vanroose@esat.kuleuven.ac.be

More information

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION Saurabh Asija 1, Rakesh Singh 2 1 Research Scholar (Computer Engineering Department), Punjabi University, Patiala. 2 Asst.

More information

Navigation Aid And Label Reading With Voice Communication For Visually Impaired People

Navigation Aid And Label Reading With Voice Communication For Visually Impaired People Navigation Aid And Label Reading With Voice Communication For Visually Impaired People A.Manikandan 1, R.Madhuranthi 2 1 M.Kumarasamy College of Engineering, mani85a@gmail.com,karur,india 2 M.Kumarasamy

More information

Finding people in repeated shots of the same scene

Finding people in repeated shots of the same scene Finding people in repeated shots of the same scene Josef Sivic 1 C. Lawrence Zitnick Richard Szeliski 1 University of Oxford Microsoft Research Abstract The goal of this work is to find all occurrences

More information

Poker Vision: Playing Cards and Chips Identification based on Image Processing

Poker Vision: Playing Cards and Chips Identification based on Image Processing Poker Vision: Playing Cards and Chips Identification based on Image Processing Paulo Martins 1, Luís Paulo Reis 2, and Luís Teófilo 2 1 DEEC Electrical Engineering Department 2 LIACC Artificial Intelligence

More information

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal

More information

Potential of face area data for predicting sharpness of natural images

Potential of face area data for predicting sharpness of natural images Potential of face area data for predicting sharpness of natural images Mikko Nuutinen a, Olli Orenius b, Timo Säämänen b, Pirkko Oittinen a a Dept. of Media Technology, Aalto University School of Science

More information

Signature Region of Interest using Auto cropping

Signature Region of Interest using Auto cropping ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 1 Signature Region of Interest using Auto cropping Bassam Al-Mahadeen 1, Mokhled S. AlTarawneh 2 and Islam H. AlTarawneh 2 1 Math. And Computer Department,

More information

Data Mining Approach For Subscription-Fraud. Detection in Telecommunication Sector

Data Mining Approach For Subscription-Fraud. Detection in Telecommunication Sector Contemporary Engineering Sciences, Vol. 7, 2014, no. 11, 515-522 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4431 Data Mining Approach For Subscription-Fraud Detection in Telecommunication

More information

A Simple Feature Extraction Technique of a Pattern By Hopfield Network

A Simple Feature Extraction Technique of a Pattern By Hopfield Network A Simple Feature Extraction Technique of a Pattern By Hopfield Network A.Nag!, S. Biswas *, D. Sarkar *, P.P. Sarkar *, B. Gupta **! Academy of Technology, Hoogly - 722 *USIC, University of Kalyani, Kalyani

More information

A Method of Caption Detection in News Video

A Method of Caption Detection in News Video 3rd International Conference on Multimedia Technology(ICMT 3) A Method of Caption Detection in News Video He HUANG, Ping SHI Abstract. News video is one of the most important media for people to get information.

More information

Virtual Mouse Using a Webcam

Virtual Mouse Using a Webcam 1. INTRODUCTION Virtual Mouse Using a Webcam Since the computer technology continues to grow up, the importance of human computer interaction is enormously increasing. Nowadays most of the mobile devices

More information

Low-resolution Character Recognition by Video-based Super-resolution

Low-resolution Character Recognition by Video-based Super-resolution 2009 10th International Conference on Document Analysis and Recognition Low-resolution Character Recognition by Video-based Super-resolution Ataru Ohkura 1, Daisuke Deguchi 1, Tomokazu Takahashi 2, Ichiro

More information

ACL Based Dynamic Network Reachability in Cross Domain

ACL Based Dynamic Network Reachability in Cross Domain South Asian Journal of Engineering and Technology Vol.2, No.15 (2016) 68 72 ISSN No: 2454-9614 ACL Based Dynamic Network Reachability in Cross Domain P. Nandhini a, K. Sankar a* a) Department Of Computer

More information

A Personalized Spam Filtering Approach Utilizing Two Separately Trained Filters

A Personalized Spam Filtering Approach Utilizing Two Separately Trained Filters 2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology A Personalized Spam Filtering Approach Utilizing Two Separately Trained Filters Wei-Lun Teng, Wei-Chung Teng

More information