Analysis of ARToolKit Fiducial Markers Attributes for Robust Tracking

Size: px
Start display at page:

Download "Analysis of ARToolKit Fiducial Markers Attributes for Robust Tracking"

Transcription

1 1 st International Conference of Recent Trends in Information and Communication Technologies Analysis of ARToolKit Fiducial Markers Attributes for Robust Tracking Ihsan Rabbi 1,2,*, Sehat Ullah 1, Muhammad Javed 2,3, Kartinah Zen 3 1 Department of Computer Science and IT, University of Malakand, Pakistan 2 Institute of Engineering and Computing Sciences, University of Science and Technology, Bannu, Pakistan 3 Faculty of Computer Sciences and Information Technologies, University Malaysia Sarawak Kuching, Malaysia Abstract The critical challenge in developing augmented reality applications is registration between virtual and real-world objects. This registration needs tracking of video camera position and orientation with respect to the real-world environment. Currently, marker-based tracking technique is the most utilized approach for tracking the camera position and orientation (pose). For the development of augmented reality applications different marker-based tracking toolkits are available. Among these toolkits ARToolKit is most widely used library. This paper analyzes various attributes of ARToolKit markers for more robust tracking. The attributes consist of marker sizes, marker distance from camera, the marker speed, the brightness in environment, the contrast level of lighting, and correlation between marker size and distance. Various experiments were conducted in order to analyze these factors. One can use these findings to design a robust marker-based augmented reality application. Keywords. Augmented reality; marker-based tracking; fiducial maker; ARToolKit. 1 Introduction Augmented Reality (AR) uses computer graphics, image processing and computer vision techniques to enhance the view of real-world by adding digital contents [1]. The users perform real-time interaction with real and virtual object. Augmented reality lies between the virtual world and real world as defined in the Reality- Virtuality Continuum [2] as shown in Fig. 1. Fig. 1. Reality-Virtuality Continuum [2] *Corresponding author: ihsanrabbi@uom.edu.pk IRICT 2014 Proceeding 12 th -14 th September, 2014, Universiti Teknologi Malaysia, Johor, Malaysia

2 Ihsan Rabbi et. al. /IRICT (2014) The above continuum consists of two extremes. At one extreme the complete virtual environment exists and the complete real environment exists at other extreme. Between these two extremes, the augmented virtuality and augmented reality exists. In augmented virtuality, virtual environment is augmented by real object(s) whereas augmented reality refers to add virtual contents to real-world objects. To develop an AR application tracking is the key challenge to be handled. Tracking means that as the user moves while using AR system, the virtual contents must remain aligned with the pose of real-world environment. This correct alignment of virtual information with the real-world environment is registration [3]. In AR applications, tracking is achieved through vision-based or sensor-based techniques. Vision-based tracking uses image based information to estimate the position and orientation of a camera and active sensors are placed in the real-world environment in sensor-based tracking [4]. Vision-based tracking approaches are categorized into marker-based and markerless. In prepared environment, marker-based tracking is widely used technique [5]. Markerless tracking uses feature-based or model-based methods for the calculation of camera pose [6]. It is required to develop fast and accurate tracking system with less efforts, lower costs and minimum changes in the environment [7]. ARToolKit [8] is an open source toolkit for the development of AR applications using marker-based approach. This paper analyzes the different attributes of ARToolKit markers for more robust marker-based tracking. These attributes consist of marker size, marker distance from camera, the marker speed, the brightness in environment, the contrast level of lighting, and correlation between marker size and distance. Experiments were conducted to produce the analysis of these factors. One can use the information achieved to design a robust marker-based augmented reality application. The section 2 elaborates the literature review in the field of marker-based tracking. The experimental design is presented in section 3. In section 4 the results obtained from experiments are explained. The conclusion and future direction are presented in section 5. 2 Literature Review Fiducial markers are placed in real environment for the development of AR applications. As each fiducial marker has a particular pattern inside, therefore the pose calculation relative to real environment is very easy. One should make multiple markers by using different patterns inside each marker. This enables a user to design

3 Ihsan Rabbi et. al. /IRICT (2014) several special markers for tracking the environment inside a huge building [9]. Researchers used marker-based approach for the development AR application of their interest. Some of these systems are as follow: Based on corner coordinates, a marker-based AR tracking [10] is designed to recognize and track unknown markers in real-time. Through this technique the robustness of marker tracking is increased and provides reliable tracking up to long distance. The color information is used for tracking using a mobile phone to detect color-coded markers [11]. Steinbis et al. [12] presented the development of more scalable markers from set of 3D cones. These markers have the capability to be used for tracking in outdoor and indoor environments. The advantage of these markers includes easy segmentation into regions. Maidi et al. [13] enhanced marker tracking accuracy and stability by combining the approaches of extended Kalman filter [14] and analytical method. Another real-time tracking approach [15] is developed having the capability of tracking and estimating 3D pose of weakly textured objects. Tracking-by-detection algorithm is used for tracking individual frame independently [15]. Marker-based tracking failure occurs when a user views the marker plane through a significantly oblique angle. To solve this problem, the method of samples modeling and reconstruction is used on markers. For the correction of marker template, linear filter method is used for correct pose estimation [16]. Seo et al. [17] provide proper solution to the key challenges in marker-based tracking i.e jitter and marker occlusion. The ARToolKit library is analyzed by researchers to enhance the marker-based tracking capabilities. Malbezin et al. [18] analyzed the marker tracking accuracy over long distance using ARToolKit library. They concluded that as the distance between marker and camera increases, more marker tracking errors are produced. Zhang et al. [19] evaluated different marker-based toolkits having fiducial markers in square shape. The evaluation parameters are marker reliability, usability, accuracy and efficiency for these toolkits. Abawi et al.[20] discovered the relationship between marker tracking accuracy and the marker distance from camera along with the rotation angle between camera and marker using ARToolKit. Rabbi et al. [21] extended the functionality of ARToolKit to unprepared environments. The primary motivation behind this work is to find the optimal values of multiple marker attributes to enhance the tracking functionality of marker-based systems. The marker attributes include marker sizes, marker distance from camera, the marker speed, the brightness in environment, the contrast level of lighting, and correlation between marker size and distance. Multiple experiments are performed for analyzing

