AUTOMATIC TRACKING OF MOVING OBJECT WITH EYE-IN- HAND ROBOT MANIPULATOR

Size: px
Start display at page:

Download "AUTOMATIC TRACKING OF MOVING OBJECT WITH EYE-IN- HAND ROBOT MANIPULATOR"

Transcription

1 AUTOATIC TRACKING OF OVING OBJECT WITH EYE-IN- HAND ROBOT ANIPULATOR 1 JIN-SIANG SHAW, WEN-LIN CHI Institute of ehatroni Engineering, Taipei Teh, Taipei, Taiwan 1 jshaw@ntut.edu.tw, ton455448@gmail.om Abstrat: In this paper, traking strategies of a moving objet using visual servoing are presented with an ee-in-hand robot arm. First of all, CAshift (Continuousl Adaptive eanshift) algorithm is emploed to trak ontinuousl the moving objet in the image plane. Then b omparing the traking window from CAshift and the retangle generated b the minimum retangle method after bak projetion of the objet model, a new retangle is formed and an be seen as the objet itself. Finall, objet features for traking purpose an be etrated from the new retangle. Furthermore, through appliation of image Jaobian matri, the traking error in the image plane an be transformed to be the displaements of robot s end effetor. Aordingl, robot arm an be moved for traking this moving objet. In addition, trajetor planning of robot arm with blending tehnique is used for smoothl and ontinuousl traking the moving objet. The developed objet traking strategies using ee-in-hand robot arm an be applied to an assembl task in a moving onveor without knowing the onveor speed or having to stop the onveor for assembl. Kewords: Automati Traking, Visual Servoing, Ee-in-Hand I. INTRODUCTION The fous of our work is to ahieve translation and rotation information with moving objet in real time via ee-in-hand robot arm. In this paper, we attahed a amera to a gripper module and fi it on the end effetor of a robot arm. Ee-in-hand arhiteture is used primaril to guide end effetor and ensure that the tool properl engages the intended target. Like the work in [1], the appliation is peg-and-hole alignment. It needed to keep deteting whether the target is on the desired position and to reat quikl for doing the job suessfull. Visual servoing plas an important role in the robot appliations. It mainl applies with moving objets in unknown environment. Image based visual servoing (IBVS) is an important ontrol tehnique used for solving the omple problems of a 6-DOF robot ontrol for objet traking. Using image Jaobian matri, we an transfer the image spae ontrol errors into errors in Cartesian spae, and then with a suitable ontrol algorithm, it is possible to obtain the loal onvergene to a desired set point. Furthermore, using predition approah an make the result more robust []. The performane of traking stati objet is good in IBVS, so we tr to use this method to trak moving objet. In this paper, we set the desired point to be the position between the two finger tips of a robot arm so that we an grasp the target in the future. The image Jaobian matri depends on the amera parameter, visual feature oordinates and depth of target with respet to amera frame. Using transform oordinate frame, details in omputing image Jaobian matri an be found in [3]. In this paper, we tend to trak the target in 3-dimensional spae, hene two feature points are needed. The reason we will eplain setion. In order to aquire feature points of the objet, we need to use robust method of mahine vision to keep the feature points deteted when the target objet is moving. CAshift is an objet traking algorithm proposed b Bradski [4] that used olor histogram as its target model. This algorithm ma not be easil influened b the hanges in the shape of the target. It usd olor probabilit so that it an effiientl solve the problem that the target is moving or partl sheltered. Although it an ahieve the purpose of the target traking fast, CAshift onl relies on bak projetion. Therefore, it would fail in some ases. For eample, the objet s olor is hanged b environment or similar olor objets are deteted and hene influened the result. oreover, it would lose the target. Therefore, [5] and [6] also used other ontrol methods or ombined other algorithms to improve this problem and make it more robust. THE PROPOSED APPROACH A 6-ais robot arm TX6L from Staubli, with a gripper module having a amera on it, is attahed to its end effetor, forming an ee-in-hand robot manipulator [7]. For the Staubli robot manipulator, onl the point-to-point ontrol ommand is available to users and will be used here to trak moving objets on a onveor. Therefore, we first need to detet the objet and etrat features b using digital image proessing tehniques [8]. There are two major methods we used in digital image proessing. The first one is CAshift algorithm and the other is minimum area retangle method..1 CAshift Algorithm CAshift is an objet traking algorithm. When the target is hosen, the trak window would keep following it. CAshift uses olor information to trak the moving target. It is mainl based on bak projetion alulation and mean shift algorithm. CAshift uses olor histogram as its target model. Proeedings of 93 rd The IIER International Conferene, Los Angeles, USA, th -1 st Januar 17, ISBN:

2 Automati Traking of oving Objet With Ee-in-Hand Robot anipulator Etrated image ontains man number of piels and eah piel has assoiates with a set of values of Hue(H), Saturation(S) and Value(V). Through bak projetion, we an generate olor probabilit of this image from the Hue histogram distribution. Then, it would ome out a gra sale image whih means the lighter piel is the most possible with the target model. CAshift uses an elliptial searh window and the alulation of window s loation is a onverging proess. Eah time the new window is omputed aording to the window of the last frame. The loation of new window is determined b the differene of the two windows and it needs to be smaller than the pre-set threshold. Fig. 1 shows the blok diagram of CAshift algorithm. There are some formulas whih show how to alulate the entre s oordinate of the searh window as follows -order moment: I(, ) 1-order moment: 1 I (, ) -order moment: 1 I (, ) 11 I (, ) I (, ) I (, ) where I(,) is eah piel s value in bak projetion. Then the entre s oordinates are given as, (1) 1 1 Using the oordinates of enter point to build an ellipse as the searh window with length L, width W and angle with respet to ais, we obtain a b ( a ) L () a b ( a ) W (3) 1 tan 1 b ( ) (4) a where a, b ( ) 11 Fig.1. Blok Diagram of CAshift algorithm. inimum Area Retangle After using CAshift, we onl aquire trak window whih is a retangle due to using Emgu, whih is a ross platform.net wrapper to the OpenCV image proessing librar. This trak window an t represent the target, but we do know where the target is. The main goal is to find robust feature points in the objet so that visual servoing has enough parameters to work with. In this paper, we use minimum area retangle method whih is one tpe of bounding retangle and it has a funtion to all in Emgu. It an generate the minimum retangle b a set of points so the retangle ma rotate. Therefore, we use minimum area retangle from bak projetion image and generate a retangle to represent target objet beause the retangle has enough information about the rotation and the sie of the objet if the image is lear. However, bak projetion ma have some noises whih is the problem of olor probabilit. We ombine trak window whih is generated b CAshift algorithm and minimum area retangle to generate new retangle whih is more robust and have useful information of the objet. We define the wa to determine a point (,) is true point of the objet or noise in the bak projetion b Eulidean distane to trak window: width height ( g ) ( ) ( ) ( ) g where, are oordinates in piels in image plane; (, ) are enter point of the trak window and g g width, height are the width and height of the trak window. Proeedings of 93 rd The IIER International Conferene, Los Angeles, USA, th -1 st Januar 17, ISBN:

