Estimation of Folding Operations Using Silhouette Model

Size: px
Start display at page:

Download "Estimation of Folding Operations Using Silhouette Model"

Transcription

1 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 require much time. In this paper, we focus on a folding operation that user applied, from which the state of origami can be understood. We propose the method of estimating the folding operation by using one camera. The folding operation can be estimated by comparing origami shapes before and after a folding operation. We introduce a silhouette model to represent the shape of an origami. Comparing the silhouette model with the shape of origami in a camera image, the folding operation can be estimated. Our method can estimate the folding operation at high speed. Keywords: Origami, Camera Image, Feature Points, Silhouette Model, Estimation of Folding Operation 1 Introduction In an origami work, generally the book called origami drill book has been often used. The drill book indicates the folding operation step by step with corresponding illustration. However, since folding operations are not fully expressed, it is not always easy for beginners to perform an origami work successfully on the way. We propose an interactive folding operation support system which explains the folding operations clearly according to the procedural states of origami. In order to support folding operations, it is necessary to recognize and maintain the state of origami by the system. Moreover, it is necessary to recognize at high speed in order to construct an interactive system adapting to the operation of user. There are several studies for recognizing the state of the origami sheet. Mitani, et al. proposed the method which uses the sheet with printed 2D bar-code. However, the recognition of the 2D bar-codes was time consuming[1]. Ju, et al. suggested the method which embeds radio tags in paper. However, necessarily use a special device[2]. This method is not adoptable to develop the computer support system of origami which is used by general users. These are unsuitable to support Department of Systems and Social Informatics, Graduate School of Information Science, Nagoya University, Furo-cho, chikusa-ku, Nagoya, , Japan kinoshita@watanabe.ss.is.nagoya-u.ac.jp watanabe@watanabe.ss.is.nagoya-u.ac.jp Figure 1: Folding operations the user s folding operation. Additionally, a data structure for illustrating the state of origami was proposed by Miyazaki, et al.[3]. The data structure can be updated by the folding operation. Therefore, if a folding operation which a user applied to origami is known, it is possible to judge what the state of the origami is. In this paper, we focus on the feature of origami, and propose a method for estimating the folding operation rapidly. Our system uses only one camera to construct the experimental environment. In the following sections, we first discuss our approach, and the outline of our system. Next, we describe the method of estimating folding operations by a series of camera images, and show experiment at results. Finally, we conclude a summary and give our future work. 2 Approach 2.1 Characteristics of Origami Origami deals with the two-dimensional object, and is bound by geometric constraint. An origami state is changed by each folding operation. In this paper, we call the origami before applying folding operation as pre origami and the origami after applying folding operation as post origami. The change of origami state depends on the pre origami state and the folding operation. Therefore, we can understand the post origami state from the pre origami state and folding operation. A folding operation is represented by the location of folding line, folding direction and folding type such as and mountain-folding. An ex-

2 Figure 2: Defferent folding processes Figure 3: Two kinds of ample of folding type is shown in Fig.1. For instance, according to the folding line as illustrated in Fig.2, there are two folding directions and four folding types,, mountain-folding, insidereverse-folding and outside-reverse-folding. The origami shapes 2(a) and 2(b) are two kinds of shapes decided by folding direction. There is a relationship between a folding operation and the change of the origami shape. Therefore, the folding operation can be estimated by comparing the shape of pre origami and post origami. Since the information about the origami shapes can be obtained from camera images, we estimate the folding operation from camera images. To this end, we introduce a silhouette model. By this model, we achieve to estimate the folding operation at high-speed. 2.2 Silhouette Model Several researches about recognizing objects in a camera image by maintaining the shape of object have been performed. Kameda, et al. proposed a method to recognize human posture by 3D models which express parts of a human body[4]. In this method, one camera image is matched with a 3D model. However, in order to recognize three-dimensional object, there is a problem that computational cost increases. Therefore, in order to reduce computational cost, we limit folding operations for simplification, an origami must be handled as a twodimensional object. The silhouette model describes the shape of an origami with vertexes and edges. Two edges connect with one vertex, and all vertexes are connected by an edge. All edges and vertexes constitute a loop. Moreover, the edges do not cross. A vertex has vertex-id and coordinates. An edge has edge-id and two vertex-ids of both ends. When a folding operation is applied, the shape of silhouette model is changed and becomes the same shape as the post origami. The changed silhouette model obtained from translating the shape of previous silhouette model (called pre-silhouette). The shape of silhouette model in the initial state is maintained in advance because the original shape is square. Our system can estimate the location of the origami in camera image (called camera-origami) by corresponding with the silhouette model. For corresponding to them, we use the vertexes of the silhouette model and feature points extracted from the camera image. Since there are only small number of vertexes and feature points, comparison frequency is decreased. Therefore, our method can correspond to the silhouette model and the camera-origami with less computational cost than others. From the result of estimation, feature points can be corresponded with the vertexes. In order to estimate the folding operation, correspondence between the pre-silhouette and the camera-origami after folding operation (call post-camera-origami) is necessary. As a result of correspondence, our system can estimate the folding operation, because the information about the folding operation can be applied to the silhouette model. When a folding operation is applied and the shape of the origami changes, a new silhouette model (called postsilhouette) which is similar to the current origami shape is needed. The post-silhouette is obtained by applying the folding operation to the pre-silhouette. Therefore, our system is enable to estimate the free folding operation of user. 3 System Outline 3.1 Precondition Our system uses a fixed camera and makes a series of camera images. The camera is set up to just above an origami. To make the image processing simple, we assume that a background is black and two side of the origami is represented by white and light blue. Additionally, we restrict the folding operations which user

