Vision Based Mobile Robot Navigation System

Size: px
Start display at page:

Download "Vision Based Mobile Robot Navigation System"

Transcription

1 International Journal of Control Science and Engineering 2012, 2(4): DOI: /j.control Vision Based Mobile Robot Navigation Syste M. Saifizi *, D. Hazry, Rudzuan M.Nor School of Mechatronic Engineering, University Malaysia Perlis, Perlis, 02600, Malaysia Abstract The purpose of the vision syste is to recognize the circle as landark and identify the distance and orientation in a series of reference target iage autoatically fro the closed-range navigation. In order to identify position in an indoor environent, a obile robot requires attention to characteristics of a target which is to allow obile robots to ake inference in which the distance and orientation of the target and a robot. In this study, fuzzy logic is applied to generate target trajectory oveent with the inforation extracted fro vision syste such as the distance and the orientation of target. The fuzzy logic controller (FLC) which coputes the required speed and angular speed needed by the two otors to drives the robot for target trajectory. Keywords Control, Fuzzy Logic, Navigation, Differential Drive, Mobile Robot, Vision Syste 1. Introduction The navigation syste plays very an iportant role and challenging copetence for obile robot. Navigation of obile robot includes a variety of theories and technologies such odoetry technique, ultrasonic apping, and vision syste. In the application of navigation, it consists of two areas: global navigation and local navigation[1]. Global navigation such as GPS (Global Positioning Syste) and INS (inertial Navigation Syste) is often used in various open areas. Meanwhile, local navigation such as vision techniques are very effective base in the closed range navigation. There are any applications in indoor environent vehicles and obile robots. Navigation using vision approach has any tasks, including target atching, target identification and others[1]. Practically, the use of optical sensors and iage processing are the ajor factors affecting the accuracy of navigation[1]. In navigation application, a obile robot ust interpret its sensors data to extract environent inforation, with which the obile robot can deterine its position[2]. After obile robot can localize its position, it ust decide how to act to achieve its purpose. Lastly, the obile robot ust control its drive syste to achieve the desired path[2][3]. The increent distance of the robot s oveent sensed with wheel encoders is integrated to calculate position. Because easureent errors fro encoders are integrated, the position error is accuulated over tie. Using additional sensors can help to reduce the cuulative errors. There are any error sources of differential encoder * Corresponding author: saifizi@uniap.edu.y (M. Saifizi) Published online at Copyright 2012 Scientific & Acadeic Publishing. All Rights Reserved syste fro environental factors, such as isalignent of the wheels, uncertainty of wheel diaeter, variation in the contact point between wheel and floor and slipping[3][4]. 2. Vision Sensing This work presents an approach using coputer vision which applied feature atching technique after the iage has been proceeds by Canny edge detector. Features like circular arking, the distance between two vertical lines used by the fuzzy syste to analyze whether it has relation with the door being analyzed to design an expert syste to detect rectangular shaped door. In this study, vision syste is applied to extract the inforation such as the distance of target and the orientation of target Canny Edge Detector In this study, the value of threshold 0.95 for Canny edge detector was chose for both low threshold and high threshold. This process provides a continuous edge and eliinates edge the streaking significant edge[5][6] Circle Detection The circle detection technique used in this study is a features atching technique. This technique has two steps, features extraction and representation between the features. Feature extraction is a process of extracting high-level geoetric features of the curves obtained by curve extraction process. The curves and segentation of the curves are used to create circular features. A curve is a set of edge points that are connected to for a continuous contour. Curves usually represent a boundary of the part in the iage. The curve extraction process consists of three steps of finding seed point curves, tracing the curve, and refining the curves.

2 84 M. Saifizi et al.: Vision Based Mobile Robot Navigation Syste 2.3. Distance and Orientation of Circle By using a vision sensor to calculate the target distance (D t ) and circle orientation (θc) as shown in Equation (1) and (2) that refer in [7]. By knowing the diaeter and circle center coordination of the circle, the distance and orientation of circle can be calculated. Therefore, the inforation distance fro the target obile robot can be known through the iage circle diaeter. To align the target in the world coordinate frae is to use the actual object size and the coputation of object position. The set-up for this test is shown below in Fig.1. The caera is placed directly in front of the target circle. Figure 2. Differential steering syste of the obile robot Figure 1. The projection of the circle onto the caera iage plane Essentially, by knowing the diaeter of the circle and the calibration of the caera object distance can be easured by the length the iage circle diaeter. The distance between the vision sensor and the landark is inversely proportional, k to the length the iage circle diaeter. Diaeter circle, x is used to calculate the distance door-to-obile robots. The calculation used is present in following equation: 1 Dt k (1) ' x n x c (2) c center The Equation (2) was used for the angle orientation of the landark. The Circle landark orientation θ c by vision sensor can be calculated using the x-axis pixel position of the center point is calculated at the circle arking. The center circle coordinate, x center is used to calculate the angle of the circle position in the grabbing iage using n and c which are constants derived fro the caera calibration. 3. Mobile Robot Control Syste The posture provides inforation about how the obile robot oves with respect to the floor. The differential steering syste the obile robot is shown above. As shown in Fig.2, (x, y): reference frae (X, Y): robot coordinates fae R: position of robot in (x, y) θ: orientation angle of robot in (x, y) r: wheel radius 2d: distance between wheels u R/L : speed of right and left wheels respectively v: speed of robot ω: angular speed of robot and R : angular speed of right and left wheels L respectively The speed relative to the ground of the right wheel and the left wheel can be expressed as follows, respectively. R ur (3) R t L ul L (4) t The speed and the angular speed of a obile robot are related to the wheel speeds, and it can be expressed as follows: ( ur ul) v 2 r ( R L) 2 t 1 ( ur ul ) 2d r ( R L) (6) 2d t 3.1. Fuzzy Logic Controller The aster controller is a fuzzy logic controller (FLC) which coputes the required speed and angular speed needed by the two otors to drives the robot for target trajectory.