3 Automati Traking of oving Objet With Ee-in-Hand Robot anipulator dp P T (6) dt Using lassial perspetive projetion model, (a) (b) u v (7) () Fig.. generate retangle in Bak Projetion (d) where is the fous distane, (u,v) is the feature point oordinate in the image plane, and (,) is oordinate in spae. In equation (7), the unit of (u,v) is length, but we aquire (u,v) in the unit of piel. Using transformation to piel units, equation (7) beomes: (a) original image with trak window (b) use onl inimum Area Retangle from Bak Projetion of Fig.1(a) () original image with trak window (d) use trak window and inimum Area Retangle from Bak Projetion of Fig.1 () Fig. illustrates results of appling CAshift and minimum area retangle algorithms. It is learl seen that if we onl use CAshift algorithm, the trak window is not good enough to represent the objet. If we onl use minimum area retangle, the retangle would be easil influened b noises. But if we ombine both, the result is good. Finall, we set the two feature points as the middle points in the long side of the retangle..3 Visual Servoing In this paper, image based visual servoing is emploed, whih is based on the error between urrent and desired feature points on the image plane. The goal of the visual servoing proess is to minimie the image ontrol error e( k) f f ( k) (5) d so that the image feature f an reah the desired target f d. In the IBVS struture, there is a feature spae ontrol law whih uses the error as input and generates relativel robot ommand. In the following omputation, we would find out the relationship between the hanging rate of feature point in the image spae and end effetor veloit in the task spae. First, we assume the amera is in the stati environment. When the amera moves in the task spae with a linear veloit T [ T, T, T ] and angular veloit [,, ]. The veloit of a point P relative to the amera frame an be epressed as u / s v / s (8) where s, s are transformation oeffiient of, ais in the image plane respetivel. s, s and are assoiated amera parameters. We an measure them through eperiments. To simplif equation (8), we define / s, / s Equation (8) now beomes u 1 v (9) The relationship between an image point and the veloit of P an be alulated as follows. Let P [,, ] be oordinate relative to amera frame. Aording to equations (6) and (9). The derivative of oordinate P in terms of image feature oordinate u,v is, v T u T (1) v u T Derivative of oordinates of feature parameters in terms of P are u uv u u T T v v v T T u v uv (11) Proeedings of 93 rd The IIER International Conferene, Los Angeles, USA, th -1 st Januar 17, ISBN:

4 Rewrite the above equation (11) in vetor-matri form as T u uv u T v u T v v v uv u Equation (1) an be written as where f J V (13) img img p Automati Traking of oving Objet With Ee-in-Hand Robot anipulator J is the image Jaobian matri, V p (1) veloit of p point with respet to amera frame. In this paper, we need to ontrol robot manipulator in 3 dimensional spae, hene at least feature points are required. In addition, we further assume that T for in-plane objet traking. Consequentl, the final feature points in image plan an be obtained is Transfer the position of P with respet to the tool 6 frame P to the inertial frame P P T P 6 6 we an know the relationship between tool frame and inertial frame of robot manipulator. Finall, send this displaement ommand to robot arm ontroller for traking the target objet. It is noted that the, ais of image plane needs to hek whether the are in the same diretions as, ais of tool frame in the perspetive projetion or not. Fig. 3 shows a blok diagram for image based visual servoing ontrol for. Fig.3. Image Based Visual Servo u v1 u 1 1 T v 1 T u v v u (14) After introdution of mahine vision based digital image proessing and visual servoing approahes, the overall flow hart for objet traking using an ee-inhand robot manipulator is shown in Fig. 4. Beause this image Jaobian matri is not a square matri, we an get the relationship below through pseudo inverse matri where V J f (15) p img J ( J J ) J T 1 T img img img img. Beause veloit of P is relative to amera frame, so we an set amera frame on the tool frame due to tool frame and amera frame moving together. Then, we an see the veloit of P as the displaement ommand of the robot end effetor. In this paper, the displaement ommand of end effetor also needs to transfer the tool frame to the global frame of robot manipulator. Using forward kinematis and the Denavit-Hartenberg onvention, we an know eah of oordinate transformation matri from the previous oordinate sstem to the net oordinate sstem on the eah joint of robot. ultipl all transformation matri, we an know the oordinate transformation from inertial oordinate to end effetor oordinate T A A A A A A Fig.4. Blok diagram of the traking sstem.4 Blending ove In this paper, we use a robot arm from Staubli ompan. There is a movement ontrol ommand alled blending move in the ontroller. Net, we will eplain how this funtion is defined. Assume there is a tpial pik-and-plae task: piking up at ppik point and putting down at the pplae point, as shown in Fig. 5. The robot is initiall at the ppik point. Straight line movements are used for disengagement and approah. However, the main movement is pointto-point movement, as the geometr of this part of the trajator does not need to be auratel ontrolled, beause it is desirable to move robot arm as quikl as possible. In the absene of an speifi movement requirement, the robot will stops at the pdepart and pappro points, as the trajetor is sharpl turning at these points. This unneessaril inreases the duration of the operation and there is no need to pass through these Proeedings of 93 rd The IIER International Conferene, Los Angeles, USA, th -1 st Januar 17, ISBN:

