Handling Degenerate Cases in Exact Geodesic Computation on Triangle Meshes

Size: px
Start display at page:

Download "Handling Degenerate Cases in Exact Geodesic Computation on Triangle Meshes"

Transcription

1 The Viual Computer manucript. (will be inerted b the editor) Yong-Jin Liu Qian-Yi Zhou Shi-Min Hu Degenerate Cae in Eact Geodeic Computation on Triangle Mehe Abtract The computation of eact geodeic on triangle mehe i a widel ued operation in computer-aided deign and computer graphic. Practical algorithm for computing uch eact geodeic have been recentl propoed b Surazhk et al (2005). B appling thee geometric algorithm to real-world data, degenerate cae frequentl appear. In thi paper we claif and enumerate all the degenerate cae in a tematic wa. Baed on the claification, we preent olution to handle all the degenerate cae conitentl and correctl. The common uer ma find the preent technique ueful when the implement a robut code of computing eact geodeic path on mehe. Keword Eact geodeic computation Degenerate cae Robutne 1 Introduction An eact geodeic between two point in a 2-manifold meh i a union of line egment within the meh which connect the two point and i locall length-minimized. The computation of eact geodeic path on triangle mehe i a widel ued operation in computer-aided deign and computer graphic. In [5], a practical implementation of the DGP algorithm in [3] i propoed for computing eact geodeic from a ource point to one or all other point efficientl. In the wort cae the DGP algorithm ha compleitie of O(n 2 ) pace and O(n 2 log n) time, while in practice the algorithm i oberved to run in ub-quadratic time. The implementation in [5] can be regarded a a generic algorithm, i.e., it i guaranteed to be correct with generic ituation, while how to handle degenerate cae i not Department of Computer Science and Technolog, Tinghua Univerit, P. R. China Tel.: Fa: {liuongjin, zq, himin}@tinghua.edu.cn Fig. 1 Geodeic computation with a precribed ource point; point on the meh are colored according to the geodeic ditance to the ource point. reported. In thi paper we enumerate all the degenerate cae rien from implementation in [5] and how that in mot cae with arbitraril haped triangle, the degenerate cae are frequentl appear. An eample i illutrated in Fig. 1. The meh ued in Fig. 1 ha 2000 face, 6000 edge and 1028 vertice. The triangle in the meh are arbitraril haped, including both obtue and acute triangle. Given a precribed ource point, there are totall 8807 cae handled, in which 2583 cae are degenerate, about 29.33%. Some degenerate cae are illutrated in Fig. 4. In geometric computation, degenerate cae will increae the intabilit of the generic algorithm. Theoreticall, degenerate cae can be handled b uing the mbolic perturbation cheme [1]. Though it i a powerful tool, thi cheme ma not be applicable in the computation of eact geodeic path. Firt, mbolic perturbation require eact arithmetic, with which man uer are not familiar. Second, uing mbolic perturbation doe not olve the degenerate cae itelf, but an arbitraril-choen nearb general cae. Topolog-oriented implementation i another wa to handle degenerate cae [4]. However, it onl guarantee to output a topolog-conitent olution which ma not be the deired topolog-correct one. In thi paper, to develop a robut and fat eact geodeic algorithm, we preent a tematic olution to

2 2 Yong-Jin Liu et al. σ d 0 d 1 0 b 0 b 1 v Starting from the ource point, the DSP algorithm propagate ditance information in a continuou Dijktralike fahion. When new interval are created, the are placed in a priorit queue orted b minimum ditance back to the ource. When an interval i popped from the queue, interval propagation i performed in one of the three cae howing in Fig. 3. The reader i referred to [5] for full detail of thi algorithm. Fig. 2 6-tuple repreentation (b 0, b 1, d 0, d 1, σ, τ) of the interval. efficientl handle all the degenerate cae with floating point computation [6]. B doing o, geometric predicate are treated conitentl and thu the implemented algorithm i robut. 2 Review of the eact geodeic algorithm We follow the notation in [5] to quick review the DGP algorithm [3]. Shortet path on meh are ra emanating from the ource verte along tangent direction. Interior to a triangle, a hortet path mut be a traight line. When croing an edge, a hortet path mut be a traight line when the previou face i unfolded into the plane containing the net face. The onl vertice (called geodeic vertice below) that a hortet path can pa through are either boundar vertice or the vertice whoe total urrounding angle i larger or equal to 2π. The baic idea of the DSP algorithm i to partition each meh edge into a et of interval. Refer to Fig. 2. Each interval i encoded b a 6-tuple (b 0, b 1, d 0, d 1, σ, τ). b 0, b 1 are parameter meauring ditance along the edge. The unfolded poition of the geodeic verte i encoded b it ditance d 0, d 1 to the interval endpoint. A binar direction τ i ued to pecif the ide of edge on which the ource lie. σ i the length of the path from back to the ource v. Given an interval I on an edge, it ditance field i propagated acro an adjacent face to define new potential interval on the two oppoing edge,. Refer to Fig. 3. Three general cae eit for interval propagation. According to different cae, different new interval are formed on the oppoing edge. If interval alread eit on the oppoing edge, the new interval ma interect ome old one. If two interval interect with a nonempt region δ, a quadratic equation Ap 2 + Bp + C = 0 (1) i olved to determine a new poition p δ uch that the updated range of the two interval I and I are (b 0, p) and (p, b 1), repectivel. 3 Degenerate cae In the eact geodeic algorithm [5], two tpe of degeneracie occur in interval propagation: 1. Degeneracie on geometric interection. Refer to Fig. 3 and 4. Thee degeneracie rie from the determination of interection region between the wedge and the line egment and ; 2. Degeneracie on geodeic dicontinuitie. Due to the numerical error in floating point computation, the olution of equation (1) often generate mall gap or overlap between the new reulted interval; thi give rie to geodeic dicontinuitie along the interval on the edge. 3.1 Degeneracie on geometric interection Baicall, there are 5 degenerate cae in thi cla, a hown in Fig. 4: 1. The poition of lie on edge. Thi cae can happen if the interval i created on in the cae of Fig. 3(c); 2. Three point, b 0, are in a traight line. Thi make the new interval on the edge diappear in the cae of Fig. 3(b); 3. Three point, b 1, are in a traight line. Thi i a mmetric cae of ca; 4. Four point,, b 0, are in a traight line. Thi alo mean that point and b 0. In thi cae, the new interval on the in the cae of Fig. 3(b) mut be treated a the new interval on the in the cae of Fig. 3(c); 5. Four point,, b 1, are in a traight line. Thi i a mmetric cae of cae 4. tice that there are ome degenerate cae compoed of everal baic cae. For eample, referring to Fig. 4, if three point, b 0,, the baic degenerate ca,2,4 occur imultaneoul. Different degenerate cae mut awake different procedure to proce. Treating degenerate cae in random order will reult in catatrophic failure in the algorithm. In Section 4.1, we preent a concie deciion procedure to properl handle all the degenerate cae.