3 International Journal of Control Science and Engineering 2012, 2(4): A block diagra of the fuzzy controller is shown in Fig.3. The desired θ d and target distance D t are acquired by calculating the position of the target in the iage representing the environent detected by webca caera. The coand signal θ d and D t are transitted fro the vision syste to the fuzzy controller inside the PC. The error between the coand signal and the actual position, as well as the change in error of signal are calculated and fed into the fuzzy controller ebedded in the Data Acquisition (DAQ). Fro the Equation (1) and Equation (2), it can be seen that the differences between the speed of the right and left wheels deterines the turn speed. The fuzzy controller is designed to output pulse width odulation (PWM) signal corresponding to u R and u L to the right otor and left otor respectively to control the obile robot turn angle θ to the desired angle θd and target distance D t. inference echanis is accountable for decision aking in the control syste using estiated sensors that give the inforation of the target object [8]. The operation involved in this thesis is AND because two inputs D t and θ d are involved. Fig. 6 and Fig. 7 show the output ebership functions. Note that the output PWM signals should be selected to eet the convergence requireents. The ebership of the input and output was designed based on the training of obile robot odelling it based differential drive technique. Figure 6. Output ebership functions for the speed Figure 3. A cascade control syste for target trajectory The fuzzification procedure aps the crisp input values to the ebership values between 0 and 1. In this study, three ebership functions for target distance D t and five ebership functions desired angle θ d was used as shown in Fig. 4 and Fig. 5 illustrate the input ebership functions for D t and θ d respectively. Figure 7. Output ebership functions for the angular speed Figure 4. Input ebership functions for target distance Dt The control rules are designed based on expert knowledge and testing. For exaple, if θ d is poslarge and is D t far, then the left otor should be uch than the right otor, i.e., u L -u R should be left and speed u L +u R should be. Based on knowledge, 15 rules were obtained. Table 1 represents how to control the turn angle given the angle and distance as inputs. The input and output linguistic variables are shown in the table. Table 1. Table rules for the trajectory steering syste θ d Figure 5. Input ebership functions for desired angle θ d The rule base stores the rules relating to the knowledge input output relationship of the offered fuzzy controller. The D t far close too close Neg large Neg sall center Pos sall Pos large

4 86 M. Saifizi et al.: Vision Based Mobile Robot Navigation Syste 4. Experients and Results Experient results fro distance and orientation calculation are shown in Table 2 and Table 3. Absolute and relative errors are also presented. The relative error was calculated using as following equation: vision anual relative(%) 100 (5) anual easured Table 2. Experiental results for the calculation of the distance to a landark Manual Measured[ eter] Vision Measured[ eter] Absolute Error[ eter] Error[ %] Table 3. Experiental results for the calculation of the angle orientation to a landark Manual Measured[ ] Vision Measured[ ] Absolute Error[ ] Error[ %] Although the vision syste is only using a single webca, distance calculation of target showed quite accurately. The average absolute error was eter and the average relative error was 3.26% for distance easureent. Given the easureent angle of orientation, it also revealed quite accurately with a ean absolute error of 3.16, and the average relative error of 15.66%. Referring to[7], the coparison can be ade that Equations (1) and (2) can be used not only in the target in shape of a rectangular but can also be applied to the target in the shape of a circle to enable the calculation of the distance and orientation of objects using onocular vision. Due to the design of the landarks and the usage of single webca, the preliinary step of calibration is necessary. This calibration has to be done for the extraction of distance and orientation for an iage. The usage of only one iage akes it difficult to have extreely accurate results although atheatical geoetry is used the process is still dependent on caera calibration. Considering the obile robot otion, although low error values are present in the calculation of both distance and orientation, in the robot s oveent these values will be constantly corrected. The obile robot captures iages periodically and even if soe easureents have soe error. By providing inforation fro the vision syste, fuzzy logic onitors the status of the robot. The robot is able to navigate in the laboratory, thus fuzzy logic controls the robot to ove and position itself in the right conditions. The vision systes recognize the circle, the position of the circle and then align the robot to be in the center of the circle arking. As the perforance of an autonoous robot depend on the interaction of the robot with the real world for any eaningful conclusion to be drawn, experients have to be done to deonstrate that the robot can perfor the desired tasks. Overall perforance test of obile robot was conducted to analyzed cobination of fuzzy logic controller (FLC) rules with desired speed. The developed fuzzy logic control syste cobined with the vision syste as a sensor to extract uch inforation (target distance and target orientation) fro the iage to achieve a high level of self-adaptability is very iportant. The robot oved in different distances fro the target and stop at 1.5 eter fro the target because that is the iniu distance that circle can recognize. The Tables 4 and 5 show the perforance of obile robot in ipleentation of fuzzy logic controller. When the robot oving to the target, the results show that he average absolute error was about 0.03 eter and the average relative error was less than 3% for distance of robot to achieve it target. Given the easureent angle of orientation, it also revealed quite accurately with a ean absolute error of about 20, and the average relative error of about 22%. Table 4. The orientation of the robot when arrived at target Departure Distance [ eter] Robot Orientation [ ] Absolute Error [ ] Error [ %] Average Table 5. The distance of the robot when arrived at target Departure Distance[ e ter] Robot Distance [ eter] Absolute Error [eter] Error [ %] Average