5 Automati Traking of oving Objet With Ee-in-Hand Robot anipulator points preisel. The duration of the movement an be signifiantl redued b blending the trajetor in the viinit of the pdepart and pappro points. In the blending move, there are two parameters whih are alled leave and reah respetivel. Leave is the distane from arrival point to start blending point. Reah is the distane from arrival point to end blending point. One we know these two parameters for blending, we an add blending move to straight line movements. In this wa, the robot manipulator no longer stops at the pdepart and pappro points. This movement is therefore faster and smoother than the point-to-point movement. Fig. 7 shows the proesses of robot arm traking a moving objet: (a) we put the objet on the onveor; (b) we seleted the target and the robot began to trak; (),(d),(e) robot kept following the objet;(f) trak mode was losed at the end of onveor. In Fig.8 we an see that after trak mode started, robot tried to move toward the desired position. At the end, the error of v was lose to piel and onl had error of u in the ais beause the objet is moving with a veloit. oreover, we an find the value of u was hanging in a bounded small area, meaning the robot was able to trak the moving objet without divergene. Trajetor of the robot arm traking a moving objet is shown in Fig. 9. Fig.5. Pik and plae trajetor (with blending) EXPERIENTAL RESULTS 3.1 Eperimental Setting We plae target objets on a ontinuousl operating onveor and make sure the objet movement is in the workspae of the robot arm. Then, we attahed a gripper module with a amera to the end effetor. We assume the traking movement has same height at 39 mm from amera to objet. We also need to set the desired points at oordinate (191,158) and (145,158) whih are the positions of the two fingure tips. In this stud, we trak objet moving in - plane and the robot an also rotate about the ais if the objet is randoml orientated. In addition, we need to measure, mentioned earlier. In this paper, we use bakground subtration method and edge detet method to easil know the piels of the objet. Then, measure the length, width of objet and the distane from amera to objet. Through equation (9), we an aquire the values for,. 3. Results Fig. 6 shows time response of the error of feature points. Before the traking started, we an see the error of u whih is ais of image plane was monotoniall dereasing and the error of v whih is ais of image plane didn t have obviousl hange. When the traking was started, the error of v suddenl dereased and was lose to piel. However, the error of u, tring to onverge, an t go to piel beause the objet was moving. It maintained the error around 4 piels that means robot arm kept traking the objet and didn t lose it. Fig.6. Error of feature points in the image plane Fig.7. Snapshots of robot arm traking a moving objet Proeedings of 93 rd The IIER International Conferene, Los Angeles, USA, th -1 st Januar 17, ISBN:

6 Automati Traking of oving Objet With Ee-in-Hand Robot anipulator CONCLUSIONS Fig.8. Path of feature points in the image plane In this paper, we ombined CAshift algorithm, minimum area retangle method and visual servoing for traking moving objet with an ee-in-hand robot manipulator. In order to make feature points more robust, we generated new retangle to represent the target objet itself from trak window b CAshift algorithm and minimum area retangle in bak projetion image. Although the robot arm ontrol onl use point-to-point movement, robot arm still move smoothl with blending. In future works, the robot gripper is to grasp the moving objet b using some preditive ontrol methods, like Kalman filter or adaptive linear preditor. B emploing these preditive ontrol methods, a moving objet an be suessfull grabbed as soon as possible b the robot arm. REFERENCES Fig.9. Trajetor of robot arm 3.3. Disussion During the eperiment, we found that if we didn t use blending movement, the robot arm might not ath up the moving objet in high speed movement and the error of u, v would be bigger than with blending. Beause the amera etrats the image muh faster than robot movement, we an t keep sending all feature errors to robot ontroller. It would have the problem of staking ommands beause we use point to point movement no matter we use the movement with blending or not. Therefore we use an asnhronous method to handle the two things: one is to keep etrating image. The other is to send robot ommand onl if the last movement is finished over 5%. 1. Shouren Huang, Yuji Yamakawa, Taku Senoo and asatoshi Ishikawa, Realiing Peg-and-Hole Alignment with One Ee-in-Hand High-Speed Camera, 3 IEEE/ASE International Conferene on Advaned Intelligent ehatronis, pp Jul 13.. C. Laar and A. Burlau, Visual Servoing of Robot anipulators Using odel-based Preditive Control, 7 th IEEE International Conferene on Industrial Informatis June Chung-Hsien Yeh, Grasping Control of a obile anipulator, Department of Eletrial and Control Engineering in National Chiao Tung Universit, pp1-57 Jul G.R. Bradski, Computer Vision Fae Traking for Use in a Pereptual User Interfae, Intel Tehnolog Journal, nd Quarter, Saket Joshi, Shounak Gujarathi, and Abhishek irge oving objet traking method using improved CAshift with SURF algorithm, Inernational Journal of Advanes in Siene Engineering and Tehnolog, ISNN:31-99, pp April Sheldon Xu and Anthon Chang Robust Objet Traking Using Kalman Filters with Dnami Covariane Cornell Universit J. Shaw and Vipul Dube, Design of Servo Atuated Roboti Gripper Using Fore Control for Range of Objets, International Conferene on Advaned Robotis and Intelligent Sstems, Taipei, Taiwan, Aug. 31~Sept., R.C. Gonale and R.E. Woods, Digital Image Proessing, Addison Wesle, 9. Proeedings of 93 rd The IIER International Conferene, Los Angeles, USA, th -1 st Januar 17, ISBN:

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else 3rd International Conferene on Multimedia Tehnolog(ICMT 013) An Effiient Moving Target Traking Strateg Based on OpenCV and CAMShift Theor Dongu Li 1 Abstrat Image movement involved bakground movement and

More information

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints Smooth Trajetory Planning Along Bezier Curve for Mobile Robots with Veloity Constraints Gil Jin Yang and Byoung Wook Choi Department of Eletrial and Information Engineering Seoul National University of

More information

NOISE REMOVAL FOR OBJECT TRACKING BASED ON HSV COLOR SPACE PARAMETER USING CAMSHIFT

NOISE REMOVAL FOR OBJECT TRACKING BASED ON HSV COLOR SPACE PARAMETER USING CAMSHIFT International Journal of Computational Intelligene & Teleommuniation Sstems () 0 pp. 39-45 NOISE REOVAL FOR OBJECT TRACKING BASED ON HSV COLOR SPACE PARAETER USING CASHIFT P. Raavel G. Appasami and R.

More information

Video Data and Sonar Data: Real World Data Fusion Example

Video Data and Sonar Data: Real World Data Fusion Example 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 2011 Video Data and Sonar Data: Real World Data Fusion Example David W. Krout Applied Physis Lab dkrout@apl.washington.edu

