In this paper we discuss the automatic construction of. are Delaunay triangulations whose smallest angles are bounded and, in

Size: px
Start display at page:

Download "In this paper we discuss the automatic construction of. are Delaunay triangulations whose smallest angles are bounded and, in"

Transcription

1 uomaic consrucion of qualiy nonobuse boundary Delaunay riangulaions Nancy Hischfeld and ara-ecilia Rivara Deparmen of ompuer Science, Universiy of hile, casilla 2777, Saniago, HILE bsrac. In his paper we discuss he auomaic consrucion of qualiy nonobuse boundary Delaunay riangulaions of polygons such as needed for conrol volume or nie elemen mehod applicaions. These are Delaunay riangulaions whose smalles angles are bounded and, in addiion, whose boundary riangles do no have obuse angles opposie o any boundary or inerface edge. The mehod we propose in his paper consiss on: (1) The consrucion of a consrained (good qualiy) Delaunay riangulaion of he polygon by using a Lepp-Delaunay algorihm (based on he longes-edge propagaion pah of arge riangles); (2) posprocess sep which eliminaes obuse angles by Delaunay inserion of a nie number of adequae poins on boundary or inerface edges. keywords. Nonobuse riangulaion, Delaunay meshes, Voronoi diagram, conrol volume discreizaion mehod, box mehod. 1 Inroducion The numerical soluion of parial dierenial equaions (pdes) is invaluable in design and opimizaion in many elds of engineering. The spaial discreizaion (mesh) of he srucure o be simulaed, i.e. is subdivision in cells, is key o he accuracy of he compued soluion. n appropriae mesh should fulll several requiremens. Firs, i mus provide a reasonable approximaion of he geomery o be modeled, in paricular of is boundary and inernal maerial inerfaces. Second, i is exremely imporan o accuraely approximae all inernal quaniies relevan o he soluion of he pdes. Third, each cell mus fulll cerain geomeric consrains imposed by he numerical inegraion Submied o a journal, Juni Technical Repor TR/D

2 mehod: if he pdes are solved wih he nie elemen mehod, no angle mus be smaller han some bound supplied a priori. However, if he equaions are solved using a conrol volume discreizaion mehod(cvm)[1], he cener of he smalles circumcircle ha surrounds each boundary elemen mus be inside he region of he elemen [2]. For wo dimensional geomeries (2-D) his means ha he angle opposie o a boundary edge mus be a nonobuse angle. The cvm is very popular in he numerical simulaion of semiconducor devices [1, 3, 4, 5]. In 2-D, boh riangulaions and mixed elemen meshes have been used. review of previous work on his area can be found in [6, 7]. more recenly approach is he one presened in [8] based on he sphere packing echnique [9]. ll hese approaches generae meshes wihou obuse angles. This paper presens a new algorihm o generae good qualiy 2-D meshes for boh conrol volume discreizaion and nie elemen mehod which exends he Lepp-Delaunay algorihm inroduced by Rivara in [10]. This kind of meshes are also very useful when problems are solved combining boh mehods. For example, urgler [3] uses he cvm mehod (voronoi diagram) o obain he numerical soluion of he Poisson equaion and he nie elemen mesh for grid adapion and error esimaion. This requires he combinaion of good qualiy meshes and well shaped Voronoi boxes. In paricular, he minimum angle should be bounded and boundary riangles should no have obuse angles opposie o any boundary edge or inerface edge. The mehod we propose in his paper, based on he use of longes-edge bisecion echniques [11], consiss on wo seps: (1) The consrucion of a good qualiy (consrained) Delaunay riangulaion (DT) of he polygon having inerior angles comprised beween 30 and 120 [10]; (2) posprocess sep which eliminaes boundary obuse riangles by combining longes-edge inserion poins, he Delaunay algorihm and a new reamen for a cerain ype of boundary obuse riangles. The consrucion of he good qualiy (consrained) Delaunay riangulaion consiss of: (a) The generaion of an iniial consrained Delaunay riangulaion (which essenially uses he polygon verices), and b) he use of an Lepp-Delaunay algorihm which improves he qualiy of he mesh so ha he minimum angle is greaer han or equal o 30. The basic Lepp-Delaunay improvemen sraegy uses he Longes-Edge Propagaion Pah of he arge riangles (o be eiher rened and/or improved in he mesh) in order o decide which is he bes poin o be insered, o produce a good-qualiy disribuion of poins. This sraegy is repeaedly used unil he arge riangle is desroyed. The sep designed o eliminae boundary obuse riangles of polygonal regions considers hree cases: (a) riangles wih only one boundary edge which is opposie o he obuse angle, (b) riangles wih wo boundary edges and one of hem opposie o he obuse angle, and (c) riangles wih hree boundary 2

3 edges. The case (a) is solved by insering he midpoin a he boundary edge. Since he obuse angle is smaller han or equal o 120, he inserion of only one poin is required. Some diagonal swapping migh be necessary. For he case (b), a boundary isosceles riangle of he larges edges equal o half he smalles boundary edge of he arge riangle is consruced. This consrucion can produce an obuse riangle wih one boundary edge, which is in urn eliminaed by he Delaunay inserion of he midpoin of is longes edge. This poin inserion can again produce a new boundary obuse riangle, wih larges angle smaller han he previous one and so on. The boundary obuse riangles are eliminaed afer he inserion of a nie number of poins. riangle wih hree boundary edges (case (c)) is a paricular case. Depending on he angles of he riangle, one or wo isosceles riangles wih wo boundary edges are generaed and a nie number of poins insered. For obuse riangles wih one inerface edge he same sraegy as for case (a) is applied. For riangles wih wo or more inerface edges adjacen o oher obuse riangles wih wo boundary edges, isosceles riangles for he new riangles which keep wo inerface edges are consruced. Since he boundary obuse riangles are adjacen, he number of poins insered on shared edges is bounded by he edge ha requires he highes number of poin inserions. The nal mesh (having no boundary obuse angles and wihou inerface obuse angles) is a Delaunay riangulaion even for he riangles lying a he boundary and inerface. 2 asic conceps and deniions Deniion 1 boundary riangle is any riangle ha has a leas one edge on he geomeric boundary or on a maerial inerface (boundary edge). Deniion 2 boundary obuse riangle is any riangle ha has a boundary edge opposie o is obuse angle. Deniion 3 n inerface obuse riangle is any riangle ha has an inerface edge opposie o is obuse angle. Deniion 4 n 1-edge boundary riangle is any riangle ha has exacly one boundary or inerface edge Deniion 5 n 2-edge boundary riangle is any riangle ha has exacly wo boundary or inerface edges. Deniion 6 boundary consrained angle is an angle ha is dened by wo boundary edges. This angle can no be modied. 3

4 Deniion 7 Le P be a polygon wih maerial inerfaces. essellaion T of P is appropriae for he V [1, 2] (well-shaped) if (i) T is a Delaunay essellaion, (ii) The cener of he circumcircle (Voronoi Poin) ha surrounds each boundary riangle lies in he same polygon as he boundary riangle. p j v p j e ij p i p i p k b j (a) (b) Figure 1: 2-D Delaunay riangulaions and heir Voronoi diagrams. Figure (a) shows an accepable riangulaion for he cvm, and Figure (b) shows an unaccepable riangulaion (he Voronoi poin v is ouside he boundary obuse riangle dened by p j ; p k ; p i, where p j p k is a boundary edge) Theorem 1 (Thales) Le be a riangle dened by he verices,, and. If he riangle lies on a circumcircle so ha one of is edges is equal o he diameer of he circumcircle, hen he riangle is a righ riangle (Figure 2(a)). The Thales heorem can be also inerpreed in he following way: If he circle wih cener in he midpoin of and diameer includes he poin on is boundary, he angle is a righ angle and he cener of he circumcircle of he riangle ( 1 ) coincides wih (Figure 2(a)); if he poin is ouside his circle, is a nonobuse angle and he cener of he circumcircle of he riangle ( 1 ) is inside he riangle (Figure 2(b)) and if he poin is inside he circle, is an obuse angle and he cener of he circumcircle of he riangle ( 1 ) is ouside he riangle (Figure 2(c)). This analysis will be used laer o show if a paricular Voronoi poin 1 is inside or ouside a riangle. 3 Preliminary conceps: he Lepp() and geomerical properies This secion reviews he Lepp concep [10] and summarizes some geomerical properies inroduced in [12]: 4

5 α α α, 1 (a) (b) (c) Figure 2: (a) Thales heorem: = 90, (b) ener ( 1 ) of he circumcircle ha surrounds is inside he riangle (c) ener ( 1 ) of he circumcircle ha surrounds is ouside he riangle ( > 90 ) Deniion 8 For any riangle 0 of any conforming riangulaion T, he Longes- Edge Propagaion Pah of 0 will be he ordered lis of all he riangles 0, 1, 2,... n 1, n, such ha i is he neighbor riangle of i 1 by he longes edge of i 1, for i = 1,2,.., n. In addiion we shall denoe i as he Lepp( 0 ). Proposiion 1 For any riangle 0 of any conforming riangulaion of any bounded 2-dimensional geomery, he following properies hold: (a) for any, he Lepp() is always nie; (b) The riangles 0, 1,..., n 1, have sricly increasing longes edge (if n > 1); (c) For he riangle n of he Longes-Edge Propagaion Pah of any riangle 0, i holds ha eiher: (i) n has is longes edge along he boundary, and his is greaer han he longes edge of n 1, or (ii) n and n 1 share he same common longes edge. Deniion 9 Two adjacen riangles (, *) will be called a pair of erminal riangles if hey share heir respecive (common) longes edge. In addiion will be a erminal boundary riangle if is longes edge lies along a boundary side. Noe ha he Longes-Edge Propagaion Pah of any riangle corresponds o an associaed polygon, which in cerain sense measures he local qualiy of he curren poin disribuion induced by. To illusrae hese ideas, see Figure 7(a), where he Longes-Edge Propagaion Pah of 0 corresponds o he ordered lis of riangles ( 0, 1, 2, 3 ). oreover he pair ( 2, 3 ) is a pair of erminal riangles. The deniion 8 should be slighly modied o consider he case where he longes edge is no unique. In such a case, he longes edge ha produces he shores pah should be seleced. 5