3 can apply. The folding operation is represented by the location of a folding line, folding direction, and folding type. The folding line is in the origami before folding operation, and becomes the edge constructing the post origami shape. This is because the folding line has to be the edge of the post origami shape so that it can be acquired from a camera image after the folding operation. An example is shown in Fig.3. Fig.3(a) is an available folding operation. The folding line is the edge of the post origami shape. On the other hand, since in the folding line is contained inside the origami shape, in Fig.3(b), it is difficult to detect the folding line from the origami shape. Moreover, we deal with folding types, as, inside-reverse-folding and outsidereverse-folding. Since mountain-folding is the same folding operation as except the folding directions, only is used. The end of folding operation is pointed out by a user, because it is difficult to find out the end of folding operation from camera images. In addition, there are folding back and inversion as the user inputs. These operations that cannot be estimated from a silhouette model. However, our system permits those folding operations because they do not need information from the camera image. 3.2 Processing Flow Our system estimates the location of camera-origami fundamentally. When user indicates that a folding operation is applied, the folding operation is estimated. When drawing up the origami work, it is necessary to estimate two or more folding operations. Therefore, as shown in Fig.4, the shape of silhouette model is changed at each folding operation. The processing flow shown in Fig.4 is summarized as follows. 1. After changing the size of (b) according to (a), both of them are corresponded. 2. After user indicate the end of a folding operation, we compare (c) with (b). Then a folding operation like (d) is estimated. 3. A new silhouette model as (e) is obtained from the estimated the folding operation. 4. After the end of second folding operation, we compare (f) with (e). Then a folding operation like (g) is estimated. 5. A new silhouette model as (h) is obtained. 4 Estimation of Folding Operation 4.1 Estimation of Location of Origami Our system estimates the location of camera-origami by using the silhouette model. The camera-origami funda- Figure 4: Processing flow Figure 5: Example of superimposing the silhouette model on the origami in camera image mentally assumes fixed form. As a result of the location estimation, the silhouette model position moves to the location where the camera-origami is. However, when a folding operation is applied, the origami shape is different from in the silhouette model shape. In this case, the silhouette model position moves to the location where the origami which is not applied the folding operation exists. Next, we describe the procedure for estimating the location of the camera-origami. Firstly, our system extracts feature points from a camera image[5, 6] because feature points are used to corresponde a silhouette model with a camera-origami. Vertexes of the camera-origami can be extracted mostly, although unnecessary points are also extracted from the boundary of a hand and the camera-origami. Therefore, feature points around the area of a hand are removed by skin detection. An extracted feature point also has vertex-id. If it does not correspond to a vertex of the silhouette model, the vertex-id becomes -1. Secondly, our system tracks feature points. When a user folds an origami, it is rarely that he/she moves the origami quickly. For this reason, feature points which represent the same vertex are very near in a series of camera images. Then, as a result of comparing to the previous frame, the nearest point within a predefined threshold is assumed as the same point, our system succeeds to vertex-id. In this method, it is possible to reduce the comparison frequency between the silhouette model with the camera-origami according to succeeded feature

4 1 0 2 (a) (b) (c) (d) 3 Figure 6: Detection of folding line folding back generate generate generate generate Silhouette[0] Silhouette[1] Silhouette[2] Silhouette[3] Silhouette[4] compare Figure 7: Shape transition in silhouette model points. Thirdly, our system carries out matching in order to estimate the location of the camera-origami. After selecting two vertexes and two feature points whose distance are the same as shown in Fig.5, the silhouette model position is moved so that they may overlap. Moreover, our system calculates the matching degree which describes the similarity between the silhouette model and the cameraorigami, and estimates that the origami exists in the location where most similar. In matching, comparison frequency decreases by raising the priority of the pattern in which a vertex and a feature point are the same vertex-id as the result of tracking feature points. Finally, after the silhouette model position is moved to the estimated location, labeling is carried out. A feature point near each vertex in the silhouette model is assumed to be a vertex of the camera-origami and a vertex-id is succeeded. In addition, as a result of labeling, feature points can be tracked by the next frame. When the silhouette model corresponds to the cameraorigami correctly, the matching degree becomes the smallest. To obtain such the matching degree, we focus on the gap between the silhouette model and the camera-origami, and the moved distance of the silhouette model position from a previous frame. These are calculated from vertexes of the silhouette model and feature points extracted from a camera image. The gap d 1 between the silhouette model and the camera-origami is an average from each vertex of the silhouette model to a feature point in the neighborhood, and is calculated like in equation (1). C is a set of feature points which are extracted from a camera image, and c shows a feature point included in C. And, n is the number of vertexes in the silhouette model, and v is each vertex. Euclid distance between v 1 and v 2 is expressed in D(v 1, v 2 ). The gap d 2 between the silhouette model moved the position and the silhouette model with previous frame is an average of the moving distance of each vertex, and is calculated by equation (2). A moved vertex in the current silhouette model is expressed by v, and a vertex of the silhouette model in the previous frame is expressed by v. Because an origami is not a thing to move quickly, it is thought that the origami exists in the near location from the origami in the previous frame. In addition, a right corresponding often makes smaller the gap than wrong corresponding. Therefore, the matching degree M is defined in (3) as the production of d 1 and d 2. d 1 = 1 n d 2 = 1 n n min(d(v i, c)) c C (1) i=1 n D(v i, v i) (2) i=1 M = d 1 d 2 (3) 4.2 Estimation of Location of Folding Line We explain the method to estimate the location of a folding line in Fig.6. After the shape of an origami is extracted from a camera image as illustrated in Fig.6(a)[7], straight lines are detected by Hough transform[8]. The re-