5 International Journal of Control Science and Engineering 2012, 2(4): Conclusions Landark recognition is not an easy task but it is very iportant area in developing obile robots that is need to accoplish positioning, path planning and navigation. A robot vision syste using fuzzy logic technique to identify the object in real tie was presented. The syste is able to find and recognize the circle and then calculate the position of the robot to navigate in a laboratory. The technique used is based on iage processing and optiization in real tie. It hard to an able a obile robot navigates in indoor environent. The output is very useful for a obile robot in real tie to find and detect objects. Usually a robot vision syste is very due to coputational tie used for iage processing. Iage processing tie was iniized by the techniques used and the detection of door can be done about less than 1 second. An analysis and design of fuzzy control law for steering control of the developed nonholonoic obile robot are presented. The proposed fuzzy controller is ipleented on the developed obile robot. The syste can perfor and satisfactory results are obtained which show that the proposed fuzzy controller can achieve the desired turn angle thus it can ake the autonoous obile robot oving to the target. The control syste need PID controller to guarantee the stability of the straight conveying and turning trajectory. ACKNOWLEDGEMENTS The First of all, I would like to acknowledge the contributions of the any people who provided invaluable help and support for the copletion of this thesis. My supervisor, Assoc. Professor Dr. Hazry Desa, deserve thanks for not only guiding e with a steady hand, but also leaving e the freedo to pursue y own research interests. REFERENCES [1] Batlin and Maxi A, Mobile robot navigation using a sensor network. In: IEEE international conference on robotics and autoation, [2] Saidon M.S, D. Hazry, Nagarajan R, Paul Raj MP, Vision based tracking control of an autonoous obile robot in an indoor environent, Proceedings IEEE Control and Syste Graduate Research Colloquiu, ICSGRC 2011 (2011), Article nuber , Pages 1-6, [3] Saidon M.S, D. Hazry, Rudzuan M.N, A Differential Steering Control with Proportional Controller for an Autonoous Mobile Robot, Proceedings IEEE 7th International Colloquiu on Signal Processing and Its Applications, CSPA 2011 (2011), Article nuber , Pages 90-94, 2011 [4] D. Hazry and M. Sugisaka, Optial Paraeter Tuning in Proportional Control for the Unicycle Mobile Robot: An Experiental Study, Proceedings of the 11th International Syposiu on Artificial Life and Robotics (AROB 2006), 2006 [5] Canny, J., A Coputational Approach to Edge Detection, In: IEEE Transactions on Pattern Analysis and Machine Intelligence. Vol. 8, No. 6, pp , [6] Khalil, A., A. Aggoun, A. ELabrouk, On Edge Detector Using Local Histogra Analysis, In: SPIE Visual Counications and Iage Processing. Vol. 5150, [7] Yoon, K.-J., G.-J. Jang, S.-H. Ki, and I. S. Kweon, Fast Landark tracking and localization algorith for the obile robot self-localization, In: IFAC Workshop on Mobile Robot Technology, pages , [8] Driankov, D., H. Hellendoorn and M. Reinfrank, An Introduction to Fuzzy, Control. Springer, Berlin, 1998.

Data Acquisition of Obstacle Shapes for Fish Robots

Data Acquisition of Obstacle Shapes for Fish Robots Proceedings of the 2nd WEA International Conference on Dynaical ystes and Control, Bucharest, oania, October -17, 6 Data Acquisition of Obstacle hapes for Fish obots EUNG Y. NA, DAEJUNG HIN, JIN Y. KIM,

More information

AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM

AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM International Journal of Software Engineering & Applications (IJSEA), Vol.6, No.5, Septeber 205 AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM Xie Yang and Cheng Wushan College of Mechanical Engineering,

More information

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE Rafael García, Xevi Cufí and Lluís Pacheco Coputer Vision and Robotics Group Institute of Inforatics and Applications, University of

More information

A Novel 2D Texture Classifier For Gray Level Images

A Novel 2D Texture Classifier For Gray Level Images 2012, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.co A Novel 2D Texture Classifier For Gray Level Iages B.S. Mousavi 1 Young Researchers Club, Zahedan

More information

NEW APPROACHES FOR REAL TIME TRAFFIC DATA ACQUISITION WITH AIRBORNE SYSTEMS

NEW APPROACHES FOR REAL TIME TRAFFIC DATA ACQUISITION WITH AIRBORNE SYSTEMS NEW APPROACHES FOR REAL TIME TRAFFIC DATA ACQUISITION WITH AIRBORNE SYSTEMS I. Ernst a *, M. Hetscher a, K. Thiessenhusen a, M. Ruhé a, A. Börner b, S. Zuev a a DLR, Institute of Transportation Research,

More information

A wireless sensor network for visual detection and classification of intrusions

A wireless sensor network for visual detection and classification of intrusions A wireless sensor network for visual detection and classification of intrusions ANDRZEJ SLUZEK 1,3, PALANIAPPAN ANNAMALAI 2, MD SAIFUL ISLAM 1 1 School of Coputer Engineering, 2 IntelliSys Centre Nanyang

More information

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH V. Atienza; J.M. Valiente and G. Andreu Departaento de Ingeniería de Sisteas, Coputadores y Autoática Universidad Politécnica de Valencia.

More information

Simulated Sensor Reading. Heading. Y [m] local minimum ; m. local maximum ; M. discontinuity ; D. connection ; c X [m]

Simulated Sensor Reading. Heading. Y [m] local minimum ; m. local maximum ; M. discontinuity ; D. connection ; c X [m] Localization based on Visibility Sectors using Range Sensors Sooyong Lee y Nancy. Aato Jaes Fellers Departent of Coputer Science Texas A& University College Station, TX 7784 fsooyong,aato,jpf938g@cs.tau.edu

More information

The optimization design of microphone array layout for wideband noise sources

The optimization design of microphone array layout for wideband noise sources PROCEEDINGS of the 22 nd International Congress on Acoustics Acoustic Array Systes: Paper ICA2016-903 The optiization design of icrophone array layout for wideband noise sources Pengxiao Teng (a), Jun

More information

Effective Tracking of the Players and Ball in Indoor Soccer Games in the Presence of Occlusion

Effective Tracking of the Players and Ball in Indoor Soccer Games in the Presence of Occlusion Effective Tracking of the Players and Ball in Indoor Soccer Gaes in the Presence of Occlusion Soudeh Kasiri-Bidhendi and Reza Safabakhsh Airkabir Univerisity of Technology, Tehran, Iran {kasiri, safa}@aut.ac.ir

More information

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER nd International Congress of Mechanical Engineering (COBEM 3) Noveber 3-7, 3, Ribeirão Preto, SP, Brazil Copyright 3 by ABCM PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS

More information

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 17. FRESNEL DIFFRACTION ON A ROUND APERTURE

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 17. FRESNEL DIFFRACTION ON A ROUND APERTURE 7. FRESNEL DIFFRACTION ON A ROUND APERTURE. Objective Exaining diffraction pattern on a round aperture, deterining wavelength of light source.. Equipent needed Optical workbench, light source, color filters,

