Kalman filter correction with rational non-linear functions: Application to Visual-SLAM

Size: px
Start display at page:

Download "Kalman filter correction with rational non-linear functions: Application to Visual-SLAM"

Transcription

1 1 Kalman filte coection with ational non-linea functions: Application to Visual-SLAM Thomas Féaud, Roland Chapuis, Romuald Aufèe and Paul Checchin Clemont Univesité, Univesité Blaise Pascal, LASMEA UMR 6602, CNRS, AUBIERE, FRANCE, Abstact This aticle deals with the divegence of the Kalman filte when used on ational non-linea obsevation functions in the Visual SLAM famewok. The context objective is to localize a vehicle and simultaneously to build a map accoding to envionment peceived by a camea. Thee ae many ways to fuse all data fom sensos and the usual one is the Kalman filte. A main poblem of this appoach is the divegence due to an impope lineaization of the obsevation model. It leads to wong estimation which distubs all the pocess. The pesented method allows, unde weak constaint on the obsevation function, to educe the divegence effect without modifying the obsevation noise. In the Visual SLAM context, this method dastically impoves esults and gives moe stability to monocula system in ode to initialize landmaks. Index Tems Visual SLAM, depth estimation, Kalman filteing I. INTRODUCTION Simultaneous Localization and Mapping (SLAM) has become well defined in the obotics community to tackle the issue of a moving senso platfom constucting a epesentation of its envionment on the fly, while concuently estimating its ego-motion [8, 2]. Stochastic appoaches have solved the SLAM poblem in a consistent way, because they explicitly deal with senso noise [7, 13]. The implementation of a featue-based SLAM appoach encompasses the following functionalities: the peception pocess which depends on the kind of envionment and on the sensos the obot is equipped with. It consists in detecting fom the peceived data, featues of the envionment that ae salient, easily obsevable and whose elative position to the obot can be estimated. the obsevation pocess which concens the estimation of the featues locations elative to the obot s pose fom which they ae obseved. the pediction pocess which deals with the estimation of the obot s motion between two featue obsevations. This estimate can be povided by sensos, by a dynamic model of obot s evolution fed with the motion contol inputs, o based on simple assumptions such as a constant velocity model. the data association pocess in which the obsevations of landmaks must be popely associated (o matched), othewise the obot s position can become totally inconsistent. the estimation pocess which consists in integating the vaious elative measuements to estimate the obot and landmaks positions in a common efeence fame. Fig. 1 gives an example of a monocula SLAM pocess. Histoically, SLAM elied on lase telemetes such as Range-and-Beaing (RB) sensos allowing the obots to build plana maps of the envionment. The oiginal solution [12] utilized an Extended Kalman Filte (EKF) to fuse data acquied by a lase ange scanne o othe ange and beaing sensos, leading to Range and Beaing EKF-SLAM. Recently, the use of vision sensos has put the wold within each but has given ise to new difficulties due, on the one hand, to the ichness of the infomation povided and, on the othe hand, to the loss of the depth dimension in the measuements inheent to the pojective natue of vision. Visual SLAM with a single camea is moe challenging than visual SLAM based on steeo vision, but a single camea will always be cheape, moe compact and easie to calibate than a multi-camea ig. Fig. 1. Top: two images taken at steps k and k + 1 and the coesponding extacted featues. Bottom: the distance between the two obseve s positions (black tiangula) based on the tajectoy in blue.