5 1 2 3 (operation1 ) (operation2 ) (operation3) (operation4 ) folding back inside-reversefolding (operation5 ) completion Figure 8: Folding process of gonbei-garasu 4.3 Decision of Folding Operation It is necessary to find the most suitable one of the detected folding lines, and to decide folding direction and folding type. Therefore, our system compares the camera-origami with the silhouette model shape that is obtained from each folding line. The most suitable shape silhouette model is made into new one, and a folding line is determined. sult is shown in Fig.6(b). Detected lines are not the edges of camera-origami because they are hidden with hand of user and only the part of edge is detected. Therefore, if there is a segment of the straight line between two feature points, an edge can be detected as shown in Fig.6(c), assuming there is an edge between the feature points. At this time, as shown in Fig.6(c), not only the edge constructing the origami silhouette but also border with the color of two sides of an origami might be extracted. As shown in Fig.6(d), our system distinguishes whether the extracted straight line exists inside the pre-silhouette. Fig.6(d) paints out the inside of the pre-silhouette, and edges which satisfy the condition of folding line are displayed in dashed lines. In this case, from the reason as above, there is possibility that two or more folding lines are detected as shown in Fig.6(d), but there is no problem. The new shape silhouette model is obtained from the pre-silhouette and estimated folding operation. Dividing the pre-silhouette model shape with the folding line, and moving the same face that user moved centering on folding line, and integrating shapes two silhouette model. The moved face can be judged from a camera image. After the folding line is decided, our system estimates folding type. In order to estimate folding type, our system uses the limitation that ginside-reverse-folding and outside-reverse-folding are applied after folding mark has been left. The operation of leaving folding mark is input by the user. As a result, folding type can be judged from the history of the shape silhouette model in Fig.7. The shape silhouette model obtained to n-th is expressed as Silhouette [n]. When inside-reverse-folding or outside-reverse-folding is applied, Silhouette [n] and Silhouette [n 2] become similar form by the limitation. 5 Evaluation Experiments In order to show the effectiveness of our proposed method, we evaluated our prototype system. To show the implementability of the folding operation support system, accuracy and computing time of estimation of folding operation are evaluated in the experiment. 5.1 Description of Experiments The origami work called gonbei-garasu is experimental object. The folding operations that can be estimated are applied five times. The folding process of gonbei-garasu is shown in Fig.8. Folding operations other than folding back are called operation5 from operation1. Operation4 from operation1 apply, and after folding back, inside-reverse-folding is applied in operation5. We made gonbei-garasu 20 times, and examined the operations 100 times in total. Experiment environment is as follows. CPU: AMD Athlon(tm) 64 Processor GHz Main Memory: 1GB

6 Table 1: Average of computation time and accuracy of estimation operation1 operation2 operation3 operation4 operation5 computation time (ms) accuracy Development Environment: Microsoft VisualC++, OpenCV[9] WEB Camera: ELECOM UCAM-E1D30MBK In order to designate the background as black, we prepared a black board, and operated an origami on the board. And we experimented adjusting a web camera attached up so that the shoot range might not exceed the board. 5.2 Experimental Results Table 1 shows the average of computation time and accuracy for estimation of each folding operation. Accuracy is calculated by dividing the number of times correctly estimated in all number of times by each operation. From Table 1, it turns out that the average of computation time for estimating folding operation is about 294ms. We can see that sufficient high-speed processing is realized to perform supporting folding operation from this result. In addition, accuracy of estimation of folding operation is as high as 84.7% on the whole, and our system can start over even if estimation fails. Therefore, this shows our system is practical. 6 Conclusion [3] Miyazaki, S., Yasuda, T., Yokoi, S., Toriwaki, J.: An origami playing simulator in the virtual space. The Journal of Visualization and Computer Animation 7(1) (1996) [4] Kameda, Y., Minoh, M., Ikeda, K.: Three dimensional motion estimation of a human body using a difference image sequence. Proceedings of the 2nd Asian Conference on Computer Vision 95 (1995) [5] Shi, J., Tomasi, C.: Good features to track. Proceedeings of the 94th Computer Vision and Pattern Recognition (1994) [6] Harris, C., Stephens, M.: A combined corner and edge detector. Proceedings of the 4th Alvey Vision Conference (1988) [7] Canny, J.: A computational approach to edge detection. IEEE Transaction on Pattern Analysis and Machine Intelligence 8(6) (1986) [8] Ballard, D.H.: Generalizing the hough transform to detect arbitrary shapes. Pattern Recognition 13(2) (1981) [9] Intel: Intel open source computer vision library. In this paper, we proposed the method which can estimate a folding operation with a camera image. As a result of the evaluation experiment, it showed that our method can estimate folding operation at high speed. Also estimation accuracy becomes enough values. Our future work is to introduce the model which express the state of origami, and to construct of the folding operation support system. References [1] Mitani, J.: Recognition and modeling of paper folding configuration using 2d bar code. Transactions of Information Processing Society of Japan 48(8) (2007) [2] Ju, W., Bonanni, L., Fletcher, R., Hurwitz, R., Judd, T., Post, R., Reynolds, M., Yoon, J.: Origami desk: Integrating technological innovationand human-centric design. Proceedings of the 4th Conference on Designing Interactive Systems (2002)

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