More information

Intelligent Robotic System with Fuzzy Learning Controller and 3D Stereo Vision

Intelligent Robotic System with Fuzzy Learning Controller and 3D Stereo Vision Recent Researches in Syste Science Intelligent Robotic Syste with Fuzzy Learning Controller and D Stereo Vision SHIUH-JER HUANG Departent of echanical Engineering National aiwan University of Science and

More information

Mirror Localization for a Catadioptric Imaging System by Projecting Parallel Lights

Mirror Localization for a Catadioptric Imaging System by Projecting Parallel Lights 2007 IEEE International Conference on Robotics and Autoation Roa, Italy, 10-14 April 2007 FrC2.5 Mirror Localization for a Catadioptric Iaging Syste by Projecting Parallel Lights Ryusuke Sagawa, Nobuya

More information

Feature Based Registration for Panoramic Image Generation

Feature Based Registration for Panoramic Image Generation IJCSI International Journal of Coputer Science Issues, Vol. 10, Issue 6, No, Noveber 013 www.ijcsi.org 13 Feature Based Registration for Panoraic Iage Generation Kawther Abbas Sallal 1, Abdul-Mone Saleh

More information

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds Evaluation of a ulti-frae blind deconvolution algorith using Craér-Rao bounds Charles C. Beckner, Jr. Air Force Research Laboratory, 3550 Aberdeen Ave SE, Kirtland AFB, New Mexico, USA 87117-5776 Charles

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13 Coputer Aided Drafting, Design and Manufacturing Volue 26, uber 2, June 2016, Page 13 CADDM 3D reconstruction of coplex curved objects fro line drawings Sun Yanling, Dong Lijun Institute of Mechanical

More information

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions *

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 21, 607-626 (2005) A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Mebership Functions * SHIH-HSU HUANG AND JIAN-YUAN LAI + Departent of

More information

Application and Analysis of a Robust Trajectory Tracking Controller for Under-Characterized Autonomous Vehicles

Application and Analysis of a Robust Trajectory Tracking Controller for Under-Characterized Autonomous Vehicles Application and Analysis of a Robust Trajectory Tracking Controller for Under-Characterized Autonoous Vehicles Melonee Wise and John Hsu Abstract When developing path tracking controllers for autonoous

More information

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1 UNIVERSITY OF EAST ANGLIA School of Coputing Sciences Main Series UG Exaination 2016-17 GRAPHICS 1 CMP-5010B Tie allowed: 2 hours Answer THREE questions. Notes are not peritted in this exaination Do not

More information

5-DOF Manipulator Simulation based on MATLAB- Simulink methodology

5-DOF Manipulator Simulation based on MATLAB- Simulink methodology 5-DOF Manipulator Siulation based on MATLAB- Siulink ethodology Velarde-Sanchez J.A., Rodriguez-Gutierrez S.A., Garcia-Valdovinos L.G., Pedraza-Ortega J.C., PICYT-CIDESI, CIDIT-Facultad de Inforatica,

More information

Fuzzy Logic Support System for Predicting Building Damage Due to the Association of Three Parameters of Pipeline Failure

Fuzzy Logic Support System for Predicting Building Damage Due to the Association of Three Parameters of Pipeline Failure Journal of Aerican Science, 2012;8(1) Fuzzy Logic Support Syste for Predicting Building Daage Due to the Association of Three Paraeters of Pipeline Failure Dina A. Earah 1 ; Manar, M. Hussein 1* ; Hady

More information

Hybrid Kalman Filter/Fuzzy Logic based Position Control of Autonomous Mobile Robot

Hybrid Kalman Filter/Fuzzy Logic based Position Control of Autonomous Mobile Robot Choouang, R. & Afzulpurar, N. / Hybrid Kalan Filter/Fuzzy Logic based Position Control of Autonoous Mobile Robot, pp. 197-08, International Journal of Advanced Robotic Systes, Volue, Nuber 3 (5), ISSN

More information

A simplified approach to merging partial plane images

A simplified approach to merging partial plane images A siplified approach to erging partial plane iages Mária Kruláková 1 This paper introduces a ethod of iage recognition based on the gradual generating and analysis of data structure consisting of the 2D

More information

(Geometric) Camera Calibration

(Geometric) Camera Calibration (Geoetric) Caera Calibration CS635 Spring 217 Daniel G. Aliaga Departent of Coputer Science Purdue University Caera Calibration Caeras and CCDs Aberrations Perspective Projection Calibration Caeras First

More information

Construction of a regular hendecagon by two-fold origami

Construction of a regular hendecagon by two-fold origami J. C. LUCERO /207 Construction of a regular hendecagon by two-fold origai Jorge C. Lucero 1 Introduction Single-fold origai refers to geoetric constructions on a sheet of paper by perforing a sequence

More information

A New Generic Model for Vision Based Tracking in Robotics Systems

A New Generic Model for Vision Based Tracking in Robotics Systems A New Generic Model for Vision Based Tracking in Robotics Systes Yanfei Liu, Ada Hoover, Ian Walker, Ben Judy, Mathew Joseph and Charly Heranson lectrical and Coputer ngineering Departent Cleson University

More information

Relief shape inheritance and graphical editor for the landscape design

Relief shape inheritance and graphical editor for the landscape design Relief shape inheritance and graphical editor for the landscape design Egor A. Yusov Vadi E. Turlapov Nizhny Novgorod State University after N. I. Lobachevsky Nizhny Novgorod Russia yusov_egor@ail.ru vadi.turlapov@cs.vk.unn.ru

More information

Real Time Displacement Measurement of an image in a 2D Plane

Real Time Displacement Measurement of an image in a 2D Plane International Journal of Scientific Research Engineering & Technology (IJSRET), ISSN 2278 0882 Volue 5, Issue 3, March 2016 176 Real Tie Displaceent Measureent of an iage in a 2D Plane Abstract Prashant

More information