More information

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller Trajetory Traking Control for A Wheeled Mobile Robot Using Fuzzy Logi Controller K N FARESS 1 M T EL HAGRY 1 A A EL KOSY 2 1 Eletronis researh institute, Cairo, Egypt 2 Faulty of Engineering, Cairo University,

More information

Projections. Let us start with projections in 2D, because there are easier to visualize.

Projections. Let us start with projections in 2D, because there are easier to visualize. Projetions Let us start ith projetions in D, beause there are easier to visualie. Projetion parallel to the -ais: Ever point in the -plane ith oordinates (, ) ill be transformed into the point ith oordinates

More information

Measurement of the stereoscopic rangefinder beam angular velocity using the digital image processing method

Measurement of the stereoscopic rangefinder beam angular velocity using the digital image processing method Measurement of the stereosopi rangefinder beam angular veloity using the digital image proessing method ROMAN VÍTEK Department of weapons and ammunition University of defense Kouniova 65, 62 Brno CZECH

More information

An Effective Hardware Architecture for Bump Mapping Using Angular Operation

An Effective Hardware Architecture for Bump Mapping Using Angular Operation Graphis Hardware (2003) M. Doggett W. Heidrih W. Mark. Shilling (Editors) n Effetive Hardware rhiteture for Bump Mapping Using ngular peration S. G. Lee W. C. Park W. J. Lee T. D. Han and S. B. Yang Department

More information

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application World Aademy of Siene, Engineering and Tehnology 8 009 Performane of Histogram-Based Skin Colour Segmentation for Arms Detetion in Human Motion Analysis Appliation Rosalyn R. Porle, Ali Chekima, Farrah

More information

Face and Facial Feature Tracking for Natural Human-Computer Interface

Face and Facial Feature Tracking for Natural Human-Computer Interface Fae and Faial Feature Traking for Natural Human-Computer Interfae Vladimir Vezhnevets Graphis & Media Laboratory, Dept. of Applied Mathematis and Computer Siene of Mosow State University Mosow, Russia

More information

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION Lei Li 1, Y. X. ZOU 1* and Yi Li 1 ADSPLAB/ELIP, Shool of ECE, Peking Universit, Shenzhen 518055, China Shenzhen JiFu

More information

Stable Road Lane Model Based on Clothoids

Stable Road Lane Model Based on Clothoids Stable Road Lane Model Based on Clothoids C Gakstatter*, S Thomas**, Dr P Heinemann*, Prof Gudrun Klinker*** *Audi Eletronis Venture GmbH, **Leibniz Universität Hannover, ***Tehnishe Universität Münhen

More information

A Novel Validity Index for Determination of the Optimal Number of Clusters

A Novel Validity Index for Determination of the Optimal Number of Clusters IEICE TRANS. INF. & SYST., VOL.E84 D, NO.2 FEBRUARY 2001 281 LETTER A Novel Validity Index for Determination of the Optimal Number of Clusters Do-Jong KIM, Yong-Woon PARK, and Dong-Jo PARK, Nonmembers

More information

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar Plot-to-trak orrelation in A-SMGCS using the target images from a Surfae Movement Radar G. Golino Radar & ehnology Division AMS, Italy ggolino@amsjv.it Abstrat he main topi of this paper is the formulation

More information

FUZZY WATERSHED FOR IMAGE SEGMENTATION

FUZZY WATERSHED FOR IMAGE SEGMENTATION FUZZY WATERSHED FOR IMAGE SEGMENTATION Ramón Moreno, Manuel Graña Computational Intelligene Group, Universidad del País Vaso, Spain http://www.ehu.es/winto; {ramon.moreno,manuel.grana}@ehu.es Abstrat The

More information

Graph-Based vs Depth-Based Data Representation for Multiview Images

Graph-Based vs Depth-Based Data Representation for Multiview Images Graph-Based vs Depth-Based Data Representation for Multiview Images Thomas Maugey, Antonio Ortega, Pasal Frossard Signal Proessing Laboratory (LTS), Eole Polytehnique Fédérale de Lausanne (EPFL) Email:

More information

Electrical Engineering Department, University of Texas at Dallas, Richardson, TX, USA 3

Electrical Engineering Department, University of Texas at Dallas, Richardson, TX, USA 3 Effiient Performane odeling via Dual-Prior Baesian odel Fusion for Analog and ixed-signal Ciruits Qiheng Huang Chenlei Fang Fan Yang * Xuan Zeng * Dian Zhou and Xin i 3 State Ke ab of ASIC & Sstem iroeletronis

More information

Finding the Equation of a Straight Line

Finding the Equation of a Straight Line Finding the Equation of a Straight Line You should have, before now, ome aross the equation of a straight line, perhaps at shool. Engineers use this equation to help determine how one quantity is related

More information

Machine Vision. Laboratory Exercise Name: Student ID: S

Machine Vision. Laboratory Exercise Name: Student ID: S Mahine Vision 521466S Laoratory Eerise 2011 Name: Student D: General nformation To pass these laoratory works, you should answer all questions (Q.y) with an understandale handwriting either in English

More information

3D Model Based Pose Estimation For Omnidirectional Stereovision

3D Model Based Pose Estimation For Omnidirectional Stereovision 3D Model Based Pose Estimation For Omnidiretional Stereovision Guillaume Caron, Eri Marhand and El Mustapha Mouaddib Abstrat Robot vision has a lot to win as well with wide field of view indued by atadioptri

More information

Detection and Recognition of Non-Occluded Objects using Signature Map

Detection and Recognition of Non-Occluded Objects using Signature Map 6th WSEAS International Conferene on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, De 9-31, 007 65 Detetion and Reognition of Non-Oluded Objets using Signature Map Sangbum Park,

More information

Self-Location of a Mobile Robot with uncertainty by cooperation of an heading sensor and a CCD TV camera

Self-Location of a Mobile Robot with uncertainty by cooperation of an heading sensor and a CCD TV camera Self-oation of a Mobile Robot ith unertainty by ooperation of an heading sensor and a CCD TV amera E. Stella, G. Ciirelli, A. Distante Istituto Elaborazione Segnali ed Immagini - C.N.R. Via Amendola, 66/5-706

More information