PCB Origami: A Material-Based Design Approach to Computer-Aided Foldable Electronic Devices

PCB Origami: A Material-Based Design Approach to Computer-Aided Foldable Electronic Devices PCB Origami: A Material-Based Design Approach to Computer-Aided Foldable Electronic Devices Yoav Sterman Mediated Matter Group Media Lab Massachusetts institute of Technology Cambridge, Massachusetts,

More information

Recognizing Words in Scenes with a Head-Mounted Eye-Tracker

Recognizing Words in Scenes with a Head-Mounted Eye-Tracker Recognizing Words in Scenes with a Head-Mounted Eye-Tracker Takuya Kobayashi, Takumi Toyama, Faisal Shafait, Masakazu Iwamura, Koichi Kise and Andreas Dengel Graduate School of Engineering Osaka Prefecture

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

Method for Real Time Text Extraction of Digital Manga Comic

Method for Real Time Text Extraction of Digital Manga Comic Method for Real Time Text Extraction of Digital Manga Comic Kohei Arai Information Science Department Saga University Saga, 840-0027, Japan Herman Tolle Software Engineering Department Brawijaya University

More information

Intelligent Traffic Sign Detector: Adaptive Learning Based on Online Gathering of Training Samples

Intelligent Traffic Sign Detector: Adaptive Learning Based on Online Gathering of Training Samples 2011 IEEE Intelligent Vehicles Symposium (IV) Baden-Baden, Germany, June 5-9, 2011 Intelligent Traffic Sign Detector: Adaptive Learning Based on Online Gathering of Training Samples Daisuke Deguchi, Mitsunori

More information

A Virtual Environments Editor for Driving Scenes

A Virtual Environments Editor for Driving Scenes A Virtual Environments Editor for Driving Scenes Ronald R. Mourant and Sophia-Katerina Marangos Virtual Environments Laboratory, 334 Snell Engineering Center Northeastern University, Boston, MA 02115 USA

More information

Real-time Reconstruction of Wide-Angle Images from Past Image-Frames with Adaptive Depth Models

Real-time Reconstruction of Wide-Angle Images from Past Image-Frames with Adaptive Depth Models Real-time Reconstruction of Wide-Angle Images from Past Image-Frames with Adaptive Depth Models Kenji Honda, Naoki Hashinoto, Makoto Sato Precision and Intelligence Laboratory, Tokyo Institute of Technology

More information

THE FOLDED SHAPE RESTORATION AND THE RENDERING METHOD OF ORIGAMI FROM THE CREASE PATTERN

THE FOLDED SHAPE RESTORATION AND THE RENDERING METHOD OF ORIGAMI FROM THE CREASE PATTERN PROCEEDINGS 13th INTERNATIONAL CONFERENCE ON GEOMETRY AND GRAPHICS August 4-8, 2008, Dresden (Germany) ISBN: 978-3-86780-042-6 THE FOLDED SHAPE RESTORATION AND THE RENDERING METHOD OF ORIGAMI FROM THE

More information

Learning Behaviors for Environment Modeling by Genetic Algorithm

Learning Behaviors for Environment Modeling by Genetic Algorithm Learning Behaviors for Environment Modeling by Genetic Algorithm Seiji Yamada Department of Computational Intelligence and Systems Science Interdisciplinary Graduate School of Science and Engineering Tokyo

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

Smart Kitchen: A User Centric Cooking Support System

Smart Kitchen: A User Centric Cooking Support System Smart Kitchen: A User Centric Cooking Support System Atsushi HASHIMOTO Naoyuki MORI Takuya FUNATOMI Yoko YAMAKATA Koh KAKUSHO Michihiko MINOH {a hasimoto/mori/funatomi/kakusho/minoh}@mm.media.kyoto-u.ac.jp

More information

Driver Assistance for "Keeping Hands on the Wheel and Eyes on the Road"

Driver Assistance for Keeping Hands on the Wheel and Eyes on the Road ICVES 2009 Driver Assistance for "Keeping Hands on the Wheel and Eyes on the Road" Cuong Tran and Mohan Manubhai Trivedi Laboratory for Intelligent and Safe Automobiles (LISA) University of California

More information

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

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

More information

An improved strategy for solving Sudoku by sparse optimization methods

An improved strategy for solving Sudoku by sparse optimization methods An improved strategy for solving Sudoku by sparse optimization methods Yuchao Tang, Zhenggang Wu 2, Chuanxi Zhu. Department of Mathematics, Nanchang University, Nanchang 33003, P.R. China 2. School of

More information

Real-Time Face Detection and Tracking for High Resolution Smart Camera System

Real-Time Face Detection and Tracking for High Resolution Smart Camera System Digital Image Computing Techniques and Applications Real-Time Face Detection and Tracking for High Resolution Smart Camera System Y. M. Mustafah a,b, T. Shan a, A. W. Azman a,b, A. Bigdeli a, B. C. Lovell

More information

Interaction rule learning with a human partner based on an imitation faculty with a simple visuo-motor mapping