4 Ihsan Rabbi et. al. /IRICT (2014) each attribute. One can easily use these information achieved through our analysis to design a robust marker-based augmented reality application. 3 Experimental Design We use ARToolKit library to analyze the tracking performance of a single marker. The experiments consist of analyzing different attributes of markers 3.1 Experimental Protocol The experiments are based on the analysis of each attribute. For each attribute a different experimental setup is designed. Each experiment is performed using the following setting: 1. For marker size the sample1 marker of different sizes is taken. The size ranges from 8 8 pixels to pixels. These markers are placed at the distance of one meter from the camera to be tracked. 2. To analyze the effect of distance (between marker and camera) on marker tracking, a pixels marker is placed at different distances. 3. For marker speed analysis, the speed along each axis is analyzed individually. The marker is pasted on hardboard containing a movable channel. The channel is freely movable along x-axis, y-axis and z-axis. The channel is moved along each axis individually. 4. After analyzing the marker size and marker distance individually, their correlation is analyzed. For this purpose different marker sizes are tracked at different distances from the camera. 5. The effect of environmental brightness level and lighting contrast are analyzed using pixel marker placed at one meter distance from the camera. The above experiments were performed by using Sony VAIO corei5 laptop having 2.4GHZ processor and 4GB RAM. A webcam having a resolution of pixels with NVIDA graphics card are used. 3.2 Experiments We performed a number of experiments to test each attribute of fiducial marker using ARToolKit Library. Separate modules are designed for individual attributes. Marker tracking errors are saved in text files for analysis. We performed the following experiments:

5 Ihsan Rabbi et. al. /IRICT (2014) The first experiment focuses on the tracking of markers having different sizes. The tracking errors of different marker sizes are recorded. For this purpose, we designed 40 different size markers. The smallest and largest marker sizes are 8 8 pixels and pixels respectively. These markers are pasted on hardboard and are placed in front of camera one by one to perform tracking. The designed module returns the marker size and tracking errors to a text file. For this experiment, we keep the marker distance constant i.e. one meter from camera. 2. In this experiment, the marker tracking distance is analyzed. For this purpose, we designed a module that tracks single marker and calculates the marker distance along with marker tracking errors. We consider a fixed size marker of pixels at different distances. The module gets the marker distance from camera and records their corresponding tracking errors. This information is saved in a text file for analysis. 3. The next experiment is analyzing the effect of marker speed at any direction in front of camera. For this purpose, we take a marker having fixed size of pixels to be tracked at different speed. A module is developed to record the marker speed and marker tracking errors in a text file. We analyze the marker speed along a specific direction. The fixed size marker is pasted on a hardboard. The hardboard is fixed to a movable channel. So the marker tracking errors are recorded along with the marker speed at x-, y- and z-axis. 4. The effect of marker size on marker distance from camera is analyzed in this experiment. A module is developed that records the marker size and marker distance from camera to a text file. The size of marker ranges from 8 8 pixels to pixels. These different markers are tracked through camera from various distances. 5. This experiment is performed to analyze the effect of environmental brightness level and lighting contrast on marker tracking. The brightness level for our experiment ranges from -64 to +64 having default value of zero. The contrast level ranges from 0 to +64 with default value of Experimental Results The data recorded for each attribute is analyzed through SPSS. SPSS Statistics is a software package used for statistical analysis. The analysis of each experiment is given as below: 4.1 Marker Size The experimental data got from marker size experiment is the marker tracking errors on each marker size. This data is analyzed and the result is shown in Fig. 2.

6 Ihsan Rabbi et. al. /IRICT (2014) Fig. 2. Effect of Marker Size on Marker Tracking The marker size is measured in P P pixels and the marker tracking errors ranges from 0 to 1. Here 0 means perfect track while 1 means complete tracking failure. The Fig. 2 indicates that the marker tracking errors increase when very small marker size is placed at one meter distance from camera. As the size of marker is equal or less than pixels and distance between marker and camera is one meter then ARToolKit has no ability to track those small size markers. 4.2 Marker Distance The effect of marker distance on marker tracking is recoded in a text file. The analysis is performed on this data as shown in Fig. 3. Fig. 3. Effect of Marker Distance on Marker Tracking

7 Ihsan Rabbi et. al. /IRICT (2014) Fig. 3 shows the effect of marker tracking while placing a fiducial marker at different distances from camera. The marker distance from camera has great effect on tracking performance. The increase in distance between maker and camera produces blurredness in the scene that causes marker tracking failure. To track a marker from longer distance needs larger marker size. 4.3 Marker Speed The movement of marker in front of camera is performed and the tracking errors are recorded in a text file. This movement is performed in x-, y- and z-axis direction. The motion is given to a marker at different speed to analyze the tracking errors. Each direction data is analyzed individually. Fig. 4 indicates the results produced during marker motion along x-axis, y-axis and z-axis. Fig. 4. Effect of Marker Speed on Marker Tracking along (a) x-axis (b) y-axis (c) z-axis The graph indicates that the movement of marker along y-axis causes more tracking errors than any other axis (Fig. 4 (b)). The errors produced by moving the marker along x-axis are also high as shown in Fig. 4 (a). The slow movement of marker along x-axis and y-axis has no significant effect on tracking process while high speed causes more errors. This high marker motion produces blurredness in scene that causes failure in marker detection. In Fig. 4 (c) the movement of marker at any speed along z-axis produces much smaller errors than any other axis. Therefore moving the marker at any speed away from camera or toward the camera has less effect in tracking performance. Zooming in and zooming out of marker in front of the camera at variety of speed produces less marker tracking errors.

8 Ihsan Rabbi et. al. /IRICT (2014) Correlation between Marker Size and Marker Distance The effect of marker size and marker distance from camera is analyzed and data is recorded. Fig. 5 draws the graph of marker tracking errors for different marker size at different distances. Fig. 5. The Effect of Marker Size and Distance on Marker Tracking Performance The graph presents the parameters of marker distance and its size along with marker tracking errors. The markers with larger size have less effect on marker tracking at different marker distances from camera. Similarly, the smaller marker size produces more tracking errors with longer distance. To track marker robust using ARToolKit at longer distance from camera, a larger size of the marker is to be taken. 4.5 Environmental Brightness Level and Contrast The data obtained from performing experiments on brightness level and contrast are analyzed and reported in Fig. 6. Fig. 6. Marker Tracking at Different (a) Brightness Level (b) Contrast Level

9 Ihsan Rabbi et. al. /IRICT (2014) The graph in fig. 6 (a) indicates the effect of brightness level of environment on marker tracking performance. As the brightness level of the environment is increased from its default level, the marker tracking produces more errors. The decrease of brightness level has no significant effect on marker tracking performance. Fig. 6 (b), indicates that as the contrast level is increased from its default value, the marker tracking errors increased. The better detection is performed at the contrast level of Conclusion and Future Work Fiducial marker attributes of ARToolKit is analyzed in this paper. This analysis leads to find the optimal values for each parameter to perform more robust marker tracking. We considered the attributes of marker sizes, marker distance from camera, the marker speed, the brightness in environment, the contrast level of lighting, and correlation between marker size and distance for our experiments. During each experiment the data about each attribute is recorded in separate files. These recorded data is analyzed through SPSS. We concluded from the analysis that the above marker attributes effects the marker tracking. The summary of each experiment is as below: The smaller marker size produces more errors. The detectible size of marker is pixels or greater. Below to this threshold the marker is not identified by ARToolKit. The longer distance from the camera causes more tracking errors. The movement of marker along y-axis at any speed produces the greater tracking than any other axis. The tracking performance is less affected during the marker movement at z-axis at different speed. When the marker size is larger, then it produces less marker tracking errors at any distance. The smaller marker size produces more tracking errors. The marker size is positively correlated with marker distance from camera. When the brightness level of marker is increased from its default value, it produces higher marker tracking errors. The decrease of environmental brightness level has no significant effect on marker tracking. The higher values of contrast level from the default level produce more marker tracking errors. The lower values of this level do not affect the tracking process. While performing experiments, we investigated that this toolkit produces false detection rate (false positive rate, false negative rate and inter-marker confusion rate). Therefore a procedure is needed to overcome the challenge of marker false detection rate.