COMMUNICATIONS STRUCTURE FOR SENSOR FUSION IN DISTRIBUTED REAL TIME SYSTEMS. J.L.Posadas, P.Pérez, J.E.Simó, G.Benet, F.Blanes

COMMUNICATIONS STRUCTURE FOR SENSOR FUSION IN DISTRIBUTED REAL TIME SYSTEMS. J.L.Posadas, P.Pérez, J.E.Simó, G.Benet, F.Blanes COMMUNICATIONS STRUCTURE FOR SENSOR FUSION IN DISTRIBUTED REAL TIME SYSTEMS J.L.Posadas, P.Pérez, J.E.Sió, G.Benet, F.Blanes Departaento de Inforática de Sisteas y Coputadores (D.I.S.C.A.) Universidad

More information

An Efficient Approach for Content Delivery in Overlay Networks

An Efficient Approach for Content Delivery in Overlay Networks An Efficient Approach for Content Delivery in Overlay Networks Mohaad Malli, Chadi Barakat, Walid Dabbous Projet Planète, INRIA-Sophia Antipolis, France E-ail:{alli, cbarakat, dabbous}@sophia.inria.fr

More information

SYSTEMATIC CALIBRATION FOR A BACKPACKED SPHERICAL PHOTOGRAMMETRY IMAGING SYSTEM

SYSTEMATIC CALIBRATION FOR A BACKPACKED SPHERICAL PHOTOGRAMMETRY IMAGING SYSTEM SYSTEMATIC CALIBRATION FOR A BACKPACKED SPHERICAL PHOTOGRAMMETRY IMAGING SYSTEM J. Y. Rau a, *, B. W. Su b, K. W. Hsiao c and J. P. Jhan d Departent of Geoatics, National Cheng Kung University, Tainan,

More information

Abstract. 2. Segmentation Techniques. Keywords. 1. Introduction. 3. Threshold based Image Segmentation

Abstract. 2. Segmentation Techniques. Keywords. 1. Introduction. 3. Threshold based Image Segmentation International Journal of Advanced Coputer Research (ISSN (print): 49-777 ISSN (online): 77-7970) Volue-3 Nuber- Issue-8 March-03 MRI Brain Iage Segentation based on hresholding G. Evelin Sujji, Y.V.S.

More information

Ming-Wei Lee 1, Wei-Tso Lin 1, Yu-Ching Ni 2, Meei-Ling Jan 2, Yi-Chun Chen 1 * National Central University

Ming-Wei Lee 1, Wei-Tso Lin 1, Yu-Ching Ni 2, Meei-Ling Jan 2, Yi-Chun Chen 1 * National Central University Rapid Constructions of Circular-Orbit Pinhole SPECT Iaging Syste Matrices by Gaussian Interpolation Method Cobined with Geoetric Paraeter Estiations (GIMGPE Ming-Wei Lee, Wei-Tso Lin, Yu-Ching Ni, Meei-Ling

More information

DKD-R 4-2 Calibration of Devices and Standards for Roughness Metrology Sheet 2: Calibration of the vertical measuring system of stylus instruments

DKD-R 4-2 Calibration of Devices and Standards for Roughness Metrology Sheet 2: Calibration of the vertical measuring system of stylus instruments DKD-R 4- Calibration of Devices and Standards for Roughness Metrology Sheet : Calibration of the vertical easuring syste of stylus instruents DKD-R 4- Sheet.7 DKD-R 4- Calibration of Devices and Standards

More information

GravityFusion: Real-time Dense Mapping without Pose Graph using Deformation and Orientation

GravityFusion: Real-time Dense Mapping without Pose Graph using Deformation and Orientation GravityFusion: Real-tie Dense Mapping without Pose Graph using Deforation and Orientation Puneet Puri 1, Daoyuan Jia 2, and Michael Kaess 1 Abstract In this paper, we propose a novel approach to integrating

More information

Hand Gesture Recognition for Human-Computer Interaction

Hand Gesture Recognition for Human-Computer Interaction Journal of Coputer Science 6 (9): 002-007, 200 ISSN 549-3636 200 Science Publications Hand Gesture Recognition for Huan-Coputer Interaction S. ohaed ansoor Rooi, R. Jyothi Priya and H. Jayalakshi Departent

More information

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation 28 Aerican Control Conference Westin Seattle Hotel, Seattle, Washington, USA June -3, 28 WeC9.5 A Model Free Autoatic Tuning Method for a Restricted Structured Controller by Using Siultaneous Perturbation

More information

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS Guofei Jiang and George Cybenko Institute for Security Technology Studies and Thayer School of Engineering Dartouth College, Hanover NH 03755

More information

Image Processing for fmri John Ashburner. Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK.

Image Processing for fmri John Ashburner. Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK. Iage Processing for fmri John Ashburner Wellcoe Trust Centre for Neuroiaging, 12 Queen Square, London, UK. Contents * Preliinaries * Rigid-Body and Affine Transforations * Optiisation and Objective Functions

More information

Trajectory-Based Visual Localization in Underwater Surveying Missions

Trajectory-Based Visual Localization in Underwater Surveying Missions Sensors 5, 5, 78-735; doi:.339/s578 OPEN ACCESS sensors ISSN 44-8 www.dpi.co/journal/sensors Article Trajectory-Based Visual Localization in Underwater Surveying Missions Antoni Burguera *, Francisco Bonin-Font

More information

ANALYSIS AND RECOVERY OF SYSTEMATIC ERRORS IN AIRBORNE LASER SYSTEM

ANALYSIS AND RECOVERY OF SYSTEMATIC ERRORS IN AIRBORNE LASER SYSTEM ANALYSIS AND RECOVERY OF SYSTEMATIC ERRORS IN AIRBORNE LASER SYSTEM Zhihe Wang*, Rong Shu,Weiing Xu, Hongyi Pu, Bo Yao Shanghai Institute of Technical Physics, CAS, 500 Yutian Road, Shanghai 200083, P.

More information

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization 1 Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization Jonathan van de Belt, Haed Ahadi, and Linda E. Doyle The Centre for Future Networks and Counications - CONNECT,

More information

The Method of Flotation Froth Image Segmentation Based on Threshold Level Set

The Method of Flotation Froth Image Segmentation Based on Threshold Level Set Advances in Molecular Iaging, 5, 5, 38-48 Published Online April 5 in SciRes. http://www.scirp.org/journal/ai http://dx.doi.org/.436/ai.5.54 The Method of Flotation Froth Iage Segentation Based on Threshold

More information

Real-Time Detection of Invisible Spreaders

Real-Time Detection of Invisible Spreaders Real-Tie Detection of Invisible Spreaders MyungKeun Yoon Shigang Chen Departent of Coputer & Inforation Science & Engineering University of Florida, Gainesville, FL 3, USA {yoon, sgchen}@cise.ufl.edu Abstract

More information

PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/m QUEUEING MODEL

PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/m QUEUEING MODEL IJRET: International Journal of Research in Engineering and Technology ISSN: 239-63 PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/ QUEUEING MODEL Raghunath Y. T. N. V, A. S. Sravani 2 Assistant

More information

2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016)