2 2 The EKF estimation algoithm used in Davison s system has been shown to be inconsistent [1]. The algoithm tends to be oveconfident in the estimate calculated due to lineaization eos. As well as impoving the computational efficiency of mapping lage envionments, sub-mapping also impoves the quality of the estimate by deceasing these lineaization eos [1], [5]. Othe monocula SLAM systems have also attempted to impove the quality of the estimate by using diffeent estimation algoithms. Chekhlov et al. [6] used the Unscented Kalman Filte (UKF) fo thei monocula SLAM system. This algoithm impoves the consistency of the estimate by making moe accuate appoximations to the non-lineaities in the obsevation pocess. The impovement in consistency comes at a cost in complexity (O(N3) vs. O(N2) fo the EKF). Recently, Holmes et al. [10] showed that using the squae oot UKF algoithm [14] a moe consistent estimate can be obtained at O(N 2) complexity in a monocula SLAM system. Howeve, the actual pocessing time equied fo the implementation was an ode of magnitude geate than fo the EKF on easonably sized maps due to a lage constant facto on the computational cost in thei implementation. In this pape, a camea-centeed Extended Kalman Filte is used to pocess a monocula sequence. The sensocenteed Extended Kalman Filte was fist intoduced in the context of lase-based SLAM [4]. Contay to the standad EKF-SLAM, whee estimates ae always efeed to a wold efeence fame, the senso-centeed appoach epesents all featue locations and the camea motion in a efeence fame attached to the cuent camea. The typical coelated featuesenso uncetainty aising fom the uncetain camea location is tansfeed into uncetainty in the wold efeence fame, esulting in lowe vaiances fo the camea and map featues, and thus in smalle lineaization eos [5]. This pape pesents a method to educe the divegence in the specific case of ational non-linea obsevation models. At each step, compaisons between solutions with and without coection in the non-linea case demonstate the effectiveness of the poposed appoach. In Section II, we begin by intoducing the camea-centeed Extended Kalman Filte. Section III pesents the solution poposed in this pape. Finally Section IV shows expeimental esults of this wok. Section V concludes the pape. A. Pediction step II. ISSUES OF EKF VISUAL SLAM The SLAM algoithm begins with standad EKF pediction using popioceptive sensos and the known dynamic model associated to the vehicle. Thus, the cuent position of the obseve can be pedicted: X k+1 k = f(x k k, u k ) (1) whee X k is the state vecto at step k and u k is the vecto of contol inputs. The estimation step of the vaiance-covaiance matix is then expessed as: P k+1 k = F X P k k F T X + Q k (2) whee Q k is the covaiance of pocess noise, F X is the Jacobian of the evolution model f(x k k ) [9], with espect to X k. At this point we obtain the best estimation of the position accoding to the popioceptive infomation. B. Update step In the case of SLAM, the extacted featues ae used to update the vehicle s position and the map. At time k, a set of featues constitutes the map which can be augmented with new obseved featues. On the othe hand, if this is a featue peviously obseved, its location can be pedicted in the obsevation space. The Kalman gain G k+1 and the update pocess in this case can be witten fo each obsevation y as follows: G k+1 = P k+1 k H T X (H X P k+1 k H T X + R obs ) 1 (3) ) X k+1 k+1 = X k+1 k + G k+1 (y h(x k+1 k ) (4) P k+1 k+1 = P k+1 k G k+1 H X P k+1 k (5) whee h is the obsevation model and H X is its Jacobian with espect to the state vecto. R obs is the covaiance of the noise associated with the obsevations. Localization accuacy depends on the numbe of points, the pecision of the initial positioning and the econstuction model. At this stage, the gain has two behavios vesus the obsevation model. If it is linea, the Kalman gain is optimum. Othewise, it is suboptimal and may even lead to divegence mainly due to inappopiate lineaization. C. Visual SLAM In the case of Visual SLAM, the dimension of obsevation space is lowe than that of the state space and the associated model is non-linea. To undestand the consequences, Fig. 2a shows the esult of a 2D featue s position updated with a 1D obsevation. The divegence obseved is the esult of an impope lineaization. The poblem of negative depth was addessed fo invese depth paametization in [11]. The pesented solution includes the case of negative depth. We popose in this aticle to intoduce a coection in the update pocess by putting a constaint on the ational obsevation function in ode to make it moe consistent and to avoid divegence phenomenon. D. Fom 2D to A fist appoach would be to see that if the obsevation model in the space is linea and equal to identity, then fo each 2D obsevation, a vitual point is ceated along the line of sight. Fo each point, a vaiance-covaiance matix is associated, dealing with uncetainty of the pose and the obsevation. With this vitual point, only the coesponding point in the state vecto is updated. The esult of this method is pesented in Fig. 2c. This method has the advantage of woking with a linea obsevation function but at the cost of inceased uncetainty associated with the data. Indeed, consideing the uncetainty as Gaussian in the image, its igoous eto-pojection in the wold is not Gaussian as shown in Fig. 3.

3 3 (a). Update pocess in the 2D space showing divegence Fig. 3. Fo a 2D Gaussian uncetainty in the image (left pat), the epojection in the wold is not Gaussian and coesponds to a cone (ight pat). Fig. 4. point uncetainty appoximation by using the sum of thee Gaussian functions. (b). A zoom on the eal point pove the integity (c). Update step pocessed in the wold with a linea obsevation function Fig. 2. Simulation: let the geen sta be a landmak of the envionment being obseved fom a fist obot s position (left blue tiangle). The position of a featue is initialized along the line of sight (ed coss) with its uncetainty in blue. (a) When obseved fom a second position (ight blue tiangle), the location of the featue (geen cicle) is estimated afte the update pocess in the 2D space showing divegence due to the nonlinea obsevation function. (b) A zoom on the eal point pove it is contained in the uncetainty of the vitual point. (c) The new point (black coss with its uncetainty) is ceated fom the second obsevation but this time the Kalman update step is pocessed in the wold with a linea obsevation function equal to identity. The esult is the black cicle with the uncetainty in ed. One appoach commonly used in this case consists in an appoximation by using the sum of Gaussian functions, each centeed on a diffeent point of the line of sight and tangent to the cone esulting fom the pojection of the measued uncetainty (see Fig. 4). III. PROPOSED APPROACH In ode to diectly initialize the new point, it is placed into the wold efeence fame fom its fist obsevation with an uncetainty coheent with the obsevation eo in the image. Howeve, despite being diect this method has a poblem of lineaization: gap between the ceated and the eal point may be significant. We popose hee to compute a coection in the update step of the Kalman pocess in ode to attenuate the filte divegence (see Section III-A). Its application in a Visual SLAM context is intoduced next in Section III-B. A. Weighted Coefficient When the measuement matches the pedicted obsevation, we have the following elation: whee obsevation = h( ) (6) ( ) = P (k) +Gpt k+1 y h(p (k) ) with Gpt k+1 the pat of the Kalman gain egading to the point. Hypothesis: Let the obsevation function be defined as a atio of two polynomial functions, N and D of P : h( [ N ) = [ D ] ] (7) with is not a oot of D. Using (6) and (7) we have a polynomial sum with espect to : [ obsevation D ] [ N ] = 0 (8) Let us define the gain Ω which satisfies (8). As the 2D- tansfomation is not well-conditioned, we intend to seek a simple popotional elationship between Ω and Gpt k+1. This

4 4 eseach equies that Ω satisfies the same existing conditions as the Kalman gain Gpt: Ω = Gpt = P P t H T ( P t HP t P P t H T P t + R ) 1 ( = P P t H T P P t P t H P t HT P t + R ) 1 = P P t H T ( P t HP t P H T P t + R ) 1 (9) with P = P P t and R = R (10) and whee P P t and H P t ae the pats of the covaiance and the Jacobian matices elated to the point and the obsevation model espectively. As P P t and R ae positive-definite matices, P and R must also be the same. So cannot be negative. Futhemoe, as R is the best estimate of the noise associated with the obsevation, thus R cannot be impoved. It leads to R R 1 and (10) to a polynomial function in, which is the coefficient of popotionality sought between Ω and Gpt k+1. This can be summaized by the following elation: Ω k+1 = Gpt k+1 and min(, 1) (11) Once the value of is found, the coected update step can be pocessed: Ω k+1 = Gpt k+1 ) P k+1 = P k + Ω k+1 (y h(p k ) P P k+1 = P k + Ω k+1 = P P k Ω k+1 H X P P k (12) whee = obsevation pediction is the innovation. When the dimension of the obsevation space is geate than 1, then consideing each coodinate as independent, we can find coections fo them. We will then choose the smallest of them to avoid any oveweighted updates. Finally, the method is summaized in Algoithm 1. B. Obsevation function in Visual SLAM Conside a vehicle moving and obseving its envionment using a camea. Data association povides infomation of matching between the 2D image points (u obs, v obs ) T and the points P of the map. Let us define the igid tansfomation between the wold and the efeence fame of the vehicle as: R = R z (θ k )R y (φ k )R x (ψ k ) and T = (T x k, T y k, T z k ) T. As in [9], P ae pojected in the image, on u est and v est, with the following non-linea elationship: u est = h u (P ) = K 1R T (P T ) K 3 R T (P T ) = N u D e (13) v est = h v (P ) = K 2R T (P T ) K 3 R T (P T ) = N v D e (14) whee K i is the i th line fom the camea matix and h u, h v ae the pat of the obsevation function elated to the u and v coodinates. Algoithm 1: Kalman coection fo non-linea obsevation model Data: Obsevation function h = N[X p ] D[X p ] is a division of two polynomial functions in X p, pat of the state vecto we want to update by the Kalman filte. Result: State vecto updated and coected accoding to specific constaints begin Pediction step: totox k+1 k = f(x k k, u k ) totop k+1 k = F X P k k F T X + Q k toto Kalman gain: totog k+1 = P k+1 k H T X (H XP k+1 k H T X + R obs ) 1 toto Coection: fo each dimension of the obsevation space do )) X p k+1 k+1 = X p k+1 k +G k+1 (y h (X p k+1 k i is the smallest positive oot] of: ] obsevation D [X p k+1 k+1 N [X p k+1 k+1 = 0 Ω k+1 = min( i, 1) G k+1 toto Update step: )) totox p k+1 k+1 = X p k+1 k + Ω k+1 (y h (X p k+1 k totop p k+1 k+1 = P p k+1 k Ω k+1 H XP p k+1 k IV. EXPERIMENTS AND RESULTS In this section, the coection is calculated in the Visual SLAM famewok and esults ae given in thee cases: fistly fo a 2D obseve and a 1D obsevation model, secondly fo a obseve with a 2D obsevation function in simulation and finally, fo a obseve with a 2D obsevation on eal data. A. Coection calculation The update of a point can be witten as follows: The pojection can be expessed as: = P (k) + Gpt k+1 (15) u (k+1) = K 1R T ( + Gpt k+1 T ) K 3 R T ( + Gpt k+1 T ) (16) The obsevation function is witten as a atio of two linea polynomials with espect to Gpt. We can apply the elationship (16) and extact a popotionality coefficient which satisfies the elation between the pojection of the updated point and the cuent obsevation: Ω = u Gpt (17) u obs = K 1R T (P (k) + Ω T ) K 3 R T (P (k) + Ω T ) (18)

5 5 The esolution of this equation can be achieved by solving a fist ode polynomial function. The oot of (18) with espect to u obs coodinate is: u = (u obs u est )D e (K 1 u obs K 3 )R T Gpt (19) Fo a 1D obsevation function, u is the coefficient sought. Fo a 2D obsevation function, a coefficient can be defined, in the same way, with espect to v obs coodinate: v = (v obs v est )D e (K 2 v obs K 3 )R T Gpt (20) Finally, fo 2D obsevation model, the smallest value (less than 1) between u and v will be chosen. B. Results: 2D obseve, 1D obsevation In this section, the obsevation function is defined as the fist component of the 2D obsevation and the function is then simila to h = y/x. The obseve is defined by a position (x, y) and an oientation Θ and the obseved landmak by two coodinates (x p, y p ). Fig. 2a shows the case without coection, and Fig. 5 eveals the esults of the fist update with coection. This figue allows to compae the Kalman update esults afte 10 iteations with and without coection. Fo moe claity, the odinate axis is in logaithmic scale and give the Euclidian distance between the updated point and the eal one. The middle gaphic shows the esult without the coection and confims the divegence at the fist iteation. This divegence is coected and the convegence can be seen in the gaphic below. C. Results: obseve, 2D obsevation in simulation As the obsevation model is a 2D function, two coefficients can be found. The obseve is now defined by a position (x, y, z) and an oientation (Ψ, Φ, Θ) and the obseved landmak by thee coodinates (x p, y p, z p ). In this case, each coodinate in the image allows to compute one coection coefficient. The expeimental scenaio is simple: fom the fist position, a vitual point is ceated in the wold and the state vecto is augmented. This new featue just indicates a line of sight along the eal point which will be placed using tiangulation with the next obsevation when the obseve eaches anothe position. At each innovation given in the image, we assume that it coesponds a point in the fist line of sight by tiangulation. By this way, we can incement the innovation to test the coection. Fig. 6 shows the esult of this expeiment fom 1 to 100 pixels of innovation. D. Results: obseve, 2D obsevation on eal data Fom popioceptive data and the coesponding sequence of images acquied on platfom PAVIN (a small uban ealistic envionment fo intelligent vehicle tests) by a vehicle, the convegence of the localization of a single point is analyzed. Fig. 7 shows in a fist pat a point in an image and the initialization done in the efeence wold, and in a second pat, the convegence of the Kalman pocess with and without coection fo uncetainty at 1σ. The divegence which places Fig. 5. Top: the blue tiangles ae still the two base consecutive obsevation bases. The vitual point ceated fom the obsevation of a eal point (geen sta) on the fist base is still the ed coss with the uncetainty in blue. The obsevation fom the second base leads to an updated point (black cicle) with its uncetainty (ed flat ellipse). The divegence is educed and the integity is guaanteed. Only the fist Kalman update is shown and esults below pove the convegence afte 10 steps. Middle: the distance between each update and the eal 2D point without coection. Bottom: the distance between each coected update and the eal 2D point. the divegence point behind the obseve while it continues to be obseved, is evident hee. This divegence is coected by the popotionality sought. V. CONCLUSION As pat of a Visual SLAM poject, we faced a ational non-linea obsevation function which is simila to h = y/x on each coodinate in the obsevation space, whateve its dimension. The acquisition conditions ae those that we would obtained with low cost senso. The pesented method allows, in the case whee the obsevation function diveges, to calculate a coefficient of popotionality to be applied on the Kalman gain. This coection bings all its impotance since the obsevation function becomes clea while the estimate of the obseved object is impecise. Moeove, in the case of moving at modeate speed, the fame ate of low cost cameas (15 fps) apidly geneates this kind of divegence and is coected by the popotionality sought. The coection method is not specific to the Visual-SLAM and we want to addess the issue in geneal, giving the limits of use when the obsevation function is non-linea and satisfies some weak constaints. ACKNOWLEDGMENTS This wok is suppoted by the Agence Nationale de la Recheche (ANR - the Fench national eseach agency) (ANR

6 6 (a). Desciption of eal envionment Fig. 6. Top: the wold epesentation of the expeiment. Fom a fist base (left blue tiangle), a vitual point (black coss) is ceated on a line of sight (geen line). Fom a second base (ight blue tiangle), the fist line of sight is pojected in the image (geen line in the black ectangle in the bottom ight cone). On this line is chosen the obsevations (ed cosses) and the coesponding point is find by tiangulation (ed line of sight on the main gaphic). Middle: the distance between each update and the eal point without coection. Bottom: the distance between each coected update and the eal point. Rinavec PsiRob ANR-07-ROBO-0006). The authos would like to thank L. Malatee, S. Alizon and all the othe membes of LASMEA who contibuted to this poject. REFERENCES [1] Bailey T., Nieto J., Guivant J., Stevens M., and Nebot E. Consistency of the EKF-SLAM algoithm. In Poc. IEEE Intenational Confeence on Intelligent Robots and Systems, [2] T. Bailey and H.F. Duant-Whyte, Simultaneous Localization and Mapping (SLAM): Pat II - State of the At. Robotics and Automation Magazine, 10 p., [3] Bay H., Tuytelaas T., and Van Gool L. SURF: Speeded up obust featues. In Poc. Euopean Confeence on Compute Vision, [4] J. Castellanos, J. Neia, and J. Tados. Limits to the consistency of EKF-based SLAM. In 5th IFAC Symposium on Intelligent Autonomous Vehicles, [5] Castellanos J., Matinez-Cantin R., Tados J. D., and Neia J.. Robocentic map joining: Impoving the consistency of EKF-SLAM. In Robotics and Autonomous Systems, 55(1), [6] Chekhlov D., Pupilli M., Mayol-Cuevas W., and Calway A. Real-time and obust monocula SLAM using pedictive multi-esolution desciptos. In Poc. 2nd Intenational Symposium on Visual Computing, [7] G. Dissanayake, P. Newman, H.F. Duant-Whyte, S. Clak, M. Csoba, A solution to the simultaneous localization and map building (SLAM) poblem. IEEE Tans. Robotics and Automation, 17(3), pp , [8] H.F. Duant-Whyte, T. Bailey, Simultaneous Localization and Mapping (SLAM): Pat I - The Essential Algoithms. Robotics and Automation Magazine, 9 p., [9] Féaud T., Checchin P., Aufèe R. and Chapuis R. Communicating Vehicles in Convoy and Monocula Vision-based Localization, 7th IFAC Symposium on Intelligent Autonomous Vehicles, Septembe, 7-9, Lecce, Italy [10] Holmes S., Klein G., and Muay D. A squae oot unscented Kalman filte fo visual monoslam. In Poc. Intenational Confeence on Robotics and Automation, (b). Convegence without coection (c). Convegence with coection Fig. 7. Results of convegence in a Visual-SLAM context. 7a: On the left, the envionment and the point we will pecise duing SLAM pocess. On the ight, the initialization of the point in the wold. 7b: Result of the localization of the point by a Kalman filte without coection. Afte the 4 th iteation, the point is always obseved while its localization is behind the obseve. 7c: Result of the localization of the point by a Kalman filte with coection. At the 4 th iteation, the Kalman gain is coected to obtain a best localization. [11] Pasley Matin P. and Julie Simon J. Avoiding Negative Depth in Invese Depth Beaing-Only SLAM, in IEEE/RSJ Int. Conf. on intelligent Robots an Systems, Nice, Fance, [12] R. Smith and P. Cheeseman, On the epesentation and estimation of spatial uncetainty, The Intenational Jounal of Robotics Reseach, vol. 5, no. 4, pp , [13] Thun, S Robotic mapping: A suvey. In Exploing Atificial Intelligence in the New Millenium G. Lakemeye and B. Nebel (eds.), Mogan Kaufmann. [14] Van de Mewe R. and Wan E. The squae-oot unscented Kalman filte fo state and paamete estimation. In Poc. IEEE Intenational Confeence on Acoustics, Speech, and Signal Pocessing, 2001.

Color Correction Using 3D Multiview Geometry

Color Correction Using 3D Multiview Geometry Colo Coection Using 3D Multiview Geomety Dong-Won Shin and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 13 Cheomdan-gwagio, Buk-ku, Gwangju 500-71, Republic of Koea ABSTRACT Recently,

More information

A modal estimation based multitype sensor placement method

A modal estimation based multitype sensor placement method A modal estimation based multitype senso placement method *Xue-Yang Pei 1), Ting-Hua Yi 2) and Hong-Nan Li 3) 1),)2),3) School of Civil Engineeing, Dalian Univesity of Technology, Dalian 116023, China;