10 Ihsan Rabbi et. al. /IRICT (2014) References 1. Siltanen, S. Theory and Applications of Marker-Based Augmented Reality. In: Science, V. (ed.), VTT Technical Research Centre of Finland, Milgram, P., Takemura, H., Utsumi, A. and Kishino, F. "Augmented Reality: A Class of Displays on the Reality-Virtuality Continuum", In: SPIE Proceedings: Telemanipulator and Telepresence Technologies, pp , Azuma, R.T. "A Survey of Augmented Reality. Presence", Teleoperators and Virtual Environments, pp , Yang, P., Wu, W., Moniri, M. and Chibelushi, C.C. "A Sensor-based SLAM Algorithm for Camera Tracking in Virtual Studio", International Journal of Automation and Computing, vol. 05, pp , Shin, D.H. and Dunston, P.S. "Identification of Application Areas for Augmented Reality in Industrial Construction Based on Technology Suitability", Automation in Construction, vol. 17, pp , Comport, A.I., Marchand, E. and Chaumette, F. "A Real-time Tracker for Markerless Augmented Reality", 2nd International Symposium on Mixed and Augmented Reality, (ISMAR 03), pp , Rabbi, I. and Ullah, S. "A Survey on Augmented Reality Challenges and Tracking", Acta Graphica, vol. 24, pp , Fiala, M. "ARTag, An Improved Marker System Based on ARToolkit", National Research Council Canada, Publication Number: NRC: 47419, Naimark, L. and Foxlin, E. "Circular Data Matrix Fiducial System and Robust Image Processing for a Wearable Vision-Inertial Self-Tracker", International Symposium on Mixed and Augmented Reality, (ISMAR '02), pp , Ababsa, F. and Mallem, M. "Robust Camera Pose Estimation using 2D Fiducials Tracking for Real-Time Augmented Reality Systems" International Conference on Virtual-Reality Continuum and its Applications in Industry, pp , Möhring, M., Lessig, C. and Bimber, O. "Video See-Through AR on Consumer Cell Phones", 3rd ISMAR 04, pp , Steinbis, J., Hoff, W. and Vincent, T.L. "3D Fiducials for Scalable AR Visual Tracking", 7 th ISMAR '08, pp , Maidi, M., Didier, J.-Y., Ababsa, F. and Mallem, M. "A Performance Study for Camera Pose Estimation using Visual Marker Based Tracking", Machine Vision and Application, vol. 21, pp , Bishop, G. and Welch, G. "An Introduction to the Kalman Filter", SIGGRAPH, Donoser, M., Kontschieder, P. and Bischof, H. "Robust Planar Target Tracking and Pose Estimation from a Single Concavity", 10 th ISMAR'11, pp. 9-15, Ito, E., Okatani, T. and Deguchi, K. "Accurate and Robust Planar Tracking Based on a Model of Image Sampling and Reconstruction Process", 10 th ISMAR'11, 1-8, Seo, J., Shim, J., Choi, J.H., Park, J. and Han, T.-d. "Enhancing Marker-Based AR Technology Virtual and Mixed Reality", Part I, HCII, LNCS 6773, pp , Malbezin, P., Piekarski, W. and Thomas, B.H. "Measuring ARToolKit Accuracy in Long Distance Tracking Experiments", First ART'02, Zhang, X., Fronz, S. and Navab, N. "Visual Marker Detection and Decoding in AR Systems: A Comparative Study" ISMAR '02, pp Abawi, D.F., Bienwald, J. and Dörner, R. "Accuracy in Optical Tracking with Fiducial Markers: An Accuracy Function for ARToolKit", 3 rd ISMAR'04, Rabbi, I., Ullah, S., Rahman, S.U. and Alam, A. "Extending the Functionality of ARToolKit to Semi Controlled/Uncontrolled Environment", INFORMATION, vol. 17, pp , 2014.

Automatic generation of layered marker for long range augmented reality applications

Automatic generation of layered marker for long range augmented reality applications Kuwait J. Sci. 44 (3) pp. 44-55, 2017 Automatic generation of layered marker for long range augmented reality applications Ihsan Rabbi 1,2,*, Sehat Ullah 1, Dawar Khan 1 1 Dept. of Computer Science and

More information

Localization of Wearable Users Using Invisible Retro-reflective Markers and an IR Camera

Localization of Wearable Users Using Invisible Retro-reflective Markers and an IR Camera Localization of Wearable Users Using Invisible Retro-reflective Markers and an IR Camera Yusuke Nakazato, Masayuki Kanbara and Naokazu Yokoya Graduate School of Information Science, Nara Institute of Science

More information

ARTag, a fiducial marker system using digital techniques

ARTag, a fiducial marker system using digital techniques ARTag, a fiducial marker system using digital techniques Mark Fiala National Research Council of Canada NRC 1200 Montreal RD, Ottawa, Canada K1A-0R6 mark.fiala@nrc-cnrc.gc.ca Abstract Fiducial marker systems

More information

ISMAR 2010 Tracking Competition & Alvar. ScandAR 2010 Alain Boyer Augmented Reality Team VTT Technical Research Centre of Finland

ISMAR 2010 Tracking Competition & Alvar. ScandAR 2010 Alain Boyer Augmented Reality Team VTT Technical Research Centre of Finland ISMAR 2010 Tracking Competition & Alvar ScandAR 2010 Alain Boyer Augmented Reality Team VTT Technical Research Centre of Finland 2 Agenda ISMAR 2010 Tracking Competition Alvar Overview Rules Approach Calibration

More information

Vision-Based Hand Detection for Registration of Virtual Objects in Augmented Reality

Vision-Based Hand Detection for Registration of Virtual Objects in Augmented Reality International Journal of Future Computer and Communication, Vol. 2, No. 5, October 213 Vision-Based Hand Detection for Registration of Virtual Objects in Augmented Reality Kah Pin Ng, Guat Yew Tan, and

More information

Vision-Based Registration for Augmented Reality with Integration of Arbitrary Multiple Planes

Vision-Based Registration for Augmented Reality with Integration of Arbitrary Multiple Planes Vision-Based Registration for Augmented Reality with Integration of Arbitrary Multiple Planes Yuo Uematsu and Hideo Saito Keio University, Dept. of Information and Computer Science, Yoohama, Japan {yu-o,

More information

Outline. Introduction System Overview Camera Calibration Marker Tracking Pose Estimation of Markers Conclusion. Media IC & System Lab Po-Chen Wu 2

Outline. Introduction System Overview Camera Calibration Marker Tracking Pose Estimation of Markers Conclusion. Media IC & System Lab Po-Chen Wu 2 Outline Introduction System Overview Camera Calibration Marker Tracking Pose Estimation of Markers Conclusion Media IC & System Lab Po-Chen Wu 2 Outline Introduction System Overview Camera Calibration

More information

3D Corner Detection from Room Environment Using the Handy Video Camera

3D Corner Detection from Room Environment Using the Handy Video Camera 3D Corner Detection from Room Environment Using the Handy Video Camera Ryo HIROSE, Hideo SAITO and Masaaki MOCHIMARU : Graduated School of Science and Technology, Keio University, Japan {ryo, saito}@ozawa.ics.keio.ac.jp

More information

Estimating Camera Position And Posture by Using Feature Landmark Database

Estimating Camera Position And Posture by Using Feature Landmark Database Estimating Camera Position And Posture by Using Feature Landmark Database Motoko Oe 1, Tomokazu Sato 2 and Naokazu Yokoya 2 1 IBM Japan 2 Nara Institute of Science and Technology, Japan Abstract. Estimating

More information

Magic Mirror and Hand-held and Wearable Augmentations *

Magic Mirror and Hand-held and Wearable Augmentations * Magic Mirror and Hand-held and Wearable Augmentations * Fiala, M. 2007 * presented at IEEE Virtual Reality. 2007. NRC 48811. Copyright 2007 by National Research Council of Canada Permission is granted

More information

Fast Natural Feature Tracking for Mobile Augmented Reality Applications

Fast Natural Feature Tracking for Mobile Augmented Reality Applications Fast Natural Feature Tracking for Mobile Augmented Reality Applications Jong-Seung Park 1, Byeong-Jo Bae 2, and Ramesh Jain 3 1 Dept. of Computer Science & Eng., University of Incheon, Korea 2 Hyundai

More information

Millennium 3 Engineering

Millennium 3 Engineering Millennium 3 Engineering Millennium 3 Engineering Augmented Reality Product Offerings ISMAR 06 Industrial AR Workshop www.mill3eng.com www.artag.net Contact: Mark Fiala mark.fiala@nrc-cnrc.gc.ca mark.fiala@gmail.com

More information

Fingertips Tracking based on Gradient Vector

Fingertips Tracking based on Gradient Vector Int. J. Advance Soft Compu. Appl, Vol. 7, No. 3, November 2015 ISSN 2074-8523 Fingertips Tracking based on Gradient Vector Ahmad Yahya Dawod 1, Md Jan Nordin 1, and Junaidi Abdullah 2 1 Pattern Recognition

More information

An Initialization Tool for Installing Visual Markers in Wearable Augmented Reality

An Initialization Tool for Installing Visual Markers in Wearable Augmented Reality An Initialization Tool for Installing Visual Markers in Wearable Augmented Reality Yusuke Nakazato, Masayuki Kanbara, and Naokazu Yokoya Nara Institute of Science and Technology, 8916 5 Takayama, Ikoma,

More information

Target Marker: A Visual Marker for Long Distances and Detection in Realtime on Mobile Devices

Target Marker: A Visual Marker for Long Distances and Detection in Realtime on Mobile Devices Proceedings of the World Congress on Electrical Engineering and Computer Systems and Science (EECSS 015) Barcelona, Spain, July 13-14, 015 Paper No. 339 Target Marker: A Visual Marker for Long Distances

More information

Procedia - Social and Behavioral Sciences 97 ( 2013 ) Objects tracking from natural features in mobile augmented reality

Procedia - Social and Behavioral Sciences 97 ( 2013 ) Objects tracking from natural features in mobile augmented reality Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 97 ( 2013 ) 753 760 The 9 th International Conference on Cognitive Science Objects tracking from natural

More information

Wide area tracking method for augmented reality supporting nuclear power plant maintenance work

Wide area tracking method for augmented reality supporting nuclear power plant maintenance work Journal of Marine Science and Application, Vol.6, No.1, January 2006, PP***-*** Wide area tracking method for augmented reality supporting nuclear power plant maintenance work ISHII Hirotake 1, YAN Weida

More information

Mobile Augmented Reality

Mobile Augmented Reality Mobile Augmented Reality Wouter Pasman July 5, 2004, Philips ApresLuvo Series Vermelding onderdeel organisatie Ubiquitous Communications Low Latency Mobile Augmented Reality Library Entrance base station

More information

EASY PROJECTOR AND MONOCHROME CAMERA CALIBRATION METHOD USING PLANE BOARD WITH MULTIPLE ENCODED MARKERS

EASY PROJECTOR AND MONOCHROME CAMERA CALIBRATION METHOD USING PLANE BOARD WITH MULTIPLE ENCODED MARKERS EASY PROJECTOR AND MONOCHROME CAMERA CALIBRATION METHOD USING PLANE BOARD WITH MULTIPLE ENCODED MARKERS Tatsuya Hanayama 1 Shota Kiyota 1 Ryo Furukawa 3 Hiroshi Kawasaki 1 1 Faculty of Engineering, Kagoshima

More information

A Stereo Vision-based Mixed Reality System with Natural Feature Point Tracking

A Stereo Vision-based Mixed Reality System with Natural Feature Point Tracking A Stereo Vision-based Mixed Reality System with Natural Feature Point Tracking Masayuki Kanbara y, Hirofumi Fujii z, Haruo Takemura y and Naokazu Yokoya y ygraduate School of Information Science, Nara

More information

Occlusion Detection of Real Objects using Contour Based Stereo Matching

Occlusion Detection of Real Objects using Contour Based Stereo Matching Occlusion Detection of Real Objects using Contour Based Stereo Matching Kenichi Hayashi, Hirokazu Kato, Shogo Nishida Graduate School of Engineering Science, Osaka University,1-3 Machikaneyama-cho, Toyonaka,

More information

AUGMENTED REALITY AS A METHOD FOR EXPANDED PRESENTATION OF OBJECTS OF DIGITIZED HERITAGE. Alexander Kolev, Dimo Dimov

AUGMENTED REALITY AS A METHOD FOR EXPANDED PRESENTATION OF OBJECTS OF DIGITIZED HERITAGE. Alexander Kolev, Dimo Dimov Serdica J. Computing 8 (2014), No 4, 355 362 Serdica Journal of Computing Bulgarian Academy of Sciences Institute of Mathematics and Informatics AUGMENTED REALITY AS A METHOD FOR EXPANDED PRESENTATION

More information

Augmented Reality VU. Computer Vision 3D Registration (2) Prof. Vincent Lepetit

Augmented Reality VU. Computer Vision 3D Registration (2) Prof. Vincent Lepetit Augmented Reality VU Computer Vision 3D Registration (2) Prof. Vincent Lepetit Feature Point-Based 3D Tracking Feature Points for 3D Tracking Much less ambiguous than edges; Point-to-point reprojection

More information

Real-time target tracking using a Pan and Tilt platform

Real-time target tracking using a Pan and Tilt platform Real-time target tracking using a Pan and Tilt platform Moulay A. Akhloufi Abstract In recent years, we see an increase of interest for efficient tracking systems in surveillance applications. Many of

More information

Development of an Augmented Reality System for Plant Maintenance Support

Development of an Augmented Reality System for Plant Maintenance Support Development of an Augmented Reality System for Plant Maintenance Support Hirotake Ishii, Koji Matsui, Misa Kawauchi, Hiroshi Shimoda and Hidekazu Yoshikawa Graduate School of Energy Science, Kyoto University

More information

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

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

More information

Improvement of Accuracy for 2D Marker-Based Tracking Using Particle Filter

Improvement of Accuracy for 2D Marker-Based Tracking Using Particle Filter 17th International Conference on Artificial Reality and Telexistence 2007 Improvement of Accuracy for 2D Marker-Based Tracking Using Particle Filter Yuko Uematsu Hideo Saito Keio University 3-14-1 Hiyoshi,

More information

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg Human Detection A state-of-the-art survey Mohammad Dorgham University of Hamburg Presentation outline Motivation Applications Overview of approaches (categorized) Approaches details References Motivation

More information

AR Cultural Heritage Reconstruction Based on Feature Landmark Database Constructed by Using Omnidirectional Range Sensor

AR Cultural Heritage Reconstruction Based on Feature Landmark Database Constructed by Using Omnidirectional Range Sensor AR Cultural Heritage Reconstruction Based on Feature Landmark Database Constructed by Using Omnidirectional Range Sensor Takafumi Taketomi, Tomokazu Sato, and Naokazu Yokoya Graduate School of Information

More information

Research Article An Innovative Direct-Interaction-Enabled Augmented-Reality 3D System

Research Article An Innovative Direct-Interaction-Enabled Augmented-Reality 3D System Mathematical Problems in Engineering Volume 2013, Article ID 984509, 4 pages http://dx.doi.org/10.1155/2013/984509 Research Article An Innovative Direct-Interaction-Enabled Augmented-Reality 3D System

More information

Overview. Augmented reality and applications Marker-based augmented reality. Camera model. Binary markers Textured planar markers

Overview. Augmented reality and applications Marker-based augmented reality. Camera model. Binary markers Textured planar markers Augmented reality Overview Augmented reality and applications Marker-based augmented reality Binary markers Textured planar markers Camera model Homography Direct Linear Transformation What is augmented

More information

Product information. Hi-Tech Electronics Pte Ltd

Product information. Hi-Tech Electronics Pte Ltd Product information Introduction TEMA Motion is the world leading software for advanced motion analysis. Starting with digital image sequences the operator uses TEMA Motion to track objects in images,

More information

High-speed Three-dimensional Mapping by Direct Estimation of a Small Motion Using Range Images

High-speed Three-dimensional Mapping by Direct Estimation of a Small Motion Using Range Images MECATRONICS - REM 2016 June 15-17, 2016 High-speed Three-dimensional Mapping by Direct Estimation of a Small Motion Using Range Images Shinta Nozaki and Masashi Kimura School of Science and Engineering

More information

An Augmented Reality Based User Interface Model for Full Body Interaction using Monocular 3D Pose Estimation

An Augmented Reality Based User Interface Model for Full Body Interaction using Monocular 3D Pose Estimation An Augmented Reality Based User Interface Model for Full Body Interaction using Monocular 3D Pose Estimation Azfar Bin Tomi, Dayang Rohaya Awang Rambli Computer and Information Sciences Department Universiti

More information

Optimized Methodologies for Augmented Reality Markers Based Localization

Optimized Methodologies for Augmented Reality Markers Based Localization Proceedings of the 214 IEEE International Conference on Robotics and Biomimetics December 5-1, 214, Bali, Indonesia Optimized Methodologies for Augmented Reality Markers Based Localization Wing Kwong Chung,

More information

An Approach for Real Time Moving Object Extraction based on Edge Region Determination

An Approach for Real Time Moving Object Extraction based on Edge Region Determination An Approach for Real Time Moving Object Extraction based on Edge Region Determination Sabrina Hoque Tuli Department of Computer Science and Engineering, Chittagong University of Engineering and Technology,

More information

Measurement of Pedestrian Groups Using Subtraction Stereo

Measurement of Pedestrian Groups Using Subtraction Stereo Measurement of Pedestrian Groups Using Subtraction Stereo Kenji Terabayashi, Yuki Hashimoto, and Kazunori Umeda Chuo University / CREST, JST, 1-13-27 Kasuga, Bunkyo-ku, Tokyo 112-8551, Japan terabayashi@mech.chuo-u.ac.jp

More information

Robot Localization based on Geo-referenced Images and G raphic Methods

Robot Localization based on Geo-referenced Images and G raphic Methods Robot Localization based on Geo-referenced Images and G raphic Methods Sid Ahmed Berrabah Mechanical Department, Royal Military School, Belgium, sidahmed.berrabah@rma.ac.be Janusz Bedkowski, Łukasz Lubasiński,

More information

Augmenting Reality, Naturally:

Augmenting Reality, Naturally: Augmenting Reality, Naturally: Scene Modelling, Recognition and Tracking with Invariant Image Features by Iryna Gordon in collaboration with David G. Lowe Laboratory for Computational Intelligence Department

More information

Interactive Collision Detection for Engineering Plants based on Large-Scale Point-Clouds

Interactive Collision Detection for Engineering Plants based on Large-Scale Point-Clouds 1 Interactive Collision Detection for Engineering Plants based on Large-Scale Point-Clouds Takeru Niwa 1 and Hiroshi Masuda 2 1 The University of Electro-Communications, takeru.niwa@uec.ac.jp 2 The University

More information

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Ham Rara, Shireen Elhabian, Asem Ali University of Louisville Louisville, KY {hmrara01,syelha01,amali003}@louisville.edu Mike Miller,

More information

Flexible Calibration of a Portable Structured Light System through Surface Plane

Flexible Calibration of a Portable Structured Light System through Surface Plane Vol. 34, No. 11 ACTA AUTOMATICA SINICA November, 2008 Flexible Calibration of a Portable Structured Light System through Surface Plane GAO Wei 1 WANG Liang 1 HU Zhan-Yi 1 Abstract For a portable structured

More information

Single Camera Calibration

Single Camera Calibration Single Camera Calibration using Partially Visible Calibration Objects Based on Random Dots Marker Tracking Algorithm *Yuji Oyamada1,2, Pascal Fallavollita2, and Nassir Navab2 1. Keio University, Japan

More information

Handling uncertain sensor data in vision-based camera tracking

Handling uncertain sensor data in vision-based camera tracking Handling uncertain sensor data in vision-based camera tracking Michaël Aron 1 Gilles Simon 2 Marie-Odile Berger 1 1 LORIA - INRIA Lorraine, 2 LORIA - UHP Nancy 1 Campus scientifique, BP 239 5456 Vandœuvre-lès-Nancy,

More information

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Zhiyan Zhang 1, Wei Qian 1, Lei Pan 1 & Yanjun Li 1 1 University of Shanghai for Science and Technology, China

More information

Compositing a bird's eye view mosaic

Compositing a bird's eye view mosaic Compositing a bird's eye view mosaic Robert Laganiere School of Information Technology and Engineering University of Ottawa Ottawa, Ont KN 6N Abstract This paper describes a method that allows the composition

More information

Vision-based System for Head Pose Tracking in Indoor Immersive Environments

Vision-based System for Head Pose Tracking in Indoor Immersive Environments Vision-based System for Head Pose Tracking in Indoor Immersive Environments Srinivasa G. Rao University of North Carolina, Charlotte srao3@uncc.edu Stephen J. Schmugge University of North Carolina, Charlotte

More information

Image-Space Marker Detection and Recognition using Projective Invariants

Image-Space Marker Detection and Recognition using Projective Invariants Image-Space Marker Detection and Recognition using Projective Invariants Filippo Bergamasco, Andrea Albarelli and Andrea Torsello Dipartimento di Informatica - Università Ca Foscari via Torino, 155-30172

More information

Recent Trend for Visual Media Synthesis and Analysis

Recent Trend for Visual Media Synthesis and Analysis 1 AR Display for Observing Sports Events based on Camera Tracking Using Pattern of Ground Akihito Enomoto, Hideo Saito saito@hvrl.ics.keio.ac.jp www.hvrl.ics.keio.ac.jp HVRL: Hyper Vision i Research Lab.

More information

arxiv: v1 [cs.cv] 28 Sep 2018

arxiv: v1 [cs.cv] 28 Sep 2018 Camera Pose Estimation from Sequence of Calibrated Images arxiv:1809.11066v1 [cs.cv] 28 Sep 2018 Jacek Komorowski 1 and Przemyslaw Rokita 2 1 Maria Curie-Sklodowska University, Institute of Computer Science,

More information

Augmented Reality & Improved RANSAC

Augmented Reality & Improved RANSAC Augmented Reality & Improved RANSAC CSE Department GCET, Greater Noida Abstract- This paper describes RANSAC algorithm and suggests its significant improvement suitable for utilization with nonlinear data

More information

Marco Cavallo Riverwalk: Incorporating Historical Photographs in Public Outdoor Augmented Reality Experiences

Marco Cavallo Riverwalk: Incorporating Historical Photographs in Public Outdoor Augmented Reality Experiences Marco Cavallo Riverwalk: Incorporating Historical Photographs in Public Outdoor Augmented Reality Experiences First of all some discussions about terminology used could be done, but for now we will stick

More information

Chapter 3 Image Registration. Chapter 3 Image Registration

Chapter 3 Image Registration. Chapter 3 Image Registration Chapter 3 Image Registration Distributed Algorithms for Introduction (1) Definition: Image Registration Input: 2 images of the same scene but taken from different perspectives Goal: Identify transformation

More information

Pattern Feature Detection for Camera Calibration Using Circular Sample

Pattern Feature Detection for Camera Calibration Using Circular Sample Pattern Feature Detection for Camera Calibration Using Circular Sample Dong-Won Shin and Yo-Sung Ho (&) Gwangju Institute of Science and Technology (GIST), 13 Cheomdan-gwagiro, Buk-gu, Gwangju 500-71,

More information

LUMS Mine Detector Project

LUMS Mine Detector Project LUMS Mine Detector Project Using visual information to control a robot (Hutchinson et al. 1996). Vision may or may not be used in the feedback loop. Visual (image based) features such as points, lines

More information

3D Visualization through Planar Pattern Based Augmented Reality

3D Visualization through Planar Pattern Based Augmented Reality NATIONAL TECHNICAL UNIVERSITY OF ATHENS SCHOOL OF RURAL AND SURVEYING ENGINEERS DEPARTMENT OF TOPOGRAPHY LABORATORY OF PHOTOGRAMMETRY 3D Visualization through Planar Pattern Based Augmented Reality Dr.

More information

A REAL-TIME REGISTRATION METHOD OF AUGMENTED REALITY BASED ON SURF AND OPTICAL FLOW

A REAL-TIME REGISTRATION METHOD OF AUGMENTED REALITY BASED ON SURF AND OPTICAL FLOW A REAL-TIME REGISTRATION METHOD OF AUGMENTED REALITY BASED ON SURF AND OPTICAL FLOW HONGBO LI, MING QI AND 3 YU WU,, 3 Institute of Web Intelligence, Chongqing University of Posts and Telecommunications,

More information

THE POSITION AND ORIENTATION MEASUREMENT OF GONDOLA USING A VISUAL CAMERA

THE POSITION AND ORIENTATION MEASUREMENT OF GONDOLA USING A VISUAL CAMERA THE POSITION AND ORIENTATION MEASUREMENT OF GONDOLA USING A VISUAL CAMERA Hwadong Sun 1, Dong Yeop Kim 1 *, Joon Ho Kwon 2, Bong-Seok Kim 1, and Chang-Woo Park 1 1 Intelligent Robotics Research Center,

More information

Out-of-Plane Rotated Object Detection using Patch Feature based Classifier

Out-of-Plane Rotated Object Detection using Patch Feature based Classifier Available online at www.sciencedirect.com Procedia Engineering 41 (2012 ) 170 174 International Symposium on Robotics and Intelligent Sensors 2012 (IRIS 2012) Out-of-Plane Rotated Object Detection using

More information

Augmented and Mixed Reality

Augmented and Mixed Reality Augmented and Mixed Reality Uma Mudenagudi Dept. of Computer Science and Engineering, Indian Institute of Technology Delhi Outline Introduction to Augmented Reality(AR) and Mixed Reality(MR) A Typical

More information

Relative Posture Estimation Using High Frequency Markers

Relative Posture Estimation Using High Frequency Markers The 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010, Taipei, Taiwan Relative Posture Estimation Using High Frequency Markers Yuya Ono, Yoshio Iwai and Hiroshi

More information

Camera Calibration for a Robust Omni-directional Photogrammetry System

Camera Calibration for a Robust Omni-directional Photogrammetry System Camera Calibration for a Robust Omni-directional Photogrammetry System Fuad Khan 1, Michael Chapman 2, Jonathan Li 3 1 Immersive Media Corporation Calgary, Alberta, Canada 2 Ryerson University Toronto,

More information

Augmented reality with the ARToolKit FMA175 version 1.3 Supervisor Petter Strandmark By Olle Landin

Augmented reality with the ARToolKit FMA175 version 1.3 Supervisor Petter Strandmark By Olle Landin Augmented reality with the ARToolKit FMA75 version.3 Supervisor Petter Strandmark By Olle Landin Ic7ol3@student.lth.se Introduction Agumented Reality (AR) is the overlay of virtual computer graphics images

More information

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

Affine-invariant shape matching and recognition under partial occlusion

Affine-invariant shape matching and recognition under partial occlusion Title Affine-invariant shape matching and recognition under partial occlusion Author(s) Mai, F; Chang, CQ; Hung, YS Citation The 17th IEEE International Conference on Image Processing (ICIP 2010), Hong

More information

Measurement of Head-to-Trunk Orientation Using Handheld 3D Optical Apparatus

Measurement of Head-to-Trunk Orientation Using Handheld 3D Optical Apparatus Measurement of Head-to-Trunk Orientation Using Handheld 3D Optical Apparatus Urban PAVLOVČIČ*, Janez DIACI, Janez MOŽINA, Matija JEZERŠEK Faculty of Mechanical Engineering, University of Ljubljana, Ljubljana,

More information

A Point in Non-Convex Polygon Location Problem Using the Polar Space Subdivision in E 2

A Point in Non-Convex Polygon Location Problem Using the Polar Space Subdivision in E 2 A Point in Non-Convex Polygon Location Problem Using the Polar Space Subdivision in E 2 Vaclav Skala 1, Michal Smolik 1 1 Faculty of Applied Sciences, University of West Bohemia, Univerzitni 8, CZ 30614

More information

Augmenting Reality with Projected Interactive Displays

Augmenting Reality with Projected Interactive Displays Augmenting Reality with Projected Interactive Displays Claudio Pinhanez IBM T.J. Watson Research Center, P.O. Box 218 Yorktown Heights, N.Y. 10598, USA Abstract. This paper examines a steerable projection

More information

An Improved Augmented Reality Registration Method Based on Visual SLAM

An Improved Augmented Reality Registration Method Based on Visual SLAM An Improved Augmented Reality Registration Method Based on Visual SLAM Qing Hong Gao 1, Tao Ruan Wan 3, Wen Tang 2(B),LongChen 2, and Kai Bing Zhang 1 1 College of Electronic and Information, Xian Polytechnic

More information

Hybrid SURF-Golay Marker Detection Method for Augmented Reality Applications

Hybrid SURF-Golay Marker Detection Method for Augmented Reality Applications Hybrid SURF-Golay Marker Detection Method for Augmented Reality Applications David Prochazka, Ondrej Popelka, Tomas Koubek, Jaromir Landa, Jan Kolomaznik Mendel University in Brno Zemedelska 1 61300, Brno,

More information

Virtual Interaction System Based on Optical Capture

Virtual Interaction System Based on Optical Capture Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Virtual Interaction System Based on Optical Capture Peng CHEN, 2 Xiaoyang ZHOU, 3 Jianguang LI, Peijun WANG School of Mechanical Engineering,

More information

Low Cost Motion Capture

Low Cost Motion Capture Low Cost Motion Capture R. Budiman M. Bennamoun D.Q. Huynh School of Computer Science and Software Engineering The University of Western Australia Crawley WA 6009 AUSTRALIA Email: budimr01@tartarus.uwa.edu.au,

More information

Real Time Motion Detection Using Background Subtraction Method and Frame Difference

Real Time Motion Detection Using Background Subtraction Method and Frame Difference Real Time Motion Detection Using Background Subtraction Method and Frame Difference Lavanya M P PG Scholar, Department of ECE, Channabasaveshwara Institute of Technology, Gubbi, Tumkur Abstract: In today

More information

Feature Transfer and Matching in Disparate Stereo Views through the use of Plane Homographies

Feature Transfer and Matching in Disparate Stereo Views through the use of Plane Homographies Feature Transfer and Matching in Disparate Stereo Views through the use of Plane Homographies M. Lourakis, S. Tzurbakis, A. Argyros, S. Orphanoudakis Computer Vision and Robotics Lab (CVRL) Institute of

More information

Augmented interiors with digital camera images

Augmented interiors with digital camera images PAPER VI Augmented interiors with digital camera images In: Piekarski, W. (Ed.) 7th Australasian User Interface Conference (AUIC); CRPIT. Vol. 50. ACS. Pp. 33 36. Copyright 2006 ACS. Reprinted with permission

More information

Creating a distortion characterisation dataset for visual band cameras using fiducial markers.

Creating a distortion characterisation dataset for visual band cameras using fiducial markers. Creating a distortion characterisation dataset for visual band cameras using fiducial markers. Robert Jermy Council for Scientific and Industrial Research Email: rjermy@csir.co.za Jason de Villiers Council

More information

Honours Project Proposal. Luke Ross Supervisor: Dr. Karen Bradshaw Department of Computer Science, Rhodes University

Honours Project Proposal. Luke Ross Supervisor: Dr. Karen Bradshaw Department of Computer Science, Rhodes University Honours Project Proposal Luke Ross Supervisor: Dr. Karen Bradshaw Department of Computer Science, Rhodes University 2 March 2012 1. Principal Investigator Investigator - Luke Allan Ross Supervisor - Dr.

More information

A Robust Two Feature Points Based Depth Estimation Method 1)

A Robust Two Feature Points Based Depth Estimation Method 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 2005 A Robust Two Feature Points Based Depth Estimation Method 1) ZHONG Zhi-Guang YI Jian-Qiang ZHAO Dong-Bin (Laboratory of Complex Systems and Intelligence

More information

Specular 3D Object Tracking by View Generative Learning

Specular 3D Object Tracking by View Generative Learning Specular 3D Object Tracking by View Generative Learning Yukiko Shinozuka, Francois de Sorbier and Hideo Saito Keio University 3-14-1 Hiyoshi, Kohoku-ku 223-8522 Yokohama, Japan shinozuka@hvrl.ics.keio.ac.jp

More information

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

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

More information

A NEW IMAGE CODE RECOGNIZABLE AT A DISTANCE

A NEW IMAGE CODE RECOGNIZABLE AT A DISTANCE A NEW IMAGE CODE RECOGNIZABLE AT A DISTANCE 1 HYEON YEONG CHOI, 2 WON-KEE HONG, 3 JAEPIL KO * 1,3 Department of Computer Engineering, KIT, Korea 2 School of Information and Comm. Engineering, Daegu Univ.,

More information

e-dts 2.0: A next-generation of a Distributed Tracking System

e-dts 2.0: A next-generation of a Distributed Tracking System e-dts 2.0: A next-generation of a Distributed Tracking System Ryan Rybarczyk, Rajeev Raje, Mihran Tuceryan Department of Computer and Information Science Indiana University Purdue University Indianapolis

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 11, November -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Comparative

More information

VisionGauge OnLine Spec Sheet

VisionGauge OnLine Spec Sheet VisionGauge OnLine Spec Sheet VISIONx INC. www.visionxinc.com Powerful & Easy to Use Intuitive Interface VisionGauge OnLine is a powerful and easy-to-use machine vision software for automated in-process

More information

An Image Based 3D Reconstruction System for Large Indoor Scenes

An Image Based 3D Reconstruction System for Large Indoor Scenes 36 5 Vol. 36, No. 5 2010 5 ACTA AUTOMATICA SINICA May, 2010 1 1 2 1,,,..,,,,. : 1), ; 2), ; 3),.,,. DOI,,, 10.3724/SP.J.1004.2010.00625 An Image Based 3D Reconstruction System for Large Indoor Scenes ZHANG

