Pupil Center Detection Using Edge and Circle Characteristic

Size: px
Start display at page:

Download "Pupil Center Detection Using Edge and Circle Characteristic"

Transcription

1 Vol.49 (ICSS 04), pp Pupil Center Detection Using Edge and Circle Characteristic Gung-Ju Lee, Seok-Woo Jang, and Ge-Young Kim, Dept. of Computer Science and Engineering, Soongsil Universit 369, Sangdo-Ro, Dongjak-Gu, Seoul , South Korea {lkj097, Dept. of Digital Media, Anang Universit, 37-Bungil, Samdeok-Ro, Manan-Gu, Anang , South Korea Abstract. This paper suggests an algorithm for detecting the pupil center from the input images obtained through the single camera in real time. The method suggested in this paper is to calculate the pupil center after finding the chord of pupil b using the fact that the vertical bisector of the chord in the circle passes the center of the circle. To achieve this goal, the initial pupil center is detected using VPF (Variance Projection Function) firstl. The accurate pupil central point is then etracted b detecting the circle based on the detected central point. In eperimental results, it is shown that the suggested pupil detection method is ecellent in terms of the detection rate and processing time. Kewords: Edge, Circle Characteristic, Pupil, Vertical Bisector, Threshold. Introduction As the information communication technolog is developed, the studies on HCI (Human Computer Interface) have increased. Among those, the interface sstem based on the ee movements to pursue the user s gaze is one area of researches that has received attention in the researchers []. In order to pursue the position of gaze, basicall the detection of the user s face and ees and the localization of pupil are important. Feng and Yuen suggested the method to detect the ee b using VPF (Variance Projection Function) []. This method has weak point that is difficult to detect the ee from the image in the case of wearing the glass or small ees. Asadifard and Shanbezadeh detected the ees and calculated the pupil center b using CDF (Cumulative Densit Function) [3]. This method ma detect pupil centers incorrectl because of the eebrows, hair, and lighting reflected in the ees. Therefore, this paper aims to suggest the method of detecting the pupil center which can be applied in the situations such as the noise and lighting in real time. In Section, the background of this stud was eplained. Section describes how to detect the pupil center using VPF. Section 3 presents the method of updating the pupil Corresponding author ISSN: ASTL Copright 04 SERSC

2 Vol.49 (ICSS 04) center information b using the edge and circle characteristic. In Section 4, the eperimental results are eplained to evaluate the performance of the proposed method, and the conclusion is described in Section 5. Pupil Center Detection The overall flow of the suggested pupil center detection algorithm is shown in Fig.. First, the user s face is detected from the input image, and the ee area is etracted from the detected face. The initial pupil center is then detected b using VPF from the etracted ee area. The edge is detected based on the detected pupil center, and the valid points are selected among the detected edges. Subsequentl, the vertical bisectors between the points are etracted and accumulated, and the center locations of the accumulated points in the top 5% are used to update the pupil center. Fig.. Overall flow of the pupil center detection In order to calculate the vertical bisector of chord, the initial pupil central point should be etracted. First, VPF is used for calculating the initial pupil center. Generall, the VPF value will become big if there is the great difference between the gra value of relevant piel and the average gra value of overall image, and the VPF value will become small if the gra value of relevant piel is similar with the average gra value. VPF is calculated through formula () and (). v = [ I(, i ) Vm ( ) ] i = () h = [ I( i, ) H m( ) ] i = () 54 Copright 04 SERSC

3 Vol.49 (ICSS 04) ( ) = m i = I(, ) V (3) m ( ) = i = i I(, ) H (4) In formula () and (), δ v and δ h mean the vertical and horizontal VPF, I means the gra scale image, and V() and H() mean the sum of the light intensit of and direction. The initial pupil center coordinates initpc and initpc can be calculated as follows b finding the smallest valle from the vertical and horizontal VPF. initpc + ( V V ) / V ( V V) / V i = (5) initpc + = (6) In formula (5) and (6), V and V mean the valle of the vertical VPF, V and V mean the valle of the horizontal VPF. 3 Pupil Center Updating The pupil center detection method using VPF is sensitive for the noise of image, and it cannot obtain the accurate information. Therefore, the pupil center should be updated b using the edge of image and the circle characteristic information. The pupil center updating process is as follows. The edge point pedge i (,) can be eplored b the straight line direction and rotating in α (0 ) based on initpc,, as in formula (7) true if ( Ll, Ll ) > th pedge (, ) = false otherwise i (7) In formula (7), L l means the coordinates of the l-th straight line which is eplored based on initpc,, and the th means the threshold value. In the proposed method, the corresponding location is set as the edge point when the gra value of corresponding location is bigger than the threshold value, and the threshold value should be set as the average gra value until L l- which is eplored from initpc,. There is the case that the edge point cannot be found from the inside pupil due to the noise caused b the light reflected in the ee. To solve this problem, beginning the searched edge point, the edge point should be re-eplored b using formula (7). Finall, initpc, as the initial pupil center can be calculated again b using the average location of the found pedge i (,). ' initpc = AVERAGE( pedge) (8) In formula (8), the AVERAGE means a function for calculating a location of average of edge points. After calculating the distance between the edge points based Copright 04 SERSC 55

4 Vol.49 (ICSS 04) on initpc, and the points satisfing the conditions below can be etracted b the effective points, pedge i. ' initpc pedgei dis (9) ' AND initpc pedgei In formula (9), dis and dis mean the threshold values, and the can be calculated b using the average distance between initpc and pedge i (,). Thus, after calculating the vertical bisector between the points based on the valid points selected, twodimensional arra should be accumulated. Finall, the pupil center can be calculated b finding the cumulative position from the cumulative arra. The method calculates the center position of the top 5% of accumulated arra as the pupil center. dis 4 Eperimental Results The tpes of PC used in the test are Intel Core i7-600 CPU, 4G RAM, and Samsung SSD 50G. As the eperimental data, the BioID Face DataBase [4] was used for evaluating the performance. Database is configured with,5 gra scales of images of size. The face and the ee area of image were detected b using MCT (Modified Census Transform) and Adaboost classifier [5] which was suggested b Froba and Ernst. In order to evaluate the performance of the proposed algorithm, the error d ee of the detected pupil center is calculated as in formula (0). d ee ma = ( C C ', C C ' ) l l l C C In formula (0), C l and C r mean the ground truth based on the left and right pupil, and C l mean C r the left and right pupil center coordinates detected b the suggested algorithm. r r r (0) Fig.. Performance comparison 56 Copright 04 SERSC

5 Vol.49 (ICSS 04) Fig. shows the performance comparison with other algorithms. The eisting algorithms used for the performance comparison in this paper were D Adaboost [6], GPF [7], and CDF. The provided the results of test ecept the images of the closedees and wearing the glass, and thus the suggested method conducted the test in the same environment. In the result of the test about the 46 images of wearing the glass, the proposed method showed the detection rate of 88%. Fig. 3 shows the result images of the detection of the pupil center. The green circles in Fig. 3 means the ground truth of the pupil center, and the red crosses mean the center position of the detected pupil. Fig. 3. Detected pupil centers 5 Conclusion In this paper, the initial pupil center coordinates were calculated through the projection using the dispersion of the gra value in order to detect the pupil center in the case of image including the noise. The edge points were then found and the circle was eplored for updating the pupil center coordinates. As a result, the suggested algorithm shows the higher detection rate than other algorithms, and the eecution speed was suitable for the real time. However, in the case of wearing the glass, the detection rate decreased. It ma be caused b the process of eploration of the initial central point or circle in regard to the reflected lighting of the glass and the glass frame. Therefore, solving this problem must be the goal of the research in the future. Acknowledgement. This work was supported b the Global Leading Technolog Program of the Office of Strategic R&D Planning (OSP) funded b the Ministr of Trade, Industr & Energ, Republic of Korea. (00448) References. Al-Rahafeh, A., Faezipour, M.: Ee Tracking and Head Movement Detection: A State-of- Art Surve. IEEE Journal of Translational Engineering in Health and Medicine, vol., (03). Feng, C., Yuen, C.: Variance Projection Function and Its Application to Ee Detection for Human Face Recognition. Pattern Recognition, vol, 9, no. 9, pp (998). Copright 04 SERSC 57

6 Vol.49 (ICSS 04) 3. Asadifard, M., Shanbezadeh, J.: Automatic Adaptive Center of Pupil Detection Using Face Detection and CDF Analsis. In: The International MultiConference of Engineers and Computer Scientists (IMECS), vol., pp (00) 4. BioID Face Database, 5. Froba, B., Ernst, A.: Face Detection with the Modified Census Transform. In: IEEE International Conference on Automatic Face and Gesture Recognition, pp (004) 6. Niu, Z., Shan, S., Yan, S., Chen, X., Gao, W.: D Cascaded AdaBoost for Ee Localization. In: IEEE International Conference on Pattern Recognition, vol., pp (006) 7. Zhou, Z. H., Geng, X.: Projection Functions for Ee Detection. In: IEEE International Conference on Pattern Recognition, vol. 37, no 5, pp (004) 58 Copright 04 SERSC

Disparity Fusion Using Depth and Stereo Cameras for Accurate Stereo Correspondence

Disparity Fusion Using Depth and Stereo Cameras for Accurate Stereo Correspondence Disparit Fusion Using Depth and Stereo Cameras for Accurate Stereo Correspondence Woo-Seok Jang and Yo-Sung Ho Gwangju Institute of Science and Technolog GIST 123 Cheomdan-gwagiro Buk-gu Gwangju 500-712

More information

Ashish Negi Associate Professor, Department of Computer Science & Engineering, GBPEC, Pauri, Garhwal, Uttarakhand, India

Ashish Negi Associate Professor, Department of Computer Science & Engineering, GBPEC, Pauri, Garhwal, Uttarakhand, India Volume 7, Issue 1, Januar 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparative Analsis

More information

Precision Peg-in-Hole Assembly Strategy Using Force-Guided Robot

Precision Peg-in-Hole Assembly Strategy Using Force-Guided Robot 3rd International Conference on Machiner, Materials and Information Technolog Applications (ICMMITA 2015) Precision Peg-in-Hole Assembl Strateg Using Force-Guided Robot Yin u a, Yue Hu b, Lei Hu c BeiHang

More information

Automatic Facial Expression Recognition Using Neural Network

Automatic Facial Expression Recognition Using Neural Network Automatic Facial Epression Recognition Using Neural Network Behrang Yousef Asr Langeroodi, Kaveh Kia Kojouri Electrical Engineering Department, Guilan Universit, Rasht, Guilan, IRAN Electronic Engineering

More information

3D X-ray Laminography with CMOS Image Sensor Using a Projection Method for Reconstruction of Arbitrary Cross-sectional Images

3D X-ray Laminography with CMOS Image Sensor Using a Projection Method for Reconstruction of Arbitrary Cross-sectional Images Ke Engineering Materials Vols. 270-273 (2004) pp. 192-197 online at http://www.scientific.net (2004) Trans Tech Publications, Switzerland Online available since 2004/08/15 Citation & Copright (to be inserted

More information

Efficient SLAM Scheme Based ICP Matching Algorithm Using Image and Laser Scan Information

Efficient SLAM Scheme Based ICP Matching Algorithm Using Image and Laser Scan Information Proceedings of the World Congress on Electrical Engineering and Computer Systems and Science (EECSS 2015) Barcelona, Spain July 13-14, 2015 Paper No. 335 Efficient SLAM Scheme Based ICP Matching Algorithm

More information

Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection

Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection Vol13 (Softech 016), pp138-14 http://dxdoiorg/101457/astl016137 Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection Dong Jing 1, Chen Dong, Jiang Shuen 3 1 College

More information

Epipolar Constraint. Epipolar Lines. Epipolar Geometry. Another look (with math).

Epipolar Constraint. Epipolar Lines. Epipolar Geometry. Another look (with math). Epipolar Constraint Epipolar Lines Potential 3d points Red point - fied => Blue point lies on a line There are 3 degrees of freedom in the position of a point in space; there are four DOF for image points

More information

A Personal Information Retrieval System in a Web Environment

A Personal Information Retrieval System in a Web Environment Vol.87 (Art, Culture, Game, Graphics, Broadcasting and Digital Contents 2015), pp.42-46 http://dx.doi.org/10.14257/astl.2015.87.10 A Personal Information Retrieval System in a Web Environment YoungDeok

More information

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

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

More information

Study on the Signboard Region Detection in Natural Image

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

More information

A Circle Detection Method Based on Optimal Parameter Statistics in Embedded Vision

A Circle Detection Method Based on Optimal Parameter Statistics in Embedded Vision A Circle Detection Method Based on Optimal Parameter Statistics in Embedded Vision Xiaofeng Lu,, Xiangwei Li, Sumin Shen, Kang He, and Songu Yu Shanghai Ke Laborator of Digital Media Processing and Transmissions

More information

Three-Dimensional Image Security System Combines the Use of Smart Mapping Algorithm and Fibonacci Transformation Technique

Three-Dimensional Image Security System Combines the Use of Smart Mapping Algorithm and Fibonacci Transformation Technique Three-Dimensional Image Securit Sstem Combines the Use of Smart Mapping Algorithm and Fibonacci Transformation Technique Xiao-Wei Li 1, Sung-Jin Cho 2, In-Kwon Lee 3 and Seok-Tae Kim * 4 1,4 Department

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifing the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

Feature Point Detection by Combining Advantages of Intensity-based Approach and Edge-based Approach

Feature Point Detection by Combining Advantages of Intensity-based Approach and Edge-based Approach Feature Point Detection b Combining Advantages of Intensit-based Approach and Edge-based Approach Sungho Kim, Chaehoon Park, Yukung Choi, Soon Kwon, In So Kweon International Science Inde, Computer and

More information

A Robust and Real-time Multi-feature Amalgamation. Algorithm for Fingerprint Segmentation

A Robust and Real-time Multi-feature Amalgamation. Algorithm for Fingerprint Segmentation A Robust and Real-time Multi-feature Amalgamation Algorithm for Fingerprint Segmentation Sen Wang Institute of Automation Chinese Academ of Sciences P.O.Bo 78 Beiing P.R.China100080 Yang Sheng Wang Institute

More information

A Novel Adaptive Algorithm for Fingerprint Segmentation

A Novel Adaptive Algorithm for Fingerprint Segmentation A Novel Adaptive Algorithm for Fingerprint Segmentation Sen Wang Yang Sheng Wang National Lab of Pattern Recognition Institute of Automation Chinese Academ of Sciences 100080 P.O.Bo 78 Beijing P.R.China

More information

Study on Image Retrieval Method of Integrating Color and Texture

Study on Image Retrieval Method of Integrating Color and Texture International Journal of Science Vol. No.1 015 ISSN: 1813-4890 Stud on Image Retrieval Method of Integrating Color and Texture Lei Liu a, Xiafu Lv b, Junpeng Chen, Bohua Wang College of automation, Chongqing

More information

A New Method for Representing and Matching Two-dimensional Shapes

A New Method for Representing and Matching Two-dimensional Shapes A New Method for Representing and Matching Two-dimensional Shapes D.S. Guru and H.S. Nagendraswam Department of Studies in Computer Science, Universit of Msore, Manasagangothri, Msore-570006 Email: guruds@lcos.com,

More information

Tutorial of Motion Estimation Based on Horn-Schunk Optical Flow Algorithm in MATLAB

Tutorial of Motion Estimation Based on Horn-Schunk Optical Flow Algorithm in MATLAB AU J.T. 1(1): 8-16 (Jul. 011) Tutorial of Motion Estimation Based on Horn-Schun Optical Flow Algorithm in MATLAB Darun Kesrarat 1 and Vorapoj Patanavijit 1 Department of Information Technolog, Facult of

More information

Lens Screw Pad Arm (a) Glasses frames Screw (b) Parts Bridge Nose Pad Fig. 2 Name of parts composing glasses flames Temple Endpiece 2.2 Geometric mode

Lens Screw Pad Arm (a) Glasses frames Screw (b) Parts Bridge Nose Pad Fig. 2 Name of parts composing glasses flames Temple Endpiece 2.2 Geometric mode 3D Fitting Simulation of Glasses Frames Using Individual s Face Model Noriaki TAMURA and Katsuhiro KITAJIMA Toko Universit of Agriculture and Technolog, Toko, Japan E-mail: 50008834305@st.tuat.ac.jp, kitajima@cc.tuat.ac.jp

More information

Design of a Processing Structure of CNN Algorithm using Filter Buffers

Design of a Processing Structure of CNN Algorithm using Filter Buffers , pp.37-41 http://dx.doi.org/10.14257/astl.2016.129.08 Design of a Processing Structure of CNN Algorithm using Filter Buffers Kwan-Ho Lee 1, Jun-Mo Jeong 2, Jong-Joon Park 3 1 Dept. of Electronics and

More information

A Preliminary Study on Daylighting Performance of Light Shelf according to the Depth of Space

A Preliminary Study on Daylighting Performance of Light Shelf according to the Depth of Space , pp.70-74 http://dx.doi.org/10.14257/astl.2013.32.17 A Preliminary Study on Daylighting Performance of Light Shelf according to the Depth of Space Heangwoo Lee 1.1, Janghoo Seo 2.1, Yongseong Kim 2.2,

More information

Implementation of a Pedestrian Detection Device based on CENTRIST for an Embedded Environment

Implementation of a Pedestrian Detection Device based on CENTRIST for an Embedded Environment , pp.123-127 http://dx.doi.org/10.14257/astl.2014.46.29 Implementation of a Pedestrian Detection Device based on CENTRIST for an Embedded Environment Yun-Seop Hwang 1, Jae-Chang Kwak 2, Kwang-Yeob Lee

More information

World Academy of Science, Engineering and Technology International Journal of Computer and Information Engineering Vol:10, No:4, 2016

World Academy of Science, Engineering and Technology International Journal of Computer and Information Engineering Vol:10, No:4, 2016 World Academ of Science, Engineering and Technolog X-Corner Detection for Camera Calibration Using Saddle Points Abdulrahman S. Alturki, John S. Loomis Abstract This paper discusses a corner detection

More information

A Virtual 3D Hair Reconstruction Method from a 2D Picture

A Virtual 3D Hair Reconstruction Method from a 2D Picture A Virtual 3D Hair Reconstruction Method from a D Picture Weng Zufeng 1 Wang Shoujue 1,,3 Huang Lianfen 1 1 School of Information Science and Technolog, Xiamen Universit Xiamen, China 361005 devil0591@16.com

More information

Lane Detection using Fuzzy C-Means Clustering

Lane Detection using Fuzzy C-Means Clustering Lane Detection using Fuzzy C-Means Clustering Kwang-Baek Kim, Doo Heon Song 2, Jae-Hyun Cho 3 Dept. of Computer Engineering, Silla University, Busan, Korea 2 Dept. of Computer Games, Yong-in SongDam University,

More information

Car License Plate Detection Based on Line Segments

Car License Plate Detection Based on Line Segments , pp.99-103 http://dx.doi.org/10.14257/astl.2014.58.21 Car License Plate Detection Based on Line Segments Dongwook Kim 1, Liu Zheng Dept. of Information & Communication Eng., Jeonju Univ. Abstract. In

More information

ITERATIVE FUNCTION SYSTEM ALGORITHM BASED A CONFORMAL FRACTAL TRANSFORMATION FOR BATIK MOTIVE DESIGN

ITERATIVE FUNCTION SYSTEM ALGORITHM BASED A CONFORMAL FRACTAL TRANSFORMATION FOR BATIK MOTIVE DESIGN 0 th April 04. Vol. 6 No. 005-04 JATIT & LLS. All rights reserved. ISSN: 99-8645 www.jatit.org E-ISSN: 87-395 ITERATIVE FUNCTION SYSTEM ALGORITHM BASED A CONFORMAL FRACTAL TRANSFORMATION FOR BATIK MOTIVE

More information

Multi-camera tracking algorithm study based on information fusion

Multi-camera tracking algorithm study based on information fusion International Conference on Avance Electronic Science an Technolog (AEST 016) Multi-camera tracking algorithm stu base on information fusion a Guoqiang Wang, Shangfu Li an Xue Wen School of Electronic

More information

Automatic Pipeline Generation by the Sequential Segmentation and Skelton Construction of Point Cloud

Automatic Pipeline Generation by the Sequential Segmentation and Skelton Construction of Point Cloud , pp.43-47 http://dx.doi.org/10.14257/astl.2014.67.11 Automatic Pipeline Generation by the Sequential Segmentation and Skelton Construction of Point Cloud Ashok Kumar Patil, Seong Sill Park, Pavitra Holi,

More information

A COMPARISON OF GRAY-LEVEL RUN LENGTH MATRIX AND GRAY-LEVEL CO-OCCURRENCE MATRIX TOWARDS CEREAL GRAIN CLASSIFICATION

A COMPARISON OF GRAY-LEVEL RUN LENGTH MATRIX AND GRAY-LEVEL CO-OCCURRENCE MATRIX TOWARDS CEREAL GRAIN CLASSIFICATION International Journal of Computer Engineering & Technolog (IJCET) Volume 7, Issue 6, November December 06, pp. 9 7, Article ID: IJCET_07_06_00 Available online at http://www.iaeme.com/ijcet/issues.asp?jtpe=ijcet&vtpe=7&itpe=6

More information

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection

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

More information

Image Filtering with MapReduce in Pseudo-Distribution Mode

Image Filtering with MapReduce in Pseudo-Distribution Mode Image Filtering with MapReduce in Pseudo-Distribution Mode Tharindu D. Gamage, Jayathu G. Samarawickrama, Ranga Rodrigo and Ajith A. Pasqual Department of Electronic & Telecommunication Engineering, University

More information

THE KEY OF BULK WAREHOUSE GRAIN QUANTITY RECOGNITION Rectangular Benchmark Image Recognition

THE KEY OF BULK WAREHOUSE GRAIN QUANTITY RECOGNITION Rectangular Benchmark Image Recognition THE KEY OF BULK WAREHOUSE GRAIN QUANTITY RECOGNITION Rectangular Benchmark Image Recognition Ying Lin * Yang Fu College o management Chong Qing Jiao Tong Universit Chongqing China 400074 School o Electronic

More information

Fingerprint Image Segmentation Based on Quadric Surface Model *

Fingerprint Image Segmentation Based on Quadric Surface Model * Fingerprint Image Segmentation Based on Quadric Surface Model * Yilong Yin, Yanrong ang, and Xiukun Yang Computer Department, Shandong Universit, Jinan, 5, China lin@sdu.edu.cn Identi Incorporated, One

More information

Deep Learning Based Real-time Object Recognition System with Image Web Crawler

Deep Learning Based Real-time Object Recognition System with Image Web Crawler , pp.103-110 http://dx.doi.org/10.14257/astl.2016.142.19 Deep Learning Based Real-time Object Recognition System with Image Web Crawler Myung-jae Lee 1, Hyeok-june Jeong 1, Young-guk Ha 2 1 Department

More information

A Practical Camera Calibration System on Mobile Phones

A Practical Camera Calibration System on Mobile Phones Advanced Science and echnolog Letters Vol.7 (Culture and Contents echnolog 0), pp.6-0 http://dx.doi.org/0.57/astl.0.7. A Practical Camera Calibration Sstem on Mobile Phones Lu Bo, aegkeun hangbo Department

More information

3D Reconstruction of a Human Face with Monocular Camera Based on Head Movement

3D Reconstruction of a Human Face with Monocular Camera Based on Head Movement 3D Reconstruction of a Human Face with Monocular Camera Based on Head Movement Ben Yip and Jesse S. Jin School of Information Technologies The Universit of Sdne Sdne, NSW 26, Australia {benip; jesse}@it.usd.edu.au

More information

Common Service Discovery Scheme in IoT Environments

Common Service Discovery Scheme in IoT Environments , pp.28-32 http://dx.doi.org/10.14257/astl.2018.149.07 Common Service Discovery Scheme in IoT Environments Joosang Youn 1 * and TaeJin Lee 2 1 Dept. of Industrial ICT Engineering, Dong-Eui University 176,

More information

A Robust Hand Gesture Recognition Using Combined Moment Invariants in Hand Shape

A Robust Hand Gesture Recognition Using Combined Moment Invariants in Hand Shape , pp.89-94 http://dx.doi.org/10.14257/astl.2016.122.17 A Robust Hand Gesture Recognition Using Combined Moment Invariants in Hand Shape Seungmin Leem 1, Hyeonseok Jeong 1, Yonghwan Lee 2, Sungyoung Kim

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

Tiny and Blurred Face Alignment for Long Distance Face Recognition

Tiny and Blurred Face Alignment for Long Distance Face Recognition Tiny and Blurred Face Alignment for Long Distance Face Recognition Kyu-Dae Ban, Jaeyeon Lee, DoHyung Kim, Jaehong Kim, and Yun Koo Chung Applying face alignment after face detection exerts a heavy influence

More information

Robot localization method based on visual features and their geometric relationship

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

More information

Center Concentrated X-Torus Topology

Center Concentrated X-Torus Topology Center Concentrated X-Torus Topolog Dinesh Kumar 1, Vive Kumar Sehgal, and Nitin 3 1 Department of Comp. Sci. & Eng., Japee Universit of Information Technolog, Wanaghat, Solan, Himachal Pradesh, INDIA-17334.

More information

Implementation of Reliable Open Source IRIS Recognition System

Implementation of Reliable Open Source IRIS Recognition System Implementation of Reliable Open Source IRIS Recognition System Dhananjay Ikhar 1, Vishwas Deshpande & Sachin Untawale 3 1&3 Dept. of Mechanical Engineering, Datta Meghe Institute of Engineering, Technology

More information

Efficient and Fast Multi-View Face Detection Based on Feature Transformation

Efficient and Fast Multi-View Face Detection Based on Feature Transformation Efficient and Fast Multi-View Face Detection Based on Feature Transformation Dongyoon Han*, Jiwhan Kim*, Jeongwoo Ju*, Injae Lee**, Jihun Cha**, Junmo Kim* *Department of EECS, Korea Advanced Institute

More information

Determination of the Parameter for Transformation of Local Geodetic System to the World Geodetic System using GNSS

Determination of the Parameter for Transformation of Local Geodetic System to the World Geodetic System using GNSS Vol. (Architecture and Civil Engineering 2), pp.8-22 http://dx.doi.org/.42/astl.2..2 Determination of the Parameter for Transformation of Local Geodetic System to the World Geodetic System using GNSS Joon

More information

Identification and Classification of Bulk Fruits Images using Artificial Neural Networks Dayanand Savakar

Identification and Classification of Bulk Fruits Images using Artificial Neural Networks Dayanand Savakar Identification and Classification of Bulk Fruits Images using Artificial Neural Networks Daanand Savakar Abstract-This paper presents an identification and classification of different tpes of bulk fruit

More information

A hardware design of optimized ORB algorithm with reduced hardware cost

A hardware design of optimized ORB algorithm with reduced hardware cost , pp.58-62 http://dx.doi.org/10.14257/astl.2013 A hardware design of optimized ORB algorithm with reduced hardware cost Kwang-yeob Lee 1, Kyung-jin Byun 2 1 Dept. of Computer Engineering, Seokyenog University,

More information

Research Article Scene Semantics Recognition Based on Target Detection and Fuzzy Reasoning

Research Article Scene Semantics Recognition Based on Target Detection and Fuzzy Reasoning Research Journal of Applied Sciences, Engineering and Technolog 7(5): 970-974, 04 DOI:0.906/rjaset.7.343 ISSN: 040-7459; e-issn: 040-7467 04 Mawell Scientific Publication Corp. Submitted: Januar 9, 03

More information

3-D deformable model for abdominal aortic aneurysm segmentation from CT images

3-D deformable model for abdominal aortic aneurysm segmentation from CT images Abstract 3-D deformable model for abdominal aortic aneursm segmentation from CT images Sven Lončarić, Marko Subašić, and Erich Sorantin * Facult of Electrical Engeneering and Computing, Universit of Zagreb

More information

Region Mura Detection using Efficient High Pass Filtering based on Fast Average Operation

Region Mura Detection using Efficient High Pass Filtering based on Fast Average Operation Proceedings of the 17th World Congress The International Federation of Automatic Control Region Mura Detection using Efficient High Pass Filtering based on Fast Average Operation SeongHoon im*, TaeGu ang**,

More information

Proposal of a Touch Panel Like Operation Method For Presentation with a Projector Using Laser Pointer

Proposal of a Touch Panel Like Operation Method For Presentation with a Projector Using Laser Pointer Proposal of a Touch Panel Like Operation Method For Presentation with a Projector Using Laser Pointer Yua Kawahara a,* and Lifeng Zhang a a Kushu Institute of Technolog, 1-1 Sensui-cho Tobata-ku, Kitakushu

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Research on motion tracking and detection of computer vision ABSTRACT KEYWORDS

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Research on motion tracking and detection of computer vision ABSTRACT KEYWORDS [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 21 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(21), 2014 [12918-12922] Research on motion tracking and detection of computer

More information

Data Imbalance Problem solving for SMOTE Based Oversampling: Study on Fault Detection Prediction Model in Semiconductor Manufacturing Process

Data Imbalance Problem solving for SMOTE Based Oversampling: Study on Fault Detection Prediction Model in Semiconductor Manufacturing Process Vol.133 (Information Technology and Computer Science 2016), pp.79-84 http://dx.doi.org/10.14257/astl.2016. Data Imbalance Problem solving for SMOTE Based Oversampling: Study on Fault Detection Prediction

More information

A Study on Development of Azimuth Angle Tracking Algorithm for Tracking-type Floating Photovoltaic System

A Study on Development of Azimuth Angle Tracking Algorithm for Tracking-type Floating Photovoltaic System , pp.197-202 http://dx.doi.org/10.14257/astl.2014.51.45 A Study on Development of Azimuth Angle Tracking Algorithm for Tracking-type Floating Photovoltaic System Young-Kwan Choi 1,1, In-Soo Kim 1, Sung-Taek

More information

Tight Clustering: a method for extracting stable and tight patterns in expression profiles

Tight Clustering: a method for extracting stable and tight patterns in expression profiles Statistical issues in microarra analsis Tight Clustering: a method for etracting stable and tight patterns in epression profiles Eperimental design Image analsis Normalization George C. Tseng Dept. of

More information

FPGA Implementation of High Performance Face Detection Using MCT and Adaboost Algorithm

FPGA Implementation of High Performance Face Detection Using MCT and Adaboost Algorithm FPGA Implementation of High Performance Face Detection Using MCT and Adaboost Algorithm Ramya N P.G.Scholar, ECE, SKP Engineering College, Tiruvannamalai India E-mail : ramyamevlsi@gmail.com Srimathi Mathiazhagan

More information

Progress Report of Final Year Project

Progress Report of Final Year Project Progress Report of Final Year Project Project Title: Design and implement a face-tracking engine for video William O Grady 08339937 Electronic and Computer Engineering, College of Engineering and Informatics,

More information

Disguised Face Identification Based Gabor Feature and SVM Classifier

Disguised Face Identification Based Gabor Feature and SVM Classifier Disguised Face Identification Based Gabor Feature and SVM Classifier KYEKYUNG KIM, SANGSEUNG KANG, YUN KOO CHUNG and SOOYOUNG CHI Department of Intelligent Cognitive Technology Electronics and Telecommunications

More information

Fractal Interpolation Representation of A Class of Quadratic Functions

Fractal Interpolation Representation of A Class of Quadratic Functions ISSN 1749-3889 (print, 1749-3897 (online International Journal of Nonlinear Science Vol.24(2017 No.3, pp.175-179 Fractal Interpolation Representation of A Class of Quadratic Functions Chengbin Shen, Zhigang

More information

Scientific Manual FEM-Design 16.0

Scientific Manual FEM-Design 16.0 1.4.6 Calculations considering diaphragms All of the available calculation in FEM-Design can be performed with diaphragms or without diaphragms if the diaphragms were defined in the model. B the different

More information

Effective Real-time Identification using Bayesian Statistical Methods Gaze Network

Effective Real-time Identification using Bayesian Statistical Methods Gaze Network , pp.38-43 http://dx.doi.org/10.14257/astl.2016.138.10 Effective Real-time Identification using Bayesian Statistical Methods Gaze Network Gyeong-Hyu, Seok 1, Bu-Yeon, Park 2, Seol-Kyung, Song 3, Moon-Sung,

More information

A study on improvement of evaluation method on web accessibility automatic evaluation tool's <IMG> alternative texts based on OCR

A study on improvement of evaluation method on web accessibility automatic evaluation tool's <IMG> alternative texts based on OCR , pp.162-166 http://dx.doi.org/10.14257/astl.2015.113.33 A study on improvement of evaluation method on web accessibility automatic evaluation tool's alternative texts based on OCR Eunju Park 1,1,

More information

Big Data Service Combination for Efficient Energy Data Analytics

Big Data Service Combination for Efficient Energy Data Analytics , pp.455-459 http://dx.doi.org/10.14257/astl.2016.139.90 Big Data Service Combination for Efficient Energy Data Analytics Tai-Yeon Ku, Wan-ki Park, Il-Woo Lee Energy IT Technology Research Section Hyper-connected

More information

Transformations Between Two Images. Translation Rotation Rigid Similarity (scaled rotation) Affine Projective Pseudo Perspective Bi linear

Transformations Between Two Images. Translation Rotation Rigid Similarity (scaled rotation) Affine Projective Pseudo Perspective Bi linear Transformations etween Two Images Translation Rotation Rigid Similarit (scaled rotation) ffine Projective Pseudo Perspective i linear Fundamental Matri Lecture 13 pplications Stereo Structure from Motion

More information

An Efficient Provable Data Possession Scheme based on Counting Bloom Filter for Dynamic Data in the Cloud Storage

An Efficient Provable Data Possession Scheme based on Counting Bloom Filter for Dynamic Data in the Cloud Storage , pp. 9-16 http://dx.doi.org/10.14257/ijmue.2016.11.4.02 An Efficient Provable Data Possession Scheme based on Counting Bloom Filter for Dynamic Data in the Cloud Storage Eunmi Jung 1 and Junho Jeong 2

More information

CPU-GPU hybrid computing for feature extraction from video stream

CPU-GPU hybrid computing for feature extraction from video stream LETTER IEICE Electronics Express, Vol.11, No.22, 1 8 CPU-GPU hybrid computing for feature extraction from video stream Sungju Lee 1, Heegon Kim 1, Daihee Park 1, Yongwha Chung 1a), and Taikyeong Jeong

More information

Fundamental Matrix. Lecture 13

Fundamental Matrix. Lecture 13 Fundamental Matri Lecture 13 Transformations etween Two Images Translation Rotation Rigid Similarit (scaled rotation) ffine Projective Pseudo Perspective i linear pplications Stereo Structure from Motion

More information

All in Focus Image Generation based on New Focusing Measure Operators

All in Focus Image Generation based on New Focusing Measure Operators (JACSA nternational Journal of Advanced Computer Science and Applications, Vol 7, No, 06 All in Focus mage Generation based on New Focusing Measure Operators Hossam Eldeen M Shamardan epartment of nmation

More information

Identifying Fingerprint Alteration Using the Reliability Map of the Orientation Field

Identifying Fingerprint Alteration Using the Reliability Map of the Orientation Field Identifing Fingerprint Alteration Using the Reliabilit Map of the Orientation Field Adina Petrovici, Corneliu Lazar Automatic Control and Applied Informatics Department, Technical Universit heorghe Asachi,

More information

Keywords: wearable system, flexible platform, complex bio-signal, wireless network

Keywords: wearable system, flexible platform, complex bio-signal, wireless network , pp.119-123 http://dx.doi.org/10.14257/astl.2014.51.28 Implementation of Fabric-Type Flexible Platform based Complex Bio-signal Monitoring System for Situational Awareness and Accident Prevention in Special

More information

Learning Objectives for Section Graphs and Lines. Cartesian coordinate system. Graphs

Learning Objectives for Section Graphs and Lines. Cartesian coordinate system. Graphs Learning Objectives for Section 3.1-2 Graphs and Lines After this lecture and the assigned homework, ou should be able to calculate the slope of a line. identif and work with the Cartesian coordinate sstem.

More information

Vehicle Detection Method using Haar-like Feature on Real Time System

Vehicle Detection Method using Haar-like Feature on Real Time System Vehicle Detection Method using Haar-like Feature on Real Time System Sungji Han, Youngjoon Han and Hernsoo Hahn Abstract This paper presents a robust vehicle detection approach using Haar-like feature.

More information

HOG-Based Person Following and Autonomous Returning Using Generated Map by Mobile Robot Equipped with Camera and Laser Range Finder

HOG-Based Person Following and Autonomous Returning Using Generated Map by Mobile Robot Equipped with Camera and Laser Range Finder HOG-Based Person Following and Autonomous Returning Using Generated Map by Mobile Robot Equipped with Camera and Laser Range Finder Masashi Awai, Takahito Shimizu and Toru Kaneko Department of Mechanical

More information

Wheelchair Detection in a Calibrated Environment

Wheelchair Detection in a Calibrated Environment Wheelchair Detection in a Calibrated Environment Ashish Mles Universit of Florida marcian@visto.com Dr. Niels Da Vitoria Lobo Universit of Central Florida niels@cs.ucf.edu Dr. Mubarak Shah Universit of

More information

An Optimized Sub-texture Mapping Technique for an Arbitrary Texture Considering Topology Relations

An Optimized Sub-texture Mapping Technique for an Arbitrary Texture Considering Topology Relations An Optimied Sub-teture Mapping Technique for an Arbitrar Teture Considering Topolog Relations Sangong Lee 1, Cheonshik Kim 2, and Seongah Chin 3,* 1 Department of Computer Science and Engineering, Korea

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

Byte Index Chunking Approach for Data Compression

Byte Index Chunking Approach for Data Compression Ider Lkhagvasuren 1, Jung Min So 1, Jeong Gun Lee 1, Chuck Yoo 2, Young Woong Ko 1 1 Dept. of Computer Engineering, Hallym University Chuncheon, Korea {Ider555, jso, jeonggun.lee, yuko}@hallym.ac.kr 2

More information

Design of Self-Adaptive System Observation over Internet of Things

Design of Self-Adaptive System Observation over Internet of Things , pp.165-171 http://dx.doi.org/10.14257/astl.2015.117.39 Design of Self-Adaptive System Observation over Internet of Things Young-Joo Kim 1, Jong-Soo Seok 1, Moon Soo Lee 1, Jeong-Si Kim 1, and YungJoon

More information

Hand Posture Recognition Using Adaboost with SIFT for Human Robot Interaction

Hand Posture Recognition Using Adaboost with SIFT for Human Robot Interaction Hand Posture Recognition Using Adaboost with SIFT for Human Robot Interaction Chieh-Chih Wang and Ko-Chih Wang Department of Computer Science and Information Engineering Graduate Institute of Networking

More information

A Study of Medical Image Analysis System

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

More information

Robust Real-Time Face Detection Using Face Certainty Map

Robust Real-Time Face Detection Using Face Certainty Map Robust Real-Time Face Detection Using Face Certainty Map BongjinJunandDaijinKim Department of Computer Science and Engineering Pohang University of Science and Technology, {simple21,dkim}@postech.ac.kr

More information

Contents Edge Linking and Boundary Detection

Contents Edge Linking and Boundary Detection Contents Edge Linking and Boundar Detection 3 Edge Linking z Local processing link all points in a local neighbourhood (33, 55, etc.) that are considered to be similar similar response strength of a gradient

More information

An edge is not a line... Edge Detection. Finding lines in an image. Finding lines in an image. How can we detect lines?

An edge is not a line... Edge Detection. Finding lines in an image. Finding lines in an image. How can we detect lines? Edge Detection An edge is not a line... original image Cann edge detector Compute image derivatives if gradient magnitude > τ and the value is a local maimum along gradient direction piel is an edge candidate

More information

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

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

More information

A Study on the IoT Sensor Interaction Transmission System based on BigData

A Study on the IoT Sensor Interaction Transmission System based on BigData Vol.123 (SoftTech 2016), pp.220-224 http://dx.doi.org/10.14257/astl.2016.123.41 A Study on the IoT Sensor Interaction Transmission System based on BigData Jin-Tae Park 1, Gyung-Soo Phyo 1 and Il-Young

More information

Signature Recognition and Verification with ANN

Signature Recognition and Verification with ANN Signature Recognition and Verification with ANN Cemil OZ ozc@umredu Sakara Universit Computer Eng Department, Sakara, Turke Fikret Ercal ercal@umredu UMR Computer Science Department, Rolla, MO 65401 Zafer

More information

Head Pose and Gaze Direction Tracking for Detecting a Drowsy Driver

Head Pose and Gaze Direction Tracking for Detecting a Drowsy Driver Appl. Math. Inf. Sci. 9, No. 2L, 505-512 (2015) 505 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/092l25 Head Pose and Gaze Direction Tracking for

More information

RELIABLE ORIENTATION FIELD ESTIMATION OF FINGERPRINT BASED ON ADAPTIVE NEIGHBORHOOD ANALYSIS

RELIABLE ORIENTATION FIELD ESTIMATION OF FINGERPRINT BASED ON ADAPTIVE NEIGHBORHOOD ANALYSIS SHOBA DYRE AND C P SUMATHI: RELIABLE ORIENTATION FIELD ESTIMATION OF FINERPRINT BASED ON ADAPTIVE NEIHBORHOOD ANALYSIS RELIABLE ORIENTATION FIELD ESTIMATION OF FINERPRINT BASED ON ADAPTIVE NEIHBORHOOD

More information

Applicability Estimation of Mobile Mapping. System for Road Management

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

More information

SSD Garbage Collection Detection and Management with Machine Learning Algorithm 1

SSD Garbage Collection Detection and Management with Machine Learning Algorithm 1 , pp.197-206 http//dx.doi.org/10.14257/ijca.2018.11.4.18 SSD Garbage Collection Detection and Management with Machine Learning Algorithm 1 Jung Kyu Park 1 and Jaeho Kim 2* 1 Department of Computer Software

More information

Eye Detection by Haar wavelets and cascaded Support Vector Machine

Eye Detection by Haar wavelets and cascaded Support Vector Machine Eye Detection by Haar wavelets and cascaded Support Vector Machine Vishal Agrawal B.Tech 4th Year Guide: Simant Dubey / Amitabha Mukherjee Dept of Computer Science and Engineering IIT Kanpur - 208 016

More information

Chapter 4 Imaging Pre-Processing. Comunicação Visual Interactiva

Chapter 4 Imaging Pre-Processing. Comunicação Visual Interactiva Chapter 4 maging Pre-Processing Comunicação Visual nteractiva The need of pre-processing The need of pre-processing n this chapter we are going to stud mage enhacement Realçamento de imagem mage restauration

More information

The Immune Self-adjusting Contour Error Coupled Control in Machining Based on Grating Ruler Sensors

The Immune Self-adjusting Contour Error Coupled Control in Machining Based on Grating Ruler Sensors Sensors & Transducers Vol. 181 Issue 10 October 014 pp. 37-44 Sensors & Transducers 014 b IFSA Publishing S. L. http://www.sensorsportal.com The Immune Self-adjusting Contour Error Coupled Control in Machining

More information

OBJECTS RECOGNITION BY MEANS OF PROJECTIVE INVARIANTS CONSIDERING CORNER-POINTS.

OBJECTS RECOGNITION BY MEANS OF PROJECTIVE INVARIANTS CONSIDERING CORNER-POINTS. OBJECTS RECOGNTON BY EANS OF PROJECTVE NVARANTS CONSDERNG CORNER-PONTS. Vicente,.A., Gil,P. *, Reinoso,O., Torres,F. * Department of Engineering, Division of Sstems Engineering and Automatic. iguel Hernandez

More information

Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors

Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors , pp.16-20 http://dx.doi.org/10.14257/astl.2017.145.04 Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors Jihoon Seo 1 and Kil-Hong Joo 2* 1 HI-CUBE,

More information

A Simple Architecture for Computing Moments and Orientation of an Image Λ

A Simple Architecture for Computing Moments and Orientation of an Image Λ Fundamenta nformaticae 52 (2002) 1 11 1 OS Press A Simple Architecture for Computing Moments and Orientation of an mage Λ Sabasachi De Teas nstruments Pvt. Ltd., Bangalore - 560 017, ndia, dsabasachi@ti.com

More information

PERSONAL IDENTIFICATION USING RETINA 1. INTRODUCTION

PERSONAL IDENTIFICATION USING RETINA 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 13/29, ISSN 1642-637 Rszard S. CHORAŚ PERSONAL IDENTIFICATION USING RETINA retina, retina biometrics, vessel pattern, feature etraction, Gabor transform,

More information