3 degenerate cae in eact geodeic computation 3 d 0 d 1 d 0 d 1 d 1 0 b 0 I b 1 0 b 0 b 1 d 0 0 b 1 v I 2 b 0 e 1 e 2 b (a) 1 (b) (c) Fig. 3 Interval propagation. (a)one new interval created. (b) Two new interval created. (c) One new normal interval and two additional interval (in red) created. b 0 b 1 b 1 b 0 b 1 b 1 v 2 b 0 v 2 b 0 v 2 Cae (1) (2) (3) (4) (5) Fig. 4 Degenerate cae on geometric interection; the haded area indicate the wedge range of b 0 b 1. I i I I.b 0 I.b 1 (a) The new created interval I I j (b) Eiting interval I new i I i I new j I j I inide (c) Preproceing eiting interval I i I j I i 1 I j 1 (d) Finall updated interval I updated Fig. 5 Degeneracie on geodeic dicontinuitie. I updated = {I 0, I 1, } be the et of updated interval on e, four degenerate cae ma occur: 1. Tin interval appear in I; 2. Two conecutive interval in I interect; 3. Two conecutive interval in I eparate b a tin gap; 4. The geodeic ditance at the common endpoint of two conecutive interval are not the ame. Theoreticall, if eact arithmetic i ued, thee cae will not happen or can be regarded a error. However, in practice, when float-point computation i ued and numerical error are unavoidable, thee cae do occur and we regard them a degenerate cae. The olution to handle thee degeneracie i preented in Section Degeneracie on geodeic dicontinuitie After the determination of interection region between wedge b 0 b 1 and edge,, new interval are created. Refer to Fig. 5. Suppoe that a new interval I with range (I.b 0, I.b 1 ) i created on edge e on which there alread eit a et of interval I = {I 0, I 1, } orted b poition on edge, I i 1.b 1 I i.b 0 < I i.b 1 I i+1.b 0. If the interval I and I i I have a nonempt interection region δ = I I i, a quadratic equation need to be olved to determine the minimal ditance for point in δ and update the interval I and I i along edge e. Let 4 degenerate cae In geometric algorithm, teting degenerate cae relie heavil on the incidence deciion uch a whether a point lie on a line or two point [2]. Incidence deciion contribute to geometric predicate. A predicate i a numerical primitive computation whoe value impact the flow of control of an algorithm. To evaluate predicate with float-point computation, we preent a tematic olution in the following ubection. The peudo-code of the overall algorithm i a follow.

4 4 Yong-Jin Liu et al. Begin with b 0 or b 1 Ye new interval on, fig. 4.1), b 0, lie on a ame line Ye interval on, b 0 Ye interval on fig. 4.4) fig. 4.2), b 1, lie on a ame line interval on v 2, b 1 interval on fig. 4.5) Ye Ye fig. 4.3) lie on left ide of line b 0 Ye interval on, b 0 Ye new interval on, fig. 3c) m.to fig. 3a) lie on right ide of line b 1 Ye interval on, b 1 Ye new interval on, m. to fig. 3c) Fig. 6 The flowchart of the deciion tem to handling degeneracie on geometric interection. new interval on, fig. 3a) fig. 3b) Algorithm 1 1. Initialize a priorit queue Q with a given ource point in the meh; 2. while Q i not empt 2.1. pop off the top element q from Q; 2.2. etablih the local tem a hown in fig. 3 baed on q = (b 0, b 1, d 0, d 1, σ, τ); 2.3. find the interection of the wedge b 0 b 1 and, ; handle the degeneracie uing the olution preented in Sec. 4.1; 2.4. update interval on, and Q uing the olution preented in Sec. 4.2; 2.5. if new interval created add them into Q; 4.1 degeneracie on geometric interection Suppoe that we implement the vector operation in a C++ cla. Given a point (or a vector) p, p., p., p.z retrieve it three coordinate. p.length() return the value of the vector length. p q return the value of the inner product of two vector p, q. p q return the vector of the cro product of p, q. ab(c) return the abolute value of c. Denote the machine preciion b ɛ. Refer to Fig. 3. The following rule conit of incidence deciion: If ( b 0 ).length() < ɛ, point and b 0 ; If ( b 1 ).length() < ɛ, point and b 1 ; If ab((( b 0 ) (b 0 )).z) < ɛ, three point, b 0, lie on a traight line; If ((b 1 ) ( b 1 )).z > ɛ, the verte lie right of the wedge and the new interval will be on the. That mean cae (a) in Fig. 3 occur. If ((b 0 ) ( b 0 )).z < ɛ, the verte lie left of the wedge and the new interval will be on the. If ((b 0 ) ( b 0 )).z > ɛ and ((b 1 ) ( b 1 )).z < ɛ, the verte lie inide the wedge formed b two ra b 0 and b 1. That mean cae (b) in Fig. 3 occur; Given the above rule, our goal i to deign a deciion procedure that reduce all poible deciion to a et of predicate a few a poible, which alo guarantee to output a conit and right deciion on chooing the order of different degenerate cae. We preent uch a nontrivial deciion tree in Fig. 6. Given the rule of incidence deciion and the deciion tree a hown in Fig. 6, the code that can robutl and conitentl handle all the degenerate cae in thi cla i readil to build. 4.2 degeneracie on geodeic dicontinuitie Here we preent a robut olution to handling degeneracie on geodeic dicontinuitie. The preented olution ma eem unnecearil complicated at the firt glance. However, it not onl give u a concie wa of programming, but alo it make verification and error etimation poible and ea to realize at each tep b providing determinitic tatu to check. The peudo-code handling