More information

EE368 Project: Visual Code Marker Detection

EE368 Project: Visual Code Marker Detection EE368 Project: Visual Code Marker Detection Kahye Song Group Number: 42 Email: kahye@stanford.edu Abstract A visual marker detection algorithm has been implemented and tested with twelve training images.

More information

Live Metric 3D Reconstruction on Mobile Phones ICCV 2013

Live Metric 3D Reconstruction on Mobile Phones ICCV 2013 Live Metric 3D Reconstruction on Mobile Phones ICCV 2013 Main Contents 1. Target & Related Work 2. Main Features of This System 3. System Overview & Workflow 4. Detail of This System 5. Experiments 6.

More information

Intrinsic and Extrinsic Camera Parameter Estimation with Zoomable Camera for Augmented Reality

Intrinsic and Extrinsic Camera Parameter Estimation with Zoomable Camera for Augmented Reality Intrinsic and Extrinsic Camera Parameter Estimation with Zoomable Camera for Augmented Reality Kazuya Okada, Takafumi Taketomi, Goshiro Yamamoto, Jun Miyazaki, Hirokazu Kato Nara Institute of Science and

More information

Augmented Reality of Robust Tracking with Realistic Illumination 1

Augmented Reality of Robust Tracking with Realistic Illumination 1 International Journal of Fuzzy Logic and Intelligent Systems, vol. 10, no. 3, June 2010, pp. 178-183 DOI : 10.5391/IJFIS.2010.10.3.178 Augmented Reality of Robust Tracking with Realistic Illumination 1

