Facial Caricaturing Robot COOPER in EXPO 2005

Size: px
Start display at page:

Download "Facial Caricaturing Robot COOPER in EXPO 2005"

Transcription

1 Facial Caricaturing Robot COOPER in EXPO 2005 Takayuki Fujiwara, Takashi Watanabe, Takuma Funahashi, Hiroyasu Koshimizu and Katsuya Suzuki School of Information Sciences and Technology Chukyo University 101 Tokodachi, Kaizu-cho, Toyota City, Aichi, , JAPAN Abstract We developed a facial caricaturing robot named "COOPER", that was exhibited at the Prototype Robot Exhibition of EXPO 2005, Aichi Japan during 11 days from Jun.9 to Jun.19. COOPER watches the face of a person seated at the chair, obtains facial images, and analyzes the images to extract 251 feature points to generate his facial line drawings with deformation. It is noted that the caricature was drawn on the specialized "Shrimp rice cracker" in around 4 minutes. To do this we customized the original system PICASSO by coping with the illumination circumstances in EXPO pavilion. This paper illustrates the outline of the COOPER and the details of the image processing in it. And we discusses on the prospects of the future subjects based on more than 395 facial caricatures obtained at EXPO Introduction We developed a facial caricaturing robot named "COOPER" that was exhibited at the Prototype Robot Exhibition of EXPO 2005 [1]. COOPER watches the face of a person seated at the chair, obtains facial images, and analyzes the images to extract 251 feature points to generate his facial line drawings with deformation, and gave a caricature drawn on the shrimp rice cracker. We have been developing a facial caricaturing system PICASSO [2], and we customized this system for exhibition of EXPO. This paper illustrates the outline of the COOPER and the details of the image processing in it. And we discusses on the prospects of the future subjects based on more than 395 facial caricatures obtained at EXPO2005. Though there are other similar systems or products proposed so far that can generate the caricature automatically [3-5], there has been no report on the field test of this kind of entertainment robots. Therefore our large trial of EXPO demonstration could be meaningful by itself, and can also be practically promising to get facial images of several race and age. From this view point, this paper illustrates what COOPER is, how it was designed and how it performed at EXPO for prospecting the future of computer facial caricaturing. As a result of 11 days demonstration, COOPER generated 395 caricatures in total and presented a shrimp rice cracker to every visitor. This system generated successful output from the standpoint of wide distribution of visitors in generation, race and sexuality at EXPO site. In section 2, the outline of COOPER system is summarized, and in section 3, the extraction methods for facial features are introduced. In section 4, experimental results of the exhibition are presented. Some knowledge and future subjects obtained by the considerations of results are shown in section General Outline of COOPER 2.1 COOPER concept designs COOPER draws the caricature on the shrimp rice cracker with laser pen held in the left hand. Exterior view of COOPER is shown Fig. 1. For capturing the facial images, a CCD camera is mounted in the right eye of the head, and a pair of industrial-use robot arm modules are mounted as the right and left arms. The laser pen was connected to the body by the tube type glass fiber which is not fragile. We designed it in such small size as 25mm in diameter and 70mm in length in order to be held by the robot's hand. Laser power is controlled for adjusting the distance from the pen to the shrimp cracker and the surface conditions (temperature, moisture, materials and roughness, etc.) of the cracker. The velocity and the power of laser pen were controlled smoothly in order to draw the caricature even if the surface of the cracker is rough and distorted. After many preliminary experiments, we have decided the following so good conditions that the moisture of the cracker is around 11% and the surface color of the cracker is brown or black. For providing the security of the visitors from the laser pen hazard, we have fabricated a box which covers the laser pen, as shown at the bottom right of Fig System Configuration For obtaining the images, the visitors are asked to sit at a chair with the blue backrest, as shown in Fig. 2. This system extracts the facial features from input images, and generates the caricature in the same way as the deformation method of PICASSO system. This system uses a couple of facial images captured by CCD camera with1 fps. If this system fails to process the first image, the same procedure is applied again to the second image.