5 degenerate cae in eact geodeic computation 5 degeneracie on geodeic dicontinuitie (ref. the Step 2.3 in Algorithm 1) are a follow. Algorithm 2 1. for all I i I 1.1. let interb0 = ma{i i.b 0, I.b 0 }, and interb1 = min{i i.b 1, I.b 1 }; 1.2. if interb0 < interb if I i.b 0 < interb eparate I i at interb0; let Inew i = (I i.b 0, interb0) and I i = (interb0, I i.b 1 ); inert Inew i into I; if interb1 < I i.b eparate I i at interb1; let Inew i = (I i.b 0, interb1) and I i = (interb1, I i.b 1 ); inert Inew i into I; 2. for all I i I which completel inide I 2.1. update I i and I b olving equation (1); 3. Remove tin interval in I; 4. Sew mall gap in I; 5. In I merge neighbor interval with the ame geodeic verte; 6. (Optional) verification of I if needed. Given the newl created interval I and a et of alread eited interval I = {I 0, I 1, } on edge e, we firt proce all interval in I uch that for each interval in I, it i either completel outide range I or completel inide I. Thi proce i illutrated in Fig. 5c and Step 1 in Algorithm 2 erve thi need. At Step 2 in Algorithm 2, denote the orted ubet b I inide whoe element are completel inide the range of the new interval I. We update interval in I inide in turn. Given I i I inide and I, a quadratic equation i olved. According to the olution, I i = (I i.b 0, I i.b 1 ) ma diappear or hrink into a maller interval I inew = (I inew.b 0, I inew.b 1 ). In the latter cae, we divide interval I = (I.b 0, I.b 1 ) into two part, i.e., I new = (I.b 0, I inew.b 0 ) and I = (I inew.b 1, I.b 1 ), and inert I new into I. Then we continue to proce I i+1 with I until all element in I inide are proceed. Finall, we get an updated interval et I. It i not difficult to check that given the above rule, the element in I cannot be interected to each other. Due to numerical computation, tin interval and mall gap ma occur. Refer to Fig. 5c and Step 3,4,5 in Algorithm 2, the following rule handle thee degeneracie: 1. Detect and remove tin interval. I i I, if I i.b 1 I i.b 0 < ɛ, merge I i with I i 1 or I i+1 ; 2. Detect and ew mall gap. If I i+1.b 0 I i.b 1 < ɛ, let I i+1.b 0 = I i.b 1 be the midpoint of the original I i+1.b 0 and I i.b 1 ; 3. Merge interval with the ame ource point. For an pair I i and I i+1, let the unfolded poition of geodeic verte be i and i+1, repectivel. If ( i i+1 ).length() < ε, merge interval I i and I i face, degenerac rat9.33% 5000 face, degenerac rate 31.13% Fig. 7 An eact geodeic path over the head model with two different reolution mehe. The bigget advantage of Algorithm 2 i the reult of ever tep i predictable and thu code verification i ea to check. 5 Reult B handling all the degenerate cae conitentl and correctl, the implementation of the eact geodeic algorithm [3,5] i ver robut. In thi ection, we preent ome teting eample with the model of variou ditribution of triangle. In each eample, the mall green phere indicate the poition of the precribed ource point with which a ditance field i built b computing the length of geodeic path from the ource to all other point on mehe. B tracing the gradient of the ditance field, a geodeic path from the ource to a detination point on meh i alo hown in each eample. In all eample hown here, the degenerac rate i meaured b the percentage of degenerate cae over all the cae. Tabl ummarize the degeneracie tet on all the eample. In Fig. 7, a head eample with two different reolution model i preented. Both model conit of irregular triangle. On both model, the ource and detination point are the ame and the geodeic path connecting

6 6 Yong-Jin Liu et al. Tabl Degeneracie tet on all the eample; the degenerac rate i meaured b dividing the degenerate cae reulted from geometric interection over all the cae. model face num. all cae degenerac rate fig7a % fig7b % fig % fig9a % fig9b % fig9c % fig9d % fig % them are hown. In Fig. 8, the tet i performed on the maplunck head model. Thi model poee different meh reolution over different region. On thi model, a geodeic path croing region of different reolution i hown. Thee two eample how that (1) more maller the triangle are, more degenerate cae occur; (2) more irregular the triangle ditribution i, more degenerate cae occur. We alo tet the implementation on a diverit of model with arbitrar triangle. Four tpical eample are hown in Fig. 9. Thee eample how that realworld data i likel to contain a large number of degeneracie. B providing a concie and conitent olution to all the degenerate cae, the uer ma find the technique preented in thi paper ueful when he/he implement a robut code to compute eact geodeic over triangle mehe. 6 Concluion Geometric algorithm are enitive to degeneracie rien from pecial poition of everal incident geometric object. Although the general technique [1, 4] eit to handle the degeneracie theoreticall in an geometric algorithm, certain particular application permit much more efficient wa to handle degeneracie. In thi paper we claif and enumerate all the degenerate cae in the computation of eact geodeic on triangle mehe. Baed on the claification, we preent a tematic treatment to handle all the degeneracie conitentl. We alo how b eample that the real-world data i likel to be degenerate. The common uer ma find the preented technique ueful to obtain a robut implementation of the fat eact geodeic algorithm. Reference 1. H. Edelbrunner, E. Mucke. Simulation of implicit: a technique to cope with degenerate cae in geometric algorithm. ACM Tran. Graphic, 1990, 9(1): C. Hoffmann. Robutne in Geometric Computation. Journal of Computing and Information Science in Engineering, 2001, 1(2): Fig. 8 The eact geodeic over the maplunck head model which poee different reolution over different region. The code mut be robut againt large and mall triangle imultaneoul eited on a ingle meh. The degenerac rate of thi model i 33.25%. 3. J. Mitchell, D. Mount, C. Papadimitriou. The dicrete geodeic problem. SIAM J. Comput., 1987, 16(4): K. Sugihara, M. Iri, H. Inagaki, T. Imai. Topologoriented implementation an approach to robut geometric algorithm. Algorithmica, 2000, 27(11): V. Surazhk, T. Surazhk, D. Kiranov, S. Gortler, H. Hoppe. Fat eact and approimate geodeic on mehe. ACM SIGGRAPH 2005, pp J. Zachar. Introduction to Scientific Programming, Santa Clara, CA : TELOS, 1998.

7 degenerate cae in eact geodeic computation 7 a b c d e Fig. 9 The computation of eact geodeic over the divere model with arbitrar triangle.

Handling degenerate cases in exact geodesic computation on triangle meshes

Handling degenerate cases in exact geodesic computation on triangle meshes Visual Comput (2007) 23: 661 668 DOI 10.1007/s00371-007-0136-5 ORIGINAL ARTICLE Yong-Jin Liu Qian-Yi Zhou Shi-Min Hu Handling degenerate cases in exact geodesic computation on triangle meshes Published

More information

Routing Definition 4.1

Routing Definition 4.1 4 Routing So far, we have only looked at network without dealing with the iue of how to end information in them from one node to another The problem of ending information in a network i known a routing

More information

CENTER-POINT MODEL OF DEFORMABLE SURFACE

CENTER-POINT MODEL OF DEFORMABLE SURFACE CENTER-POINT MODEL OF DEFORMABLE SURFACE Piotr M. Szczypinki Iintitute of Electronic, Technical Univerity of Lodz, Poland Abtract: Key word: Center-point model of deformable urface for egmentation of 3D