More information

AUGMENTED REALITY MARKERS AS SPATIAL INDICES FOR INDOOR MOBILE AECFM APPLICATIONS

AUGMENTED REALITY MARKERS AS SPATIAL INDICES FOR INDOOR MOBILE AECFM APPLICATIONS November 1-2, 2012, Taipei, Taiwan AUGMENTED REALITY MARKERS AS SPATIAL INDICES FOR INDOOR MOBILE AECFM APPLICATIONS Chen Feng & Vineet R. Kamat University of Michigan, Ann Arbor, USA ABSTRACT: This paper

More information

User Interface Engineering HS 2013

User Interface Engineering HS 2013 User Interface Engineering HS 2013 Augmented Reality Part I Introduction, Definitions, Application Areas ETH Zürich Departement Computer Science User Interface Engineering HS 2013 Prof. Dr. Otmar Hilliges

More information

Sensor Fusion for Fiducial Tags: Highly Robust Pose Estimation from Single Frame RGBD

Sensor Fusion for Fiducial Tags: Highly Robust Pose Estimation from Single Frame RGBD Sensor Fusion for Fiducial Tags: Highly Robust Pose Estimation from Single Frame RGBD Pengju Jin, Pyry Matikainen, Siddhartha S. Srinivasa Abstract Although there is an abundance of planar fiducialmarker