2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) Method for Marking and Positioning Corrosions in the Autoobile Engine Cylinder Cavity fro the Ultrasonic Phased Array

More information

Identifying Converging Pairs of Nodes on a Budget

Identifying Converging Pairs of Nodes on a Budget Identifying Converging Pairs of Nodes on a Budget Konstantina Lazaridou Departent of Inforatics Aristotle University, Thessaloniki, Greece konlaznik@csd.auth.gr Evaggelia Pitoura Coputer Science and Engineering

More information

Analysis of the Application current X2 Interface Handover Process in LTE Technology

Analysis of the Application current X2 Interface Handover Process in LTE Technology CITACEE 213 ISSN: 2338-5154 Analysis of the Application current X2 Interface Handover Process in LTE Technology Uke Kurniawan Usan Departent of Electrical and Telecounication Engineering Telko University

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science.

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science. Professor Willia Hoff Dept of Electrical Engineering &Coputer Science http://inside.ines.edu/~whoff/ 1 Caera Calibration 2 Caera Calibration Needed for ost achine vision and photograetry tasks (object

More information

arxiv: v1 [cs.ro] 14 Jun 2017

arxiv: v1 [cs.ro] 14 Jun 2017 Multi-Lane Perception Using Feature Fusion Based on GraphSLAM Alexey Abraov, Christopher Bayer, Claudio Heller, Claudia Loy arxiv:176.4353v1 [cs.ro] 14 Jun 217 Abstract An extensive, precise and robust

More information

Automated Installation Verification of COMSOL via LiveLink for MATLAB

Automated Installation Verification of COMSOL via LiveLink for MATLAB Autoated Installation Verification of COMSOL via LiveLink for MATLAB Michael W. Crowell Oak Ridge National Laboratory, PO Bo 2008 MS6423, Oak Ridge, TN 37831 crowellw@ornl.gov Abstract: Verifying that

More information

Design and Implementation of Fuzzy Logic Controller for Quad Rotor UAV

Design and Implementation of Fuzzy Logic Controller for Quad Rotor UAV Design and Ipleentation of Fuzzy Logic Controller for Quad Rotor UAV K.Senthil Kuar, Mohaad Rasheed, and R.Muthu Madhava Kuar Abstract A fuzzy control is designed and ipleented to control a siulation odel

More information

The Horizontal Deformation Analysis of High-rise Buildings

The Horizontal Deformation Analysis of High-rise Buildings Environental Engineering 10th International Conference eissn 2029-7092 / eisbn 978-609-476-044-0 Vilnius Gediinas Technical University Lithuania, 27 28 April 2017 Article ID: enviro.2017.194 http://enviro.vgtu.lt

More information

Using Time-of-Flight Cameras with Active Gaze Control for 3D Collision Avoidance

Using Time-of-Flight Cameras with Active Gaze Control for 3D Collision Avoidance Using Tie-of-Flight Caeras with Active Gaze Control for 3D Collision Avoidance David Droeschel, Dirk Holz, Jörg Stückler, and Sven Behnke Abstract We propose a 3D obstacle avoidance ethod for obile robots.

More information

Generating Mechanisms for Evolving Software Mirror Graph

Generating Mechanisms for Evolving Software Mirror Graph Journal of Modern Physics, 2012, 3, 1050-1059 http://dx.doi.org/10.4236/jp.2012.39139 Published Online Septeber 2012 (http://www.scirp.org/journal/jp) Generating Mechaniss for Evolving Software Mirror

More information

Dynamical Topology Analysis of VANET Based on Complex Networks Theory

Dynamical Topology Analysis of VANET Based on Complex Networks Theory BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volue 14, Special Issue Sofia 014 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.478/cait-014-0053 Dynaical Topology Analysis

More information

Operation principles of the curvature gauge

Operation principles of the curvature gauge Operation principles of the curvature gauge Y.Z. HE AND A. DJODJEVICH Departent of Manufacturing Engineering and Engineering Manageent City University of Hong Kong Tat Chee Avenue, Kowloon HONG KONG (CHINA)

More information

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification Solving the Daage Localization Proble in Structural Health Monitoring Using Techniques in Pattern Classification CS 9 Final Project Due Dec. 4, 007 Hae Young Noh, Allen Cheung, Daxia Ge Introduction Structural

More information

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3 2017 2nd International Conference on Coputational Modeling, Siulation and Applied Matheatics (CMSAM 2017) ISBN: 978-1-60595-499-8 TensorFlow and Keras-based Convolutional Neural Network in CAT Iage Recognition

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

Accurate On-Line 3D Occupancy Grids Using Manhattan World Constraints

Accurate On-Line 3D Occupancy Grids Using Manhattan World Constraints Accurate On-Line 3D Occupancy Grids Using Manhattan World Constraints Brian Peasley and Stan Birchfield Electrical and Coputer Engineering Dept. Cleson University, Cleson, SC 29634 Alex Cunningha and Frank

More information

Feature Selection to Relate Words and Images