More information

Lecture 18 Graph-Based Algorithms. CSE373: Design and Analysis of Algorithms

Lecture 18 Graph-Based Algorithms. CSE373: Design and Analysis of Algorithms Lecture 18 Graph-Baed Algorithm CSE: Deign and Anali of Algorithm Shortet Path Problem Modeling problem a graph problem: Road map i a weighted graph: vertice = citie edge = road egment between citie edge

More information

IMPLEMENTATION OF AREA, VOLUME AND LINE SOURCES

IMPLEMENTATION OF AREA, VOLUME AND LINE SOURCES December 01 ADMS 5 P503I1 IMPEMENTATION OF AREA, VOUME AND INE SOURCES The Met. Office (D J Thomon) and CERC 1. INTRODUCTION ADMS model line ource, and area and volume ource with conve polgon bae area.

More information

Shortest Paths with Single-Point Visibility Constraint

Shortest Paths with Single-Point Visibility Constraint Shortet Path with Single-Point Viibility Contraint Ramtin Khoravi Mohammad Ghodi Department of Computer Engineering Sharif Univerity of Technology Abtract Thi paper tudie the problem of finding a hortet

More information

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks Performance of a Robut Filter-baed Approach for Contour Detection in Wirele Senor Network Hadi Alati, William A. Armtrong, Jr., and Ai Naipuri Department of Electrical and Computer Engineering The Univerity

More information

A Novel Feature Line Segment Approach for Pattern Classification

A Novel Feature Line Segment Approach for Pattern Classification 12th International Conference on Information Fuion Seattle, WA, USA, July 6-9, 2009 A Novel Feature Line Segment Approach for Pattern Claification Yi Yang Intitute of Integrated Automation Xi an Jiaotong

More information

3D SMAP Algorithm. April 11, 2012

3D SMAP Algorithm. April 11, 2012 3D SMAP Algorithm April 11, 2012 Baed on the original SMAP paper [1]. Thi report extend the tructure of MSRF into 3D. The prior ditribution i modified to atify the MRF property. In addition, an iterative

More information

Motivation: Level Sets. Input Data Noisy. Easy Case Use Marching Cubes. Intensity Varies. Non-uniform Exposure. Roger Crawfis

Motivation: Level Sets. Input Data Noisy. Easy Case Use Marching Cubes. Intensity Varies. Non-uniform Exposure. Roger Crawfis Level Set Motivation: Roger Crawfi Slide collected from: Fan Ding, Charle Dyer, Donald Tanguay and Roger Crawfi 4/24/2003 R. Crawfi, Ohio State Univ. 109 Eay Cae Ue Marching Cube Input Data Noiy 4/24/2003

More information

Numerical Modeling of Material Discontinuity Using Mixed MLPG Collocation Method

Numerical Modeling of Material Discontinuity Using Mixed MLPG Collocation Method umerical odeling of aterial Dicontinuit Uing ied LPG Collocation ethod B. alušić 1,. Sorić 1 and T. arak 1 Abtract A mied LPG collocation method i applied for the modeling of material dicontinuit in heterogeneou

More information

Possible application of fractional order derivative to image edges detection. Oguoma Ikechukwu Chiwueze 1 and Alain Cloot 2.

Possible application of fractional order derivative to image edges detection. Oguoma Ikechukwu Chiwueze 1 and Alain Cloot 2. Life Science Journal 3;(4) Poible application of fractional order derivative to image edge detection Oguoma Iechuwu hiwueze and Alain loot. Department of Mathematic and Applied Mathematic Facult of Natural

More information

/06/$ IEEE 364

/06/$ IEEE 364 006 IEEE International ympoium on ignal Proceing and Information Technology oie Variance Etimation In ignal Proceing David Makovoz IPAC, California Intitute of Technology, MC-0, Paadena, CA, 95 davidm@ipac.caltech.edu;

More information

Multi-Target Tracking In Clutter

Multi-Target Tracking In Clutter Multi-Target Tracking In Clutter John N. Sander-Reed, Mary Jo Duncan, W.B. Boucher, W. Michael Dimmler, Shawn O Keefe ABSTRACT A high frame rate (0 Hz), multi-target, video tracker ha been developed and

More information

xy-monotone path existence queries in a rectilinear environment

xy-monotone path existence queries in a rectilinear environment CCCG 2012, Charlottetown, P.E.I., Augut 8 10, 2012 xy-monotone path exitence querie in a rectilinear environment Gregory Bint Anil Mahehwari Michiel Smid Abtract Given a planar environment coniting of

More information

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc MAT 155: Decribing, Exploring, and Comparing Data Page 1 of 8 001-oteCh-3.doc ote for Chapter Summarizing and Graphing Data Chapter 3 Decribing, Exploring, and Comparing Data Frequency Ditribution, Graphic

More information

Fast exact and approximate geodesics on meshes

Fast exact and approximate geodesics on meshes Fat eact and approimate geodeic on mehe The Harvard communit ha made thi article openl available. Pleae hare how thi acce benefit ou. Your tor matter. Citation Publihed Verion Acceed Citable Link Term

More information

CERIAS Tech Report EFFICIENT PARALLEL ALGORITHMS FOR PLANAR st-graphs. by Mikhail J. Atallah, Danny Z. Chen, and Ovidiu Daescu

CERIAS Tech Report EFFICIENT PARALLEL ALGORITHMS FOR PLANAR st-graphs. by Mikhail J. Atallah, Danny Z. Chen, and Ovidiu Daescu CERIAS Tech Report 2003-15 EFFICIENT PARALLEL ALGORITHMS FOR PLANAR t-graphs by Mikhail J. Atallah, Danny Z. Chen, and Ovidiu Daecu Center for Education and Reearch in Information Aurance and Security,

More information

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart.

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart. Univerität Augburg à ÊÇÅÍÆ ËÀǼ Approximating Optimal Viual Senor Placement E. Hörter, R. Lienhart Report 2006-01 Januar 2006 Intitut für Informatik D-86135 Augburg Copyright c E. Hörter, R. Lienhart Intitut

More information

Planning of scooping position and approach path for loading operation by wheel loader

Planning of scooping position and approach path for loading operation by wheel loader 22 nd International Sympoium on Automation and Robotic in Contruction ISARC 25 - September 11-14, 25, Ferrara (Italy) 1 Planning of cooping poition and approach path for loading operation by wheel loader

More information

Quadrilaterals. Learning Objectives. Pre-Activity

Quadrilaterals. Learning Objectives. Pre-Activity Section 3.4 Pre-Activity Preparation Quadrilateral Intereting geometric hape and pattern are all around u when we tart looking for them. Examine a row of fencing or the tiling deign at the wimming pool.