More information

Integrated Head and Hand Tracking for Indoor and Outdoor Augmented Reality

Integrated Head and Hand Tracking for Indoor and Outdoor Augmented Reality Integrated Head and Hand Tracking for Indoor and Outdoor Augmented Reality Wayne Piekarski, Ben Avery, Bruce H. Thomas, Pierre Malbezin Wearable Computer Laboratory School of Computer and Information Science

More information

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm

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

More information

Low Latency Rendering and Positioning for Mobile Augmented Reality

Low Latency Rendering and Positioning for Mobile Augmented Reality Low Latency Rendering and Positioning for Mobile Augmented Reality W. Pasman, A. van der Schaaf, R.L. Lagendijk, F.W. Jansen Ubicom-project, Faculty of Information Technology and Systems Delft University

More information

Accuracy analysis of marker-based 3D visual localization

Accuracy analysis of marker-based 3D visual localization Accuracy analysis of marker-based 3D visual localization Alberto López-Cerón Universidad Rey Juan Carlos, alberto.lopezceron@gmail.com José M. Cañas Universidad Rey Juan Carlos, josemaria.plaza@urjc.es

More information

Face Tracking. Synonyms. Definition. Main Body Text. Amit K. Roy-Chowdhury and Yilei Xu. Facial Motion Estimation