Feature Selection to Relate Words and Images The Open Inforation Systes Journal, 2009, 3, 9-13 9 Feature Selection to Relate Words and Iages Wei-Chao Lin 1 and Chih-Fong Tsai*,2 Open Access 1 Departent of Coputing, Engineering and Technology, University

More information

CROSSOVER ANALYSIS OF CHANG E-1 LASER ALTIMETER DATA

CROSSOVER ANALYSIS OF CHANG E-1 LASER ALTIMETER DATA ISPRS Workshop on Geospatial Data Infrastructure: fro data acquisition and updating to sarter services CROSSOVER ANALYSIS OF CHANG E- LASER ALTIMETER DATA Wenin Hu, Zongyu Yue, Kaichang Di* Institute of

More information

Novel Image Representation and Description Technique using Density Histogram of Feature Points

Novel Image Representation and Description Technique using Density Histogram of Feature Points Novel Iage Representation and Description Technique using Density Histogra of Feature Points Keneilwe ZUVA Departent of Coputer Science, University of Botswana, P/Bag 00704 UB, Gaborone, Botswana and Tranos

More information

Enhancing Real-Time CAN Communications by the Prioritization of Urgent Messages at the Outgoing Queue

Enhancing Real-Time CAN Communications by the Prioritization of Urgent Messages at the Outgoing Queue Enhancing Real-Tie CAN Counications by the Prioritization of Urgent Messages at the Outgoing Queue ANTÓNIO J. PIRES (1), JOÃO P. SOUSA (), FRANCISCO VASQUES (3) 1,,3 Faculdade de Engenharia da Universidade

More information

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm International Journal of Engineering and Technical Research (IJETR) ISSN: 31-869 (O) 454-4698 (P), Volue-5, Issue-1, May 16 Shortest Path Deterination in a Wireless Packet Switch Network Syste in University

More information

Image Filter Using with Gaussian Curvature and Total Variation Model

Image Filter Using with Gaussian Curvature and Total Variation Model IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 016 ISSN : 30-7109 (Online) ISSN : 30-9543 (Print) Iage Using with Gaussian Curvature and Total Variation Model 1 Deepak Kuar Gour, Sanjay Kuar Shara 1, Dept.

More information

THE rapid growth and continuous change of the real

THE rapid growth and continuous change of the real IEEE TRANSACTIONS ON SERVICES COMPUTING, VOL. 8, NO. 1, JANUARY/FEBRUARY 2015 47 Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh, Issa

More information

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang IEEE International Conference on ultiedia and Expo POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION Junjun Jiang, Ruiin Hu, Zhen Han, Tao Lu, and Kebin Huang National Engineering

More information

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm Detection of Outliers and Reduction of their Undesirable Effects for Iproving the Accuracy of K-eans Clustering Algorith Bahan Askari Departent of Coputer Science and Research Branch, Islaic Azad University,

More information

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B.

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. Girod1 1 Stanford University, USA 2 Qualco Inc., USA ABSTRACT We study

More information

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS Key words SOA, optial, coplex service, coposition, Quality of Service Piotr RYGIELSKI*, Paweł ŚWIĄTEK* OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS One of the ost iportant tasks in service oriented

More information

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Investigation of The Tie-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Pingyi Fan, Chongxi Feng,Yichao Wang, Ning Ge State Key Laboratory on Microwave and Digital Counications,

More information

An Optimization Clustering Algorithm Based on Texture Feature Fusion for Color Image Segmentation

An Optimization Clustering Algorithm Based on Texture Feature Fusion for Color Image Segmentation Algoriths 2015, 8, 234-247; doi:10.3390/a8020234 Article OPEN ACCESS algoriths ISSN 1999-4893 www.dpi.co/journal/algoriths An Optiization Clustering Algorith Based on Texture Feature Fusion for Color Iage

More information

1 Extended Boolean Model

1 Extended Boolean Model 1 EXTENDED BOOLEAN MODEL It has been well-known that the Boolean odel is too inflexible, requiring skilful use of Boolean operators to obtain good results. On the other hand, the vector space odel is flexible

More information

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh 1, Issa Khalil 2, and Abdallah Khreishah 3 1: Coputer Engineering & Inforation Technology,

More information

A Low-cost Memory Architecture with NAND XIP for Mobile Embedded Systems

A Low-cost Memory Architecture with NAND XIP for Mobile Embedded Systems A Low-cost Meory Architecture with XIP for Mobile Ebedded Systes Chanik Park, Jaeyu Seo, Sunghwan Bae, Hyojun Ki, Shinhan Ki and Busoo Ki Software Center, SAMSUNG Electronics, Co., Ltd. Seoul 135-893,

More information

Cassia County School District #151. Expected Performance Assessment Students will: Instructional Strategies. Performance Standards

Cassia County School District #151. Expected Performance Assessment Students will: Instructional Strategies. Performance Standards Unit 1 Congruence, Proof, and Constructions Doain: Congruence (CO) Essential Question: How do properties of congruence help define and prove geoetric relationships? Matheatical Practices: 1. Make sense

More information

Super-Resolution on Moving Objects using a Polygon-Based Object Description

Super-Resolution on Moving Objects using a Polygon-Based Object Description Super-Resolution on Moving Objects using a Polgon-Based Object Description A. van Eekeren K. Schutte O.R. Oudegeest L.J. van Vliet TNO Defence, Securit and Safet, P.O. Box 96864, 2509 JG, The Hague, The

More information

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl.

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl. Structural Balance in Networks An Optiizational Approach Andrej Mrvar Faculty of Social Sciences University of Ljubljana Kardeljeva pl. 5 61109 Ljubljana March 23 1994 Contents 1 Balanced and clusterable

More information

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL 1 Te-Wei Chiang ( 蔣德威 ), 2 Tienwei Tsai ( 蔡殿偉 ), 3 Jeng-Ping Lin ( 林正平 ) 1 Dept. of Accounting Inforation Systes, Chilee Institute

More information

Weeks 1 3 Weeks 4 6 Unit/Topic Number and Operations in Base 10