Interaction rule learning with a human partner based on an imitation faculty with a simple visuo-motor mapping Robotics and Autonomous Systems 54 (2006) 414 418 www.elsevier.com/locate/robot Interaction rule learning with a human partner based on an imitation faculty with a simple visuo-motor mapping Masaki Ogino

More information

MAV-ID card processing using camera images

MAV-ID card processing using camera images EE 5359 MULTIMEDIA PROCESSING SPRING 2013 PROJECT PROPOSAL MAV-ID card processing using camera images Under guidance of DR K R RAO DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY OF TEXAS AT ARLINGTON

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

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Peter Andreas Entschev and Hugo Vieira Neto Graduate School of Electrical Engineering and Applied Computer Science Federal

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

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

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments , pp.32-36 http://dx.doi.org/10.14257/astl.2016.129.07 Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments Viet Dung Do 1 and Dong-Min Woo 1 1 Department of

More information

A Vehicle Speed Measurement System for Nighttime with Camera

A Vehicle Speed Measurement System for Nighttime with Camera Proceedings of the 2nd International Conference on Industrial Application Engineering 2014 A Vehicle Speed Measurement System for Nighttime with Camera Yuji Goda a,*, Lifeng Zhang a,#, Seiichi Serikawa

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

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

More information

Toward an Augmented Reality System for Violin Learning Support

Toward an Augmented Reality System for Violin Learning Support Toward an Augmented Reality System for Violin Learning Support Hiroyuki Shiino, François de Sorbier, and Hideo Saito Graduate School of Science and Technology, Keio University, Yokohama, Japan {shiino,fdesorbi,saito}@hvrl.ics.keio.ac.jp

More information

COMPUTER. 1. PURPOSE OF THE COURSE Refer to each sub-course.

COMPUTER. 1. PURPOSE OF THE COURSE Refer to each sub-course. COMPUTER 1. PURPOSE OF THE COURSE Refer to each sub-course. 2. TRAINING PROGRAM (1)General Orientation and Japanese Language Program The General Orientation and Japanese Program are organized at the Chubu

More information

UM-Based Image Enhancement in Low-Light Situations

UM-Based Image Enhancement in Low-Light Situations UM-Based Image Enhancement in Low-Light Situations SHWU-HUEY YEN * CHUN-HSIEN LIN HWEI-JEN LIN JUI-CHEN CHIEN Department of Computer Science and Information Engineering Tamkang University, 151 Ying-chuan

More information

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

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

More information

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

Annotation Overlay with a Wearable Computer Using Augmented Reality

Annotation Overlay with a Wearable Computer Using Augmented Reality Annotation Overlay with a Wearable Computer Using Augmented Reality Ryuhei Tenmokuy, Masayuki Kanbara y, Naokazu Yokoya yand Haruo Takemura z 1 Graduate School of Information Science, Nara Institute of

More information

Automatic Electricity Meter Reading Based on Image Processing

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

More information

Multi-task Learning of Dish Detection and Calorie Estimation

Multi-task Learning of Dish Detection and Calorie Estimation Multi-task Learning of Dish Detection and Calorie Estimation Department of Informatics, The University of Electro-Communications, Tokyo 1-5-1 Chofugaoka, Chofu-shi, Tokyo 182-8585 JAPAN ABSTRACT In recent

More information

Flexible Cooperation between Human and Robot by interpreting Human Intention from Gaze Information

Flexible Cooperation between Human and Robot by interpreting Human Intention from Gaze Information Proceedings of 2004 IEEE/RSJ International Conference on Intelligent Robots and Systems September 28 - October 2, 2004, Sendai, Japan Flexible Cooperation between Human and Robot by interpreting Human

More information

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS Ming XING and Wushan CHENG College of Mechanical Engineering, Shanghai University of Engineering Science,

More information

A STUDY ON DESIGN SUPPORT FOR CONSTRUCTING MACHINE-MAINTENANCE TRAINING SYSTEM BY USING VIRTUAL REALITY TECHNOLOGY

A STUDY ON DESIGN SUPPORT FOR CONSTRUCTING MACHINE-MAINTENANCE TRAINING SYSTEM BY USING VIRTUAL REALITY TECHNOLOGY A STUDY ON DESIGN SUPPORT FOR CONSTRUCTING MACHINE-MAINTENANCE TRAINING SYSTEM BY USING VIRTUAL REALITY TECHNOLOGY H. ISHII, T. TEZUKA and H. YOSHIKAWA Graduate School of Energy Science, Kyoto University,

More information

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL Darko Martinovikj Nevena Ackovska Faculty of Computer Science and Engineering Skopje, R. Macedonia ABSTRACT Despite the fact that there are different

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

Real Time Word to Picture Translation for Chinese Restaurant Menus

Real Time Word to Picture Translation for Chinese Restaurant Menus Real Time Word to Picture Translation for Chinese Restaurant Menus Michelle Jin, Ling Xiao Wang, Boyang Zhang Email: mzjin12, lx2wang, boyangz @stanford.edu EE268 Project Report, Spring 2014 Abstract--We

More information

HMM-based Error Recovery of Dance Step Selection for Dance Partner Robot

HMM-based Error Recovery of Dance Step Selection for Dance Partner Robot 27 IEEE International Conference on Robotics and Automation Roma, Italy, 1-14 April 27 ThA4.3 HMM-based Error Recovery of Dance Step Selection for Dance Partner Robot Takahiro Takeda, Yasuhisa Hirata,