Comparative Analysis of two Types of Leg-observation-based Visual Servoing Approaches for the Control of a Five-bar Mechanism

Comparative Analysis of two Types of Leg-observation-based Visual Servoing Approaches for the Control of a Five-bar Mechanism Proeedings of Australasian Conferene on Robotis and Automation, 2-4 De 2014, The University of Melbourne, Melbourne, Australia Comparative Analysis of two Types of Leg-observation-based Visual Servoing

More information

Design of tree-type support structure of free-form shell generated using fractal geometry

Design of tree-type support structure of free-form shell generated using fractal geometry 6 30 September, 06, Too, Japan K. Kawaguhi, M. Ohsai, T. Taeuhi (eds.) Design of tree-tpe support struture of free-form shell generated using fratal geometr Jinglan CUI*, Guanghun ZHOU a, Maoto OHSAKI

More information

The Mathematics of Simple Ultrasonic 2-Dimensional Sensing

The Mathematics of Simple Ultrasonic 2-Dimensional Sensing The Mathematis of Simple Ultrasoni -Dimensional Sensing President, Bitstream Tehnology The Mathematis of Simple Ultrasoni -Dimensional Sensing Introdution Our ompany, Bitstream Tehnology, has been developing

More information

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq Volume 4 Issue 6 June 014 ISSN: 77 18X International Journal of Advaned Researh in Computer Siene and Software Engineering Researh Paper Available online at: www.ijarsse.om Medial Image Compression using

More information

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION Ken Sauer and Charles A. Bouman Department of Eletrial Engineering, University of Notre Dame Notre Dame, IN 46556, (219) 631-6999 Shool of

More information

Engineering Design of Guidance System of 6R Telerobot based on DTMF

Engineering Design of Guidance System of 6R Telerobot based on DTMF Int J Advaned Design and Manufaturing Tehnolog Vol. 7/ No. 3/ September - 04 7 Engineering Design of Guidane Sstem of R Telerobot based on DTMF M. H. Koraem* Roboti Researh Laborator Center of Exellene

More information

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW FOREGROUND OBJECT EXTRACTION USING FUZZY C EANS WITH BIT-PLANE SLICING AND OPTICAL FLOW SIVAGAI., REVATHI.T, JEGANATHAN.L 3 APSG, SCSE, VIT University, Chennai, India JRF, DST, Dehi, India. 3 Professor,

More information

Type of document: Usebility Checklist

Type of document: Usebility Checklist Projet: JEGraph Type of doument: Usebility Cheklist Author: Max Bryan Version: 1.30 2011 Envidate GmbH Type of Doumet Developer guidelines User guidelines Dutybook Speifiation Programming and testing Test

More information

Recall: Function Calls to Create Transform Matrices