2 Then, COOPER generates the caricature, converts it into the robot control language and finally controls the laser pen. These industrial-use robot arms were assembled together with the head with cameras, body and legs. Since COOPER has both tilting and rotating mechanisms of the head, we could design the motion of the robot head to be performable like a human caricaturist. We also designed the motion of arms to reduce its loading weight as small as possible and then to realize smoother movement of the arms. We took also the safety conditions into consideration in order to cope with some abnormal operations of the laser pen. System configuration of the robot, control panel and image processing PC is shown in Fig. 3. We took some auxiliary information of the respective visitor by using touch-sensitive panel as shown in Fig. 2. The contents of this information consist of a kind of facial expression (normal, sad and smiling), sex, age(less than 10, 10's, 20's, 30's, 40's, 50's, more than 60), and his authorization for the usage of his face data for further researches on facial caricaturing. Fig. 2 Blue backrest chair and touch-sensitive panel Robot control panel Image processing PC CCD camera Right arm module Left arm module (CCD cameras are fabricated in right and left eyes, and left hand grips the laser pen, and right hand hands the rice cracker.) Fig. 3 System Configuration 3. Details of Image Processing System TOP: Environment of COOPER BOTTOM: Head, face and arms of COOPER Fig. 1 Exterior view of COOPER In this facial image processing, this system first extracts irises and nostrils, and afterward defines the regions of eyes, nose, mouth and ears hierarchically [6]. This system extracts also the hair region and skin color region in addition to the facial parts features. In the final result, this system generates the caricature comprising by 251 feature points that are defined originally as the cooper-picasso format. This system evaluates simultaneously the quality of the intermediate results including caricature by using "fail-safe modules" as

3 shown precisely in section 3.5. Thus, we have succeeded in designing the robust performance even in the unconditioned circumstance such as EXPO site. 3.1 Detection of skin region As the preprocessing for extraction of facial features, this system detects skin color region from RGB image. In the preprocessing, blue region of the background is eliminated from the input image. Skin color region is extracted from input image as shown in Fig. 4 based on the hue discrimination as shown in Fig. 5. This skin color region is defined and used in the successive image processing. 3.2 Irises and nostrils In this system, irises are first extracted by using Hough transform [6] for leading other hierarchical processing modules. Secondly nostrils are extracted in the same way of irises recognition at the nose region. The results of irises and nostrils are shown in Fig. 6. by the difference between the result of the input face and mean face. If FSS rejects the result, it is replaced by the corresponding facial parts of the mean face and fitted it as the new revised facial parts. (Detailed algorithm of FSS will be explored in the other paper.) 3.6 Caricature generation Facial caricaturing system PICASSO and therefore COOPER which extracts some facial individuality features from the input face and deforms these features to generate a caricature are formalized by the same way given in eq.(1). The facial caricature Q is generated by comparing the input face P with the mean face S, which is defined by averaging input faces as shown in Fig. 9 (a). This system introduces the best exaggeration rate b for adjusting the deformation of the caricature to each visitor. Q = P + b( P S) (1) 3.3 Facial parts detection The regions of eyes, nose, mouth and ears are defined by using the information on irises and nostrils. As defined in each facial parts region, outlines of eyes, nose, mouth and ears are detected from gray image by using smoothing, contrast improvement, thresholding and thinning, as shown in Fig Contour detection We basically designed that the caricature of COOPER is represented with a set of line drawings. This means that the face of line drawings is less informative than the original image in physical meaning, but that the face of line drawings is more effective than the face image in impression. In this sense, the shape feature of the face contour, hair and jaw is more dominant than the gray image. Moreover the fact that the face of line drawings is easier to realize the correspondence among faces than the face images is one of the technical advantages. The outline of hair is detected from the binary image by the method of smoothing, contrast improvement and thresholding, as shown in Fig. 7. The outline of jaw is detected from R image of RGB color image by using Sobel operator and thresholding, as shown in Fig Fail-safe principle and its implementation (Color image with VGA size /256 levels in each RGB) Fig. 4 Input face (Facial parts are extracted from the skin color region leaded by the irises recognition.) Fig. 5 Skin color region At the same time of the extraction of facial parts, the fail-safe system (FSS) evaluates how feasible the result is, and modifies the result, if necessary, according to the statistical standard for the positional relationship among facial parts. FSS evaluates the result by the estimation function preliminarily prepared [7] which was defined

4 (a) Mean face (male/40 th ) (b) Caricature 1(Fig.4) (Iris recognition leads nostril recognition, and then the recognitions of facial parts regions.) Fig. 6 Example of facial features extraction (c) Input face (student) (Hair region is extracted partially as the complement of the skin color region.) Fig. 7 Hair region extraction (d) Caricature 2 of (c) (student) Fig. 9 Examples of caricature generation 4. EXPO Exhibition 4.1 Outline of Prototype Robot Exhibition (Two kinds of Sobel filters are applied to the region defined by irises, nostrils and skin color region.) Fig. 8 Pre-processing for jaw extraction We designed and developed COOPER robot successfully so that it could be exhibited at the Prototype Robot Exhibition of EXPO 2005, Aichi Japan. The COOPER watches the face of a person and generates his facial line drawings with deformation. The details of Prototype Robot Exhibition are as follows: Name: Prototype robot exhibition, The 2005 World Exposition, Aichi, Japan Location: The Morizo and Kiccoro Exhibition Center of Nagakute Area Duration: Jun.9 to Jun.19, 2005 (11 days in total) Number of visitors: to EXPO: 1,129,390 to Prototype robot exhibition: 123,000

5 The number of caricatures presented: Face data and caricatures The COOPER's caricature on the shrimp rice cracker was generally successfully. And, the COOPER was admired and was encouraged by a TV report that COOPER was the most popular exposition the Prototype robot exhibition. The case of examples of unsuccessful caricature is less than 1 percent. Even if unsuccessful caricature was generated, this system was able to modify the caricature acceptable by using fail-safe module. There is a small difference between successful caricature and extraction rate of facial feature points as shown in Table 1. The row C of Table 1 is the number of unsuccessful extraction of irises and nostrils and successful extraction at the 2nd frame. The total number of these examples is 20. Our system worked with stable performance because this system first detects irises and nostrils and afterward extracts other facial parts hierarchically. The row D of Table 1 is the number n of the unsuccessful extraction of other facial parts and successful extraction at the 2nd frame. The total number of these examples is 76. Thus we succeeded in designing this system to be absolutely fail-safe. Finally the number of unsuccessful caricatures became only 6, and our system provided the smoother operation throughout the whole exhibition. These unsuccessful cases were caused by the irregular direction of face and irregular condition of eyes under the illumination. 4.3 Investigations Especially in technical aspect, it is noteworthy that the feature of the distribution of the facial parts was more successfully extracted than the shape of the facial parts and that the caricature could be deformed impressively. Our system obtained much useful information from visitors as shown in Table 2. We are not able to judge the true correlation of visitors to the acquired data, because the exact number of visitors to the Prototype Robot Exhibition was not reported by the Association for the 2005 World Exposition. But we are sure that the trend of visitors could be extracted from this table. 5. Considerations and Prospects for the Future of COOPER This paper describes the outline of development of caricaturing robot COOPER and the valuable knowledge acquired at the demonstration in EXPO It was known that our system COOPER could perform successfully at EXPO as the grand field test site. As a result, it was fruitful and noteworthy for us that we could collect a large number of facial images from younger and middle ages of both male and female. However, we should investigate later the intensive evaluation of the caricatures. For example, it is necessary to establish the robust method especially for extracting the border of jaw. We are now trying to improve the method for the analytical verification of the detailed shape features of the facial parts. And COOPER is likely to suffer sometimes from the fatal degradations in the feature extraction caused by an irregular condition of the facial direction and illumination. We must develop the more robust method for coping with these problems. As one of the future works, we are going to improve these subjects and to exhibit COOPER at other events for getting the further field test. 6. Acknowledgements We would like to express many thanks for helpful discussions to Yoshikawa Kikai Seisakusho Co., Ltd. and Cross-industrial Association Society Entoropy Toyoake as the industry-university cooperation. This paper was partially supported by the New Energy and Industrial Technology Development Organization, Project for the Practical Application of Next-Generation Robots (the area of prototype development support). 7. References [1] Robot Project: Prototype Robot Exhibition: C [2] H. Koshimizu: Computer Facial Caricaturing, Trans. The Institute of Image Information and Television Engineers, Vol.51, No.8, pp (1997.8). [3] Caricaturing robot, EXPO'85, Matsushita pavilion: [4] E. Takigawa, H. Kishiba and M. Automatic Gender and Age Estimation with Face, Proc. of the Conf. on Japanese Academy of Facial Studies 2002, p171 (2002) [5] K. Teranishi, N. Kotani and M. Shinya: Chara-Face: Aportrait Caricaturing System, Proc. of General Conf. on IEICE, A-14-5 (2000) [6] T.Funahashi, T.Fujiwara, M.Tominaga, and H.Koshimizu: Hierarchical Face and Facial Parts Tracking and Some Applications, Prod. of 7th International Conference on Quality Control by Artificial Vision, pp ,japan (2005) [7] T. Fujiwara, R. Ushiki, M. Taga and H. Koshimizu: A Method of Facial Attribute Classification based on Statistic Analysis of the Relationship among Facial Parts, Journal of Japanese Accademy of Facial Studies, Vol.2 No.1, pp (2002)

6 Table 1 Number of unsuccessful caricatures (A: Date, B: Number of generated caricatures, C: Number of unsuccessful extraction of irises and nostrils and successful extraction of 2nd frame, D: Number of unsuccessful extraction of other facial parts and successful extraction of 2nd frame, E: Number of unsuccessful generation of caricature) A 6/9 6/10 6/11 6/12 6/13 6/14 6/15 6/16 6/17 7/18 6/19 Total B C D E Table 2 Detailed data of visitors (A: Date, B: Number of generated caricatures, C: Number of less or equal 9, D: Number of 10's, E: Number of 20's, F: Number of 30's, G: Number of 40's, H: Number of 50's, I: Number of greater or equal 60, J: Number of male, K: Number of female) A 6/9 6/10 6/11 6/12 6/13 6/14 6/15 6/16 6/17 7/18 6/19 Total B C D E age F G H I gender J K

Eye Contact Camera System for VIDEO Conference

Eye Contact Camera System for VIDEO Conference Eye Contact Camera System for VIDEO Conference Takuma Funahashi, Takayuki Fujiwara and Hiroyasu Koshimizu School of Information Science and Technology, Chukyo University e-mail: takuma@koshi-lab.sist.chukyo-u.ac.jp,

More information

Enhanced Method for Face Detection Based on Feature Color

Enhanced Method for Face Detection Based on Feature Color Journal of Image and Graphics, Vol. 4, No. 1, June 2016 Enhanced Method for Face Detection Based on Feature Color Nobuaki Nakazawa1, Motohiro Kano2, and Toshikazu Matsui1 1 Graduate School of Science and

More information

Recognition of very low-resolution characters from motion images captured by a portable digital camera

Recognition of very low-resolution characters from motion images captured by a portable digital camera Recognition of very low-resolution characters from motion images captured by a portable digital camera Shinsuke Yanadume 1, Yoshito Mekada 2, Ichiro Ide 1, Hiroshi Murase 1 1 Graduate School of Information

More information

Segmentation Extracting image-region with face

Segmentation Extracting image-region with face Facial Expression Recognition Using Thermal Image Processing and Neural Network Y. Yoshitomi 3,N.Miyawaki 3,S.Tomita 3 and S. Kimura 33 *:Department of Computer Science and Systems Engineering, Faculty

More information

ENHANCHED PALM PRINT IMAGES FOR PERSONAL ACCURATE IDENTIFICATION

ENHANCHED PALM PRINT IMAGES FOR PERSONAL ACCURATE IDENTIFICATION ENHANCHED PALM PRINT IMAGES FOR PERSONAL ACCURATE IDENTIFICATION Prof. Rahul Sathawane 1, Aishwarya Shende 2, Pooja Tete 3, Naina Chandravanshi 4, Nisha Surjuse 5 1 Prof. Rahul Sathawane, Information Technology,

More information

Experiments with An Improved Iris Segmentation Algorithm

Experiments with An Improved Iris Segmentation Algorithm Experiments with An Improved Iris Segmentation Algorithm Xiaomei Liu, Kevin W. Bowyer, Patrick J. Flynn Department of Computer Science and Engineering University of Notre Dame Notre Dame, IN 46556, U.S.A.

More information

EFFICIENT ATTENDANCE MANAGEMENT SYSTEM USING FACE DETECTION AND RECOGNITION

EFFICIENT ATTENDANCE MANAGEMENT SYSTEM USING FACE DETECTION AND RECOGNITION EFFICIENT ATTENDANCE MANAGEMENT SYSTEM USING FACE DETECTION AND RECOGNITION 1 Arun.A.V, 2 Bhatath.S, 3 Chethan.N, 4 Manmohan.C.M, 5 Hamsaveni M 1,2,3,4,5 Department of Computer Science and Engineering,

More information

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC ROBOT VISION Dr.M.Madhavi, MED, MVSREC Robotic vision may be defined as the process of acquiring and extracting information from images of 3-D world. Robotic vision is primarily targeted at manipulation

More information

A Human Factor Analysis for Software Reliability in Design-Review Process

A Human Factor Analysis for Software Reliability in Design-Review Process International Journal of Performability Engineering, Vol. 2, No. 3, July 2006, pp. 223-232 RAMS Consultants Printed in India A Human Factor Analysis for Software Reliability in Design-Review Process SHIGERU

More information

Feature Extraction Techniques for Dorsal Hand Vein Pattern

Feature Extraction Techniques for Dorsal Hand Vein Pattern Feature Extraction Techniques for Dorsal Hand Vein Pattern Pooja Ramsoful, Maleika Heenaye-Mamode Khan Department of Computer Science and Engineering University of Mauritius Mauritius pooja.ramsoful@umail.uom.ac.mu,

More information

Student Attendance Monitoring System Via Face Detection and Recognition System

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

More information

Iris Recognition using Histogram Analysis

Iris Recognition using Histogram Analysis Iris Recognition using Histogram Analysis Robert W. Ives, Anthony J. Guidry and Delores M. Etter Electrical Engineering Department, U.S. Naval Academy Annapolis, MD 21402-5025 Abstract- Iris recognition

More information

Biometrics technology: Faces

Biometrics technology: Faces References: [FC1] [FC2] Biometrics technology: Faces Toshiaki Kondo and Hong Yan, "Automatic human face detection and recognition under nonuniform illumination ", Pattern Recognition, Volume 32, Issue

More information

Iris Segmentation & Recognition in Unconstrained Environment

Iris Segmentation & Recognition in Unconstrained Environment www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume - 3 Issue -8 August, 2014 Page No. 7514-7518 Iris Segmentation & Recognition in Unconstrained Environment ABSTRACT

More information

Exaggeration of Facial Features in Caricaturing

Exaggeration of Facial Features in Caricaturing Exaggeration of Facial Features in Caricaturing Wan Chi Luo, Pin Chou Liu, Ming Ouhyoung Department of Computer Science and Information Engineering, National Taiwan University, Taipei, 106, Taiwan. E-Mail:

More information

Improved SIFT Matching for Image Pairs with a Scale Difference

Improved SIFT Matching for Image Pairs with a Scale Difference Improved SIFT Matching for Image Pairs with a Scale Difference Y. Bastanlar, A. Temizel and Y. Yardımcı Informatics Institute, Middle East Technical University, Ankara, 06531, Turkey Published in IET Electronics,

More information

An Efficient Approach for Iris Recognition by Improving Iris Segmentation and Iris Image Compression

An Efficient Approach for Iris Recognition by Improving Iris Segmentation and Iris Image Compression An Efficient Approach for Iris Recognition by Improving Iris Segmentation and Iris Image Compression K. N. Jariwala, SVNIT, Surat, India U. D. Dalal, SVNIT, Surat, India Abstract The biometric person authentication

More information

Touchless Fingerprint Recognization System

Touchless Fingerprint Recognization System e-issn 2455 1392 Volume 2 Issue 4, April 2016 pp. 501-505 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Touchless Fingerprint Recognization System Biju V. G 1., Anu S Nair 2, Albin Joseph

More information

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 9 (September 2014), PP.57-68 Combined Approach for Face Detection, Eye

More information

Development of an Education System for Surface Mount Work of a Printed Circuit Board

Development of an Education System for Surface Mount Work of a Printed Circuit Board Development of an Education System for Surface Mount Work of a Printed Circuit Board H. Ishii, T. Kobayashi, H. Fujino, Y. Nishimura, H. Shimoda, H. Yoshikawa Kyoto University Gokasho, Uji, Kyoto, 611-0011,

More information

Automated Signature Detection from Hand Movement ¹

Automated Signature Detection from Hand Movement ¹ Automated Signature Detection from Hand Movement ¹ Mladen Savov, Georgi Gluhchev Abstract: The problem of analyzing hand movements of an individual placing a signature has been studied in order to identify

More information

Estimation of Folding Operations Using Silhouette Model

Estimation of Folding Operations Using Silhouette Model Estimation of Folding Operations Using Silhouette Model Yasuhiro Kinoshita Toyohide Watanabe Abstract In order to recognize the state of origami, there are only techniques which use special devices or

More information

Development of an Automatic Measurement System of Diameter of Pupil

Development of an Automatic Measurement System of Diameter of Pupil Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 22 (2013 ) 772 779 17 th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

More information

Medical Image Processing

Medical Image Processing BU3 Project Proposal Group Members 1. Ms.Watcharaporn Sitsawangsopon ID: 5422791509 2. Ms. Maetawee Juladash ID: 5422772905 Advisor: Dr. Bunyarit Uyyanonvara (Associate Professor) School of Information,

More information

Feature Extraction of Human Lip Prints

Feature Extraction of Human Lip Prints Journal of Current Computer Science and Technology Vol. 2 Issue 1 [2012] 01-08 Corresponding Author: Samir Kumar Bandyopadhyay, Department of Computer Science, Calcutta University, India. Email: skb1@vsnl.com

More information

The History and Future of Measurement Technology in Sumitomo Electric

The History and Future of Measurement Technology in Sumitomo Electric ANALYSIS TECHNOLOGY The History and Future of Measurement Technology in Sumitomo Electric Noritsugu HAMADA This paper looks back on the history of the development of measurement technology that has contributed

More information

APPENDIX 1 TEXTURE IMAGE DATABASES

APPENDIX 1 TEXTURE IMAGE DATABASES 167 APPENDIX 1 TEXTURE IMAGE DATABASES A 1.1 BRODATZ DATABASE The Brodatz's photo album is a well-known benchmark database for evaluating texture recognition algorithms. It contains 111 different texture

More information

The Classification of Gun s Type Using Image Recognition Theory

The Classification of Gun s Type Using Image Recognition Theory International Journal of Information and Electronics Engineering, Vol. 4, No. 1, January 214 The Classification of s Type Using Image Recognition Theory M. L. Kulthon Kasemsan Abstract The research aims

More information

Distinguishing Identical Twins by Face Recognition

Distinguishing Identical Twins by Face Recognition Distinguishing Identical Twins by Face Recognition P. Jonathon Phillips, Patrick J. Flynn, Kevin W. Bowyer, Richard W. Vorder Bruegge, Patrick J. Grother, George W. Quinn, and Matthew Pruitt Abstract The

More information

Automated measurement of cylinder volume by vision

Automated measurement of cylinder volume by vision Automated measurement of cylinder volume by vision G. Deltel, C. Gagné, A. Lemieux, M. Levert, X. Liu, L. Najjar, X. Maldague Electrical and Computing Engineering Dept (Computing Vision and Systems Laboratory

More information

Convolutional Neural Networks: Real Time Emotion Recognition

Convolutional Neural Networks: Real Time Emotion Recognition Convolutional Neural Networks: Real Time Emotion Recognition Bruce Nguyen, William Truong, Harsha Yeddanapudy Motivation: Machine emotion recognition has long been a challenge and popular topic in the

More information

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES In addition to colour based estimation of apple quality, various models have been suggested to estimate external attribute based

More information

3D Face Recognition System in Time Critical Security Applications

3D Face Recognition System in Time Critical Security Applications Middle-East Journal of Scientific Research 25 (7): 1619-1623, 2017 ISSN 1990-9233 IDOSI Publications, 2017 DOI: 10.5829/idosi.mejsr.2017.1619.1623 3D Face Recognition System in Time Critical Security Applications

More information

ScienceDirect. Improvement of the Measurement Accuracy and Speed of Pupil Dilation as an Indicator of Comprehension

ScienceDirect. Improvement of the Measurement Accuracy and Speed of Pupil Dilation as an Indicator of Comprehension Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 35 (2014 ) 1202 1209 18th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

More information

Face Recognition System Based on Infrared Image

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

More information

The description of team KIKS

The description of team KIKS The description of team KIKS Keitaro YAMAUCHI 1, Takamichi YOSHIMOTO 2, Takashi HORII 3, Takeshi CHIKU 4, Masato WATANABE 5,Kazuaki ITOH 6 and Toko SUGIURA 7 Toyota National College of Technology Department

More information

A New Social Emotion Estimating Method by Measuring Micro-movement of Human Bust

A New Social Emotion Estimating Method by Measuring Micro-movement of Human Bust A New Social Emotion Estimating Method by Measuring Micro-movement of Human Bust Eui Chul Lee, Mincheol Whang, Deajune Ko, Sangin Park and Sung-Teac Hwang Abstract In this study, we propose a new micro-movement

More information

Column-Parallel Architecture for Line-of-Sight Detection Image Sensor Based on Centroid Calculation

Column-Parallel Architecture for Line-of-Sight Detection Image Sensor Based on Centroid Calculation ITE Trans. on MTA Vol. 2, No. 2, pp. 161-166 (2014) Copyright 2014 by ITE Transactions on Media Technology and Applications (MTA) Column-Parallel Architecture for Line-of-Sight Detection Image Sensor Based

More information

FACE RECOGNITION BY PIXEL INTENSITY

FACE RECOGNITION BY PIXEL INTENSITY FACE RECOGNITION BY PIXEL INTENSITY Preksha jain & Rishi gupta Computer Science & Engg. Semester-7 th All Saints College Of Technology, Gandhinagar Bhopal. Email Id-Priky0889@yahoo.com Abstract Face Recognition

More information

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE Najirah Umar 1 1 Jurusan Teknik Informatika, STMIK Handayani Makassar Email : najirah_stmikh@yahoo.com

More information

TRIANGULATION-BASED light projection is a typical

TRIANGULATION-BASED light projection is a typical 246 IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 39, NO. 1, JANUARY 2004 A 120 110 Position Sensor With the Capability of Sensitive and Selective Light Detection in Wide Dynamic Range for Robust Active Range

More information

Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA

Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA Abstract: Speckle interferometry (SI) has become a complete technique over the past couple of years and is widely used in many branches of

More information

Moving Object Detection for Intelligent Visual Surveillance

Moving Object Detection for Intelligent Visual Surveillance Moving Object Detection for Intelligent Visual Surveillance Ph.D. Candidate: Jae Kyu Suhr Advisor : Prof. Jaihie Kim April 29, 2011 Contents 1 Motivation & Contributions 2 Background Compensation for PTZ

More information

Research Seminar. Stefano CARRINO fr.ch

Research Seminar. Stefano CARRINO  fr.ch Research Seminar Stefano CARRINO stefano.carrino@hefr.ch http://aramis.project.eia- fr.ch 26.03.2010 - based interaction Characterization Recognition Typical approach Design challenges, advantages, drawbacks

More information

A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang, Dong-jun Seo, and Dong-seok Jung,

A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang, Dong-jun Seo, and Dong-seok Jung, IJCSNS International Journal of Computer Science and Network Security, VOL.11 No.9, September 2011 55 A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang,

More information

Title Goes Here Algorithms for Biometric Authentication

Title Goes Here Algorithms for Biometric Authentication Title Goes Here Algorithms for Biometric Authentication February 2003 Vijayakumar Bhagavatula 1 Outline Motivation Challenges Technology: Correlation filters Example results Summary 2 Motivation Recognizing

More information

A Proposal for Security Oversight at Automated Teller Machine System

A Proposal for Security Oversight at Automated Teller Machine System International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 6 (June 2014), PP.18-25 A Proposal for Security Oversight at Automated

More information

Studio Lighting When using any type of studio lighting adjustments to heights and angles is a must All subjects vary in position so there is no writte

Studio Lighting When using any type of studio lighting adjustments to heights and angles is a must All subjects vary in position so there is no writte Studio Lighting When using any type of studio lighting adjustments to heights and angles is a must All subjects vary in position so there is no written rule This lesson will provide you with some guidelines

More information

Optic Flow Based Skill Learning for A Humanoid to Trap, Approach to, and Pass a Ball

Optic Flow Based Skill Learning for A Humanoid to Trap, Approach to, and Pass a Ball Optic Flow Based Skill Learning for A Humanoid to Trap, Approach to, and Pass a Ball Masaki Ogino 1, Masaaki Kikuchi 1, Jun ichiro Ooga 1, Masahiro Aono 1 and Minoru Asada 1,2 1 Dept. of Adaptive Machine

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

Drawing Goats. Proceedings of the 28th Annual Goat Field Day, Langston University, April 27, 2013

Drawing Goats. Proceedings of the 28th Annual Goat Field Day, Langston University, April 27, 2013 Drawing Goats Mr. Kenneth Williams Science Illustrator Science Graphics and Design Drawing goats or any other subject depends on accurate observation and correct proportional placement of shapes and lines.

More information

System of Recognizing Human Action by Mining in Time-Series Motion Logs and Applications

System of Recognizing Human Action by Mining in Time-Series Motion Logs and Applications The 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010, Taipei, Taiwan System of Recognizing Human Action by Mining in Time-Series Motion Logs and Applications

More information

Implementation of License Plate Recognition System in ARM Cortex A8 Board

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

More information

Optimizing color reproduction of natural images

Optimizing color reproduction of natural images Optimizing color reproduction of natural images S.N. Yendrikhovskij, F.J.J. Blommaert, H. de Ridder IPO, Center for Research on User-System Interaction Eindhoven, The Netherlands Abstract The paper elaborates

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

Interactive System for Origami Creation

Interactive System for Origami Creation Interactive System for Origami Creation Takashi Terashima, Hiroshi Shimanuki, Jien Kato, and Toyohide Watanabe Graduate School of Information Science, Nagoya University Furo-cho, Chikusa-ku, Nagoya 464-8601,

More information

Multi-robot Formation Control Based on Leader-follower Method

Multi-robot Formation Control Based on Leader-follower Method Journal of Computers Vol. 29 No. 2, 2018, pp. 233-240 doi:10.3966/199115992018042902022 Multi-robot Formation Control Based on Leader-follower Method Xibao Wu 1*, Wenbai Chen 1, Fangfang Ji 1, Jixing Ye

More information

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

More information

Image Database and Preprocessing

Image Database and Preprocessing Chapter 3 Image Database and Preprocessing 3.1 Introduction The digital colour retinal images required for the development of automatic system for maculopathy detection are provided by the Department of

More information

Challenging areas:- Hand gesture recognition is a growing very fast and it is I. INTRODUCTION

Challenging areas:- Hand gesture recognition is a growing very fast and it is I. INTRODUCTION Hand gesture recognition for vehicle control Bhagyashri B.Jakhade, Neha A. Kulkarni, Sadanand. Patil Abstract: - The rapid evolution in technology has made electronic gadgets inseparable part of our life.

More information

Automatic Locating the Centromere on Human Chromosome Pictures

Automatic Locating the Centromere on Human Chromosome Pictures Automatic Locating the Centromere on Human Chromosome Pictures M. Moradi Electrical and Computer Engineering Department, Faculty of Engineering, University of Tehran, Tehran, Iran moradi@iranbme.net S.

More information

Multimodal Face Recognition using Hybrid Correlation Filters

Multimodal Face Recognition using Hybrid Correlation Filters Multimodal Face Recognition using Hybrid Correlation Filters Anamika Dubey, Abhishek Sharma Electrical Engineering Department, Indian Institute of Technology Roorkee, India {ana.iitr, abhisharayiya}@gmail.com

More information

HDTV Mobile Reception in Automobiles

HDTV Mobile Reception in Automobiles HDTV Mobile Reception in Automobiles NOBUO ITOH AND KENICHI TSUCHIDA Invited Paper Mobile reception of digital terrestrial broadcasting carrying an 18-Mb/s digital HDTV signals is achieved. The effect

More information

Automatic Licenses Plate Recognition System

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

More information

Development of Hybrid Image Sensor for Pedestrian Detection

Development of Hybrid Image Sensor for Pedestrian Detection AUTOMOTIVE Development of Hybrid Image Sensor for Pedestrian Detection Hiroaki Saito*, Kenichi HatanaKa and toshikatsu HayaSaKi To reduce traffic accidents and serious injuries at intersections, development

More information

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

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

More information

Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for feature extraction

Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for feature extraction International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for

More information

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Hiroshi Ishiguro Department of Information Science, Kyoto University Sakyo-ku, Kyoto 606-01, Japan E-mail: ishiguro@kuis.kyoto-u.ac.jp

More information

Image Extraction using Image Mining Technique

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

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

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

More information

Fast identification of individuals based on iris characteristics for biometric systems

Fast identification of individuals based on iris characteristics for biometric systems Fast identification of individuals based on iris characteristics for biometric systems J.G. Rogeri, M.A. Pontes, A.S. Pereira and N. Marranghello Department of Computer Science and Statistic, IBILCE, Sao

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

A Comparison Study of Image Descriptors on Low- Resolution Face Image Verification

A Comparison Study of Image Descriptors on Low- Resolution Face Image Verification A Comparison Study of Image Descriptors on Low- Resolution Face Image Verification Gittipat Jetsiktat, Sasipa Panthuwadeethorn and Suphakant Phimoltares Advanced Virtual and Intelligent Computing (AVIC)

More information

Chapter 6. [6]Preprocessing

Chapter 6. [6]Preprocessing Chapter 6 [6]Preprocessing As mentioned in chapter 4, the first stage in the HCR pipeline is preprocessing of the image. We have seen in earlier chapters why this is very important and at the same time

More information

A Chinese License Plate Recognition System

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

More information

Generating Personality Character in a Face Robot through Interaction with Human

Generating Personality Character in a Face Robot through Interaction with Human Generating Personality Character in a Face Robot through Interaction with Human F. Iida, M. Tabata and F. Hara Department of Mechanical Engineering Science University of Tokyo - Kagurazaka, Shinjuku-ku,

More information

Vishnu Nath. Usage of computer vision and humanoid robotics to create autonomous robots. (Ximea Currera RL04C Camera Kit)

Vishnu Nath. Usage of computer vision and humanoid robotics to create autonomous robots. (Ximea Currera RL04C Camera Kit) Vishnu Nath Usage of computer vision and humanoid robotics to create autonomous robots (Ximea Currera RL04C Camera Kit) Acknowledgements Firstly, I would like to thank Ivan Klimkovic of Ximea Corporation,

More information

A SURVEY ON HAND GESTURE RECOGNITION

A SURVEY ON HAND GESTURE RECOGNITION A SURVEY ON HAND GESTURE RECOGNITION U.K. Jaliya 1, Dr. Darshak Thakore 2, Deepali Kawdiya 3 1 Assistant Professor, Department of Computer Engineering, B.V.M, Gujarat, India 2 Assistant Professor, Department

More information

Effects of the Unscented Kalman Filter Process for High Performance Face Detector

Effects of the Unscented Kalman Filter Process for High Performance Face Detector Effects of the Unscented Kalman Filter Process for High Performance Face Detector Bikash Lamsal and Naofumi Matsumoto Abstract This paper concerns with a high performance algorithm for human face detection

More information

Blur Detection for Historical Document Images

Blur Detection for Historical Document Images Blur Detection for Historical Document Images Ben Baker FamilySearch bakerb@familysearch.org ABSTRACT FamilySearch captures millions of digital images annually using digital cameras at sites throughout

More information

Finger rotation detection using a Color Pattern Mask

Finger rotation detection using a Color Pattern Mask Finger rotation detection using a Color Pattern Mask V. Shishir Reddy 1, V. Raghuveer 2, R. Hithesh 3, J. Vamsi Krishna 4,, R. Pratesh Kumar Reddy 5, K. Chandra lohit 6 1,2,3,4,5,6 Electronics and Communication,

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

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

More information

Introduction to Video Forgery Detection: Part I

Introduction to Video Forgery Detection: Part I Introduction to Video Forgery Detection: Part I Detecting Forgery From Static-Scene Video Based on Inconsistency in Noise Level Functions IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 5,

More information

The Research of the Lane Detection Algorithm Base on Vision Sensor

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

More information

Requirement of Photograph for Indian Passport. The photograph should be in colour and of the size of 4 cm x 4 cm.

Requirement of Photograph for Indian Passport. The photograph should be in colour and of the size of 4 cm x 4 cm. Sample Photo Requirements Requirement of Photograph for Indian Passport The photograph should be in colour and of the size of 4 cm x 4 cm. The photo-print should be clear and with a continuous-tone quality.

More information

USING PIV ON THE SPLASH WATER IN A PELTON TURBINE

USING PIV ON THE SPLASH WATER IN A PELTON TURBINE USING PIV ON THE SPLASH WATER IN A PELTON TURBINE B.List, J.Prost, H.-B. Matthias Institute for Waterpower and Pumps Vienna University of Technology 1040 Wien, Austria Abstract: At the Institute for Waterpower

More information

Draw Keiko, a Manga Baby

Draw Keiko, a Manga Baby Flesch-Kincaid Grade Level: 8.4 Flesch-Kincaid Reading Ease: 64.3 Drawspace Curriculum 2.1.A17-10 Pages and 19 Illustrations Levels: Beginner to Advanced Draw Keiko, a Manga Baby Sketch accurate proportions

More information

Acoustic Emission Source Location Based on Signal Features. Blahacek, M., Chlada, M. and Prevorovsky, Z.

Acoustic Emission Source Location Based on Signal Features. Blahacek, M., Chlada, M. and Prevorovsky, Z. Advanced Materials Research Vols. 13-14 (6) pp 77-82 online at http://www.scientific.net (6) Trans Tech Publications, Switzerland Online available since 6/Feb/15 Acoustic Emission Source Location Based

More information

The Key Information Technology of Soybean Disease Diagnosis

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

More information

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

More information

Iris based Human Identification using Median and Gaussian Filter

Iris based Human Identification using Median and Gaussian Filter Iris based Human Identification using Median and Gaussian Filter Geetanjali Sharma 1 and Neerav Mehan 2 International Journal of Latest Trends in Engineering and Technology Vol.(7)Issue(3), pp. 456-461

More information

3D Face Recognition in Biometrics

3D Face Recognition in Biometrics 3D Face Recognition in Biometrics CHAO LI, ARMANDO BARRETO Electrical & Computer Engineering Department Florida International University 10555 West Flagler ST. EAS 3970 33174 USA {cli007, barretoa}@fiu.edu

More information

BIOMETRIC IDENTIFICATION USING 3D FACE SCANS

BIOMETRIC IDENTIFICATION USING 3D FACE SCANS BIOMETRIC IDENTIFICATION USING 3D FACE SCANS Chao Li Armando Barreto Craig Chin Jing Zhai Electrical and Computer Engineering Department Florida International University Miami, Florida, 33174, USA ABSTRACT

More information

Method to acquire regions of fruit, branch and leaf from image of red apple in orchard

Method to acquire regions of fruit, branch and leaf from image of red apple in orchard Modern Physics Letters B Vol. 31, Nos. 19 21 (2017) 1740039 (7 pages) c World Scientific Publishing Company DOI: 10.1142/S0217984917400395 Method to acquire regions of fruit, branch and leaf from image

More information

Image Processing for feature extraction

Image Processing for feature extraction Image Processing for feature extraction 1 Outline Rationale for image pre-processing Gray-scale transformations Geometric transformations Local preprocessing Reading: Sonka et al 5.1, 5.2, 5.3 2 Image

More information

DESIGNING A NEW TOY TO FIT OTHER TOY PIECES - A shape-matching toy design based on existing building blocks -

DESIGNING A NEW TOY TO FIT OTHER TOY PIECES - A shape-matching toy design based on existing building blocks - DESIGNING A NEW TOY TO FIT OTHER TOY PIECES - A shape-matching toy design based on existing building blocks - Yuki IGARASHI 1 and Hiromasa SUZUKI 2 1 The University of Tokyo, Japan / JSPS research fellow

More information

CMOS Image Sensor for High Speed and Low Latency Eye Tracking

CMOS Image Sensor for High Speed and Low Latency Eye Tracking This article has been accepted and published on J-STAGE in advance of copyediting. ntent is final as presented. IEICE Electronics Express, Vol.*, No.*, 1 10 CMOS Image Sensor for High Speed and Low Latency

More information

Drink Bottle Defect Detection Based on Machine Vision Large Data Analysis. Yuesheng Wang, Hua Li a

Drink Bottle Defect Detection Based on Machine Vision Large Data Analysis. Yuesheng Wang, Hua Li a Advances in Computer Science Research, volume 6 International Conference on Artificial Intelligence and Engineering Applications (AIEA 06) Drink Bottle Defect Detection Based on Machine Vision Large Data

More information

Hitachi Vision System MC-20S

Hitachi Vision System MC-20S Hitachi Vision System MC20S Reduce Production waste by incorporating Hitachi's Vision System with our legendary small character printer. Hitachi Vision System MC20S working with Hitachi IJ printer for

More information

Development of a Simulator of Environment and Measurement for Autonomous Mobile Robots Considering Camera Characteristics

Development of a Simulator of Environment and Measurement for Autonomous Mobile Robots Considering Camera Characteristics Development of a Simulator of Environment and Measurement for Autonomous Mobile Robots Considering Camera Characteristics Kazunori Asanuma 1, Kazunori Umeda 1, Ryuichi Ueda 2, and Tamio Arai 2 1 Chuo University,

More information