More information

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

More information

An Efficient Method for Vehicle License Plate Detection in Complex Scenes

An Efficient Method for Vehicle License Plate Detection in Complex Scenes Circuits and Systems, 011,, 30-35 doi:10.436/cs.011.4044 Published Online October 011 (http://.scirp.org/journal/cs) An Efficient Method for Vehicle License Plate Detection in Complex Scenes Abstract Mahmood

More information

The Mathematics of Pleated Folding

The Mathematics of Pleated Folding The Mathematics of Pleated Folding Yutaka Nishiyama Department of Business Information, Faculty of Information Management, Osaka University of Economics, 2, Osumi Higashiyodogawa Osaka, 533-8533, Japan

More information

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

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

More information

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

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

Homeostasis Lighting Control System Using a Sensor Agent Robot

Homeostasis Lighting Control System Using a Sensor Agent Robot Intelligent Control and Automation, 2013, 4, 138-153 http://dx.doi.org/10.4236/ica.2013.42019 Published Online May 2013 (http://www.scirp.org/journal/ica) Homeostasis Lighting Control System Using a Sensor

More information

The Hand Gesture Recognition System Using Depth Camera

The Hand Gesture Recognition System Using Depth Camera The Hand Gesture Recognition System Using Depth Camera Ahn,Yang-Keun VR/AR Research Center Korea Electronics Technology Institute Seoul, Republic of Korea e-mail: ykahn@keti.re.kr Park,Young-Choong VR/AR

More information

Mobile Interaction with the Real World

Mobile Interaction with the Real World Andreas Zimmermann, Niels Henze, Xavier Righetti and Enrico Rukzio (Eds.) Mobile Interaction with the Real World Workshop in conjunction with MobileHCI 2009 BIS-Verlag der Carl von Ossietzky Universität

More information

Shuffle Traveling of Humanoid Robots

Shuffle Traveling of Humanoid Robots Shuffle Traveling of Humanoid Robots Masanao Koeda, Masayuki Ueno, and Takayuki Serizawa Abstract Recently, many researchers have been studying methods for the stepless slip motion of humanoid robots.

More information

Privacy-Protected Camera for the Sensing Web

Privacy-Protected Camera for the Sensing Web Privacy-Protected Camera for the Sensing Web Ikuhisa Mitsugami 1, Masayuki Mukunoki 2, Yasutomo Kawanishi 2, Hironori Hattori 2, and Michihiko Minoh 2 1 Osaka University, 8-1, Mihogaoka, Ibaraki, Osaka

More information

3D-Position Estimation for Hand Gesture Interface Using a Single Camera

3D-Position Estimation for Hand Gesture Interface Using a Single Camera 3D-Position Estimation for Hand Gesture Interface Using a Single Camera Seung-Hwan Choi, Ji-Hyeong Han, and Jong-Hwan Kim Department of Electrical Engineering, KAIST, Gusung-Dong, Yusung-Gu, Daejeon, Republic

More information

2 About Pressure Sensing Pressure sensing is a mechanism which detects input in the interface of which inputs are sense of touch. Although the example

2 About Pressure Sensing Pressure sensing is a mechanism which detects input in the interface of which inputs are sense of touch. Although the example A Framework of FTIR Table Pressure Sensing for Simulation of Art Performance Masahiro Ura * Nagoya University Masashi Yamada Mamoru Endo Shinya Miyazaki Chukyo University Takami Yasuda Nagoya University

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

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

Applicability and Improvement of Underwater Video Mosaic System using AUV

Applicability and Improvement of Underwater Video Mosaic System using AUV Applicability and Improvement of Underwater Video Mosaic System using AUV Hiroshi Sakai 1), Toshinari Tanaka 1), Satomi Ohata 2), Makoto Ishitsuka 2), Kazuo Ishii 2), Tamaki Ura 3) 1) Port and Airport

More information

A Data-Embedding Pen

A Data-Embedding Pen A Data-Embedding Pen Seiichi Uchida Λ, Kazuhiro Tanaka Λ, Masakazu Iwamura ΛΛ, Shinichiro Omachi ΛΛΛ, Koichi Kise ΛΛ Λ Kyushu University, Fukuoka, Japan. ΛΛ Osaka Prefecture University, Osaka, Japan. ΛΛΛ

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

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

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

Move Evaluation Tree System

Move Evaluation Tree System Move Evaluation Tree System Hiroto Yoshii hiroto-yoshii@mrj.biglobe.ne.jp Abstract This paper discloses a system that evaluates moves in Go. The system Move Evaluation Tree System (METS) introduces a tree

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

Simulation of a mobile robot navigation system

Simulation of a mobile robot navigation system Edith Cowan University Research Online ECU Publications 2011 2011 Simulation of a mobile robot navigation system Ahmed Khusheef Edith Cowan University Ganesh Kothapalli Edith Cowan University Majid Tolouei

More information

THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION

THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION Aufa Zin, Kamarul Hawari and Norliana Khamisan Faculty of Electrical and Electronics Engineering, Universiti Malaysia Pahang, Pekan,

More information

Silhouettell: Awareness Support for Real-World Encounter