More information

An Assessment of the Efficiency of Close-Range Photogrammetry for Developing a Photo-Based Scanning Systeminthe Shams Tabrizi Minaret in Khoy City

An Assessment of the Efficiency of Close-Range Photogrammetry for Developing a Photo-Based Scanning Systeminthe Shams Tabrizi Minaret in Khoy City Austalian Jounal of Basic and Applied Sciences, 5(1): 80-85, 011 ISSN 1991-8178 An Assessment of the Efficiency of Close-Range Photogammety fo Developing a Photo-Based Scanning Systeminthe Shams Tabizi

More information

Positioning of a robot based on binocular vision for hand / foot fusion Long Han

Positioning of a robot based on binocular vision for hand / foot fusion Long Han 2nd Intenational Confeence on Advances in Mechanical Engineeing and Industial Infomatics (AMEII 26) Positioning of a obot based on binocula vision fo hand / foot fusion Long Han Compute Science and Technology,

More information

Optical Flow for Large Motion Using Gradient Technique

Optical Flow for Large Motion Using Gradient Technique SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 3, No. 1, June 2006, 103-113 Optical Flow fo Lage Motion Using Gadient Technique Md. Moshaof Hossain Sake 1, Kamal Bechkoum 2, K.K. Islam 1 Abstact: In this