Face Tracking. Synonyms. Definition. Main Body Text. Amit K. Roy-Chowdhury and Yilei Xu. Facial Motion Estimation Face Tracking Amit K. Roy-Chowdhury and Yilei Xu Department of Electrical Engineering, University of California, Riverside, CA 92521, USA {amitrc,yxu}@ee.ucr.edu Synonyms Facial Motion Estimation Definition

More information

Robust Tracking Through the Design of High Quality Fiducial Markers: An Optimization Tool for ARToolKit

Robust Tracking Through the Design of High Quality Fiducial Markers: An Optimization Tool for ARToolKit Received December 11, 2017, accepted January 20, 2018, date of publication February 8, 2018, date of current version May 9, 2018. Digital Object Identifier 10.1109/ACCESS.2018.2801028 Robust Tracking Through

More information

SINGLE IMAGE AUGMENTED REALITY USING PLANAR STRUCTURES IN URBAN ENVIRONMENTS. Eric McClean, Yanpeng Cao, John McDonald

SINGLE IMAGE AUGMENTED REALITY USING PLANAR STRUCTURES IN URBAN ENVIRONMENTS. Eric McClean, Yanpeng Cao, John McDonald 2011 Irish Machine Vision and Image Processing Conference SINGLE IMAGE AUGMENTED REALITY USING PLANAR STRUCTURES IN URBAN ENVIRONMENTS Eric McClean, Yanpeng Cao, John McDonald Department of Computer Science,

More information

The 3D Terrain Interactive Technique Based on Gesture Recognition Yanyan Li1, a, Xiaomeng Xu2, b, Jiayu Sun3, c, Haimeng Zhao4, d*

The 3D Terrain Interactive Technique Based on Gesture Recognition Yanyan Li1, a, Xiaomeng Xu2, b, Jiayu Sun3, c, Haimeng Zhao4, d* Joint International Information Technology, Mechanical and Electronic Engineering Conference (JIMEC 2016) The 3D Terrain Interactive Technique Based on Gesture Recognition Yanyan Li1, a, Xiaomeng Xu2,

More information