6 Deniion 10 For any inpu PLSG (planar sraighline graph) ha denes a general polygon o be riangulaed, he geodesic disance beween wo poins of he polygon is dened as he shores pah ha says wihin he inerior of he polygon. In addiion poins P and Q will be called geodesic inerior poins if he geodesic disance beween boh poins is equal o he shores Euclidean disance beween poins P and Q (see Figure 3). Oherwise hey will be geodesic exerior poins. P Q R Figure 3: Poins P and Q (P and R) are geodesic inerior (exerior) poins. Deniion 11 For any inpu PLSG which denes a general polygon o be riangulaed, hree poins ; ; conribue o a valid (Delaunay consrained) riangle in a DT if (a) The verices,,, are geodesic inerior poins beween hem; and (b) The circumcircle hrough he poins,, conains no oher geodesic inerior poin (wih respec o he poins,,,) in is inerior (see Figure 4). P Figure 4: Triangle is a valid Delaunay riangle 6

7 Proposiion 2 Le be any riangle = (; ; ) of longes-edge. Then for any neighbor riangle ha shares side wih, he pair (; ) forms a pair of Delaunay erminal riangles if and only if he hird verex of belongs o he region R = \, where ; ; y are circles of radius equal o he lengh of and respecive ceners ; and ; and is he circumcircle of riangle. Proof. I follows from he fac ha he pair (,*) is a pair of erminal riangles over a Delaunay riangulaion and he condiions ha such a pair of riangles hold.2 Figure 5 illusraes hree dieren cases of regions R. deailed proof can be found in [12]. r T Q P R S r P R S Q T r/2 R (a) (b) (c) r Figure 5: Geomerical place for he 4h verex (denoed by region R) in a pair of erminal riangles The following Theorem [12] saes he geomerical condiions which assure ha (; ) is a pair of Delaunay erminal riangles. In his case he hird verex of mus belong o R 6=. Theorem 2 Le be any DT. Then for any pair of Delaunay erminal riangles (; ) in, he following propery holds: is an obuse riangle if and only if he disance d beween he circumcener P of and he longes-edge of saises ha 0 < d r, where r is he circumradius of. 2 Proof. The resul follows by nding he limi case where R reduces o one poin ( inersecs only in one poin), which holds for d=r/2 (See Figure 5(c)).2 orollary 3 For any pair of Delaunay erminal riangles (; ), is an obuse riangle if and only if is larges angle holds ha 120 ; and is an acueangled riangle. 7

8 4 Lepp-Delaunay improvemen riangulaion algorihm and properies In his secion we use an improved version of he Lepp-Delaunay algorihm (inroduced in [10]) which allows he qualiy improvemen of any riangulaion in he sense ha a minimum angle of 30 is obained for any angle ha is a non-boundary consrained riangle. The basic ackward-le-delaunay improvemen procedure uses he Longes- Edge Propagaion Pah of he arge riangles (o be eiher rened and/or improved in he mesh) in order o decide which is he bes poin o be insered, in order o produce a good-qualiy disribuion of poins. This procedure is repeaedly used unil he riangle is desroyed. Noe ha his basic algorihm does no consider he fac ha could be a boundary riangle. asic ackward-le-delaunay-improvemen (, T)f while remains wihou being modified do Find he Longes-Edge Propagaion Pah of Perform a Delaunay inserion of he poin p (midpoin of he longes edge of he las riangle in he Lepp()) end while g Figure 6: ackward-le-delaunay improvemen procedure We have used he word improvemen insead of bisecion or renemen. This is o explici he fac ha one sep of he procedure does no necessarily produce a smaller riangle. ore imporan however, is he fac ha he procedure improves he riangle in he sense of Theorem 4. The proof of his heorem can be found in [10]. Theorem 4 For any Delaunay riangulaion T, he repeiive use of he ackward- LE-Delaunay-Improvemen echnique over he wors riangles of he mesh wih smalles angle < 30 produces a qualiy riangulaion of smalles angles greaer han or equal o 30. orollary 5 The use of Lepp-polygon riangulaion algorihm wih " = 30 produces a Delaunay riangulaion such ha obuse riangles have angles smaller han or equal o 120. For an illusraion of his idea see Figure 7 where he riangulaion (a) is his iniial Delaunay riangulaion wih Lepp( 0 ) = 0 ; 1 ; 2 ; 3, and he riangulaion (b), (c) and (d) illusrae he complee sequence of poin inserions 8

9 needed o improve 0. In his example, he improvemen (modicaion) of 0 implies he auomaic Delaunay inserion of hree addiional Seiner poins. Each one of hese poins is he midpoin of he las riangle of he curren Lepp( 0 ). I should be poined ou here ha each Delaunay poin inserion essenially improves he local poin disribuion in he curren Lepp( 0 ) a) b) c) d) Figure 7: ackward Longes-Edge Delaunay improvemen of riangle 0 (a) (b) (c) Figure 8: oundary reamen echnique y combining he basic Lepp-procedure and adequae boundary consideraions, a simple 2-dimensional qualiy-riangulaion algorihm is obained. The special boundary reamen echnique is o avoid he inserion of undesirable inerior poins. To illusrae his idea consider he simple example of Figure 8(a). In his case he naive use of he Lepp poin inserion algorihm would produce undesirable inerior poins (as shown in Figure 8(b)). The Lepp-improvemen algorihm including he special boundary reamen can be formulaed as shown in Figure 9. 9

10 g Qualiy-Polygon-Triangulaion ( P, ) f Inpu: general polygon P (defined by a se of verices and edges); and a olerance parameer ( < 30^) onsruc T, a consrained (boundary) Delaunay riangulaion of P. Find S, he se of he wors riangles of T (of smalles for angle < ) each in S do ackward-le-delaunay-improvemen (T, ) Updae he se S (by adding he new small-angled riangles and eliminaing hose desroyed hroughou he process) end for g ackward-le-delaunay-improvemen (T, ) f while remains wihou being modified do if (* has a boundary edge l, and l is no he smalles edge of,) selec p, he midpoin of l else Find he Lepp(), and * he las riangle in he Lepp() selec p midpoin of he longes edge of * end if Perform he Delaunay inserion of p end while Figure 9: Lepp-procedure wih boundary consideraions Noe ha: (1) is a hreshold parameer less han or equal o 30 ha can be easily adjused; (2) in pracice we have worked wih a consrained Delaunay riangulaion of he 2-dimensional geomery (hew, 1989); (3) he qualiy-riangulaion algorihm mainains and processes he riangles of he se S in any order. 10