Recall: Function Calls to Create Transform Matrices Reall: Fntion Calls to Create Transform Matries Previosl made fntion alls to generate 44 matries for identit, translate, sale, rotate transforms Pt transform matri into CTM Eample mat4 m = Identit(; CTM

More information

Simultaneous image orientation in GRASS

Simultaneous image orientation in GRASS Simultaneous image orientation in GRASS Alessandro BERGAMINI, Alfonso VITTI, Paolo ATELLI Dipartimento di Ingegneria Civile e Ambientale, Università degli Studi di Trento, via Mesiano 77, 38 Trento, tel.

More information

Cluster-Based Cumulative Ensembles

Cluster-Based Cumulative Ensembles Cluster-Based Cumulative Ensembles Hanan G. Ayad and Mohamed S. Kamel Pattern Analysis and Mahine Intelligene Lab, Eletrial and Computer Engineering, University of Waterloo, Waterloo, Ontario N2L 3G1,

More information

Active Compliant Motion Control for Grinding Robot

Active Compliant Motion Control for Grinding Robot Proeedings of the 17th World Congress The International Federation of Automati Control Ative Compliant Motion Control for Grinding Robot Juyi Park*, Soo Ho Kim* and Sungkwun Kim** *Daewoo Shipbuilding

More information

Boosted Random Forest

Boosted Random Forest Boosted Random Forest Yohei Mishina, Masamitsu suhiya and Hironobu Fujiyoshi Department of Computer Siene, Chubu University, 1200 Matsumoto-ho, Kasugai, Aihi, Japan {mishi, mtdoll}@vision.s.hubu.a.jp,

More information

End-effector pose estimation of the Monash Epicyclic-Parallel Manipulator through the visual observation of its legs

End-effector pose estimation of the Monash Epicyclic-Parallel Manipulator through the visual observation of its legs End-effetor pose estimation of the Monash Epiyli-Parallel Manipulator through the visual observation of its legs Alessia Vignolo,Sébastien Briot, Philippe Martinet,, Chao Chen 3 Abstrat Past researh works

More information

The Implementation of RRTs for a Remote-Controlled Mobile Robot

The Implementation of RRTs for a Remote-Controlled Mobile Robot ICCAS5 June -5, KINEX, Gyeonggi-Do, Korea he Implementation of RRs for a Remote-Controlled Mobile Robot Chi-Won Roh*, Woo-Sub Lee **, Sung-Chul Kang *** and Kwang-Won Lee **** * Intelligent Robotis Researh

More information

New Fuzzy Object Segmentation Algorithm for Video Sequences *

New Fuzzy Object Segmentation Algorithm for Video Sequences * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 521-537 (2008) New Fuzzy Obet Segmentation Algorithm for Video Sequenes * KUO-LIANG CHUNG, SHIH-WEI YU, HSUEH-JU YEH, YONG-HUAI HUANG AND TA-JEN YAO Department

More information

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT?

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? 3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? Bernd Girod, Peter Eisert, Marus Magnor, Ekehard Steinbah, Thomas Wiegand Te {girod eommuniations Laboratory, University of Erlangen-Nuremberg

More information

We P9 16 Eigenray Tracing in 3D Heterogeneous Media

We P9 16 Eigenray Tracing in 3D Heterogeneous Media We P9 Eigenray Traing in 3D Heterogeneous Media Z. Koren* (Emerson), I. Ravve (Emerson) Summary Conventional two-point ray traing in a general 3D heterogeneous medium is normally performed by a shooting

More information

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization Self-Adaptive Parent to Mean-Centri Reombination for Real-Parameter Optimization Kalyanmoy Deb and Himanshu Jain Department of Mehanial Engineering Indian Institute of Tehnology Kanpur Kanpur, PIN 86 {deb,hjain}@iitk.a.in

More information

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing デンソーテクニカルレビュー Vol. 15 2010 特集 Road Border Reognition Using FIR Images and LIDAR Signal Proessing 高木聖和 バーゼル ファルディ Kiyokazu TAKAGI Basel Fardi ヘンドリック ヴァイゲル Hendrik Weigel ゲルド ヴァニーリック Gerd Wanielik This paper

More information

A {k, n}-secret Sharing Scheme for Color Images

A {k, n}-secret Sharing Scheme for Color Images A {k, n}-seret Sharing Sheme for Color Images Rastislav Luka, Konstantinos N. Plataniotis, and Anastasios N. Venetsanopoulos The Edward S. Rogers Sr. Dept. of Eletrial and Computer Engineering, University

More information

An Efficient and Scalable Approach to CNN Queries in a Road Network

An Efficient and Scalable Approach to CNN Queries in a Road Network An Effiient and Salable Approah to CNN Queries in a Road Network Hyung-Ju Cho Chin-Wan Chung Dept. of Eletrial Engineering & Computer Siene Korea Advaned Institute of Siene and Tehnology 373- Kusong-dong,

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

CSCI-4972/6963 Advanced Computer Graphics

CSCI-4972/6963 Advanced Computer Graphics Luo Jr. CSCI-497/696 Advaned Computer Graphis http://www.s.rpi.edu/~utler/lasses/advanedgraphis/s8/ Professor Barb Cutler utler@s.rpi.edu MRC 9A Piar Animation Studios, 986 Topis for the Semester Mesh

More information

Humanoid Walking Control using the Capture Point

Humanoid Walking Control using the Capture Point Humanoid Walking Control using the Capture Point Christian Ott and Johannes Englsberger Institute of Robotis and Mehatronis German Aerospae Center (DLR e.v.) hristian.ott@dlr.de Joint torque sensing &

More information

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines The Minimum Redundany Maximum Relevane Approah to Building Sparse Support Vetor Mahines Xiaoxing Yang, Ke Tang, and Xin Yao, Nature Inspired Computation and Appliations Laboratory (NICAL), Shool of Computer

More information

Particle Swarm Optimization for the Design of High Diffraction Efficient Holographic Grating

Particle Swarm Optimization for the Design of High Diffraction Efficient Holographic Grating Original Artile Partile Swarm Optimization for the Design of High Diffration Effiient Holographi Grating A.K. Tripathy 1, S.K. Das, M. Sundaray 3 and S.K. Tripathy* 4 1, Department of Computer Siene, Berhampur

More information

Contributions to the cinematic and dynamic study of parallel mechanism robots with four degrees of freedom

Contributions to the cinematic and dynamic study of parallel mechanism robots with four degrees of freedom Equation Chapter Setion Forgó Zoltán, eng. hd. andidate Contributions to the inemati and dynami study of parallel mehanism robots with four degrees of freedom Abstrat of hd hesis Sientifi oordinator: Niolae

More information

Runtime Support for OOLs Part II Comp 412

Runtime Support for OOLs Part II Comp 412 COMP 412 FALL 2017 Runtime Support for OOLs Part II Comp 412 soure IR Front End Optimizer Bak End IR target Copright 2017, Keith D. Cooper & Linda Torzon, all rights reserved. Students enrolled in Comp

More information

Control of industrial robots. Control with vision sensors

Control of industrial robots. Control with vision sensors Control of indstrial robots Control with ision sensors Prof. Paolo Roo (paolo.roo@polimi.it) Politenio di Milano Dipartimento di Elettronia Informazione e Bioingegneria Visal measrements Artifiial ision

More information

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1.

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1. Fuzzy Weighted Rank Ordered Mean (FWROM) Filters for Mixed Noise Suppression from Images S. Meher, G. Panda, B. Majhi 3, M.R. Meher 4,,4 Department of Eletronis and I.E., National Institute of Tehnology,

More information

Pipelined Multipliers for Reconfigurable Hardware

Pipelined Multipliers for Reconfigurable Hardware Pipelined Multipliers for Reonfigurable Hardware Mithell J. Myjak and José G. Delgado-Frias Shool of Eletrial Engineering and Computer Siene, Washington State University Pullman, WA 99164-2752 USA {mmyjak,

More information

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION Cuiui Kang 1, Shengai Liao, Shiming Xiang 1, Chunhong Pan 1 1 National Laboratory of Pattern Reognition, Institute of Automation, Chinese

More information

Orientation of the coordinate system

Orientation of the coordinate system Orientation of the oordinate system Right-handed oordinate system: -axis by a positive, around the -axis. The -axis is mapped to the i.e., antilokwise, rotation of The -axis is mapped to the -axis by a

More information

Outline: Software Design

Outline: Software Design Outline: Software Design. Goals History of software design ideas Design priniples Design methods Life belt or leg iron? (Budgen) Copyright Nany Leveson, Sept. 1999 A Little History... At first, struggling

More information

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction University of Wollongong Researh Online Faulty of Informatis - apers (Arhive) Faulty of Engineering and Information Sienes 7 Time delay estimation of reverberant meeting speeh: on the use of multihannel

More information

Chapter 2: Introduction to Maple V

Chapter 2: Introduction to Maple V Chapter 2: Introdution to Maple V 2-1 Working with Maple Worksheets Try It! (p. 15) Start a Maple session with an empty worksheet. The name of the worksheet should be Untitled (1). Use one of the standard

More information

Using Augmented Measurements to Improve the Convergence of ICP

Using Augmented Measurements to Improve the Convergence of ICP Using Augmented Measurements to Improve the onvergene of IP Jaopo Serafin, Giorgio Grisetti Dept. of omputer, ontrol and Management Engineering, Sapienza University of Rome, Via Ariosto 25, I-0085, Rome,

More information

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks Abouberine Ould Cheikhna Department of Computer Siene University of Piardie Jules Verne 80039 Amiens Frane Ould.heikhna.abouberine @u-piardie.fr

More information

Vision-based manipulation with the humanoid robot Romeo

Vision-based manipulation with the humanoid robot Romeo Vision-based manipulation with the humanoid robot Romeo Giovanni Claudio, Fabien Spindler, François Chaumette To ite this version: Giovanni Claudio, Fabien Spindler, François Chaumette. Vision-based manipulation

More information

Dubins Path Planning of Multiple UAVs for Tracking Contaminant Cloud

Dubins Path Planning of Multiple UAVs for Tracking Contaminant Cloud Proeedings of the 17th World Congress The International Federation of Automati Control Dubins Path Planning of Multiple UAVs for Traking Contaminant Cloud S. Subhan, B.A. White, A. Tsourdos M. Shanmugavel,

More information

Improved Real-Time Shadow Mapping for CAD Models

Improved Real-Time Shadow Mapping for CAD Models Improved Real-Time Shado Mapping for CAD Models Vitor Barata R. B. Barroso TeGraf, Computer Siene Dept., PUC-Rio vbarata@tegraf.pu-rio.br Waldemar Celes TeGraf, Computer Siene Dept., PUC-Rio eles@tegraf.pu-rio.br

More information

Supplementary Material: Geometric Calibration of Micro-Lens-Based Light-Field Cameras using Line Features

Supplementary Material: Geometric Calibration of Micro-Lens-Based Light-Field Cameras using Line Features Supplementary Material: Geometri Calibration of Miro-Lens-Based Light-Field Cameras using Line Features Yunsu Bok, Hae-Gon Jeon and In So Kweon KAIST, Korea As the supplementary material, we provide detailed

More information

Transition Detection Using Hilbert Transform and Texture Features

Transition Detection Using Hilbert Transform and Texture Features Amerian Journal of Signal Proessing 1, (): 35-4 DOI: 1.593/.asp.1.6 Transition Detetion Using Hilbert Transform and Texture Features G. G. Lashmi Priya *, S. Domni Department of Computer Appliations, National

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 22 BioTehnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(22), 2014 [13995-14001] Improvement of low illumination image enhanement

More information

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications System-Level Parallelism and hroughput Optimization in Designing Reonfigurable Computing Appliations Esam El-Araby 1, Mohamed aher 1, Kris Gaj 2, arek El-Ghazawi 1, David Caliga 3, and Nikitas Alexandridis

More information

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Malaysian Journal of Computer Siene, Vol 10 No 1, June 1997, pp 36-41 A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Md Rafiqul Islam, Harihodin Selamat and Mohd Noor Md Sap Faulty of Computer Siene and

More information

3D-TV Rendering from Multiple Cameras

3D-TV Rendering from Multiple Cameras Master s Thesis 3D-TV Rendering from Multiple Cameras Thesis ommittee: Prof. dr. ir. Jan Biemond Dr. C.P. Botha Dr. Emile A. Hendriks Dr. ir. Andre Redert Author Anastasia Manta Email amantamio@hotmail.om

More information

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer Communiations and Networ, 2013, 5, 69-73 http://dx.doi.org/10.4236/n.2013.53b2014 Published Online September 2013 (http://www.sirp.org/journal/n) Cross-layer Resoure Alloation on Broadband Power Line Based

More information

Multiple-Criteria Decision Analysis: A Novel Rank Aggregation Method

Multiple-Criteria Decision Analysis: A Novel Rank Aggregation Method 3537 Multiple-Criteria Deision Analysis: A Novel Rank Aggregation Method Derya Yiltas-Kaplan Department of Computer Engineering, Istanbul University, 34320, Avilar, Istanbul, Turkey Email: dyiltas@ istanbul.edu.tr

More information

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks Unsupervised Stereosopi Video Objet Segmentation Based on Ative Contours and Retrainable Neural Networks KLIMIS NTALIANIS, ANASTASIOS DOULAMIS, and NIKOLAOS DOULAMIS National Tehnial University of Athens

More information

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry Deteting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry D. M. Zasada, P. K. Sanyal The MITRE Corp., 6 Eletroni Parkway, Rome, NY 134 (dmzasada, psanyal)@mitre.org

More information

A radiometric analysis of projected sinusoidal illumination for opaque surfaces

A radiometric analysis of projected sinusoidal illumination for opaque surfaces University of Virginia tehnial report CS-21-7 aompanying A Coaxial Optial Sanner for Synhronous Aquisition of 3D Geometry and Surfae Refletane A radiometri analysis of projeted sinusoidal illumination

More information

Lecture 02 Image Formation

Lecture 02 Image Formation Institute of Informatis Institute of Neuroinformatis Leture 2 Image Formation Davide Saramuzza Outline of this leture Image Formation Other amera parameters Digital amera Perspetive amera model Lens distortion

More information

-z c = c T - c T B B-1 A 1 - c T B B-1 b. x B B -1 A 0 B -1 b. (a) (b) Figure 1. Simplex Tableau in Matrix Form

-z c = c T - c T B B-1 A 1 - c T B B-1 b. x B B -1 A 0 B -1 b. (a) (b) Figure 1. Simplex Tableau in Matrix Form 3. he Revised Simple Method he LP min, s.t. A = b ( ),, an be represented by Figure (a) below. At any Simple step, with known and -, the Simple tableau an be represented by Figure (b) below. he minimum

More information

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality INTERNATIONAL CONFERENCE ON MANUFACTURING AUTOMATION (ICMA200) Multi-Piee Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality Stephen Stoyan, Yong Chen* Epstein Department of

More information

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract CS 9 Projet Final Report: Learning Convention Propagation in BeerAdvoate Reviews from a etwork Perspetive Abstrat We look at the way onventions propagate between reviews on the BeerAdvoate dataset, and

More information

DECT Module Installation Manual

DECT Module Installation Manual DECT Module Installation Manual Rev. 2.0 This manual desribes the DECT module registration method to the HUB and fan airflow settings. In order for the HUB to ommuniate with a ompatible fan, the DECT module

More information

MATH STUDENT BOOK. 12th Grade Unit 6

MATH STUDENT BOOK. 12th Grade Unit 6 MATH STUDENT BOOK 12th Grade Unit 6 Unit 6 TRIGONOMETRIC APPLICATIONS MATH 1206 TRIGONOMETRIC APPLICATIONS INTRODUCTION 3 1. TRIGONOMETRY OF OBLIQUE TRIANGLES 5 LAW OF SINES 5 AMBIGUITY AND AREA OF A TRIANGLE

More information

Cluster Centric Fuzzy Modeling

Cluster Centric Fuzzy Modeling 10.1109/TFUZZ.014.300134, IEEE Transations on Fuzzy Systems TFS-013-0379.R1 1 Cluster Centri Fuzzy Modeling Witold Pedryz, Fellow, IEEE, and Hesam Izakian, Student Member, IEEE Abstrat In this study, we

More information

9.4 Exponential Growth and Decay Functions

9.4 Exponential Growth and Decay Functions Setion 9. Eponential Growth and Dea Funtions 56 9. Eponential Growth and Dea Funtions S Model Eponential Growth. Model Eponential Dea. Now that we an graph eponential funtions, let s learn about eponential

More information

Special Relativistic (Flight-)Simulator

Special Relativistic (Flight-)Simulator Speial Relativisti (Flight-)Simulator Anton Tsoulos and Wolfgang Knopki Abstrat With speial relativisti visualisation it is possible to experiene and simulate relativisti effets whih our when traveling

More information

Torpedo Trajectory Visual Simulation Based on Nonlinear Backstepping Control

Torpedo Trajectory Visual Simulation Based on Nonlinear Backstepping Control orpedo rajetory Visual Simulation Based on Nonlinear Bakstepping Control Peng Hai-jun 1, Li Hui-zhou Chen Ye 1, 1. Depart. of Weaponry Eng, Naval Univ. of Engineering, Wuhan 400, China. Depart. of Aeronautial

More information

End mills are widely used in industry for high-speed machining. End milling cutters are C H A P T E R 2

End mills are widely used in industry for high-speed machining. End milling cutters are C H A P T E R 2 C H A P T E R End Mill End mills are widely used in industry for high-speed mahining. End milling utters are multi-point milling utters with utting edges both on the fae end as well as on the periphery,

More information

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem Calulation of typial running time of a branh-and-bound algorithm for the vertex-over problem Joni Pajarinen, Joni.Pajarinen@iki.fi Otober 21, 2007 1 Introdution The vertex-over problem is one of a olletion

More information

Batch Auditing for Multiclient Data in Multicloud Storage

Batch Auditing for Multiclient Data in Multicloud Storage Advaned Siene and Tehnology Letters, pp.67-73 http://dx.doi.org/0.4257/astl.204.50. Bath Auditing for Multilient Data in Multiloud Storage Zhihua Xia, Xinhui Wang, Xingming Sun, Yafeng Zhu, Peng Ji and

More information

the data. Structured Principal Component Analysis (SPCA)

the data. Structured Principal Component Analysis (SPCA) Strutured Prinipal Component Analysis Kristin M. Branson and Sameer Agarwal Department of Computer Siene and Engineering University of California, San Diego La Jolla, CA 9193-114 Abstrat Many tasks involving

More information

Shape Outlier Detection Using Pose Preserving Dynamic Shape Models

Shape Outlier Detection Using Pose Preserving Dynamic Shape Models Shape Outlier Detetion Using Pose Preserving Dynami Shape Models Chan-Su Lee Ahmed Elgammal Department of Computer Siene, Rutgers University, Pisataway, NJ 8854 USA CHANSU@CS.RUTGERS.EDU ELGAMMAL@CS.RUTGERS.EDU

More information

Analysis and verification of multi-rotors attitude control algorithms in. Pixhawk. Fangzhen Lin 1, a

Analysis and verification of multi-rotors attitude control algorithms in. Pixhawk. Fangzhen Lin 1, a 6th International Conferene on Advaned Design and Manufaturing Engineering (ICADME 2016) Analysis and verifiation of multi-rotors attitude ontrol algorithms in Pixhawk Fangzhen Lin 1, a 1 Beihang University,

More information

arxiv: v1 [cs.db] 13 Sep 2017

arxiv: v1 [cs.db] 13 Sep 2017 An effiient lustering algorithm from the measure of loal Gaussian distribution Yuan-Yen Tai (Dated: May 27, 2018) In this paper, I will introdue a fast and novel lustering algorithm based on Gaussian distribution

More information

Detection of RF interference to GPS using day-to-day C/No differences

Detection of RF interference to GPS using day-to-day C/No differences 1 International Symposium on GPS/GSS Otober 6-8, 1. Detetion of RF interferene to GPS using day-to-day /o differenes Ryan J. R. Thompson 1#, Jinghui Wu #, Asghar Tabatabaei Balaei 3^, and Andrew G. Dempster

More information

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study What are Cyle-Stealing Systems Good For? A Detailed Performane Model Case Study Wayne Kelly and Jiro Sumitomo Queensland University of Tehnology, Australia {w.kelly, j.sumitomo}@qut.edu.au Abstrat The

More information

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking Algorithms for External Memory Leture 6 Graph Algorithms - Weighted List Ranking Leturer: Nodari Sithinava Sribe: Andi Hellmund, Simon Ohsenreither 1 Introdution & Motivation After talking about I/O-effiient

More information

Run Time Environment. Implementing Object-Oriented Languages

Run Time Environment. Implementing Object-Oriented Languages Run Time Environment Implementing Objet-Oriented Languages Copright 2017, Pedro C. Diniz, all rights reserved. Students enrolled in the Compilers lass at the Universit of Southern California have epliit

More information

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM M. Murugeswari 1, M.Gayathri 2 1 Assoiate Professor, 2 PG Sholar 1,2 K.L.N College of Information

More information

Block Triangulation using Three-line Images

Block Triangulation using Three-line Images 'Photogrammetri Week '95', D. Fritsh & D. Hobbie, Eds., Wihmann Verlag, Heidelberg, 1995 Ohlhof 197 Blok Triangulation using Three-line Images TIMM OHLHOF, Münhen ABSTRACT The most advaned amera onept

More information

arxiv: v1 [cs.gr] 10 Apr 2015

arxiv: v1 [cs.gr] 10 Apr 2015 REAL-TIME TOOL FOR AFFINE TRANSFORMATIONS OF TWO DIMENSIONAL IFS FRACTALS ELENA HADZIEVA AND MARIJA SHUMINOSKA arxiv:1504.02744v1 s.gr 10 Apr 2015 Abstrat. This work introdues a novel tool for interative,

More information

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advaned Researh in Computer Siene and Software Engineering Researh Paper Available online at: www.ijarsse.om A New-Fangled Algorithm

More information