Silhouettell: Awareness Support for Real-World Encounter In Toru Ishida Ed., Community Computing and Support Systems, Lecture Notes in Computer Science 1519, Springer-Verlag, pp. 317-330, 1998. Silhouettell: Awareness Support for Real-World Encounter Masayuki

More information

Motion Blur Perception in Various Conditions of Presented Edge

Motion Blur Perception in Various Conditions of Presented Edge Motion Blur Perception in Various Conditions of Presented Edge Shinji Nakagawa a, Toshiya Nakaguchi b, Norimichi Tsumura b and Yoichi Miyake c,b a Graduate School of Science and Technology, Chiba University;

More information

Photogrammetric System using Visible Light Communication

Photogrammetric System using Visible Light Communication Photogrammetric System using Visible Light Communication Hideaki Uchiyama, Masaki Yoshino, Hideo Saito and Masao Nakagawa School of Science for Open and Environmental Systems, Keio University, Japan Email:

More information

Development of Video Chat System Based on Space Sharing and Haptic Communication

Development of Video Chat System Based on Space Sharing and Haptic Communication Sensors and Materials, Vol. 30, No. 7 (2018) 1427 1435 MYU Tokyo 1427 S & M 1597 Development of Video Chat System Based on Space Sharing and Haptic Communication Takahiro Hayashi 1* and Keisuke Suzuki

More information

Watermarking patient data in encrypted medical images

Watermarking patient data in encrypted medical images Sādhanā Vol. 37, Part 6, December 2012, pp. 723 729. c Indian Academy of Sciences Watermarking patient data in encrypted medical images 1. Introduction A LAVANYA and V NATARAJAN Department of Instrumentation

More information

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Keshav Thakur 1, Er Pooja Gupta 2,Dr.Kuldip Pahwa 3, 1,M.Tech Final Year Student, Deptt. of ECE, MMU Ambala,

More information

A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas

A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas IJCSNS International Journal of Computer Science and Network Security, VO.6 No.10, October 2006 3 A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas

More information

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Jaya Gupta, Prof. Supriya Agrawal Computer Engineering Department, SVKM s NMIMS University

More information

Available online at ScienceDirect. Ehsan Golkar*, Anton Satria Prabuwono

Available online at   ScienceDirect. Ehsan Golkar*, Anton Satria Prabuwono Available online at www.sciencedirect.com ScienceDirect Procedia Technology 11 ( 2013 ) 771 777 The 4th International Conference on Electrical Engineering and Informatics (ICEEI 2013) Vision Based Length

More information

Rearrangement task realization by multiple mobile robots with efficient calculation of task constraints

Rearrangement task realization by multiple mobile robots with efficient calculation of task constraints 2007 IEEE International Conference on Robotics and Automation Roma, Italy, 10-14 April 2007 WeA1.2 Rearrangement task realization by multiple mobile robots with efficient calculation of task constraints

More information

Direct measurements of propagation delay of single-flux-quantum circuits by time-to-digital converters

Direct measurements of propagation delay of single-flux-quantum circuits by time-to-digital converters Direct measurements of propagation delay of single-flux-quantum circuits by time-to-digital converters Kazunori Nakamiya 1a), Nobuyuki Yoshikawa 1, Akira Fujimaki 2, Hirotaka Terai 3, and Yoshihito Hashimoto

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

Affordance based Human Motion Synthesizing System

Affordance based Human Motion Synthesizing System Affordance based Human Motion Synthesizing System H. Ishii, N. Ichiguchi, D. Komaki, H. Shimoda and H. Yoshikawa Graduate School of Energy Science Kyoto University Uji-shi, Kyoto, 611-0011, Japan Abstract

More information

ENVELOPE REQUIREMENT VERSUS PRINCIPLE OF INDEPENDENCY

ENVELOPE REQUIREMENT VERSUS PRINCIPLE OF INDEPENDENCY ENVELOPE REQUIREMENT VERSUS PRINCIPLE OF INDEPENDENCY Carmen SIMION, Ioan BONDREA University "Lucian Blaga" of Sibiu, Faculty of Engineering Hermann Oberth, e-mail:carmen.simion@ulbsibiu.ro, ioan.bondrea@ulbsibiu.ro

More information

A Study on Developing Image Processing for Smart Traffic Supporting System Based on AR

A Study on Developing Image Processing for Smart Traffic Supporting System Based on AR Proceedings of the 2 nd World Congress on Civil, Structural, and Environmental Engineering (CSEE 17) Barcelona, Spain April 2 4, 2017 Paper No. ICTE 111 ISSN: 2371-5294 DOI: 10.11159/icte17.111 A Study

More information

Yue Bao Graduate School of Engineering, Tokyo City University

Yue Bao Graduate School of Engineering, Tokyo City University World of Computer Science and Information Technology Journal (WCSIT) ISSN: 2221-0741 Vol. 8, No. 1, 1-6, 2018 Crack Detection on Concrete Surfaces Using V-shaped Features Yoshihiro Sato Graduate School

More information

Facial Caricaturing Robot COOPER in EXPO 2005

Facial Caricaturing Robot COOPER in EXPO 2005 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

More information

Compression Method for High Dynamic Range Intensity to Improve SAR Image Visibility

Compression Method for High Dynamic Range Intensity to Improve SAR Image Visibility Compression Method for High Dynamic Range Intensity to Improve SAR Image Visibility Satoshi Hisanaga, Koji Wakimoto and Koji Okamura Abstract It is possible to interpret the shape of buildings based on