11 5 Nonobuse boundary Delaunay riangulaions In his secion we shall show ha by using a posprocess sep over he qualiy mesh generaed wih he Lepp-polygon riangulaion algorihm described in he previous secion (wih an " = 30 ), he unaccepable riangles having obuse angles opposie o a boundary or inerface edge are eliminaed. Furhermore, we shall show ha he resuling riangulaion is a Delaunay riangulaion and no a consrained Delaunay riangulaion. 5.1 Non-obuse boundary riangles for polygons wihou inerfaces oundary obuse riangles wih one, wo or hree boundary edges require differen sraegies o eliminae he obuse angle Triangles wih one boundary edge Theorem 6 Le be any improved Delaunay riangulaion of any PSLG geomery (wih smalles angle greaer han or equal o 30 ). Le be a boundary obuse riangle of and e he unique boundary edge of. Then (a) he obuse riangle is eliminaed by insering he midpoin of e and (b) he new generaed boundary riangles are nonobuse riangles. Proof. Le be any boundary obuse riangle of of verices,,p where is he unique boundary edge of. In order o prove par (a) of he heorem consider he exreme case of he isosceles obuse riangle of longes edge equal o, larges angle equal o 120 and smalles angles equal o 30 ha resric he geomery of (See Figure 10(a)). In eec he verex P of mus belong o he region limied by he prolongaion of he edges and and he circle of diameer. We shall show ha for he exreme riangle, (1) he inserion of he midpoin of generaes wo nonobuse boundary riangles and and (2) he Delaunay poin inserion sep (diagonal swapping) does no inroduce obuse angles of verex (riangles and are boundary nonobuse riangles). Le suppose ha riangle has an obuse angle of verex. In such a case he poin of his riangle should be inside of he circle wih cener 1 and diameer. However, his is no possible because according o heorem 2, for he specic riangle, he disance beween and is r=2 (where r is he radius of he circumcircle ha surrounds ) and he radius of he circles wih ceners 1 and 2 is less han r. Thus, region DE does no inersec hese circles, which implies ha he circles do no conain he verex P of, for any valid verex P. 11

12 To proceed wih he second par of he proof consider he region in Figure 10(b) which idenies he locaion of a verex D so ha a diagonal swapping is required afer he inserion of he poin. The diagonal swapping generaes wo new riangles where one of hose, he riangle D, is a boundary riangle. Since he smalles angle of riangle D is 30, he new boundary riangle is nonobuse because he circle wih diameer does no include D. The shores disance beween D and he edge is r and he circle wih cener 2 has a radius less han r.2 D E Ω D r/2 r r (a) (b) Figure 10: (a)the shadow region shows he possible locaion of he P verex so ha P is an obuse riangle on P, (b) Diagonal inerchange ( o D) does no produce a new boundary obuse riangle orollary 7 For any improved Delaunay riangulaion of any PLSG geomery (wihou inerfaces) he number of poin inserions (N 1b ) required o eliminae N 1-edge boundary obuse riangles is equal o N Triangles wih wo boundary edges The eliminaion of 2-edge boundary obuse riangles can be divided ino wo cases: 1. The smalles edge and he longes edge of he riangle are boundary edges (edges and in Figure 11). Noe ha in his case, he boundary consrained angle is wih 30 (The angle of verex is smaller han or equal o he angle of verex ). The sraegy of he previous secion also applies o his case because he inserion of he midpoin 12

13 does no creae a new boundary obuse riangle. In addiion, noice ha mus be greaer han or equal o 30 because if is less han 30, would be less han 30 oo and hen, he Lepp improvemen procedure would no have nished ye. D E β γ α β >= α α >= 30 r/2 r Figure 11: Region of valid poins for 2. The smalles edge is an inerior edge. In his case, he boundary consrained angle mus be less han. We can no apply he same sraegy as for he 1-edge boundary obuse riangles because afer wo applicaions of he sraegy, a new riangle similar o he original one will be obained, as shown in Figure 12 ( o is similar o 4 ). One addiional problem is ha because of he boundary resricions he minimum angle of his riangle can be less han 30 and consequenly, he obuse angle can be greaer han 120. o Figure 12: o is similar o 4 The essenial ideas of he algorihm o handle case 2 are he followings: n 2-edge boundary isosceles riangle of he larges edges equal o half he smalles boundary edge of he arge riangle is consruced (Figure 13(b)). This consrucion can produce an 1-edge boundary obuse riangle 1, which 13

14 is in urn eliminaed by he Delaunay inserion of he midpoin of he longes edge of 1 (Figure 13(c)). This can again produce a new boundary obuse riangle 1, wih larges angle smaller han he previous one and so on. The boundary obuse riangles are eliminaed afer he inserion of a nie number of poins. Noe however ha, since he boundary consrained angle can be less 1 (a) (b) 1 (c) (d) Figure 13: Eliminaion of 2-edge boundary obuse riangles han 30, some 1-edge boundary obuse riangles wih obuse angle greaer han 120 can be produced. To illusrae see Figure 13. The algorihm o handle 2-edge boundary obuse riangles where he smalles edge is an inerior edge can be schemaically described as shown in Figure 14. Theorem 8 Le be a 2-edge boundary obuse riangle wih inerior smalles edge. (1) If he angle of verex is greaer han 0 (where 0 is a consan o be deermined laer), he obuse angle is eliminaed by inserion of exacly wo poins by creaing a 2-edge boundary isosceles riangle (2) If he angle of verex is less han 0 as shown in Figure 16, an isosceles riangle is creaed as in poin (1) and if 1-edge boundary obuse riangles are generaed, hey are eliminaed by insering a number of poins bounded by i N. Proof. In order o eliminae 2-edge boundary obuse riangles wih inerior smalles edge ( is he smalles angle of he riangle), we build a 2-edge boundary isosceles riangle as shown in Figure 15. The consrucion of an isosceles riangle avoids he propagaion of obuse angles opposie o a boundary edge. The inserion of only wo poins is required o eliminae he obuse angle if he angle is greaer han or equal o 0 because in his case 1 90 (see Figure 15). The value of 0 ha produces 1 = 90 can be found by using he isosceles properies of riangle N and he cosines heorem. Thus, he following hree equaions ha relae and are obained. They allow o compue giving values o. 14

15 Inpu: is a 2-edge boundary obuse riangle wih smalles inerior angle and T is he curren riangulaion ompue he midpoin of he smalles boundary edge of ( See Figure 15) ompue he poin N so ha he lengh of segmen is equal o he lengh of segmen N Perform he Delaunay inserion of N and (This reduces o join poins N and j; and poins N and ) S = if riangle 1 of verices N is a 1-edge boundary obuse angle S = f 1 g end if while S is no empy Ge one of he riangles of S Perform he Delaunay inserion of he longes edge midpoin of if a new riangle 1 is an 1-edge boundary obuse riangle S = S U f 1g end if end while Figure 14: lgorihm o eliminae 2-edge boundary obuse riangles m 2 = 2d 2 2d 2 cos() x 2 = m 2 + d 2 2md cos( ) m 2 = d 2 + x 2 2dx cos() In addiion, since mus be greaer han, he condiion = 0 is imposed o compue he maximum value of 1 for any riangle ha saises he condiions of his heorem and has a boundary consrained angle 0. The following relaion is hus obained: 15

16 1 = o 90 Numerically, we obain ha if o is greaer han 32:54, is greaer or equal o 24:93, and hen 1 is less han 90. D E d o d m β0 d N δ γ x d 1 α α > β 0 β 0 > δ > γ 1 < 90 Figure 15: inimum value of so ha i is no necessary o inser addiional poins In case 0 as shown in Figure 16(a), he new 1-edge boundary riangle N migh be obuse. If his riangle is a boundary obuse riangle, a boundary edge midpoin is insered and he Delaunay crieria is applied. fer his inserion, new 1-edge boundary obuse riangles migh appear. n upper bound of he number of poin inserions can be obained if we consider ha he poin inserions nish when he boundary edge is he smalles edge of he 1- edge boundary riangles. Since he smalles edge of he quadriaeral N 0 is N 0, he number of poin inserions on each boundary edge is bounded by d 0 e.2 0 N orollary 9 The number of poins insered (V 2b ) o eliminae N 2-edge boundary obuse riangles wih smalles inerior edge is: V 2b ( j ) 2N + 2 NX j=1 j 0j d e 0j N j where j is he 2-edge boundary obuse riangle j. 5.2 Nonobuse boundary for PLSG geomeries oundary obuse angles opposie o a polygon inerface as shown in Figure 17 can be handled in he same way as 1-edge boundary obuse riangles. nalogously o his previous case, he inserion of he midpoin of he inerface 16

17 D E D E D E r/2 30 o 120 γ β α βο 30 β α βο N N r/2 r/2 o 120 γ N i βi r r r (a) (b) (c) Figure 16: oundary obuse riangle wih a consrained angle less han 0 (common) edge desroys boh obuse angles and does no generae obuse angles opposie o he inerface edges. orollary 10 The number of verices (V 1i ) insered o eliminae N 1-edge inerface obuse riangles is bounded as follows: N V 2 1i N D 1 2 Figure 17: Obuse angles opposie o a maerial inerface Figure 18 illusraes he more complex case arising when inerfaces whih several inerface edges converge o a common verex. In his case we eliminae he obuse angles by insering he midpoin of he smalles inerface edge and a poin N j on each edge j so ha he disance beween N j and is 17

18 equal o he disance beween and. Thus, isosceles riangles are generaed around. We hen eliminae he 1-edge boundary obuse riangles using he same eliminaion sraegy applied o 1-edge boundary obuse riangles shown in Figure 14. Since he boundary obuse riangles are adjacen, he number of poins insered on shared edges is dened by he riangle ha requires he highes number of poin inserions. The previous sraegy is also applied if some of he riangles of he group of adjacen 2-edge boundary riangles are nonobuse riangles. Oherwise, he inserion of poins o desroy only he 2-edge boundary obuse angles of he group can produce new 2-edge boundary obuse riangles in he adjacen riangles ha were 2-edge boundary nonobuse riangles. orollary 11 The number of verices (V 2a ) insered o eliminae N convergen boundary obuse riangles is: NV (j) = min( jn j ; j+1 N j+1 ) d e; 1 j N N j+1 N j V 2a () <= N (N + 1) max (NV (j); NV (j + 1)) 1j<N N 4 N N N 1 1 Figure 18: djacen boundary obuse riangles Proposiion 3 The number of poin inserions o eliminae N boundary obuse angles is O(N). Proof. Le be N 1b he number of 1-edge boundary obuse riangles, N 1i he number of -edge inerface obuse riangles, N 2b he number of isolaed 2-edge boundary obuse riangles and N 2a he number of nodes ha concenraes 18

19 adjacen 2-edge boundary obuse riangles. The oal number of insered poins V is: V <= N 1b + N 1i + XN 2b j=1 V 2b ( j ) + NX 2a j=1 V 2a ( j ) Le be N k he number of riangles associaed o he node k and o be he 2-edge boundary obuse riangle ha requires he highes number of poin inserions o eliminae is obuse angle. In order o idenify o, we consider each 2-edge boundary obuse riangle independenly. Then, he previous expression can be bound as follows: V <= N 1b + N 1i + (N 2b + NX 2a j=1 N k )V 2b ( o ) = O(N) orollary 12 Nonobuse boundary and inerfaces riangles => Delaunay riangulaions. 6 Examples This secion discusses he resuls obained by applying he algorihm presened in his paper o several es examples wih dieren geomerical complexiy. To illusrae he pracical behavior of he algorihm, four es problems of dieren geomerical complexiy have been considered: he righ angled spiral of Figure 19(a); he srip geomery wih "inerior" inerface edge of Figure 20(a), he wo circle polygon wih addiional inerior inerface edges of Figure 21(a) and he polygon wih several consrained angles of Figure 22(a). Tables 1, 2, 3 and 4 summarize he geomerical informaion of he meshes generaed hroughou he auomaic improvemen process. Each able conains informaion abou he number of verices (verices), he number of riangles (riangles), he minimum angle (min. angle), he average value of he minimum angles, he maximum angle (max. angle), he average value of he maximum angles and he number of boundary obuse riangles (b-obuse riangles) ha sill remains afer applying a Delaunay algorihm (Delaunay), afer applying he Lepp-Delaunay sraegy (Lepp-Delaunay) and afer applying he sraegy o eliminae boundary obuse angles (Final mesh). In paricular, when he mesh has 2-edge boundary obuse riangles wih smalles inerior edge (riangles whose qualiy can be only parially improved by he Lepp-improvemen procedure because of heir boundary consrained angles), he rows ha give angle informaion conain wo values: he lef one corresponds o he se of Lepp-improvable riangles and he righ one considers he se of riangles wih boundary consrained angles. 19

20 (a) (b) (c) (d) Figure 19: Example 1 Some riangles wih angles less han 30 can be inroduced while eliminaing 2-edge boundary obuse riangles wih smalles inerior edge. They are locaed in he neighborhood of he original boundary obuse riangles. The number of riangles wih minimum angle less han 30 is shown able 3 and 4 close o he number of riangles of he nal mesh. For example, in example 3, he number of riangles wih boundary consrained angle less han 30 are 4 and he number of riangles wih angle less han 30 generaed while eliminaing he 2-edge boundary obuse riangles are 16. The number of involved riangles depends on he number of poin inserions and on he number of diagonal swapping made o eliminae he boundary obuse angle. 20

21 Example 1 Delaunay Lepp-Del Final mesh verices riangles min. angle aver. min. angle max. angle aver. max. angle b-obuse riangles Table 1: Saisical informaion for he example 1 (Figure 19) (a) (b) (c) (d) Figure 20: Example 2 Example 2 Delaunay Lepp-Del. Final mesh verices riangles min. angle aver. min. angle max. angle aver. max. angle b-obuse riangles Table 2: Saisical informaion for he example 2 (Figure 20) 21

22 (a) (b) (c) (d) Figure 21: Example 3 Example 3 Delaunay Lepp-Del Final mesh verices riangles (16,4) min. angle aver. min. angle max. angle aver. max. angle b-obuse riangles Table 3: Saisical informaion for he example 3 (Figure 21) 22

23 (a) (b) (c) (d) Figure 22: Example 4 Example 4 Delaunay Lepp-Del. Final mesh verices riangles (5,4) min. angle aver. min. angle max. angle aver. max. angle b-obuse riangles Table 4: Saisical informaion for he example 4 (Figure 22) 23

24 Tabla 5 compares he heoreically expeced number of poin inserions of he posprocess algorihm o eliminae boundary obuse angles wih he number of poin inserions obained in pracice. The able shows ha he implemened algorihm conrm he expeced heoreical resuls. Number of poin inserions during he eliminaion of boundary obuse riangles N 1b N 1i N 2b expeced insered Example (or. 7) 28 Example N 21 (or. 10) 17 Example (Prop. 3) 19 Example (Prop. 3) 12 Table 5: Number of poin inserions while eliminaing boundary obuse angles 7 onclusions In his paper we presen a new auomaic algorihm o generae good qualiy meshes for he conrol volume discreizaion and he nie elemen mehods. The resuling riangulaions are qualiy Delaunay riangulaions, whose boundary riangles do no have obuse angles opposie o boundary or inerface edges. The algorihm consiss of wo seps: (1) The generaion of good qualiy consrained Delaunay riangulaion. The qualiy of any mesh is improved using he Lepp-Delaunay sraegy: he angles are bounded by 30 and 120. In pracice, he 2-dimensional riangulaions obained is size-opimal [13]. The use of his improvemen echnique simplies very much he nex sep. In addiion, he qualiy mesh has very few boundary obuse angles. (2) The eliminaion of boundary obuse riangles. The posprocess o eliminae boundary obuse riangles inroduces a linear number of poins wih respec o he number of boundary obuse riangles. For meshes whose domain geomery does no have boundary consrained angles less han 32:54, he number of insered poins is bounded by he number of boundary obuse riangles. Oherwise, he posprocess insers a nie number of poins ha is proporional o he number of boundary obuse riangles. The posprocess ha eliminaes boundary obuse angles guaranees ha: (1) if afer he Lepp improvemen algorihm, he mesh has only 1-edge boundary or inerface obuse riangles, he angles of he riangulaion are bounded by 30 and 120. (2) If he mesh has 2-edge boundary obuse riangle wih boundary consrained angles greaer han 0 = 32:54, he angles of he riangulaion are also bounded by 30 and 120 excep in a number of riangles 24

25 equal o he number of 2-edge boundary obuse riangles. (3) For meshes wih any ype of boundary obuse riangles, mos of he angles are bounded by 30 and 120. The few riangles ha are no bounded are in he neighborhood of he 2-edge boundary obuse riangles. 8 cknowledgmen The rs auhor hanks o Norber Srecker for a valuable ineracion abou he subjec. The programming of he algorihm was done by auricio Palma. This work was suppored by Fondecy projec No and Fondap N-1 projec. References [1]. R. Pino. omprehensive Semiconducor Device Simulaion for Silicon ULSI. PhD hesis, Sanford Universiy, [2] N. Hischfeld, P. oni, and W. Fichner. ixed Elemens Trees: Generalizaion of odied Ocrees for he Generaion of eshes for he Simulaion of omplex 3-D Semiconducor Devices. IEEE Trans. on D/IS, 12:1714{1725, November [3] J. F. urgler. Discreizaion and Grid dapaion in Semiconducor Device odeling. PhD hesis, ETH Zurich, published by Harung-Gorre Verlag, Konsanz, Germany. [4] G. Heiser. Design and Implemenaion of a Three Dimensional, General Purpose Semiconducor Device Simulaor. PhD hesis, ETH Zurich, published by Harung-Gorre Verlag, Konsanz, Germany. [5] Sephan uller. n objec-oriened approach o mulidimensional semiconducor device simulaion. PhD hesis, Swiss Federal Insiue of Technology, [6] N. Hischfeld. Grid Generaion for Three-dimensional Non-Recangular Semiconducor Devices. PhD hesis, ETH Zurich, Series in icroelecronics, Vol. 21, PhD hesis published by Harung-Gorre Verlag, Konsanz, Germany. [7] G. Garreon, L. Villablanca, N. Srecker, and W. Fichner. new approach for 2-d mesh generaion for complex device srucures. In NUPD V - Technical Diges, Honolulu, US, June

26 [8] Gary L. iller, Dafna Talmor, Shang-Hua Teng, Noel Walkingon, and Han Wang. onrol volume meshes using sphere packing: generaion, renemen and coarsening. In Proceedings of he 5h Inernaional meshing Roundable, pages 47{61, Pisburgh, Pennsylvania, [9] Jim Rupper arshall ern, Sco ichell. Linear nonobuse riangulaion of polygons. In Proc. 10h annu. sympos. compuaional geomery, pages 231{241, S.Louis, [10].. Rivara. New longes-edge algorihms for he renemen and/or improvemen of unsrucured riangulaions. Inernaional journal for numerical mehods in Engineering, 40:3313{3324, [11].. Rivara and G. Iribarren. The 4-riangles longes-side Pariion of Triangles and linear Renemen lgorihms. ahemahics of ompuaion, 65(216):1485{1501, ocober [12].. Rivara and N. Hischfeld. Geomerical properies of he leppdelaunay algorihms for he qualiy riangulaion problem. Deparmen of ompuer Science, U. de hile, [13] J Rupper. delaunay renemen algorihm for qualiy 2-d mesh generaion. Journal of algorihms, 18:548{585,

STEREO PLANE MATCHING TECHNIQUE

STEREO PLANE MATCHING TECHNIQUE STEREO PLANE MATCHING TECHNIQUE Commission III KEY WORDS: Sereo Maching, Surface Modeling, Projecive Transformaion, Homography ABSTRACT: This paper presens a new ype of sereo maching algorihm called Sereo

More information

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report)

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report) Implemening Ray Casing in Terahedral Meshes wih Programmable Graphics Hardware (Technical Repor) Marin Kraus, Thomas Erl March 28, 2002 1 Inroducion Alhough cell-projecion, e.g., [3, 2], and resampling,

More information

Computer representations of piecewise

Computer representations of piecewise Edior: Gabriel Taubin Inroducion o Geomeric Processing hrough Opimizaion Gabriel Taubin Brown Universiy Compuer represenaions o piecewise smooh suraces have become vial echnologies in areas ranging rom

More information

Gauss-Jordan Algorithm

Gauss-Jordan Algorithm Gauss-Jordan Algorihm The Gauss-Jordan algorihm is a sep by sep procedure for solving a sysem of linear equaions which may conain any number of variables and any number of equaions. The algorihm is carried

More information

Constant-Work-Space Algorithms for Shortest Paths in Trees and Simple Polygons

Constant-Work-Space Algorithms for Shortest Paths in Trees and Simple Polygons Journal of Graph Algorihms and Applicaions hp://jgaa.info/ vol. 15, no. 5, pp. 569 586 (2011) Consan-Work-Space Algorihms for Shores Pahs in Trees and Simple Polygons Tesuo Asano 1 Wolfgang Mulzer 2 Yajun

More information

Design Alternatives for a Thin Lens Spatial Integrator Array

Design Alternatives for a Thin Lens Spatial Integrator Array Egyp. J. Solids, Vol. (7), No. (), (004) 75 Design Alernaives for a Thin Lens Spaial Inegraor Array Hala Kamal *, Daniel V azquez and Javier Alda and E. Bernabeu Opics Deparmen. Universiy Compluense of

More information

Optimal Crane Scheduling

Optimal Crane Scheduling Opimal Crane Scheduling Samid Hoda, John Hooker Laife Genc Kaya, Ben Peerson Carnegie Mellon Universiy Iiro Harjunkoski ABB Corporae Research EWO - 13 November 2007 1/16 Problem Track-mouned cranes move

More information

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley.

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley. Shores Pah Algorihms Background Seing: Lecure I: Shores Pah Algorihms Dr Kieran T. Herle Deparmen of Compuer Science Universi College Cork Ocober 201 direced graph, real edge weighs Le he lengh of a pah

More information

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008 MATH 5 - Differenial Equaions Sepember 15, 8 Projec 1, Fall 8 Due: Sepember 4, 8 Lab 1.3 - Logisics Populaion Models wih Harvesing For his projec we consider lab 1.3 of Differenial Equaions pages 146 o

More information

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL Klečka Jan Docoral Degree Programme (1), FEEC BUT E-mail: xkleck01@sud.feec.vubr.cz Supervised by: Horák Karel E-mail: horak@feec.vubr.cz

More information

SOT: Compact Representation for Triangle and Tetrahedral Meshes

SOT: Compact Representation for Triangle and Tetrahedral Meshes SOT: Compac Represenaion for Triangle and Terahedral Meshes Topraj Gurung and Jarek Rossignac School of Ineracive Compuing, College of Compuing, Georgia Insiue of Technology, Alana, GA ABSTRACT The Corner

More information

Coded Caching with Multiple File Requests

Coded Caching with Multiple File Requests Coded Caching wih Muliple File Requess Yi-Peng Wei Sennur Ulukus Deparmen of Elecrical and Compuer Engineering Universiy of Maryland College Park, MD 20742 ypwei@umd.edu ulukus@umd.edu Absrac We sudy a

More information

NURBS rendering in OpenSG Plus

NURBS rendering in OpenSG Plus NURS rering in OpenSG Plus F. Kahlesz Á. alázs R. Klein Universiy of onn Insiue of Compuer Science II Compuer Graphics Römersrasse 164. 53117 onn, Germany Absrac Mos of he indusrial pars are designed as

More information

Learning in Games via Opponent Strategy Estimation and Policy Search

Learning in Games via Opponent Strategy Estimation and Policy Search Learning in Games via Opponen Sraegy Esimaion and Policy Search Yavar Naddaf Deparmen of Compuer Science Universiy of Briish Columbia Vancouver, BC yavar@naddaf.name Nando de Freias (Supervisor) Deparmen

More information

Image Based Computer-Aided Manufacturing Technology

Image Based Computer-Aided Manufacturing Technology Sensors & Transducers 03 by IFSA hp://www.sensorsporal.com Image Based Compuer-Aided Manufacuring Technology Zhanqi HU Xiaoqin ZHANG Jinze LI Wei LI College of Mechanical Engineering Yanshan Universiy

More information

The Impact of Product Development on the Lifecycle of Defects

The Impact of Product Development on the Lifecycle of Defects The Impac of Produc Developmen on he Lifecycle of Rudolf Ramler Sofware Compeence Cener Hagenberg Sofware Park 21 A-4232 Hagenberg, Ausria +43 7236 3343 872 rudolf.ramler@scch.a ABSTRACT This paper invesigaes

More information

Quantitative macro models feature an infinite number of periods A more realistic (?) view of time

Quantitative macro models feature an infinite number of periods A more realistic (?) view of time INFINIE-HORIZON CONSUMPION-SAVINGS MODEL SEPEMBER, Inroducion BASICS Quaniaive macro models feaure an infinie number of periods A more realisic (?) view of ime Infinie number of periods A meaphor for many

More information

4.1 3D GEOMETRIC TRANSFORMATIONS

4.1 3D GEOMETRIC TRANSFORMATIONS MODULE IV MCA - 3 COMPUTER GRAPHICS ADMN 29- Dep. of Compuer Science And Applicaions, SJCET, Palai 94 4. 3D GEOMETRIC TRANSFORMATIONS Mehods for geomeric ransformaions and objec modeling in hree dimensions

More information

A non-stationary uniform tension controlled interpolating 4-point scheme reproducing conics

A non-stationary uniform tension controlled interpolating 4-point scheme reproducing conics A non-saionary uniform ension conrolled inerpolaing 4-poin scheme reproducing conics C. Beccari a, G. Casciola b, L. Romani b, a Deparmen of Pure and Applied Mahemaics, Universiy of Padova, Via G. Belzoni

More information

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES B. MARCOTEGUI and F. MEYER Ecole des Mines de Paris, Cenre de Morphologie Mahémaique, 35, rue Sain-Honoré, F 77305 Fonainebleau Cedex, France Absrac. In image

More information

4. Minimax and planning problems

4. Minimax and planning problems CS/ECE/ISyE 524 Inroducion o Opimizaion Spring 2017 18 4. Minima and planning problems ˆ Opimizing piecewise linear funcions ˆ Minima problems ˆ Eample: Chebyshev cener ˆ Muli-period planning problems

More information

A Matching Algorithm for Content-Based Image Retrieval

A Matching Algorithm for Content-Based Image Retrieval A Maching Algorihm for Conen-Based Image Rerieval Sue J. Cho Deparmen of Compuer Science Seoul Naional Universiy Seoul, Korea Absrac Conen-based image rerieval sysem rerieves an image from a daabase using

More information

EECS 487: Interactive Computer Graphics

EECS 487: Interactive Computer Graphics EECS 487: Ineracive Compuer Graphics Lecure 7: B-splines curves Raional Bézier and NURBS Cubic Splines A represenaion of cubic spline consiss of: four conrol poins (why four?) hese are compleely user specified

More information

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding Moivaion Image segmenaion Which pixels belong o he same objec in an image/video sequence? (spaial segmenaion) Which frames belong o he same video sho? (emporal segmenaion) Which frames belong o he same

More information

Improving the Efficiency of Dynamic Service Provisioning in Transport Networks with Scheduled Services

Improving the Efficiency of Dynamic Service Provisioning in Transport Networks with Scheduled Services Improving he Efficiency of Dynamic Service Provisioning in Transpor Neworks wih Scheduled Services Ralf Hülsermann, Monika Jäger and Andreas Gladisch Technologiezenrum, T-Sysems, Goslarer Ufer 35, D-1585

More information

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes.

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes. 8.F Baery Charging Task Sam wans o ake his MP3 player and his video game player on a car rip. An hour before hey plan o leave, he realized ha he forgo o charge he baeries las nigh. A ha poin, he plugged

More information

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional);

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional); QoS in Frame Relay Frame relay characerisics are:. packe swiching wih virual circui service (virual circuis are bidirecional);. labels are called DLCI (Daa Link Connecion Idenifier);. for connecion is

More information

Lecture 18: Mix net Voting Systems

Lecture 18: Mix net Voting Systems 6.897: Advanced Topics in Crypography Apr 9, 2004 Lecure 18: Mix ne Voing Sysems Scribed by: Yael Tauman Kalai 1 Inroducion In he previous lecure, we defined he noion of an elecronic voing sysem, and specified

More information

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves AML7 CAD LECTURE Space Curves Inrinsic properies Synheic curves A curve which may pass hrough any region of hreedimensional space, as conrased o a plane curve which mus lie on a single plane. Space curves

More information

Dynamic Route Planning and Obstacle Avoidance Model for Unmanned Aerial Vehicles

Dynamic Route Planning and Obstacle Avoidance Model for Unmanned Aerial Vehicles Volume 116 No. 24 2017, 315-329 ISSN: 1311-8080 (prined version); ISSN: 1314-3395 (on-line version) url: hp://www.ijpam.eu ijpam.eu Dynamic Roue Planning and Obsacle Avoidance Model for Unmanned Aerial

More information

STRING DESCRIPTIONS OF DATA FOR DISPLAY*

STRING DESCRIPTIONS OF DATA FOR DISPLAY* SLAC-PUB-383 January 1968 STRING DESCRIPTIONS OF DATA FOR DISPLAY* J. E. George and W. F. Miller Compuer Science Deparmen and Sanford Linear Acceleraor Cener Sanford Universiy Sanford, California Absrac

More information

Precise Voronoi Cell Extraction of Free-form Rational Planar Closed Curves

Precise Voronoi Cell Extraction of Free-form Rational Planar Closed Curves Precise Voronoi Cell Exracion of Free-form Raional Planar Closed Curves Iddo Hanniel, Ramanahan Muhuganapahy, Gershon Elber Deparmen of Compuer Science Technion, Israel Insiue of Technology Haifa 32000,

More information

COSC 3213: Computer Networks I Chapter 6 Handout # 7

COSC 3213: Computer Networks I Chapter 6 Handout # 7 COSC 3213: Compuer Neworks I Chaper 6 Handou # 7 Insrucor: Dr. Marvin Mandelbaum Deparmen of Compuer Science York Universiy F05 Secion A Medium Access Conrol (MAC) Topics: 1. Muliple Access Communicaions:

More information

CENG 477 Introduction to Computer Graphics. Modeling Transformations

CENG 477 Introduction to Computer Graphics. Modeling Transformations CENG 477 Inroducion o Compuer Graphics Modeling Transformaions Modeling Transformaions Model coordinaes o World coordinaes: Model coordinaes: All shapes wih heir local coordinaes and sies. world World

More information

Simple Network Management Based on PHP and SNMP

Simple Network Management Based on PHP and SNMP Simple Nework Managemen Based on PHP and SNMP Krasimir Trichkov, Elisavea Trichkova bsrac: This paper aims o presen simple mehod for nework managemen based on SNMP - managemen of Cisco rouer. The paper

More information

Image Content Representation

Image Content Representation Image Conen Represenaion Represenaion for curves and shapes regions relaionships beween regions E.G.M. Perakis Image Represenaion & Recogniion 1 Reliable Represenaion Uniqueness: mus uniquely specify an

More information

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding Indian Journal of Science and Technology, Vol 8(21), DOI: 10.17485/ijs/2015/v8i21/69958, Sepember 2015 ISSN (Prin) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Various Types of Bugs in he Objec Oriened

More information

Evaluation and Improvement of Region-based Motion Segmentation

Evaluation and Improvement of Region-based Motion Segmentation Evaluaion and Improvemen of Region-based Moion Segmenaion Mark Ross Universiy Koblenz-Landau, Insiue of Compuaional Visualisics, Universiässraße 1, 56070 Koblenz, Germany Email: ross@uni-koblenz.de Absrac

More information

Parallel and Distributed Systems for Constructive Neural Network Learning*

Parallel and Distributed Systems for Constructive Neural Network Learning* Parallel and Disribued Sysems for Consrucive Neural Nework Learning* J. Flecher Z. Obradovi School of Elecrical Engineering and Compuer Science Washingon Sae Universiy Pullman WA 99164-2752 Absrac A consrucive

More information

A time-space consistency solution for hardware-in-the-loop simulation system

A time-space consistency solution for hardware-in-the-loop simulation system Inernaional Conference on Advanced Elecronic Science and Technology (AEST 206) A ime-space consisency soluion for hardware-in-he-loop simulaion sysem Zexin Jiang a Elecric Power Research Insiue of Guangdong

More information

A Formalization of Ray Casting Optimization Techniques

A Formalization of Ray Casting Optimization Techniques A Formalizaion of Ray Casing Opimizaion Techniques J. Revelles, C. Ureña Dp. Lenguajes y Sisemas Informáicos, E.T.S.I. Informáica, Universiy of Granada, Spain e-mail: [jrevelle,almagro]@ugr.es URL: hp://giig.ugr.es

More information

A Routing Algorithm for Flip-Chip Design

A Routing Algorithm for Flip-Chip Design A Rouing Algorihm for Flip-hip Design Jia-Wei Fang, I-Jye Lin, and Yao-Wen hang, Graduae Insiue of Elecronics Engineering, Naional Taiwan Universiy, Taipei Deparmen of Elecrical Engineering, Naional Taiwan

More information

LOW-VELOCITY IMPACT LOCALIZATION OF THE COMPOSITE TUBE USING A NORMALIZED CROSS-CORRELATION METHOD

LOW-VELOCITY IMPACT LOCALIZATION OF THE COMPOSITE TUBE USING A NORMALIZED CROSS-CORRELATION METHOD 21 s Inernaional Conference on Composie Maerials Xi an, 20-25 h Augus 2017 LOW-VELOCITY IMPACT LOCALIZATION OF THE COMPOSITE TUBE USING A NORMALIZED CROSS-CORRELATION METHOD Hyunseok Kwon 1, Yurim Park

More information

Spline Curves. Color Interpolation. Normal Interpolation. Last Time? Today. glshademodel (GL_SMOOTH); Adjacency Data Structures. Mesh Simplification

Spline Curves. Color Interpolation. Normal Interpolation. Last Time? Today. glshademodel (GL_SMOOTH); Adjacency Data Structures. Mesh Simplification Las Time? Adjacency Daa Srucures Spline Curves Geomeric & opologic informaion Dynamic allocaion Efficiency of access Mesh Simplificaion edge collapse/verex spli geomorphs progressive ransmission view-dependen

More information

A Bayesian Approach to Video Object Segmentation via Merging 3D Watershed Volumes

A Bayesian Approach to Video Object Segmentation via Merging 3D Watershed Volumes A Bayesian Approach o Video Objec Segmenaion via Merging 3D Waershed Volumes Yu-Pao Tsai 1,3, Chih-Chuan Lai 1,2, Yi-Ping Hung 1,2, and Zen-Chung Shih 3 1 Insiue of Informaion Science, Academia Sinica,

More information

Restorable Dynamic Quality of Service Routing

Restorable Dynamic Quality of Service Routing QOS ROUTING Resorable Dynamic Qualiy of Service Rouing Murali Kodialam and T. V. Lakshman, Lucen Technologies ABSTRACT The focus of qualiy-of-service rouing has been on he rouing of a single pah saisfying

More information

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks Less Pessimisic Wors-Case Delay Analysis for Packe-Swiched Neworks Maias Wecksén Cenre for Research on Embedded Sysems P O Box 823 SE-31 18 Halmsad maias.wecksen@hh.se Magnus Jonsson Cenre for Research

More information

An Adaptive Spatial Depth Filter for 3D Rendering IP

An Adaptive Spatial Depth Filter for 3D Rendering IP JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.3, NO. 4, DECEMBER, 23 175 An Adapive Spaial Deph Filer for 3D Rendering IP Chang-Hyo Yu and Lee-Sup Kim Absrac In his paper, we presen a new mehod

More information

Moving Object Detection Using MRF Model and Entropy based Adaptive Thresholding

Moving Object Detection Using MRF Model and Entropy based Adaptive Thresholding Moving Objec Deecion Using MRF Model and Enropy based Adapive Thresholding Badri Narayan Subudhi, Pradipa Kumar Nanda and Ashish Ghosh Machine Inelligence Uni, Indian Saisical Insiue, Kolkaa, 700108, India,

More information

Computational Geometry in Wireless Networks - Routing. Presented by Heather M. Michaud

Computational Geometry in Wireless Networks - Routing. Presented by Heather M. Michaud Compaional Geomery in Wireless Neworks - Roing Presened by Heaher M. Michad 1 Ad Hoc Wireless Neworks No fixed pre-exising infrasrcre Nodes can be saic or mobile Assme nodes don move dring roing or opology

More information

Experiments in Generalizing Geometry Theorems Stephen B. Gray

Experiments in Generalizing Geometry Theorems Stephen B. Gray Experimens in Generalizing Geomery Theorems Sephen B. Gray. INTRODUCTION: THE PDN THEOREM Well-known advances in geomery have been made wih experimenal, or compueraided echniques. The irs was he proo o

More information

REDUCTIONS BBM ALGORITHMS DEPT. OF COMPUTER ENGINEERING ERKUT ERDEM. Bird s-eye view. May. 12, Reduction.

REDUCTIONS BBM ALGORITHMS DEPT. OF COMPUTER ENGINEERING ERKUT ERDEM. Bird s-eye view. May. 12, Reduction. BBM 0 - ALGORITHMS DEPT. OF COMPUTER ENGINEERING ERKUT ERDEM REDUCTIONS May., 0 Bird s-eye view Desideraa. Classify problems according o compuaional requiremens. complexiy order of growh examples linear

More information

Quick Verification of Concurrent Programs by Iteratively Relaxed Scheduling

Quick Verification of Concurrent Programs by Iteratively Relaxed Scheduling Quick Verificaion of Concurren Programs by Ieraively Relaxed Scheduling Parick Mezler, Habib Saissi, Péer Bokor, Neeraj Suri Technische Univerisä Darmsad, Germany {mezler, saissi, pbokor, suri}@deeds.informaik.u-darmsad.de

More information

A Progressive-ILP Based Routing Algorithm for Cross-Referencing Biochips

A Progressive-ILP Based Routing Algorithm for Cross-Referencing Biochips 16.3 A Progressive-ILP Based Rouing Algorihm for Cross-Referencing Biochips Ping-Hung Yuh 1, Sachin Sapanekar 2, Chia-Lin Yang 1, Yao-Wen Chang 3 1 Deparmen of Compuer Science and Informaion Engineering,

More information

BI-TEMPORAL INDEXING

BI-TEMPORAL INDEXING BI-TEMPORAL INDEXING Mirella M. Moro Uniersidade Federal do Rio Grande do Sul Poro Alegre, RS, Brazil hp://www.inf.ufrgs.br/~mirella/ Vassilis J. Tsoras Uniersiy of California, Rierside Rierside, CA 92521,

More information

Feature-Preserving Reconstruction of Singular Surfaces

Feature-Preserving Reconstruction of Singular Surfaces Eurographics Symposium on Geomery Processing 2012 Eian Grinspun and Niloy Mira (Gues Ediors) Volume 31 (2012), Number 5 Feaure-Preserving Reconsrucion of Singular Surfaces T. K. Dey 1 and X. Ge 1 and Q.

More information

A Numerical Study on Impact Damage Assessment of PC Box Girder Bridge by Pounding Effect

A Numerical Study on Impact Damage Assessment of PC Box Girder Bridge by Pounding Effect A Numerical Sudy on Impac Damage Assessmen of PC Box Girder Bridge by Pounding Effec H. Tamai, Y. Sonoda, K. Goou and Y.Kajia Kyushu Universiy, Japan Absrac When a large earhquake occurs, displacemen response

More information

A Fast Non-Uniform Knots Placement Method for B-Spline Fitting

A Fast Non-Uniform Knots Placement Method for B-Spline Fitting 2015 IEEE Inernaional Conference on Advanced Inelligen Mecharonics (AIM) July 7-11, 2015. Busan, Korea A Fas Non-Uniform Knos Placemen Mehod for B-Spline Fiing T. Tjahjowidodo, VT. Dung, and ML. Han Absrac

More information

An Efficient Delivery Scheme for Coded Caching

An Efficient Delivery Scheme for Coded Caching 201 27h Inernaional Teleraffic Congress An Efficien Delivery Scheme for Coded Caching Abinesh Ramakrishnan, Cedric Wesphal and Ahina Markopoulou Deparmen of Elecrical Engineering and Compuer Science, Universiy

More information

Video Content Description Using Fuzzy Spatio-Temporal Relations

Video Content Description Using Fuzzy Spatio-Temporal Relations Proceedings of he 4s Hawaii Inernaional Conference on Sysem Sciences - 008 Video Conen Descripion Using Fuzzy Spaio-Temporal Relaions rchana M. Rajurkar *, R.C. Joshi and Sananu Chaudhary 3 Dep of Compuer

More information

Simultaneous Precise Solutions to the Visibility Problem of Sculptured Models

Simultaneous Precise Solutions to the Visibility Problem of Sculptured Models Simulaneous Precise Soluions o he Visibiliy Problem of Sculpured Models Joon-Kyung Seong 1, Gershon Elber 2, and Elaine Cohen 1 1 Universiy of Uah, Sal Lake Ciy, UT84112, USA, seong@cs.uah.edu, cohen@cs.uah.edu

More information

Representing Non-Manifold Shapes in Arbitrary Dimensions

Representing Non-Manifold Shapes in Arbitrary Dimensions Represening Non-Manifold Shapes in Arbirary Dimensions Leila De Floriani,2 and Annie Hui 2 DISI, Universiy of Genova, Via Dodecaneso, 35-646 Genova (Ialy). 2 Deparmen of Compuer Science, Universiy of Maryland,

More information

ON THE 3D PARAMETRIC MODELING OF MANUFACTURING SYSTEMS UDC: ; ; 338.3;

ON THE 3D PARAMETRIC MODELING OF MANUFACTURING SYSTEMS UDC: ; ; 338.3; 3 rd 7 h June, 2013. year, Belgrade, Serbia. ON THE 3D PARAMETRIC MODEING OF MANUFACTURING SYSTEMS UDC: 519.876.5; 004.896; 338.3; Agahocles A. Krimpenis 1, Nikolaos A. Founas 2, George D. Noeas 3, Dimiris

More information

Effects needed for Realism. Ray Tracing. Ray Tracing: History. Outline. Foundations of Computer Graphics (Fall 2012)

Effects needed for Realism. Ray Tracing. Ray Tracing: History. Outline. Foundations of Computer Graphics (Fall 2012) Foundaions of ompuer Graphics (Fall 2012) S 184, Lecure 16: Ray Tracing hp://ins.eecs.berkeley.edu/~cs184 Effecs needed for Realism (Sof) Shadows Reflecions (Mirrors and Glossy) Transparency (Waer, Glass)

More information

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi Reinforcemen Learning by Policy Improvemen Making Use of Experiences of The Oher Tasks Hajime Kimura and Shigenobu Kobayashi Tokyo Insiue of Technology, JAPAN genfe.dis.iech.ac.jp, kobayasidis.iech.ac.jp

More information

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS Mohammed A. Aseeri and M. I. Sobhy Deparmen of Elecronics, The Universiy of Ken a Canerbury Canerbury, Ken, CT2

More information

Rao-Blackwellized Particle Filtering for Probing-Based 6-DOF Localization in Robotic Assembly

Rao-Blackwellized Particle Filtering for Probing-Based 6-DOF Localization in Robotic Assembly MITSUBISHI ELECTRIC RESEARCH LABORATORIES hp://www.merl.com Rao-Blackwellized Paricle Filering for Probing-Based 6-DOF Localizaion in Roboic Assembly Yuichi Taguchi, Tim Marks, Haruhisa Okuda TR1-8 June

More information

Virtual Recovery of Excavated Archaeological Finds

Virtual Recovery of Excavated Archaeological Finds Virual Recovery of Excavaed Archaeological Finds Jiang Yu ZHENG, Zhong Li ZHANG*, Norihiro ABE Kyushu Insiue of Technology, Iizuka, Fukuoka 820, Japan *Museum of he Terra-Coa Warrlors and Horses, Lin Tong,

More information

Landmarks: A New Model for Similarity-Based Pattern Querying in Time Series Databases

Landmarks: A New Model for Similarity-Based Pattern Querying in Time Series Databases Lmarks: A New Model for Similariy-Based Paern Querying in Time Series Daabases Chang-Shing Perng Haixun Wang Sylvia R. Zhang D. So Parker perng@cs.ucla.edu hxwang@cs.ucla.edu Sylvia Zhang@cle.com so@cs.ucla.edu

More information

Algorithm for image reconstruction in multi-slice helical CT

Algorithm for image reconstruction in multi-slice helical CT Algorihm for image reconsrucion in muli-slice helical CT Kasuyuki Taguchi a) and Hiroshi Aradae Medical Engineering Laboraory, Toshiba Corporaion, 1385 Shimoishigami, Oawara, Tochigi 324-855, Japan Received

More information

M(t)/M/1 Queueing System with Sinusoidal Arrival Rate

M(t)/M/1 Queueing System with Sinusoidal Arrival Rate 20 TUTA/IOE/PCU Journal of he Insiue of Engineering, 205, (): 20-27 TUTA/IOE/PCU Prined in Nepal M()/M/ Queueing Sysem wih Sinusoidal Arrival Rae A.P. Pan, R.P. Ghimire 2 Deparmen of Mahemaics, Tri-Chandra

More information

DETC2004/CIE VOLUME-BASED CUT-AND-PASTE EDITING FOR EARLY DESIGN PHASES

DETC2004/CIE VOLUME-BASED CUT-AND-PASTE EDITING FOR EARLY DESIGN PHASES Proceedings of DETC 04 ASME 004 Design Engineering Technical Conferences and Compuers and Informaion in Engineering Conference Sepember 8-Ocober, 004, Sal Lake Ciy, Uah USA DETC004/CIE-57676 VOLUME-BASED

More information

Nonparametric CUSUM Charts for Process Variability

Nonparametric CUSUM Charts for Process Variability Journal of Academia and Indusrial Research (JAIR) Volume 3, Issue June 4 53 REEARCH ARTICLE IN: 78-53 Nonparameric CUUM Chars for Process Variabiliy D.M. Zombade and V.B. Ghue * Dep. of aisics, Walchand

More information

Navigating in a Shape Space of Registered Models

Navigating in a Shape Space of Registered Models Navigaing in a Shape Space of Regisered Models Randall C. Smih, Member, IEEE, Richard Pawlicki, Isván Kókai, Jörg Finger and Thomas Veer, Member, IEEE Absrac New produc developmen involves people wih differen

More information

3-D Object Modeling and Recognition for Telerobotic Manipulation

3-D Object Modeling and Recognition for Telerobotic Manipulation Research Showcase @ CMU Roboics Insiue School of Compuer Science 1995 3-D Objec Modeling and Recogniion for Teleroboic Manipulaion Andrew Johnson Parick Leger Regis Hoffman Marial Heber James Osborn Follow

More information

source managemen, naming, proecion, and service provisions. This paper concenraes on he basic processor scheduling aspecs of resource managemen. 2 The

source managemen, naming, proecion, and service provisions. This paper concenraes on he basic processor scheduling aspecs of resource managemen. 2 The Virual Compuers A New Paradigm for Disribued Operaing Sysems Banu Ozden y Aaron J. Goldberg Avi Silberschaz z 600 Mounain Ave. AT&T Bell Laboraories Murray Hill, NJ 07974 Absrac The virual compuers (VC)

More information

IROS 2015 Workshop on On-line decision-making in multi-robot coordination (DEMUR 15)

IROS 2015 Workshop on On-line decision-making in multi-robot coordination (DEMUR 15) IROS 2015 Workshop on On-line decision-making in muli-robo coordinaion () OPTIMIZATION-BASED COOPERATIVE MULTI-ROBOT TARGET TRACKING WITH REASONING ABOUT OCCLUSIONS KAROL HAUSMAN a,, GREGORY KAHN b, SACHIN

More information

LAMP: 3D Layered, Adaptive-resolution and Multiperspective Panorama - a New Scene Representation

LAMP: 3D Layered, Adaptive-resolution and Multiperspective Panorama - a New Scene Representation Submission o Special Issue of CVIU on Model-based and Image-based 3D Scene Represenaion for Ineracive Visualizaion LAMP: 3D Layered, Adapive-resoluion and Muliperspecive Panorama - a New Scene Represenaion

More information

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters SHORT TERM PREDICTIONS A MONITORING SYSTEM by Michiel Helder and Marielle C.T.A Geurs Hoofdkanoor PTT Pos / Duch Posal Services Headquarers Keywords macro ime series shor erm predicions ARIMA-models faciliy

More information

Accurate Simplification of Multi-Chart Textured Models

Accurate Simplification of Multi-Chart Textured Models DOI: 10.1111/j.1467-8659.2010.01652.x COMPUTER GRAPHICS forum Volume 29 (2010), number 6 pp. 1842 1853 Accurae Simplificaion of Muli-Char Texured Models N. Coll and T. Paradinas Insiu d Informaica i Aplicacions,

More information

Handling uncertainty in semantic information retrieval process

Handling uncertainty in semantic information retrieval process Handling uncerainy in semanic informaion rerieval process Chkiwa Mounira 1, Jedidi Anis 1 and Faiez Gargouri 1 1 Mulimedia, InfoRmaion sysems and Advanced Compuing Laboraory Sfax Universiy, Tunisia m.chkiwa@gmail.com,

More information

Scattering at an Interface: Normal Incidence

Scattering at an Interface: Normal Incidence Course Insrucor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 Mail: rcrumpf@uep.edu 4347 Applied lecromagneics Topic 3f Scaering a an Inerface: Normal Incidence Scaering These Normal noes Incidence

More information

Visual Indoor Localization with a Floor-Plan Map

Visual Indoor Localization with a Floor-Plan Map Visual Indoor Localizaion wih a Floor-Plan Map Hang Chu Dep. of ECE Cornell Universiy Ihaca, NY 14850 hc772@cornell.edu Absrac In his repor, a indoor localizaion mehod is presened. The mehod akes firsperson

More information

A GRAPHICS PROCESSING UNIT IMPLEMENTATION OF THE PARTICLE FILTER

A GRAPHICS PROCESSING UNIT IMPLEMENTATION OF THE PARTICLE FILTER A GRAPHICS PROCESSING UNIT IMPLEMENTATION OF THE PARTICLE FILTER ABSTRACT Modern graphics cards for compuers, and especially heir graphics processing unis (GPUs), are designed for fas rendering of graphics.

More information

Last Time: Curves & Surfaces. Today. Questions? Limitations of Polygonal Meshes. Can We Disguise the Facets?

Last Time: Curves & Surfaces. Today. Questions? Limitations of Polygonal Meshes. Can We Disguise the Facets? Las Time: Curves & Surfaces Expeced value and variance Mone-Carlo in graphics Imporance sampling Sraified sampling Pah Tracing Irradiance Cache Phoon Mapping Quesions? Today Moivaion Limiaions of Polygonal

More information

COMP26120: Algorithms and Imperative Programming

COMP26120: Algorithms and Imperative Programming COMP26120 ecure C3 1/48 COMP26120: Algorihms and Imperaive Programming ecure C3: C - Recursive Daa Srucures Pee Jinks School of Compuer Science, Universiy of Mancheser Auumn 2011 COMP26120 ecure C3 2/48

More information

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR . ~ PART 1 c 0 \,).,,.,, REFERENCE NFORMATON CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONTOR n CONTROL DATA 6400 Compuer Sysems, sysem funcions are normally handled by he Monior locaed in a Peripheral

More information

BOUNDARY REPRESENTATION MODELLING WITH LOCAL TOLERANCES

BOUNDARY REPRESENTATION MODELLING WITH LOCAL TOLERANCES BOUNDARY REPRESENTATON MODELLNG WTH LOCAL TOLERANCES David J. Jackson Parasolid Business Uni EDS Unigraphics Parker s House 6 Regen!Sree! Cambridge England ABSTRACT Convenional boundary represenaion (b-rep)

More information

Automatic Calculation of Coverage Profiles for Coverage-based Testing

Automatic Calculation of Coverage Profiles for Coverage-based Testing Auomaic Calculaion of Coverage Profiles for Coverage-based Tesing Raimund Kirner 1 and Waler Haas 1 Vienna Universiy of Technology, Insiue of Compuer Engineering, Vienna, Ausria, raimund@vmars.uwien.ac.a

More information

Point Cloud Representation of 3D Shape for Laser- Plasma Scanning 3D Display

Point Cloud Representation of 3D Shape for Laser- Plasma Scanning 3D Display Poin Cloud Represenaion of 3D Shape for Laser- Plasma Scanning 3D Displa Hiroo Ishikawa and Hideo Saio Keio Universi E-mail {hiroo, saio}@ozawa.ics.keio.ac.jp Absrac- In his paper, a mehod of represening

More information

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch CableCARD Power Swich General Descripion is designed o supply power o OpenCable sysems and CableCARD hoss. These CableCARDs are also known as Poin of Disribuion (POD) cards. suppors boh Single and Muliple

More information

A GRAPHICS PROCESSING UNIT IMPLEMENTATION OF THE PARTICLE FILTER

A GRAPHICS PROCESSING UNIT IMPLEMENTATION OF THE PARTICLE FILTER A GRAPHICS PROCESSING UNIT IMPLEMENTATION OF THE PARTICLE FILTER Gusaf Hendeby, Jeroen D. Hol, Rickard Karlsson, Fredrik Gusafsson Deparmen of Elecrical Engineering Auomaic Conrol Linköping Universiy,

More information

Service Oriented Solution Modeling and Variation Propagation Analysis based on Architectural Building Blocks

Service Oriented Solution Modeling and Variation Propagation Analysis based on Architectural Building Blocks Carnegie Mellon Universiy From he SelecedWorks of Jia Zhang Ocober, 203 Service Oriened Soluion Modeling and Variaion Propagaion Analysis based on Archiecural uilding locks Liang-Jie Zhang Jia Zhang Available

More information

Packet Scheduling in a Low-Latency Optical Interconnect with Electronic Buffers

Packet Scheduling in a Low-Latency Optical Interconnect with Electronic Buffers Packe cheduling in a Low-Laency Opical Inerconnec wih Elecronic Buffers Lin Liu Zhenghao Zhang Yuanyuan Yang Dep Elecrical & Compuer Engineering Compuer cience Deparmen Dep Elecrical & Compuer Engineering

More information

Weighted Voting in 3D Random Forest Segmentation

Weighted Voting in 3D Random Forest Segmentation Weighed Voing in 3D Random Fores Segmenaion M. Yaqub,, P. Mahon 3, M. K. Javaid, C. Cooper, J. A. Noble NDORMS, Universiy of Oxford, IBME, Deparmen of Engineering Science, Universiy of Oxford, 3 MRC Epidemiology

More information

Motor Control. 5. Control. Motor Control. Motor Control

Motor Control. 5. Control. Motor Control. Motor Control 5. Conrol In his chaper we will do: Feedback Conrol On/Off Conroller PID Conroller Moor Conrol Why use conrol a all? Correc or wrong? Supplying a cerain volage / pulsewidh will make he moor spin a a cerain

More information

A Tool for Multi-Hour ATM Network Design considering Mixed Peer-to-Peer and Client-Server based Services

A Tool for Multi-Hour ATM Network Design considering Mixed Peer-to-Peer and Client-Server based Services A Tool for Muli-Hour ATM Nework Design considering Mied Peer-o-Peer and Clien-Server based Services Conac Auhor Name: Luis Cardoso Company / Organizaion: Porugal Telecom Inovação Complee Mailing Address:

More information

Motion Level-of-Detail: A Simplification Method on Crowd Scene

Motion Level-of-Detail: A Simplification Method on Crowd Scene Moion Level-of-Deail: A Simplificaion Mehod on Crowd Scene Absrac Junghyun Ahn VR lab, EECS, KAIST ChocChoggi@vr.kais.ac.kr hp://vr.kais.ac.kr/~zhaoyue Recen echnological improvemen in characer animaion

More information

NEWTON S SECOND LAW OF MOTION

NEWTON S SECOND LAW OF MOTION Course and Secion Dae Names NEWTON S SECOND LAW OF MOTION The acceleraion of an objec is defined as he rae of change of elociy. If he elociy changes by an amoun in a ime, hen he aerage acceleraion during

More information

Prediction of Milling Forces by Integrating a Geometric and a Mechanistic Model

Prediction of Milling Forces by Integrating a Geometric and a Mechanistic Model Predicion of Milling Forces by Inegraing a Geomeric and a Mechanisic Model S. Abainia, M. Bey, N. Moussaoui and S. Gouasmia Absrac In milling processes, he predicion of cuing forces is of grea imporance

More information