More information

1 The secretary problem

1 The secretary problem Thi i new material: if you ee error, pleae email jtyu at tanford dot edu 1 The ecretary problem We will tart by analyzing the expected runtime of an algorithm, a you will be expected to do on your homework.

More information

Variable Resolution Discretization in the Joint Space

Variable Resolution Discretization in the Joint Space Variable Reolution Dicretization in the Joint Space Chritopher K. Monon, David Wingate, and Kevin D. Seppi {c,wingated,keppi}@c.byu.edu Computer Science, Brigham Young Univerity Todd S. Peteron peterto@uvc.edu

More information

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem,

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem, COMPETITIVE PROBABIISTIC SEF-ORGANIZING MAPS FOR ROUTING PROBEMS Haan Ghaziri AUB, OSB Beirut, ebanon ghaziri@aub.edu.lb Abtract In thi paper, we have applied the concept of the elf-organizing map (SOM)

More information

Drawing Lines in 2 Dimensions

Drawing Lines in 2 Dimensions Drawing Line in 2 Dimenion Drawing a traight line (or an arc) between two end point when one i limited to dicrete pixel require a bit of thought. Conider the following line uperimpoed on a 2 dimenional

More information

Anisotropic filtering on normal field and curvature tensor field using optimal estimation theory

Anisotropic filtering on normal field and curvature tensor field using optimal estimation theory Aniotropic filtering on normal field and curvature tenor field uing optimal etimation theory Min Liu Yuhen Liu and Karthik Ramani Purdue Univerity, Wet Lafayette, Indiana, USA Email: {liu66 liu28 ramani}@purdue.edu

More information

Lecture 14: Minimum Spanning Tree I

Lecture 14: Minimum Spanning Tree I COMPSCI 0: Deign and Analyi of Algorithm October 4, 07 Lecture 4: Minimum Spanning Tree I Lecturer: Rong Ge Scribe: Fred Zhang Overview Thi lecture we finih our dicuion of the hortet path problem and introduce

More information

Shortest Paths Problem. CS 362, Lecture 20. Today s Outline. Negative Weights

Shortest Paths Problem. CS 362, Lecture 20. Today s Outline. Negative Weights Shortet Path Problem CS 6, Lecture Jared Saia Univerity of New Mexico Another intereting problem for graph i that of finding hortet path Aume we are given a weighted directed graph G = (V, E) with two

More information

Delaunay Triangulation: Incremental Construction

Delaunay Triangulation: Incremental Construction Chapter 6 Delaunay Triangulation: Incremental Contruction In the lat lecture, we have learned about the Lawon ip algorithm that compute a Delaunay triangulation of a given n-point et P R 2 with O(n 2 )

More information

Interface Tracking in Eulerian and MMALE Calculations

Interface Tracking in Eulerian and MMALE Calculations Interface Tracking in Eulerian and MMALE Calculation Gabi Luttwak Rafael P.O.Box 2250, Haifa 31021,Irael Interface Tracking in Eulerian and MMALE Calculation 3D Volume of Fluid (VOF) baed recontruction

More information

Generic Traverse. CS 362, Lecture 19. DFS and BFS. Today s Outline