More information

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension 17th Wold Confeence on Nondestuctive Testing, 25-28 Oct 2008, Shanghai, China Segmentation of Casting Defects in X-Ray Images Based on Factal Dimension Jue WANG 1, Xiaoqin HOU 2, Yufang CAI 3 ICT Reseach

More information

Controlled Information Maximization for SOM Knowledge Induced Learning

Controlled Information Maximization for SOM Knowledge Induced Learning 3 Int'l Conf. Atificial Intelligence ICAI'5 Contolled Infomation Maximization fo SOM Knowledge Induced Leaning Ryotao Kamimua IT Education Cente and Gaduate School of Science and Technology, Tokai Univeisity

More information

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012 2011, Scienceline Publication www.science-line.com Jounal of Wold s Electical Engineeing and Technology J. Wold. Elect. Eng. Tech. 1(1): 12-16, 2012 JWEET An Efficient Algoithm fo Lip Segmentation in Colo

More information

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor Obstacle Avoidance of Autonomous Mobile Robot using Steeo Vision Senso Masako Kumano Akihisa Ohya Shin ichi Yuta Intelligent Robot Laboatoy Univesity of Tsukuba, Ibaaki, 35-8573 Japan E-mail: {masako,

More information

Augmented Reality. Integrating Computer Graphics with Computer Vision Mihran Tuceryan. August 16, 1998 ICPR 98 1

Augmented Reality. Integrating Computer Graphics with Computer Vision Mihran Tuceryan. August 16, 1998 ICPR 98 1 Augmented Reality Integating Compute Gaphics with Compute Vision Mihan Tuceyan August 6, 998 ICPR 98 Definition XCombines eal and vitual wolds and objects XIt is inteactive and eal-time XThe inteaction

More information

Detection and Recognition of Alert Traffic Signs

Detection and Recognition of Alert Traffic Signs Detection and Recognition of Alet Taffic Signs Chia-Hsiung Chen, Macus Chen, and Tianshi Gao 1 Stanfod Univesity Stanfod, CA 9305 {echchen, macuscc, tianshig}@stanfod.edu Abstact Taffic signs povide dives

More information

Illumination methods for optical wear detection

Illumination methods for optical wear detection Illumination methods fo optical wea detection 1 J. Zhang, 2 P.P.L.Regtien 1 VIMEC Applied Vision Technology, Coy 43, 5653 LC Eindhoven, The Nethelands Email: jianbo.zhang@gmail.com 2 Faculty Electical

More information

ISyE 4256 Industrial Robotic Applications

ISyE 4256 Industrial Robotic Applications ISyE 456 Industial Robotic Applications Quiz # Oct. 9, 998 Name This is a closed book, closed notes exam. Show wok fo poblem questions ) ( pts) Please cicle one choice fo each item. a) In an application,

More information

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE 5th Intenational Confeence on Advanced Mateials and Compute Science (ICAMCS 2016) A New and Efficient 2D Collision Detection Method Based on Contact Theoy Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai

More information

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number.

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number. Illustative G-C Simila cicles Alignments to Content Standads: G-C.A. Task (a, b) x y Fo this poblem, is a point in the - coodinate plane and is a positive numbe. a. Using a tanslation and a dilation, show

More information

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler POMDP: Intoduction to Patially Obsevable Makov Decision Pocesses Hossein Kamalzadeh, Michael Hahsle 2019-01-02 The R package pomdp povides an inteface to pomdp-solve, a solve (witten in C) fo Patially

More information

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design Tansmission Lines Modeling Based on Vecto Fitting Algoithm and RLC Active/Passive Filte Design Ahmed Qasim Tuki a,*, Nashien Fazilah Mailah b, Mohammad Lutfi Othman c, Ahmad H. Saby d Cente fo Advanced

More information

Visual-based simultaneous localization and mapping and global positioning system correction

Visual-based simultaneous localization and mapping and global positioning system correction Home Seach Collections Jounals About Contact us My IOPscience Visual-based simultaneous localization and mapping and global positioning system coection fo geo-localization of a mobile obot This aticle

More information

3D Reconstruction from 360 x 360 Mosaics 1

3D Reconstruction from 360 x 360 Mosaics 1 CENTER FOR MACHINE PERCEPTION 3D Reconstuction fom 36 x 36 Mosaics CZECH TECHNICAL UNIVERSITY {bakstein, pajdla}@cmp.felk.cvut.cz REPRINT Hynek Bakstein and Tomáš Pajdla, 3D Reconstuction fom 36 x 36 Mosaics,

More information

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation A Minutiae-based Fingepint Matching Algoithm Using Phase Coelation Autho Chen, Weiping, Gao, Yongsheng Published 2007 Confeence Title Digital Image Computing: Techniques and Applications DOI https://doi.og/10.1109/dicta.2007.4426801

More information

On Error Estimation in Runge-Kutta Methods

On Error Estimation in Runge-Kutta Methods Leonado Jounal of Sciences ISSN 1583-0233 Issue 18, Januay-June 2011 p. 1-10 On Eo Estimation in Runge-Kutta Methods Ochoche ABRAHAM 1,*, Gbolahan BOLARIN 2 1 Depatment of Infomation Technology, 2 Depatment

More information

Adaptation of Motion Capture Data of Human Arms to a Humanoid Robot Using Optimization

Adaptation of Motion Capture Data of Human Arms to a Humanoid Robot Using Optimization ICCAS25 June 2-5, KINTEX, Gyeonggi-Do, Koea Adaptation of Motion Captue Data of Human Ams to a Humanoid Robot Using Optimization ChangHwan Kim and Doik Kim Intelligent Robotics Reseach Cente, Koea Institute

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We ae IntechOpen, the wold s leading publishe of Open Access boos Built by scientists, fo scientists 4, 116, 12 Open access boos available Intenational authos and editos Downloads Ou authos ae among the

More information

An Unsupervised Segmentation Framework For Texture Image Queries

An Unsupervised Segmentation Framework For Texture Image Queries An Unsupevised Segmentation Famewok Fo Textue Image Queies Shu-Ching Chen Distibuted Multimedia Infomation System Laboatoy School of Compute Science Floida Intenational Univesity Miami, FL 33199, USA chens@cs.fiu.edu

More information

IP Network Design by Modified Branch Exchange Method

IP Network Design by Modified Branch Exchange Method Received: June 7, 207 98 IP Netwok Design by Modified Banch Method Kaiat Jaoenat Natchamol Sichumoenattana 2* Faculty of Engineeing at Kamphaeng Saen, Kasetsat Univesity, Thailand 2 Faculty of Management

More information

FINITE ELEMENT MODEL UPDATING OF AN EXPERIMENTAL VEHICLE MODEL USING MEASURED MODAL CHARACTERISTICS

FINITE ELEMENT MODEL UPDATING OF AN EXPERIMENTAL VEHICLE MODEL USING MEASURED MODAL CHARACTERISTICS COMPDYN 009 ECCOMAS Thematic Confeence on Computational Methods in Stuctual Dynamics and Eathquake Engineeing M. Papadakakis, N.D. Lagaos, M. Fagiadakis (eds.) Rhodes, Geece, 4 June 009 FINITE ELEMENT

More information

MULTI-TEMPORAL AND MULTI-SENSOR IMAGE MATCHING BASED ON LOCAL FREQUENCY INFORMATION

MULTI-TEMPORAL AND MULTI-SENSOR IMAGE MATCHING BASED ON LOCAL FREQUENCY INFORMATION Intenational Achives of the Photogammety Remote Sensing and Spatial Infomation Sciences Volume XXXIX-B3 2012 XXII ISPRS Congess 25 August 01 Septembe 2012 Melboune Austalia MULTI-TEMPORAL AND MULTI-SENSOR

More information

3D inspection system for manufactured machine parts

3D inspection system for manufactured machine parts 3D inspection system fo manufactued machine pats D. Gacía a*, J. M. Sebastián a*, F. M. Sánchez a*, L. M. Jiménez b*, J. M. González a* a Dept. of System Engineeing and Automatic Contol. Polytechnic Univesity

More information

Mono Vision Based Construction of Elevation Maps in Indoor Environments

Mono Vision Based Construction of Elevation Maps in Indoor Environments 8th WSEAS Intenational onfeence on SIGNAL PROESSING, OMPUTATIONAL GEOMETRY and ARTIFIIAL VISION (ISGAV 08) Rhodes, Geece, August 0-, 008 Mono Vision Based onstuction of Elevation Maps in Indoo Envionments

More information

Point-Biserial Correlation Analysis of Fuzzy Attributes

Point-Biserial Correlation Analysis of Fuzzy Attributes Appl Math Inf Sci 6 No S pp 439S-444S (0 Applied Mathematics & Infomation Sciences An Intenational Jounal @ 0 NSP Natual Sciences Publishing o Point-iseial oelation Analysis of Fuzzy Attibutes Hao-En hueh

More information

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks Spial Recognition Methodology and Its Application fo Recognition of Chinese Bank Checks Hanshen Tang 1, Emmanuel Augustin 2, Ching Y. Suen 1, Olivie Baet 2, Mohamed Cheiet 3 1 Cente fo Patten Recognition

More information

Visual Servoing from Deep Neural Networks

Visual Servoing from Deep Neural Networks Visual Sevoing fom Deep Neual Netwoks Quentin Bateux 1, Eic Machand 1, Jügen Leitne 2, Fançois Chaumette 3, Pete Coke 2 Abstact We pesent a deep neual netwok-based method to pefom high-pecision, obust

More information

Several algorithms exist to extract edges from point. system. the line is computed using a least squares method.

Several algorithms exist to extract edges from point. system. the line is computed using a least squares method. Fast Mapping using the Log-Hough Tansfomation B. Giesle, R. Gaf, R. Dillmann Institute fo Pocess Contol and Robotics (IPR) Univesity of Kalsuhe D-7618 Kalsuhe, Gemany fgieslejgafjdillmanng@ia.uka.de C.F.R.

More information

Fifth Wheel Modelling and Testing

Fifth Wheel Modelling and Testing Fifth heel Modelling and Testing en Masoy Mechanical Engineeing Depatment Floida Atlantic Univesity Boca aton, FL 4 Lois Malaptias IFMA Institut Fancais De Mechanique Advancee ampus De lemont Feand Les

More information

17/5/2009. Introduction

17/5/2009. Introduction 7/5/9 Steeo Imaging Intoduction Eample of Human Vision Peception of Depth fom Left and ight eye images Diffeence in elative position of object in left and ight eyes. Depth infomation in the views?? 7/5/9

More information

Cardiac C-Arm CT. SNR Enhancement by Combining Multiple Retrospectively Motion Corrected FDK-Like Reconstructions

Cardiac C-Arm CT. SNR Enhancement by Combining Multiple Retrospectively Motion Corrected FDK-Like Reconstructions Cadiac C-Am CT SNR Enhancement by Combining Multiple Retospectively Motion Coected FDK-Like Reconstuctions M. Pümme 1, L. Wigstöm 2,3, R. Fahig 2, G. Lauitsch 4, J. Honegge 1 1 Institute of Patten Recognition,

More information

A Two-stage and Parameter-free Binarization Method for Degraded Document Images

A Two-stage and Parameter-free Binarization Method for Degraded Document Images A Two-stage and Paamete-fee Binaization Method fo Degaded Document Images Yung-Hsiang Chiu 1, Kuo-Liang Chung 1, Yong-Huai Huang 2, Wei-Ning Yang 3, Chi-Huang Liao 4 1 Depatment of Compute Science and

More information

A ROI Focusing Mechanism for Digital Cameras

A ROI Focusing Mechanism for Digital Cameras A ROI Focusing Mechanism fo Digital Cameas Chu-Hui Lee, Meng-Feng Lin, Chun-Ming Huang, and Chun-Wei Hsu Abstact With the development and application of digital technologies, the digital camea is moe popula

More information

A Novel Automatic White Balance Method For Digital Still Cameras

A Novel Automatic White Balance Method For Digital Still Cameras A Novel Automatic White Balance Method Fo Digital Still Cameas Ching-Chih Weng 1, Home Chen 1,2, and Chiou-Shann Fuh 3 Depatment of Electical Engineeing, 2 3 Gaduate Institute of Communication Engineeing

More information

Goal. Rendering Complex Scenes on Mobile Terminals or on the web. Rendering on Mobile Terminals. Rendering on Mobile Terminals. Walking through images

Goal. Rendering Complex Scenes on Mobile Terminals or on the web. Rendering on Mobile Terminals. Rendering on Mobile Terminals. Walking through images Goal Walking though s -------------------------------------------- Kadi Bouatouch IRISA Univesité de Rennes I, Fance Rendeing Comple Scenes on Mobile Teminals o on the web Rendeing on Mobile Teminals Rendeing

More information

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform A Shape-peseving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonunifom Fuzzification Tansfom Felipe Fenández, Julio Gutiéez, Juan Calos Cespo and Gacián Tiviño Dep. Tecnología Fotónica, Facultad

More information

Cellular Neural Network Based PTV

Cellular Neural Network Based PTV 3th Int Symp on Applications of Lase Techniques to Fluid Mechanics Lisbon, Potugal, 6-9 June, 006 Cellula Neual Netwok Based PT Kazuo Ohmi, Achyut Sapkota : Depatment of Infomation Systems Engineeing,

More information

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters Optics and Photonics Jounal, 016, 6, 94-100 Published Online August 016 in SciRes. http://www.scip.og/jounal/opj http://dx.doi.og/10.436/opj.016.68b016 Fequency Domain Appoach fo Face Recognition Using

More information

Desired Attitude Angles Design Based on Optimization for Side Window Detection of Kinetic Interceptor *

Desired Attitude Angles Design Based on Optimization for Side Window Detection of Kinetic Interceptor * Poceedings of the 7 th Chinese Contol Confeence July 6-8, 008, Kunming,Yunnan, China Desied Attitude Angles Design Based on Optimization fo Side Window Detection of Kinetic Intecepto * Zhu Bo, Quan Quan,

More information

A Novel Image-Based Rendering System With A Longitudinally Aligned Camera Array

A Novel Image-Based Rendering System With A Longitudinally Aligned Camera Array EUOGAPHICS 2 / A. de Sousa, J.C. Toes Shot Pesentations A Novel Image-Based endeing System With A Longitudinally Aligned Camea Aay Jiang Li, Kun Zhou, Yong Wang and Heung-Yeung Shum Micosoft eseach, China

More information

Image Registration among UAV Image Sequence and Google Satellite Image Under Quality Mismatch

Image Registration among UAV Image Sequence and Google Satellite Image Under Quality Mismatch 0 th Intenational Confeence on ITS Telecommunications Image Registation among UAV Image Sequence and Google Satellite Image Unde Quality Mismatch Shih-Ming Huang and Ching-Chun Huang Depatment of Electical

More information

View Synthesis using Depth Map for 3D Video

View Synthesis using Depth Map for 3D Video View Synthesis using Depth Map fo 3D Video Cheon Lee and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 1 Oyong-dong, Buk-gu, Gwangju, 500-712, Republic of Koea E-mail: {leecheon, hoyo}@gist.ac.k

More information

Improved Fourier-transform profilometry

Improved Fourier-transform profilometry Impoved Fouie-tansfom pofilomety Xianfu Mao, Wenjing Chen, and Xianyu Su An impoved optical geomety of the pojected-finge pofilomety technique, in which the exit pupil of the pojecting lens and the entance

More information

Voting-Based Grouping and Interpretation of Visual Motion

Voting-Based Grouping and Interpretation of Visual Motion Voting-Based Gouping and Intepetation of Visual Motion Micea Nicolescu Depatment of Compute Science Univesity of Nevada, Reno Reno, NV 89557 micea@cs.un.edu Géad Medioni Integated Media Systems Cente Univesity

More information

Lecture # 04. Image Enhancement in Spatial Domain

Lecture # 04. Image Enhancement in Spatial Domain Digital Image Pocessing CP-7008 Lectue # 04 Image Enhancement in Spatial Domain Fall 2011 2 domains Spatial Domain : (image plane) Techniques ae based on diect manipulation of pixels in an image Fequency

More information

Massachusetts Institute of Technology Department of Mechanical Engineering

Massachusetts Institute of Technology Department of Mechanical Engineering cm cm Poblem Massachusetts Institute of echnolog Depatment of Mechanical Engineeing. Intoduction to obotics Sample Poblems and Solutions fo the Mid-em Exam Figue shows a obotic vehicle having two poweed

More information

EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS

EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS Kumiko Tsuji Fukuoka Medical technology Teikyo Univesity 4-3-14 Shin-Katsutachi-Machi Ohmuta Fukuoka 836 Japan email: c746g@wisdomcckyushu-uacjp

More information

QUANTITATIVE MEASURES FOR THE EVALUATION OF CAMERA STABILITY

QUANTITATIVE MEASURES FOR THE EVALUATION OF CAMERA STABILITY QUNTTTVE MESURES FR THE EVLUTN F CMER STBLTY. F. Habib a,. M. Pullivelli a, M. Mogan a a Depatment of Geomatics Engineeing, Univesity of Calgay 2500 Univesity Dive N.W, Calgay B T2N 1N4 Canada Email -

More information

Planar Odometry from a Radial Laser Scanner. A Range Flow-based Approach

Planar Odometry from a Radial Laser Scanner. A Range Flow-based Approach Plana Odomety fom a Radial Lase Scanne. A Range Flow-based Appoach Maiano Jaimez, Javie G. Monoy and Javie Gonzalez-Jimenez Abstact In this pape we pesent a fast and pecise method to estimate the plana

More information

Detection and tracking of ships using a stereo vision system

Detection and tracking of ships using a stereo vision system Scientific Reseach and Essays Vol. 8(7), pp. 288-303, 18 Febuay, 2013 Available online at http://www.academicjounals.og/sre DOI: 10.5897/SRE12.318 ISSN 1992-2248 2013 Academic Jounals Full Length Reseach

More information

Effective Missing Data Prediction for Collaborative Filtering

Effective Missing Data Prediction for Collaborative Filtering Effective Missing Data Pediction fo Collaboative Filteing Hao Ma, Iwin King and Michael R. Lyu Dept. of Compute Science and Engineeing The Chinese Univesity of Hong Kong Shatin, N.T., Hong Kong { hma,

More information

A Full-mode FME VLSI Architecture Based on 8x8/4x4 Adaptive Hadamard Transform For QFHD H.264/AVC Encoder

A Full-mode FME VLSI Architecture Based on 8x8/4x4 Adaptive Hadamard Transform For QFHD H.264/AVC Encoder 20 IEEE/IFIP 9th Intenational Confeence on VLSI and System-on-Chip A Full-mode FME VLSI Achitectue Based on 8x8/ Adaptive Hadamad Tansfom Fo QFHD H264/AVC Encode Jialiang Liu, Xinhua Chen College of Infomation

More information

Effective Data Co-Reduction for Multimedia Similarity Search

Effective Data Co-Reduction for Multimedia Similarity Search Effective Data Co-Reduction fo Multimedia Similaity Seach Zi Huang Heng Tao Shen Jiajun Liu Xiaofang Zhou School of Infomation Technology and Electical Engineeing The Univesity of Queensland, QLD 472,

More information

Multiview plus depth video coding with temporal prediction view synthesis

Multiview plus depth video coding with temporal prediction view synthesis 1 Multiview plus depth video coding with tempoal pediction view synthesis Andei I. Puica, Elie G. Moa, Beatice Pesquet-Popescu, Fellow, IEEE, Maco Cagnazzo, Senio Membe, IEEE and Bogdan Ionescu, Senio

More information

University of Alberta, range data with the aid of an o-the-shelf video-camera.

University of Alberta, range data with the aid of an o-the-shelf video-camera. Single Camea Steeo fo Mobile Robot Wold Exploation Dmity O. Goodnichy and William W. Amstong Depatment of Computing Science, Univesity of Albeta, Edmonton, Albeta, Canada T6G 2H1 fdmiti,amsg@cs.ualbeta.ca

More information

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM Luna M. Rodiguez*, Sue Ellen Haupt, and Geoge S. Young Depatment of Meteoology and Applied Reseach Laboatoy The Pennsylvania State Univesity,

More information

Research Article. Regularization Rotational motion image Blur Restoration

Research Article. Regularization Rotational motion image Blur Restoration Available online www.jocp.com Jounal of Chemical and Phamaceutical Reseach, 6, 8(6):47-476 Reseach Aticle ISSN : 975-7384 CODEN(USA) : JCPRC5 Regulaization Rotational motion image Blu Restoation Zhen Chen

More information

Prof. Feng Liu. Fall /17/2016

Prof. Feng Liu. Fall /17/2016 Pof. Feng Liu Fall 26 http://www.cs.pdx.edu/~fliu/couses/cs447/ /7/26 Last time Compositing NPR 3D Gaphics Toolkits Tansfomations 2 Today 3D Tansfomations The Viewing Pipeline Mid-tem: in class, Nov. 2

More information

Real-Time Object Detection Using a Sparse 4-Layer LIDAR

Real-Time Object Detection Using a Sparse 4-Layer LIDAR Real-Time Object Detection Using a Spase 4-Laye LIDAR Micea Paul Muesan, Segiu Nedevschi, Ion Giosan Compute Science Depatment Technical Univesity of Cluj-Napoca Cluj-Napoca, Romania {micea.muesan, segiu.nedevschi,

More information

INDEXATION OF WEB PAGES BASED ON THEIR VISUAL RENDERING

INDEXATION OF WEB PAGES BASED ON THEIR VISUAL RENDERING INDEXATION OF WEB PAGES BASED ON THEIR VISUAL RENDERING Emmanuel Buno Univesité du Sud Toulon-Va / LSIS CNRS BP 20132, F-83957 La Gade buno@univ-tln.f Nicolas Faessel LSIS CNRS Domaine Univesitaie de Saint-Jéôme

More information

3D Hand Trajectory Segmentation by Curvatures and Hand Orientation for Classification through a Probabilistic Approach

3D Hand Trajectory Segmentation by Curvatures and Hand Orientation for Classification through a Probabilistic Approach 3D Hand Tajectoy Segmentation by Cuvatues and Hand Oientation fo Classification though a Pobabilistic Appoach Diego R. Faia and Joge Dias Abstact In this wok we pesent the segmentation and classification

More information

Coordinate Systems. Ioannis Rekleitis

Coordinate Systems. Ioannis Rekleitis Coodinate Systems Ioannis ekleitis Position epesentation Position epesentation is: P p p p x y z P CS-417 Intoduction to obotics and Intelligent Systems Oientation epesentations Descibes the otation of

More information

Lecture 27: Voronoi Diagrams

Lecture 27: Voronoi Diagrams We say that two points u, v Y ae in the same connected component of Y if thee is a path in R N fom u to v such that all the points along the path ae in the set Y. (Thee ae two connected components in the

More information

Topological Characteristic of Wireless Network

Topological Characteristic of Wireless Network Topological Chaacteistic of Wieless Netwok Its Application to Node Placement Algoithm Husnu Sane Naman 1 Outline Backgound Motivation Papes and Contibutions Fist Pape Second Pape Thid Pape Futue Woks Refeences

More information

9-2. Camera Calibration Method for Far Range Stereovision Sensors Used in Vehicles. Tiberiu Marita, Florin Oniga, Sergiu Nedevschi

9-2. Camera Calibration Method for Far Range Stereovision Sensors Used in Vehicles. Tiberiu Marita, Florin Oniga, Sergiu Nedevschi 9-2 Camea Calibation Method fo Fa Range Steeovision Sensos Used in Vehicles ibeiu Maita, Floin Oniga, Segiu Nedevschi Compute Science Depatment echnical Univesity of Cluj-Napoca Cluj-Napoca, 400020, ROMNI

More information

PROBABILITY-BASED OPTIMAL PATH PLANNING FOR TWO-WHEELED MOBILE ROBOTS

PROBABILITY-BASED OPTIMAL PATH PLANNING FOR TWO-WHEELED MOBILE ROBOTS Poceedings of the ASME 215 Dynamic Systems and Contol Confeence DSCC215 Octobe 28-3, 215, Columbus, Ohio, USA DSCC215-999 PROBABILITY-BASED OPTIMAL PATH PLANNING FOR TWO-WHEELED MOBILE ROBOTS Jaeyeon Lee

More information

New Algorithms for Daylight Harvesting in a Private Office

New Algorithms for Daylight Harvesting in a Private Office 18th Intenational Confeence on Infomation Fusion Washington, DC - July 6-9, 2015 New Algoithms fo Daylight Havesting in a Pivate Office Rohit Kuma Lighting Solutions and Sevices Philips Reseach Noth Ameica

More information

Image Enhancement in the Spatial Domain. Spatial Domain

Image Enhancement in the Spatial Domain. Spatial Domain 8-- Spatial Domain Image Enhancement in the Spatial Domain What is spatial domain The space whee all pixels fom an image In spatial domain we can epesent an image by f( whee x and y ae coodinates along

More information

Performance Characteristics of a Complete Vision Only Sense and Avoid System

Performance Characteristics of a Complete Vision Only Sense and Avoid System AIAA Guidance, Navigation, and Contol Confeence 13-16 August 212, Minneapolis, Minnesota AIAA 212-473 Pefomance Chaacteistics of a Complete Vision Only Sense and Avoid System Bálint Vanek Tamás Péni Ákos

More information

LIDAR SYSTEM CALIBRATION USING OVERLAPPING STRIPS

LIDAR SYSTEM CALIBRATION USING OVERLAPPING STRIPS LIDR SYSTEM CLIRTION USIN OVERLPPIN STRIPS Calibação do sistema LiDR utilizando faias sobepostas KI IN N 1 YMN F. HI 1 MURICIO MÜLLER 2 1 Dept. of eomatics Engineeing, Univesity of Calgay, 25 Univesity

More information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information Title CALCULATION FORMULA FOR A MAXIMUM BENDING MOMENT AND THE TRIANGULAR SLAB WITH CONSIDERING EFFECT OF SUPPO UNIFORM LOAD Autho(s)NOMURA, K.; MOROOKA, S. Issue Date 2013-09-11 Doc URL http://hdl.handle.net/2115/54220

More information

Efficient Gradient Stencils for Robust Implicit Finite-Volume Solver Convergence on Distorted Grids

Efficient Gradient Stencils for Robust Implicit Finite-Volume Solver Convergence on Distorted Grids Pepint accepted in Jounal of Computational Physics (oiginally submitted in August, 208). Download the jounal vesion at https://doi.og/0.06/j.jcp.209.02.026 Efficient Gadient Stencils fo Robust Implicit

More information

Fast quality-guided flood-fill phase unwrapping algorithm for three-dimensional fringe pattern profilometry

Fast quality-guided flood-fill phase unwrapping algorithm for three-dimensional fringe pattern profilometry Univesity of Wollongong Reseach Online Faculty of Infomatics - Papes (Achive) Faculty of Engineeing and Infomation Sciences 2010 Fast quality-guided flood-fill phase unwapping algoithm fo thee-dimensional

More information

Optimal Adaptive Learning for Image Retrieval

Optimal Adaptive Learning for Image Retrieval Optimal Adaptive Leaning fo Image Retieval ao Wang Dept of Compute Sci and ech singhua Univesity Beijing 00084, P. R. China Wangtao7@63.net Yong Rui Micosoft Reseach One Micosoft Way Redmond, WA 9805,

More information

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks Effects of Model Complexity on Genealization Pefomance of Convolutional Neual Netwoks Tae-Jun Kim 1, Dongsu Zhang 2, and Joon Shik Kim 3 1 Seoul National Univesity, Seoul 151-742, Koea, E-mail: tjkim@bi.snu.ac.k

More information

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann.

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann. A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Pesonification by Boulic, Thalmann and Thalmann. Mashall Badley National Cente fo Physical Acoustics Univesity of

More information

Ego-Motion Estimation on Range Images using High-Order Polynomial Expansion

Ego-Motion Estimation on Range Images using High-Order Polynomial Expansion Ego-Motion Estimation on Range Images using High-Ode Polynomial Expansion Bian Okon and Josh Haguess Space and Naval Wafae Systems Cente Pacific San Diego, CA, USA {bian.okon,joshua.haguess}@navy.mil Abstact

More information

A General Characterization of Representing and Determining Fuzzy Spatial Relations

A General Characterization of Representing and Determining Fuzzy Spatial Relations 7 The Intenational Aab Jounal of Infomation Technolog A Geneal Chaacteization of Repesenting and Detemining Fuzz Spatial Relations Lui Bai and Li Yan 2 College of Infomation Science and Engineeing, Notheasten

More information

3D VISUALIZATION OF A CASE-BASED DISTANCE MODEL

3D VISUALIZATION OF A CASE-BASED DISTANCE MODEL 8 D VISUALIZATION OF A CASE-BASED DISTANCE MODEL Péte Volf Zoltán Kovács István Szalkai Univesity of Pannonia Veszpém Hungay Email: volfpete@gtk.uni-pannon.hu kovacsz@gtk.uni-pannon.hu szalkai@almos.uni-pannon.hu

More information

A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM

A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM Accepted fo publication Intenational Jounal of Flexible Automation and Integated Manufactuing. A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM Nagiza F. Samatova,

More information

Experiments of low-cost INS/GPS Navigation platform based on PC104

Experiments of low-cost INS/GPS Navigation platform based on PC104 xpeiments of low-cost S/GPS avigation platfom based on PC14. Hachelef, P. Lavoie, D. Li, R. Landy Depatment of lectical ngineeing École de Technologie Supéieue (TS), LACM Laboatoy 11 ote Dame Steet West,

More information

COMPARISON OF CHIRP SCALING AND WAVENUMBER DOMAIN ALGORITHMS FOR AIRBORNE LOW FREQUENCY SAR DATA PROCESSING

COMPARISON OF CHIRP SCALING AND WAVENUMBER DOMAIN ALGORITHMS FOR AIRBORNE LOW FREQUENCY SAR DATA PROCESSING COMPARISON OF CHIRP SCALING AND WAVENUMBER DOMAIN ALGORITHMS FOR AIRBORNE LOW FREQUENCY SAR DATA PROCESSING A. Potsis a, A. Reigbe b, E. Alivisatos a, A. Moeia c,and N. Uzunoglu a a National Technical

More information

Visual-Inertial Curve SLAM

Visual-Inertial Curve SLAM Visual-Inetial Cuve SAM Kevin Meie1 Soon-Jo Chung2 and Seth Hutchinson1 Abstact e pesent a simultaneous localization and mapping (SAM) algoithm that uses ézie cuves as static landma pimitives athe than

More information

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH I J C A 7(), 202 pp. 49-53 SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH Sushil Goel and 2 Rajesh Vema Associate Pofesso, Depatment of Compute Science, Dyal Singh College,

More information

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters Compaisons of Tansient Analytical Methods fo Detemining Hydaulic Conductivity Using Disc Pemeametes 1,,3 Cook, F.J. 1 CSRO Land and Wate, ndoooopilly, Queensland The Univesity of Queensland, St Lucia,

More information

AN ARTIFICIAL NEURAL NETWORK -BASED ROTATION CORRECTION METHOD FOR 3D-MEASUREMENT USING A SINGLE PERSPECTIVE VIEW

AN ARTIFICIAL NEURAL NETWORK -BASED ROTATION CORRECTION METHOD FOR 3D-MEASUREMENT USING A SINGLE PERSPECTIVE VIEW Ma 8, 9 and 30, 1997 Le Ceusot, Bougogne, FRANCE AN ARIFICIAL NEURAL NEWORK -BASED ROAION CORRECION MEHOD FOR 3D-MEASUREMEN USING A SINGLE PERSPECIVE VIEW Kauko Väinämö, Juha Röning Depatment of Electical

More information

arxiv: v2 [cs.ro] 11 Apr 2018

arxiv: v2 [cs.ro] 11 Apr 2018 c 28 IEEE. Pesonal use of this mateial is pemitted. Pemission fom IEEE must be obtained fo all othe uses, in any cuent o futue media, including epinting / epublishing this mateial fo advetising o pomotional

More information

The KCLBOT: Exploiting RGB-D Sensor Inputs for Navigation Environment Building and Mobile Robot Localization

The KCLBOT: Exploiting RGB-D Sensor Inputs for Navigation Environment Building and Mobile Robot Localization The KCBOT: Exploiting GB-D Senso Inputs fo Navigation Envionment Building and Mobile obot ocalization egula Pape Evangelos Geogiou 1,*, Jian Dai 1 and Michael uck 1 1 King s College ondon *Coesponding

More information

A NOVEL VOLUME CT WITH X-RAY ON A TROUGH-LIKE SURFACE AND POINT DETECTORS ON CIRCLE-PLUS-ARC CURVE

A NOVEL VOLUME CT WITH X-RAY ON A TROUGH-LIKE SURFACE AND POINT DETECTORS ON CIRCLE-PLUS-ARC CURVE A NOVEL VOLUME CT WITH X-RAY ON A TROUGH-LIKE SURFACE AND POINT DETECTORS ON CIRCLE-PLUS-ARC CURVE H Xu, and TG Zhuang Depatment of Biomedical Engineeing, Shanghai Jiaotong Univesity, Shanghai, P R China

More information

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1 Impovement of Fist-ode Takagi-Sugeno Models Using Local Unifom B-splines Felipe Fenández, Julio Gutiéez, Gacián Tiviño and Juan Calos Cespo Dep. Tecnología Fotónica, Facultad de Infomática Univesidad Politécnica

More information

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers XFVHDL: A Tool fo the Synthesis of Fuzzy Logic Contolles E. Lago, C. J. Jiménez, D. R. López, S. Sánchez-Solano and A. Baiga Instituto de Micoelectónica de Sevilla. Cento Nacional de Micoelectónica, Edificio

More information

CSE 165: 3D User Interaction

CSE 165: 3D User Interaction CSE 165: 3D Use Inteaction Lectue #6: Selection Instucto: Jugen Schulze, Ph.D. 2 Announcements Homewok Assignment #2 Due Fiday, Januay 23 d at 1:00pm 3 4 Selection and Manipulation 5 Why ae Selection and

More information

Resolution and stability analysis of offset VSP acquisition scenarios with applications to fullwaveform

Resolution and stability analysis of offset VSP acquisition scenarios with applications to fullwaveform Resolution and stability analysis of offset VSP acquisition scenaios with applications to fullwavefom invesion I. Silvestov, IPGG SB RAS, D. Neklyudov, IPGG SB RAS, M. Puckett, Schlumbege, V. Tcheveda,

More information

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES Svetlana Avetisyan Mikayel Samvelyan* Matun Kaapetyan Yeevan State Univesity Abstact In this pape, the class

More information

Module 6 STILL IMAGE COMPRESSION STANDARDS

Module 6 STILL IMAGE COMPRESSION STANDARDS Module 6 STILL IMAE COMPRESSION STANDARDS Lesson 17 JPE-2000 Achitectue and Featues Instuctional Objectives At the end of this lesson, the students should be able to: 1. State the shotcomings of JPE standad.

More information