More information

Improvement of Accuracy in Remote Gaze Detection for User Wearing Eyeglasses Using Relative Position Between Centers of Pupil and Corneal Sphere

Improvement of Accuracy in Remote Gaze Detection for User Wearing Eyeglasses Using Relative Position Between Centers of Pupil and Corneal Sphere Improvement of Accuracy in Remote Gaze Detection for User Wearing Eyeglasses Using Relative Position Between Centers of Pupil and Corneal Sphere Kiyotaka Fukumoto (&), Takumi Tsuzuki, and Yoshinobu Ebisawa

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

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

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS Nuno Sousa Eugénio Oliveira Faculdade de Egenharia da Universidade do Porto, Portugal Abstract: This paper describes a platform that enables

More information

OPEN CV BASED AUTONOMOUS RC-CAR

OPEN CV BASED AUTONOMOUS RC-CAR OPEN CV BASED AUTONOMOUS RC-CAR B. Sabitha 1, K. Akila 2, S.Krishna Kumar 3, D.Mohan 4, P.Nisanth 5 1,2 Faculty, Department of Mechatronics Engineering, Kumaraguru College of Technology, Coimbatore, India

More information

A Robust Neural Robot Navigation Using a Combination of Deliberative and Reactive Control Architectures

A Robust Neural Robot Navigation Using a Combination of Deliberative and Reactive Control Architectures A Robust Neural Robot Navigation Using a Combination of Deliberative and Reactive Control Architectures D.M. Rojas Castro, A. Revel and M. Ménard * Laboratory of Informatics, Image and Interaction (L3I)

More information

Hand Gesture Recognition System for Daily Information Retrieval Swapnil V.Ghorpade 1, Sagar A.Patil 2,Amol B.Gore 3, Govind A.

Hand Gesture Recognition System for Daily Information Retrieval Swapnil V.Ghorpade 1, Sagar A.Patil 2,Amol B.Gore 3, Govind A. Hand Gesture Recognition System for Daily Information Retrieval Swapnil V.Ghorpade 1, Sagar A.Patil 2,Amol B.Gore 3, Govind A.Pawar 4 Student, Dept. of Computer Engineering, SCS College of Engineering,

More information

Demosaicing Algorithm for Color Filter Arrays Based on SVMs

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

More information

Feasibility Tests for Visible Light Communication Scheme with Various LEDs

Feasibility Tests for Visible Light Communication Scheme with Various LEDs Feasibility Tests for Visible Light Communication Scheme with Various LEDs Dongsung Kim, Hoyeon Jung, Chungjo Yu, Dongjun Seo, Biao Zhou, Youngok Kim Department of Electronics Engineering, Kwangwoon University,

More information

A camera controlling method for lecture archive

A camera controlling method for lecture archive A camera controlling method for lecture archive NISHIGUHI Satoshi Kyoto University Graduate School of Law, Kyoto University nishigu@mm.media.kyoto-u.ac.jp MINOH Michihiko enter for Information and Multimedia

More information

FOCAL LENGTH CHANGE COMPENSATION FOR MONOCULAR SLAM

FOCAL LENGTH CHANGE COMPENSATION FOR MONOCULAR SLAM FOCAL LENGTH CHANGE COMPENSATION FOR MONOCULAR SLAM Takafumi Taketomi Nara Institute of Science and Technology, Japan Janne Heikkilä University of Oulu, Finland ABSTRACT In this paper, we propose a method

More information

Enabling Cursor Control Using on Pinch Gesture Recognition

Enabling Cursor Control Using on Pinch Gesture Recognition Enabling Cursor Control Using on Pinch Gesture Recognition Benjamin Baldus Debra Lauterbach Juan Lizarraga October 5, 2007 Abstract In this project we expect to develop a machine-user interface based on

More information

A new seal verification for Chinese color seal

A new seal verification for Chinese color seal Edith Cowan University Research Online ECU Publications 2011 2011 A new seal verification for Chinese color seal Zhihu Huang Jinsong Leng Edith Cowan University 10.4028/www.scientific.net/AMM.58-60.2558

More information

Robot Task-Level Programming Language and Simulation

Robot Task-Level Programming Language and Simulation Robot Task-Level Programming Language and Simulation M. Samaka Abstract This paper presents the development of a software application for Off-line robot task programming and simulation. Such application

More information

Wheeler-Classified Vehicle Detection System using CCTV Cameras

Wheeler-Classified Vehicle Detection System using CCTV Cameras Wheeler-Classified Vehicle Detection System using CCTV Cameras Pratishtha Gupta Assistant Professor: Computer Science Banasthali University Jaipur, India G. N. Purohit Professor: Computer Science Banasthali

More information

An Algorithm and Implementation for Image Segmentation

An Algorithm and Implementation for Image Segmentation , pp.125-132 http://dx.doi.org/10.14257/ijsip.2016.9.3.11 An Algorithm and Implementation for Image Segmentation Li Haitao 1 and Li Shengpu 2 1 College of Computer and Information Technology, Shangqiu

More information

Development a File Transfer Application by Handover for 3D Video Communication System in Synchronized AR Space

Development a File Transfer Application by Handover for 3D Video Communication System in Synchronized AR Space Development a File Transfer Application by Handover for 3D Video Communication System in Synchronized AR Space Yuki Fujibayashi and Hiroki Imamura Department of Information Systems Science, Graduate School

More information