Generic Traverse. CS 362, Lecture 19. DFS and BFS. Today s Outline Generic Travere CS 62, Lecture 9 Jared Saia Univerity of New Mexico Travere(){ put (nil,) in bag; while (the bag i not empty){ take ome edge (p,v) from the bag if (v i unmarked) mark v; parent(v) = p;

More information

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks Maneuverable Relay to Improve Energy Efficiency in Senor Network Stephan Eidenbenz, Luka Kroc, Jame P. Smith CCS-5, MS M997; Lo Alamo National Laboratory; Lo Alamo, NM 87545. Email: {eidenben, kroc, jpmith}@lanl.gov

More information

Trainable Context Model for Multiscale Segmentation

Trainable Context Model for Multiscale Segmentation Trainable Context Model for Multicale Segmentation Hui Cheng and Charle A. Bouman School of Electrical and Computer Engineering Purdue Univerity Wet Lafayette, IN 47907-1285 {hui, bouman}@ ecn.purdue.edu

More information

Chapter 13 Non Sampling Errors

Chapter 13 Non Sampling Errors Chapter 13 Non Sampling Error It i a general aumption in the ampling theory that the true value of each unit in the population can be obtained and tabulated without any error. In practice, thi aumption

More information

Surface Skeleton Extraction and Its Application for Data Storage in 3D Sensor Networks

Surface Skeleton Extraction and Its Application for Data Storage in 3D Sensor Networks Surface Skeleton Extraction and It Application for Data Storage in 3D Senor Network Wenping Liu Huazhong Univerity of Science and Technology, China wenpingliu2009@gmail.com Xiaofei Liao Huazhong Univerity

More information

Today s Outline. CS 561, Lecture 23. Negative Weights. Shortest Paths Problem. The presence of a negative cycle might mean that there is

Today s Outline. CS 561, Lecture 23. Negative Weights. Shortest Paths Problem. The presence of a negative cycle might mean that there is Today Outline CS 56, Lecture Jared Saia Univerity of New Mexico The path that can be trodden i not the enduring and unchanging Path. The name that can be named i not the enduring and unchanging Name. -

More information

Minimum congestion spanning trees in bipartite and random graphs

Minimum congestion spanning trees in bipartite and random graphs Minimum congetion panning tree in bipartite and random graph M.I. Otrovkii Department of Mathematic and Computer Science St. John Univerity 8000 Utopia Parkway Queen, NY 11439, USA e-mail: otrovm@tjohn.edu

More information

Algorithmic Discrete Mathematics 4. Exercise Sheet

Algorithmic Discrete Mathematics 4. Exercise Sheet Algorithmic Dicrete Mathematic. Exercie Sheet Department of Mathematic SS 0 PD Dr. Ulf Lorenz 0. and. May 0 Dipl.-Math. David Meffert Verion of May, 0 Groupwork Exercie G (Shortet path I) (a) Calculate

More information

Markov Random Fields in Image Segmentation

Markov Random Fields in Image Segmentation Preented at SSIP 2011, Szeged, Hungary Markov Random Field in Image Segmentation Zoltan Kato Image Proceing & Computer Graphic Dept. Univerity of Szeged Hungary Zoltan Kato: Markov Random Field in Image

More information

Localized Minimum Spanning Tree Based Multicast Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Sensor Networks

Localized Minimum Spanning Tree Based Multicast Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Sensor Networks Localized Minimum Spanning Tree Baed Multicat Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Senor Network Hanne Frey Univerity of Paderborn D-3398 Paderborn hanne.frey@uni-paderborn.de

More information

else end while End References

else end while End References 621-630. [RM89] [SK76] Roenfeld, A. and Melter, R. A., Digital geometry, The Mathematical Intelligencer, vol. 11, No. 3, 1989, pp. 69-72. Sklanky, J. and Kibler, D. F., A theory of nonuniformly digitized

More information

A note on degenerate and spectrally degenerate graphs

A note on degenerate and spectrally degenerate graphs A note on degenerate and pectrally degenerate graph Noga Alon Abtract A graph G i called pectrally d-degenerate if the larget eigenvalue of each ubgraph of it with maximum degree D i at mot dd. We prove

More information

KS3 Maths Assessment Objectives

KS3 Maths Assessment Objectives KS3 Math Aement Objective Tranition Stage 9 Ratio & Proportion Probabilit y & Statitic Appreciate the infinite nature of the et of integer, real and rational number Can interpret fraction and percentage

More information

Log1 Contest Round 2 Theta Geometry. 4 points each 1 What is the area of an isosceles right triangle with legs of length 3?

Log1 Contest Round 2 Theta Geometry. 4 points each 1 What is the area of an isosceles right triangle with legs of length 3? 009 00 Log Contet Round Theta Geometry Name: 4 point each What i the area of an iocele right triangle with leg of length? What i perimeter of a regular heptagon with ide of length 8? Matt built a foot

More information

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 3, September 2015, Page 10

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 3, September 2015, Page 10 Computer Aided Drafting, Deign and Manufacturing Volume 5, umber 3, September 015, Page 10 CADDM Reearch of atural Geture Recognition and Interactive Technology Compatible with YCbCr and SV Color Space

More information

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang Stochatic Search and Graph Technique for MCM Path Planning Chritine D. Piatko, Chritopher P. Diehl, Paul McNamee, Cheryl Rech and I-Jeng Wang The John Hopkin Univerity Applied Phyic Laboratory, Laurel,

More information

A User-Attention Based Focus Detection Framework and Its Applications

A User-Attention Based Focus Detection Framework and Its Applications A Uer-Attention Baed Focu Detection Framework and It Application Chia-Chiang Ho, Wen-Huang Cheng, Ting-Jian Pan, Ja-Ling Wu Communication and Multimedia Laboratory, Department of Computer Science and Information

More information

On combining Learning Vector Quantization and the Bayesian classifiers for natural textured images

On combining Learning Vector Quantization and the Bayesian classifiers for natural textured images On combining Learning Vector Quantization and the Bayeian claifier for natural textured image María Guiarro Dept. Ingeniería del Software e Inteligencia Artificial Facultad Informática Univeridad Complutene

More information

On successive packing approach to multidimensional (M-D) interleaving

On successive packing approach to multidimensional (M-D) interleaving On ucceive packing approach to multidimenional (M-D) interleaving Xi Min Zhang Yun Q. hi ankar Bau Abtract We propoe an interleaving cheme for multidimenional (M-D) interleaving. To achieved by uing a

More information

Brief Announcement: Distributed 3/2-Approximation of the Diameter

Brief Announcement: Distributed 3/2-Approximation of the Diameter Brief Announcement: Ditributed /2-Approximation of the Diameter Preliminary verion of a brief announcement to appear at DISC 14 Stephan Holzer MIT holzer@mit.edu David Peleg Weizmann Intitute david.peleg@weizmann.ac.il

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and Thi article appeared in a journal publihed by Elevier. The attached copy i furnihed to the author for internal non-commercial reearch and education ue, including for intruction at the author intitution

More information

SLA Adaptation for Service Overlay Networks

SLA Adaptation for Service Overlay Networks SLA Adaptation for Service Overlay Network Con Tran 1, Zbigniew Dziong 1, and Michal Pióro 2 1 Department of Electrical Engineering, École de Technologie Supérieure, Univerity of Quebec, Montréal, Canada

More information

Modeling of underwater vehicle s dynamics

Modeling of underwater vehicle s dynamics Proceeding of the 11th WEA International Conference on YTEM, Agio Nikolao, Crete Iland, Greece, July 23-25, 2007 44 Modeling of underwater vehicle dynamic ANDRZEJ ZAK Department of Radiolocation and Hydrolocation

More information

UC Berkeley International Conference on GIScience Short Paper Proceedings

UC Berkeley International Conference on GIScience Short Paper Proceedings UC Berkeley International Conference on GIScience Short Paper Proceeding Title A novel method for probabilitic coverage etimation of enor network baed on 3D vector repreentation in complex urban environment

More information

Motion Control (wheeled robots)

Motion Control (wheeled robots) 3 Motion Control (wheeled robot) Requirement for Motion Control Kinematic / dynamic model of the robot Model of the interaction between the wheel and the ground Definition of required motion -> peed control,

More information

New Structural Decomposition Techniques for Constraint Satisfaction Problems

New Structural Decomposition Techniques for Constraint Satisfaction Problems New Structural Decompoition Technique for Contraint Satifaction Problem Yaling Zheng and Berthe Y. Choueiry Contraint Sytem Laboratory Univerity of Nebraka-Lincoln Email: yzheng choueiry@ce.unl.edu Abtract.

More information

Combination of Novel Enhancement Technique and Fuzzy C Means Clustering Technique in Breast Cancer Detection.

Combination of Novel Enhancement Technique and Fuzzy C Means Clustering Technique in Breast Cancer Detection. Biomedical Reearch 2013; 24 (2); 252-256 ISSN 0970-938X Combination of Novel Enhancement Technique and Fuzz C Mean Clutering Technique in Breat Cancer Detection. B. Senthilkumar 1 and G.Umamahewari 2 1

More information

CSE 250B Assignment 4 Report

CSE 250B Assignment 4 Report CSE 250B Aignment 4 Report March 24, 2012 Yuncong Chen yuncong@c.ucd.edu Pengfei Chen pec008@ucd.edu Yang Liu yal060@c.ucd.edu Abtract In thi project, we implemented the recurive autoencoder (RAE) a decribed

More information

Texture-Constrained Active Shape Models

Texture-Constrained Active Shape Models 107 Texture-Contrained Active Shape Model Shuicheng Yan, Ce Liu Stan Z. Li Hongjiang Zhang Heung-Yeung Shum Qianheng Cheng Microoft Reearch Aia, Beijing Sigma Center, Beijing 100080, China Dept. of Info.

More information

Stress-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling

Stress-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling Stre-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling Menter F.R. ANSYS Germany GmbH Introduction It i oberved in many CFD imulation that RANS model how inherent technology limitation

More information

Touring a Sequence of Polygons

Touring a Sequence of Polygons Touring a Sequence of Polygon Mohe Dror (1) Alon Efrat (1) Anna Lubiw (2) Joe Mitchell (3) (1) Univerity of Arizona (2) Univerity of Waterloo (3) Stony Brook Univerity Problem: Given a equence of k polygon

More information

How to Select Measurement Points in Access Point Localization

How to Select Measurement Points in Access Point Localization Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong How to Select Meaurement Point in Acce Point Localization Xiaoling Yang,

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each type of circuit will be implemented in two

More information

AUTOMATIC TEST CASE GENERATION USING UML MODELS

AUTOMATIC TEST CASE GENERATION USING UML MODELS Volume-2, Iue-6, June-2014 AUTOMATIC TEST CASE GENERATION USING UML MODELS 1 SAGARKUMAR P. JAIN, 2 KHUSHBOO S. LALWANI, 3 NIKITA K. MAHAJAN, 4 BHAGYASHREE J. GADEKAR 1,2,3,4 Department of Computer Engineering,

More information

x y z Design variable positions A

x y z Design variable positions A COMMUNICATIONS IN NUMERICAL METHODS IN ENGINEERING Commun. Numer. Meth. Engng 2001 00:1{7 [Verion: 2000/03/22 v1.0] A tabilied peudo-hell approach for urface parametriation in CFD deign problem O. Soto,R.Lohner

More information

Floating Point CORDIC Based Power Operation

Floating Point CORDIC Based Power Operation Floating Point CORDIC Baed Power Operation Kazumi Malhan, Padmaja AVL Electrical and Computer Engineering Department School of Engineering and Computer Science Oakland Univerity, Rocheter, MI e-mail: kmalhan@oakland.edu,

More information

Development of an atmospheric climate model with self-adapting grid and physics

Development of an atmospheric climate model with self-adapting grid and physics Intitute of Phyic Publihing Journal of Phyic: Conference Serie 16 (2005) 353 357 doi:10.1088/1742-6596/16/1/049 SciDAC 2005 Development of an atmopheric climate model with elf-adapting grid and phyic Joyce

More information

A Fast Association Rule Algorithm Based On Bitmap and Granular Computing

A Fast Association Rule Algorithm Based On Bitmap and Granular Computing A Fat Aociation Rule Algorithm Baed On Bitmap and Granular Computing T.Y.Lin Xiaohua Hu Eric Louie Dept. of Computer Science College of Information Science IBM Almaden Reearch Center San Joe State Univerity

More information

REVERSE KINEMATIC ANALYSIS OF THE SPATIAL SIX AXIS ROBOTIC MANIPULATOR WITH CONSECUTIVE JOINT AXES PARALLEL

REVERSE KINEMATIC ANALYSIS OF THE SPATIAL SIX AXIS ROBOTIC MANIPULATOR WITH CONSECUTIVE JOINT AXES PARALLEL Proceeding of the ASME 007 International Deign Engineering Technical Conference & Computer and Information in Engineering Conference IDETC/CIE 007 September 4-7, 007 La Vega, Nevada, USA DETC007-34433

More information

HOMEWORK #3 BME 473 ~ Applied Biomechanics Due during Week #10

HOMEWORK #3 BME 473 ~ Applied Biomechanics Due during Week #10 HOMEWORK #3 BME 473 ~ Applied Biomechanic Due during Week #1 1. We dicued different angle et convention in cla. One common convention i a Bod-fied X-Y-Z rotation equence. With thi convention, the B frame

More information

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors How to write a paper The baic writing a olid paper Different communitie/different tandard Common error Reource Raibert eay My grammar point Article on a v. the Bug in writing Clarity Goal Conciene Calling

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each circuit will be decribed in Verilog and implemented

More information

Building a Compact On-line MRF Recognizer for Large Character Set using Structured Dictionary Representation and Vector Quantization Technique

Building a Compact On-line MRF Recognizer for Large Character Set using Structured Dictionary Representation and Vector Quantization Technique 202 International Conference on Frontier in Handwriting Recognition Building a Compact On-line MRF Recognizer for Large Character Set uing Structured Dictionary Repreentation and Vector Quantization Technique

More information

Contents. shortest paths. Notation. Shortest path problem. Applications. Algorithms and Networks 2010/2011. In the entire course:

Contents. shortest paths. Notation. Shortest path problem. Applications. Algorithms and Networks 2010/2011. In the entire course: Content Shortet path Algorithm and Network 21/211 The hortet path problem: Statement Verion Application Algorithm (for ingle ource p problem) Reminder: relaxation, Dijktra, Variant of Dijktra, Bellman-Ford,

More information

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces Aalborg Univeritet Software-Baed Adjutment of Mobile Autotereocopic Graphic Uing Static Parallax Barrier Paprocki, Martin Marko; Krog, Kim Srirat; Kritofferen, Morten Bak; Krau, Martin Publihed in: Proceeding

More information

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing.

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing. Send Order for Reprint to reprint@benthamcience.ae 488 The Open Automation and Control Sytem Journal, 2014, 6, 488-492 Open Acce Parameter Optimization of Linear Phaed Array Tranducer for Defect Detection

More information

A TOPSIS based Method for Gene Selection for Cancer Classification

A TOPSIS based Method for Gene Selection for Cancer Classification Volume 67 No17, April 2013 A TOPSIS baed Method for Gene Selection for Cancer Claification IMAbd-El Fattah,WIKhedr, KMSallam, 1 Department of Statitic, 3 Department of Deciion upport, 2 Department of information

More information

Kinematics Programming for Cooperating Robotic Systems

Kinematics Programming for Cooperating Robotic Systems Kinematic Programming for Cooperating Robotic Sytem Critiane P. Tonetto, Carlo R. Rocha, Henrique Sima, Altamir Dia Federal Univerity of Santa Catarina, Mechanical Engineering Department, P.O. Box 476,

More information

Tracking High Speed Skater by Using Multiple Model

Tracking High Speed Skater by Using Multiple Model Vol. 2, No. 26 Tracing High Speed Sater by Uing Multiple Model Guojun Liu & Xianglong Tang School of Computer Science & Engineering Harbin Intitute of Technology Harbin 5000, China E-mail: hitliu@hit.edu.cn

More information

Adaptive Beam Director for a Tiled Fiber Array

Adaptive Beam Director for a Tiled Fiber Array Adaptive Beam Director for a Tiled Fiber Array Mikhail A. Vorontov Intelligent Optic Laboratory, Computational and Information Science Directorate, U.S. Army Reearch Laboratory, 2800 Powder Mill Road,

More information

DIGITAL LOGIC WITH VHDL (Fall 2013) Unit 4

DIGITAL LOGIC WITH VHDL (Fall 2013) Unit 4 DIGITAL LOGIC WITH VHDL (Fall 2013) Unit 4 Integer DATA TYPE STRUCTURAL DESCRIPTION Hierarchical deign: port-map, for-generate, ifgenerate. Eample: Adder, comparator, multiplier, Look-up Table, Barrel

More information

A Linear Interpolation-Based Algorithm for Path Planning and Replanning on Girds *

A Linear Interpolation-Based Algorithm for Path Planning and Replanning on Girds * Advance in Linear Algebra & Matrix Theory, 2012, 2, 20-24 http://dx.doi.org/10.4236/alamt.2012.22003 Publihed Online June 2012 (http://www.scirp.org/journal/alamt) A Linear Interpolation-Baed Algorithm

More information

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1 A new imultaneou ource eparation algorithm uing frequency-divere filtering Ying Ji*, Ed Kragh, and Phil Chritie, Schlumberger Cambridge Reearch Summary We decribe a new imultaneou ource eparation algorithm

More information

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS A SIMPLE IMPERATIVE LANGUAGE Eventually we will preent the emantic of a full-blown language, with declaration, type and looping. However, there are many complication, o we will build up lowly. Our firt

More information

Evolution of Non-Deterministic Incremental Algorithms. Hugues Juille. Volen Center for Complex Systems. Brandeis University. Waltham, MA

Evolution of Non-Deterministic Incremental Algorithms. Hugues Juille. Volen Center for Complex Systems. Brandeis University. Waltham, MA Evolution of Non-Determinitic Incremental Algorithm a a New Approach for Search in State Space Hugue Juille Computer Science Department Volen Center for Complex Sytem Brandei Univerity Waltham, MA 02254-9110

More information

Efficient Data Forwarding in Mobile Social Networks with Diverse Connectivity Characteristics

Efficient Data Forwarding in Mobile Social Networks with Diverse Connectivity Characteristics Efficient Data Forwarding in Mobile Social Network with Divere Connectivity Characteritic Xiaomei Zhang and Guohong Cao Department of Computer Science and Engineering The Pennylvania State Univerity, Univerity

More information

SIMPLE AND COMPLEX IN THE APPLICATIONS FORMULATION OF DESCRIPTIVE GEOMETRY

SIMPLE AND COMPLEX IN THE APPLICATIONS FORMULATION OF DESCRIPTIVE GEOMETRY SIMPLE AND COMPLEX IN THE APPLICATIONS FORMULATION OF DESCRIPTIVE GEOMETRY A. prof.dr. eng. Ivona PETRE, Lecturer dr. eng. Carmen POPA Univerity Valahia of Targovite, Department Engineering Mechanical,

More information

Comparison of Methods for Horizon Line Detection in Sea Images

Comparison of Methods for Horizon Line Detection in Sea Images Comparion of Method for Horizon Line Detection in Sea Image Tzvika Libe Evgeny Gerhikov and Samuel Koolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 2982 Irael

More information

Spatio-Temporal Monitoring using Contours in Large-scale Wireless Sensor Networks

Spatio-Temporal Monitoring using Contours in Large-scale Wireless Sensor Networks Spatio-Temporal Monitoring uing Contour in Large-cale Wirele Senor Network Hadi Alati Electrical and Computer Engineering Univerit of North Carolina at Charlotte 9 Univerit Cit Boulevard, Charlotte, NC

More information

Touring a Sequence of Polygons

Touring a Sequence of Polygons Touring a Sequence of Polygon Mohe Dror (1) Alon Efrat (1) Anna Lubiw (2) Joe Mitchell (3) (1) Univerity of Arizona (2) Univerity of Waterloo (3) Stony Brook Univerity Problem: Given a equence of k polygon

More information

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1 (19) United State US 2011 0316690A1 (12) Patent Application Publication (10) Pub. No.: US 2011/0316690 A1 Siegman (43) Pub. Date: Dec. 29, 2011 (54) SYSTEMAND METHOD FOR IDENTIFYING ELECTRICAL EQUIPMENT

More information

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Vietnam Journal of Science and Technology 55 (5) (017) 650-657 DOI: 10.1565/55-518/55/5/906 A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Nguyen Huu Quang *, Banh

More information

A Load Balancing Model based on Load-aware for Distributed Controllers. Fengjun Shang, Wenjuan Gong

A Load Balancing Model based on Load-aware for Distributed Controllers. Fengjun Shang, Wenjuan Gong 4th International Conference on Machinery, Material and Computing Technology (ICMMCT 2016) A Load Balancing Model baed on Load-aware for Ditributed Controller Fengjun Shang, Wenjuan Gong College of Compute

More information

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION A. Váque-Nava * Ecuela de Ingeniería. CENTRO UNIVERSITARIO MEXICO. DIVISION DE ESTUDIOS SUPERIORES J. Figueroa

More information

Shortest Path Problems

Shortest Path Problems Shortet Path Problem How can we find the hortet route between two point on a road map? Model the problem a a graph problem: Road map i a weighted graph: vertice = citie edge = road egment between citie

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier a a The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each b c circuit will be decribed in Verilog

More information

Integration of Digital Test Tools to the Internet-Based Environment MOSCITO

Integration of Digital Test Tools to the Internet-Based Environment MOSCITO Integration of Digital Tet Tool to the Internet-Baed Environment MOSCITO Abtract Current paper decribe a new environment MOSCITO for providing acce to tool over the internet. The environment i built according

More information

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder Computer Arithmetic Homework 3 2016 2017 Solution 1 An adder for graphic In a normal ripple carry addition of two poitive number, the carry i the ignal for a reult exceeding the maximum. We ue thi ignal

More information

Course Updates. Reminders: 1) Assignment #13 due Monday. 2) Mirrors & Lenses. 3) Review for Final: Wednesday, May 5th

Course Updates. Reminders: 1) Assignment #13 due Monday. 2) Mirrors & Lenses. 3) Review for Final: Wednesday, May 5th Coure Update http://www.phy.hawaii.edu/~varner/phys272-spr0/phyic272.html Reminder: ) Aignment #3 due Monday 2) Mirror & Lene 3) Review for Final: Wedneday, May 5th h R- R θ θ -R h Spherical Mirror Infinite

More information

Mid-term review ECE 161C Electrical and Computer Engineering University of California San Diego

Mid-term review ECE 161C Electrical and Computer Engineering University of California San Diego Mid-term review ECE 161C Electrical and Computer Engineering Univerity of California San Diego Nuno Vaconcelo Spring 2014 1. We have een in cla that one popular technique for edge detection i the Canny

More information