Weeks 1 3 Weeks 4 6 Unit/Topic Number and Operations in Base 10 Weeks 1 3 Weeks 4 6 Unit/Topic Nuber and Operations in Base 10 FLOYD COUNTY SCHOOLS CURRICULUM RESOURCES Building a Better Future for Every Child - Every Day! Suer 2013 Subject Content: Math Grade 3rd

More information

A Novel Fast Constructive Algorithm for Neural Classifier

A Novel Fast Constructive Algorithm for Neural Classifier A Novel Fast Constructive Algorith for Neural Classifier Xudong Jiang Centre for Signal Processing, School of Electrical and Electronic Engineering Nanyang Technological University Nanyang Avenue, Singapore

More information

DEBARRED OBJECTS RECOGNITION BY PFL OPERATOR

DEBARRED OBJECTS RECOGNITION BY PFL OPERATOR DEBARRED OBJECTS RECOGNITION BY PFL OPERATOR Manish Kuar Srivastava,Madan Kushwah, Abhishe uar 3 Assistant Professor, Departent of CSE, Lal Bahadur Shastri Group of Institutions Lucnow, Uttar Pradesh,

More information

Derivation of an Analytical Model for Evaluating the Performance of a Multi- Queue Nodes Network Router

Derivation of an Analytical Model for Evaluating the Performance of a Multi- Queue Nodes Network Router Derivation of an Analytical Model for Evaluating the Perforance of a Multi- Queue Nodes Network Router 1 Hussein Al-Bahadili, 1 Jafar Ababneh, and 2 Fadi Thabtah 1 Coputer Inforation Systes Faculty of

More information

HIGH PERFORMANCE PRE-SEGMENTATION ALGORITHM FOR SONAR IMAGES

HIGH PERFORMANCE PRE-SEGMENTATION ALGORITHM FOR SONAR IMAGES HIGH PERFORMANCE PRE-SEGMENTATION ALGORITHM FOR SONAR IMAGES Benjain Lehann*, Konstantinos Siantidis*, Dieter Kraus** *ATLAS ELEKTRONIK GbH Sebaldsbrücker Heerstraße 235 D-28309 Breen, GERMANY Eail: benjain.lehann@atlas-elektronik.co

More information

Evidence Filtering in a Sequence of Images for Recognition

Evidence Filtering in a Sequence of Images for Recognition Evidence Filtering in a Sequence of Iages for Recognition Sukhan Lee 1,2, * 1 Director, Intelligent Systes Research Institute (ISRI), School of Inforation and Counication Engineering. 2 Interaction Science

More information

A Method of Generating Multi-Scale Disc-Like Distributions for NDT Registration Algorithm

A Method of Generating Multi-Scale Disc-Like Distributions for NDT Registration Algorithm International Journal of Mechanical Engineering and Robotics Research Vol. 5, o., January 06 A Method of Generating Multi-Scale Disc-Like Distributions for D Registration Algorith Hyunki Hong and Beohee

More information

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011 EE 364B Convex Optiization An ADMM Solution to the Sparse Coding Proble Sonia Bhaskar, Will Zou Final Project Spring 20 I. INTRODUCTION For our project, we apply the ethod of the alternating direction

More information

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search 436 Journal of Electrical Engineering & Technology, Vol. 3, No. 3, pp. 436~443, 008 3D Building Detection and Reconstruction fro Aerial Iages Using Perceptual Organization and Fast Graph Search Dong-Min

More information

Learning Integrated Holism-Landmark Representations for Long-Term Loop Closure Detection

Learning Integrated Holism-Landmark Representations for Long-Term Loop Closure Detection Learning Integrated Holis-Landark Representations for Long-Ter Loop Closure Detection Fei Han, Hua Wang, Hao Zhang Departent of Coputer Science, Colorado School of Mines, Golden, CO 8040 fhan@ines.edu,

More information

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing A Trajectory Splitting Model for Efficient Spatio-Teporal Indexing Slobodan Rasetic Jörg Sander Jaes Elding Mario A. Nasciento Departent of Coputing Science University of Alberta Edonton, Alberta, Canada

More information

Global Optimization of Transmitter Placement in Wireless Communication Systems

Global Optimization of Transmitter Placement in Wireless Communication Systems Global Optiization of Transitter Placeent in Wireless Counication Systes J. He, A. Verstak, L. T. Watson, T. S. Rappaport, C. R. Anderson, N. Raakrishnan, C. A. Shaffer, W. H. Tranter, K. Bae, J. Jiang

More information

On computing global similarity in images

On computing global similarity in images On coputing global siilarity in iages S Ravela and R Manatha Coputer Science Departent University of Massachusetts, Aherst, MA 01003 Eail: ravela,anatha @csuassedu Abstract The retrieval of iages based

More information

Secure Wireless Multihop Transmissions by Intentional Collisions with Noise Wireless Signals

Secure Wireless Multihop Transmissions by Intentional Collisions with Noise Wireless Signals Int'l Conf. Wireless etworks ICW'16 51 Secure Wireless Multihop Transissions by Intentional Collisions with oise Wireless Signals Isau Shiada 1 and Hiroaki Higaki 1 1 Tokyo Denki University, Japan Abstract

More information

Preprocessing I: Within Subject John Ashburner

Preprocessing I: Within Subject John Ashburner Preprocessing I: Within Subject John Ashburner Pre-processing Overview Statistics or whatever fmri tie-series Anatoical MRI Teplate Soothed Estiate Spatial Nor Motion Correct Sooth Coregister 11 21 31

More information

Critical subsystem failure mitigation in an indoor UAV testbed

Critical subsystem failure mitigation in an indoor UAV testbed IEEE/RSJ International Conference on Intelligent Robots and Systes October 7-,. Vilaoura, Algarve, Portugal Critical subsyste failure itigation in an indoor UAV testbed Mark W. Mueller and Raffaello D

More information

An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured from Different Viewpoints

An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured from Different Viewpoints 519 An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured fro Different Viewpoints Yousuke Kawauchi 1, Shin Usuki, Kenjiro T. Miura 3, Hiroshi Masuda 4 and Ichiro Tanaka 5 1 Shizuoka

More information