arxiv: v2 [math.ho] 5 May 2018

Size: px
Start display at page:

Download "arxiv: v2 [math.ho] 5 May 2018"

Transcription

1 Longest Straight Line Paths on Water or Land on the Earth Rohan Chabukswar 1 and Kushal Mukherjee 1 United Tehnologies Researh Center Ireland IBM Researh India May 8, 018 arxiv: v [math.ho] 5 May 018 Abstrat There has been some interest reently in determining the longest distane one an sail for on the earth without hitting land, as well as in the onverse problem of determining the longest distane one ould drive for on the earth without enountering a major body of water. In its basi form, this is an optimisation problem, rendered haoti by the presene of islands and lakes, and indeed the fratal nature of the oasts. In this paper we present a methodology for alulating the two paths using the branh-and-bound algorithm. 1 Introdution On Deember 9, 01, Reddit user kepleronlyknows posted a map Figure 1) to r/mapporn [1] showing the longest straight line that an be sailed for on the earth without hitting land, from Pakistan to eastern Russia. This was generated a lot of interest and led to subsequent attempts to prove and disprove the user, along with disussions on solving the onverse problem of determining the longest distane that an be driven on land without hitting a major water body. ChabukR@utr.ut.om KushMukh@in.ibm.om Figure 1: kepleronlyknows s original map posted to r/mapporn 1

2 In their basi forms, the two are optimisation problems in two dimensions however, the objetive funtions are disontinuous due to the presene of islands in the ase of the longest sailable path), and lakes in the ase of the longest drivable path). Globally optimal solutions would require an exhaustive searh over the two dimensions, a not inonsiderable obstale in terms of time and memory. For a 1-arminute resolution km at the equator), whih is the resolution provided by the ETOPO1 Global Relief model of Earth s surfae by National Oeani and Atmospheri Administration, there would be 33,80,000 great irles to onsider to find the global optimum, and eah great irle would have 1600 individual points to proess a staggering 5,038,88,000,000 points to verify. 1.1 Previous Work Apart from the disovery of the longest sailable path by kepleronlyknows, Reddit user Groke also posted [] a path from Norway to Antartia in a straight line without hitting land, whih is shorter than the path from Pakistan to Eastern Russia. YouTube user David Cooke laimed [3] to have disovered an even longer path The Cooke Passage ) from Quebe to British Columbia, whih was later proved [] to not be a straight line in a blog post at GeoGarage, a nautial harts platform. Guy Bruneau of IT/GIS Consulting servies alulated [5] a path from Eastern China to Western Liberia as being the longest distane you an travel between two points in straight line without rossing any oean or any major water bodies. However, the path rosses through the Dead Sea whih an be onsidered to be a major water body), and hene does not satisfy the onstraints originally set out. Problem Statement Thus, in an effort to prove or disprove kepleronlyknows, and to find the longest straight line path on land without rossing a major water body, the authors set out to systematially arrive at the globally optimal solutions to the problem. The land/water data for the whole earth required to set up the problem was not available readily. In the end, the data set used was the ETOPO1 Global Relief Model [6], and onsider any negative altitude to be water and positive altitude to be land. Although this is not stritly true in general, in the absene of atual data it is the losest approximation to real relief that is freely available..1 ETOPO1 Global Relief Model ETOPO1 is a 1 ar-minute global relief model of Earth s surfae that integrates land topography and oean bathymetry. It was built from numerous global and regional data sets, and is available in Ie Surfae top of Antarti and Greenland ie sheets) and Bedrok base of the ie sheets) versions. The version suited for this problem was the Ie Surfae one, sine a sailable path should not hit an ie layer, and tehnially ie ould be driven upon.. Optimisation The real rux of the problems lay in solving the optimisation problem globally. After an initial aborted attempt to do a brute-fore searh aross the paths, the authors settled on utilising the branh-and-bound algorithm. 3 Problem Formulation The first step in formulating the problem was to implement a method for enumerating the different straight line paths on the Earth. To do this, it is important to note that all straight line paths lie on a great irle. Eah great irle an have as many paths as there are rossings of the great irle with the land-water boundary, but sine the interest lies in only the longest paths either land or water) in eah great irle, enumerating all the great irles would be enough. This an be done in a systemati way by observing that any great irle exept the equator itself) intersets the equator at two antipodal points, and at a speifi angle. Exepting the trivial ase of the equator, the enumeration an thus be hosen by hoosing the longitude of the intersetion with the equator the origin ), and the angle between the

3 great irle and the equator at that point the heading ), either of whih ould be hosen between 0 and 360. This ounts eah great irle four times, however, so the atual hoie an be restrited to between 0 and 180 for eah. Eah point of the great irle an then be pinpointed by the angle of the vetor in the plane of the great irle the referene vetor an be arbitrarily set to the origin). The domain of this angle φ) is between 0 and 360. Any great irle defined by the origin δ) and the heading α) an thus be denoted by GC δ, α). To math the ETOPO1 data set, whih is given as altitude in meters at eah latitude and longitude, eah point φ) on eah great irle GC δ, α) needs to be translated into latitude β) and longitude λ), whih an be done using basi spherial trigonometry: β = sin 1 sin α sin φ), 1) λ = δ + Tan 1 os α sin φ, os φ), ) 1 where the Tan y, x) is the four-quadrant artangent funtion. Traversing eah great irle defined by β, λ), the relief enountered rδ,α) φ), φ 180, 180 ] is given by rδ,α) φ) = etopo1 sin 1 sin α sin φ), δ + Tan 1 os α sin φ, os φ) 3) For example, as shown in Figure, GC 163 0, ) passes through both the Challenger Deep N, 1 10 E) at an angular distane of 10 from the origin, and Mount Everest N, E) at an angular distane of 78 0 from the origin. Figure : Great irle passing through the lowest and highest points on the Earth. The relief enountered r163 0,151 0 ) φ), φ 180, 180 ] is shown in Figure 3a. Given the relief along eah great irle, the assumption of land and water being given by positive and negative heights above sea level an be applied to lassify eah point of the great irle being either land or water: if rδ,α) φ) > 0 1 landδ,α) φ) = 0 ) if rδ,α) φ) < 0. indeterminate if rδ,α) φ) = 0 The indeterminay is resolved onservatively by assuming rδ,α) φ) = 0 to be land when searhing for the longest water path and water when searhing for the longest land path. For the example great irle, land163 0,151 0 ) φ), φ 180, 180 ] is shown in Figure 3b. One the lassifiation is obtained, it is a simple matter to determine the longest land and water paths in the great irle, whih form the objetive funtions that need to be maximised. 3

4 a) Atual relief b) Land/Water lassifiation Figure 3: Relief along the great irle passing through the lowest and highest points on the Earth. Branh-And-Bound Branh-and-bound is a method to solve ombinatorial optimisation problems, espeially when it is possible to get bounds on the objetive funtion for a subset in the spae of solutions. For the problem addressed in this paper, we ontinue to denote eah great irle by the pair of angles that uniquely haraterise it as GC δ, α). A set of solutions refers to a set of great irle trajetories that interset the equator between latitudes δ min and δ max and with heading in the range α min to α max. We denote the set as [δ min, δ max ] [α min, α max ]. Eah great irle GC δ, α) has an assoiated length l δ, α) that is defined as the maximum distane that an be traversed along the great irle without hitting land..1 Relaxation Tehniques The next task is to obtain an upper bound on the length of longest ontinuous setion of sea l δ, α) along all great irles suh that δ [δ min, δ max ], α [α min, α max ]. Theorem 1. Considering GC δ min+δ max ), αmin+αmax as representative of the set of great irles uh that δ [δ min, δ max ], α [α min, α max ], the maximum angular separation between the representative great irle and any other great irle in the set is always bounded by δ max δ min + α max α max. Proof. Let θ = αmax+αmin, θ = α max α min, and φ = δ max δ min. Using ) spherial trigonometry, )) the maximum angular separation between them is os 1 os θ) os φ + os θ) sin φ. This is non-trivial to use, however, the maximum deviation ours when θ = 90, and has a theoretial upper limit of θ + φ, as θ, φ 0. Even for θ, φ = 5, the limit is aurate to.6%. Sine we know that θ + φ θ + φ, the angular separation is always bounded by this value, whih is, δ max δ min + α max α max. Consider the great irle GC δ min+δ max ) as representative of the set of great irles. Using, αmin+αmax Theorem 1, the maximum separation between the representative great irle and any other great irle in the set is always bounded by R δ max δ min + α max α max ), where R is the radius of the earth.

5 The novelty in our approah lies in a method for evaluation the upper bound on the longest ontinuous setion of sea. Let there be a great irle GC δ o, α o ) where δ o [δ min, δ max ] and α o [α min, α max ] whih has the longest ontinuous setion of sea. That implies, l δ o, α o ) = max l δ, α). 5) δ [δ min,δ max] α [α min,α max] l δ, α) max l δ, α), δ [δ min, δ max ], α [α min, α max ]. 6) δ [δ min,δ max] α [α min,α max] Further, onsider the globe where the sea has eroded into the land by a distane ɛ. In this new globe ɛ-eroded globe), the land masses have shrunk by a distane of epsilon from all sides. All piees of land, that are within a distane of ɛ from the sea, are overed by sea on the ɛ-globe. We define l ɛ δ, α) as the maximum distane that an be traversed along the great irle without hitting land on the ɛ-eroded globe. Clearly, l ɛ δ, α) max δ [δ min,δ max] α [α min,α max] l δ, α), δ [δ min, δ max ], α [α min, α max ]. 7) Let s onsider the ase where ɛ R δ max δ min + α max α max ). That is, the extent of erosion is larger that the maximum distane between any great irle in the set and the representative great irle. Sine, the distane between the great irle δ o, α o ) and the representative great irle is less that ɛ, the longest setion over sea) of the great irle δ o, α o ) would erode piees of land that lie on the representative great irle. Thus, the longest setion over sea) of the representative great irle on the ɛ-eroded globe would be at least as large as l δ o, α o ). δmin + δ max l ɛ, α ) min + α max l δ, α). 8) Hene the upper bound of l δ, α), δ [δ min, δ max ], α [α min, α max ] an be evaluated as the length of the longest streth of the representative great irle on the ɛ-eroded globe suh that ɛ R δmax δmin + αmax αmax ). The erosion should tehnially be arried out in three dimensions assuming that the angular landwater boundaries ontinue till the entre). However, this would be omputationally intensive, to store and alulate at the resolution required. Sine the ETOPO1 database is equivalent to the equiretangular projetion, in the two-dimensional ontext, the eroding element would have to be ontinuously deformed as per the Tissot s indiatrix for equiretangular projetion, as shown in Figure. Continuously deforming the eroding element takes the problem to using non-standard algorithms for erosion. Instead, for speed and omplexity, we hoose to use a single over-estimated erosion radius for the whole map. Over-estimating the erosion radius redues the relaxation, and hene might potentially affet the omputation required, but does not affet the results. The fator for over-estimation, however, needs to be hosen with are. It is ertain, due to the existene of Antartia for water), and the absene of land near the North Pole, that the great irle with maximum distane won t extend beyond 78 8 North or South. Thus the erosion only needs to be over-estimated till that latitude, giving us a reasonable fator of 5.. Branh-And-Bound Algorithm Algorithm 1 depits the standard branh-and-bound algorithm that has been developed to address the problem of finding the longest straight line path over sea. The suessive branhing of the set of trajetories into four subsets by dividing the origin and heading into two subsets eah) based on their upper bounds enables the algorithm to quikly onverge at the solution. 5

6 Figure : The equiretangular projetion with Tissot s indiatrix of deformation, from [7]. Algorithm 1 Algorithm to obtain the great irle with the longest setion over sea 1: Initialise Nodes with one element: δ min = 0, δ max = π, α min = 0, α max = π, ɛ = πr, B = πr). : Remove element δmin, δ max, αmin, α max, ɛ, B ) with largest B from Nodes. 3: while ɛ ɛ threshold do : Add δmin, δ max +δ min, αmin, α max +α min, ɛ = ɛ, B = l ɛ δ max +δ min 5: Add, δmax, αmin, α max +α min, ɛ = ɛ, B = l ɛ 6: Add δmin, δ max +δ min, α max +α min, αmax, ɛ = ɛ, B = l ɛ δ max 7: Add +δ min, δmax, α max +α min, αmax, ɛ = ɛ, B = l ɛ 3δ min +δ max, 3α min +α max δ min +3δ max, 3α min +α max 3δ min +δ max, α min +3α max δ min +3δ max, α min +3α max 8: Remove element δmin, δ max, αmin, α max, ɛ, B ) with largest B from Nodes. 9: Return δ min, δ max, α min, α max, ɛ, B ). )) to Nodes. )) to Nodes. )) to Nodes. )) to Nodes. 6

7 5 5.1 Results Erosion a) Water Mass Erosion b) Land Mass Erosion Figure 5: Erosion steps 3 7 for water 5a) and land 5b) masses respetively. The erosion steps 3 7 for both water and land an be seen in Figures 5a and 5b respetively. The nuanes of the erosion are better seen by zooming in on the British Isles, as has been done in Figures 6a and 6b. 5. Longest Paths The algorithm returned the longest path in about 10 minutes of omputation for water path, and 5 minutes of omputation for land path on a standard laptop. 7

8 a) Water Mass Erosion b) Land Mass Erosion Figure 6: Erosion steps 3 7 for water 6a) and land 6b) masses respetively, around the British Isles. 8

9 5..1 Longest Sailable Straight Line Path on Earth The algorithm returned the path shown in Figure 7. Although it does not look like a straight line on the map, the algorithm using great irles ensures that it is. Figure 7: Longest Sailable Straight Line Path on Earth. The fat that it is indeed a straight line an be seen from Figures 8a, 8b, and 8, whih are shown on a globe with a perspetive from above the path. Figure 8a shows the path originating in Sonmiani, Las Bela, Balohistan, Pakistan N, E), threading the needle between Afria and Madagasar, between Antartia and Tiera del Fuego in South Ameria Figure 8b), and ending in Karaginsky Distrit, Kamhatka Krai, Russia N, E) Figure 8). The path overs an astounding total angular distane of , for a distane of kilometres. This path is visually the same one as found by kepleronlyknows, thus proving his assertion. a) Start of Path b) Threading the Needle ) End of Path Figure 8: Longest Sailable Straight Line Path on Earth. 5.. Longest Drivable Straight Line Path on Earth The algorithm returned the path shown in Figure 9. Again, although it does not look like a straight line on the map, the algorithm using great irles ensures that it is. 9

10 Figure 9: Longest Drivable Straight Line Path on Earth. The fat that it is indeed a straight line an be seen from Figure 10, whih is shown on a globe with a perspetive from above the path. Figure 9 shows the path originating near Jinjiang, Quanzhou, Fujian, China 330 N, E), weaving through China and Mongolia for a bit, passing though Kazakhstan and Russia to further weave through Belarus and Ukraine, and passing through Poland, Czeh Republi, Germany, Austria, Liehtenstein, Switzerland, Frane, and Spain, to end near Sagres, Portugal 37 0 N W), traversing a total of 15 ountries. Although not as long as the longest sailable path, the longest drivable path overs a still-respetable total angular distane of , for a distane of 11 1 kilometres. Figure 10: Longest Drivable Straight Line Path on Earth. 6 Limitations and Future Work As mentioned in Setion, our approah assumes the partition between land and water to be determined by the height with respet to the mean sea level. This unfortunately disounts, among other features, highland rivers, and low-lying plains. We also annot onsider bridges, although the probability of a bridge lying at the preise loation and diretion of any given path is negligible. Seondly, the ETOPO1 database has a resolution of 1-arminute, about 1.8 kilometres at the equator. The optimisation problem, therefore, has by neessity used this as the lower-limit of auray for analysis. Both of these fators are the result of the input dataset. 10

11 Thirdly, an impliit assumption is that the Earth is perfetly spherial. This is untrue beause of the ellipsoidal shape of the earth, as well as due to geoid undulations. Future work would involve running the analysis on a higher resolution dataset, or on one that provides the shape of all the land and water bodies in higher detail. It would also require us to stop using spherial trigonometry, or at least, onsider deviations due to the non-spherial nature of the geoid, using loal urvatures. Consideration all of these issues, and more, does seem to be an overkill for what is essentially a rereational problem. 7 Conlusion We proposed an innovative approah for relaxation of an optimisation problem for utilising the branhand-bound algorithm. On the way, we managed to prove that kepleronlyknows was right about the longest sailable straight line path on the Earth, and we found the analogous longest drivable straight line path. The problem was approahed as a purely mathematial exerise. The authors do not reommend sailing or driving along the found paths. Referenes [1] kepleronlyknows Reddit). The longest straight line: You an sail almost 0,000 miles in a straight line from Pakistan to the Kamhatka Peninsula, Russia. Last retrieved May 8, 018, from an_sail_almost/. [] Groke Reddit). You an just barely sail north from Norway to Antartia in a straight line without hitting land. Album with lose-ups in omments. Retrieved May 8, 018, from om/r/mapporn/omments/8ktzt/you_an_just_barely_sail_north_from_norway_to/. [3] Cooke, David Reddit). A new reord has been disovered: the longest straight line over the oean without touhing land. You an sail from eastern Canada all the way around the world to western Canada in a straight line. Retrieved May 8, 018, from omments/36v0p/a_new_reord_has_been_disovered_the_longest/. [] GeoGarage. The Cooke passage : a new world s longest straight-line sail? Retrieved May 8, 018, from [5] Guy Bruneau IT/GIS Consulting Servies). Longest distane on land. Retrieved May 8, 018, from [6] Amante, C. and B.W. Eakins, 009. ETOPO1 1 Ar-Minute Global Relief Model: Proedures, Data Soures and Analysis. NOAA Tehnial Memorandum NESDIS NGDC-. National Geophysial Data Center, NOAA. doi:10.789/v5c876m [May 8, 018]. [7] Justin Kunimune Wikimedia). File:Plate Carrée with Tissot s Indiatries of Distortion.svg Last retrieved May 8, 018, from Tissot%7s_Indiatries_of_Distortion.svg. 11

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

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

More information

Gray Codes for Reflectable Languages

Gray Codes for Reflectable Languages Gray Codes for Refletable Languages Yue Li Joe Sawada Marh 8, 2008 Abstrat We lassify a type of language alled a refletable language. We then develop a generi algorithm that an be used to list all strings

More information

MATH STUDENT BOOK. 12th Grade Unit 6

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

More information

We P9 16 Eigenray Tracing in 3D Heterogeneous Media

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

More information

Extracting Partition Statistics from Semistructured Data

Extracting Partition Statistics from Semistructured Data Extrating Partition Statistis from Semistrutured Data John N. Wilson Rihard Gourlay Robert Japp Mathias Neumüller Department of Computer and Information Sienes University of Strathlyde, Glasgow, UK {jnw,rsg,rpj,mathias}@is.strath.a.uk

More information

Introduction to Seismology Spring 2008

Introduction to Seismology Spring 2008 MIT OpenCourseWare http://ow.mit.edu 1.510 Introdution to Seismology Spring 008 For information about iting these materials or our Terms of Use, visit: http://ow.mit.edu/terms. 1.510 Leture Notes 3.3.007

More information

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

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

More information

Triangles. Learning Objectives. Pre-Activity

Triangles. Learning Objectives. Pre-Activity Setion 3.2 Pre-tivity Preparation Triangles Geena needs to make sure that the dek she is building is perfetly square to the brae holding the dek in plae. How an she use geometry to ensure that the boards

More information

Pipelined Multipliers for Reconfigurable Hardware

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

More information

Drawing lines. Naïve line drawing algorithm. drawpixel(x, round(y)); double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx; double y = y0;

Drawing lines. Naïve line drawing algorithm. drawpixel(x, round(y)); double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx; double y = y0; Naïve line drawing algorithm // Connet to grid points(x0,y0) and // (x1,y1) by a line. void drawline(int x0, int y0, int x1, int y1) { int x; double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx;

More information

with respect to the normal in each medium, respectively. The question is: How are θ

with respect to the normal in each medium, respectively. The question is: How are θ Prof. Raghuveer Parthasarathy University of Oregon Physis 35 Winter 8 3 R EFRACTION When light travels from one medium to another, it may hange diretion. This phenomenon familiar whenever we see the bent

More information

Video Data and Sonar Data: Real World Data Fusion Example

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

More information

Colouring contact graphs of squares and rectilinear polygons de Berg, M.T.; Markovic, A.; Woeginger, G.

Colouring contact graphs of squares and rectilinear polygons de Berg, M.T.; Markovic, A.; Woeginger, G. Colouring ontat graphs of squares and retilinear polygons de Berg, M.T.; Markovi, A.; Woeginger, G. Published in: nd European Workshop on Computational Geometry (EuroCG 06), 0 Marh - April, Lugano, Switzerland

More information

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System Algorithms, Mehanisms and Proedures for the Computer-aided Projet Generation System Anton O. Butko 1*, Aleksandr P. Briukhovetskii 2, Dmitry E. Grigoriev 2# and Konstantin S. Kalashnikov 3 1 Department

More information

Outline: Software Design

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

More information

arxiv: v1 [cs.db] 13 Sep 2017

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

More information

Approximate logic synthesis for error tolerant applications

Approximate logic synthesis for error tolerant applications Approximate logi synthesis for error tolerant appliations Doohul Shin and Sandeep K. Gupta Eletrial Engineering Department, University of Southern California, Los Angeles, CA 989 {doohuls, sandeep}@us.edu

More information

Adapting K-Medians to Generate Normalized Cluster Centers

Adapting K-Medians to Generate Normalized Cluster Centers Adapting -Medians to Generate Normalized Cluster Centers Benamin J. Anderson, Deborah S. Gross, David R. Musiant Anna M. Ritz, Thomas G. Smith, Leah E. Steinberg Carleton College andersbe@gmail.om, {dgross,

More information

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425)

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425) Automati Physial Design Tuning: Workload as a Sequene Sanjay Agrawal Mirosoft Researh One Mirosoft Way Redmond, WA, USA +1-(425) 75-357 sagrawal@mirosoft.om Eri Chu * Computer Sienes Department University

More information

13.1 Numerical Evaluation of Integrals Over One Dimension

13.1 Numerical Evaluation of Integrals Over One Dimension 13.1 Numerial Evaluation of Integrals Over One Dimension A. Purpose This olletion of subprograms estimates the value of the integral b a f(x) dx where the integrand f(x) and the limits a and b are supplied

More information

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

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

More information

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

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

More information

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

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

More information

Parametric Abstract Domains for Shape Analysis

Parametric Abstract Domains for Shape Analysis Parametri Abstrat Domains for Shape Analysis Xavier RIVAL (INRIA & Éole Normale Supérieure) Joint work with Bor-Yuh Evan CHANG (University of Maryland U University of Colorado) and George NECULA (University

More information

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

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

More information

The Alpha Torque and Quantum Physics

The Alpha Torque and Quantum Physics The Alpha Torque and Quantum Physis Zhiliang Cao, Henry Cao williamao15000@yahoo.om, henry.gu.ao@gmail.om July 18, 010 Abstrat In the enter of the unierse, there isn t a super massie blak hole or any speifi

More information

Naïve Bayesian Rough Sets Under Fuzziness

Naïve Bayesian Rough Sets Under Fuzziness IJMSA: Vol. 6, No. 1-2, January-June 2012, pp. 19 25 Serials Publiations ISSN: 0973-6786 Naïve ayesian Rough Sets Under Fuzziness G. GANSAN 1,. KRISHNAVNI 2 T. HYMAVATHI 3 1,2,3 Department of Mathematis,

More information

Lesson 2: Right Triangle Trigonometry

Lesson 2: Right Triangle Trigonometry Lesson : Right Triangle Trigonometry lthough Trigonometry is used to solve many prolems, historially it was first applied to prolems that involve a right triangle. This an e extended to non-right triangles

More information

The Happy Ending Problem

The Happy Ending Problem The Happy Ending Problem Neeldhara Misra STATUTORY WARNING This doument is a draft version 1 Introdution The Happy Ending problem first manifested itself on a typial wintery evening in 1933 These evenings

More information

Incremental Mining of Partial Periodic Patterns in Time-series Databases

Incremental Mining of Partial Periodic Patterns in Time-series Databases CERIAS Teh Report 2000-03 Inremental Mining of Partial Periodi Patterns in Time-series Dataases Mohamed G. Elfeky Center for Eduation and Researh in Information Assurane and Seurity Purdue University,

More information

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

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

More information

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

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

More information

Sequential Incremental-Value Auctions

Sequential Incremental-Value Auctions Sequential Inremental-Value Autions Xiaoming Zheng and Sven Koenig Department of Computer Siene University of Southern California Los Angeles, CA 90089-0781 {xiaominz,skoenig}@us.edu Abstrat We study the

More information

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

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

More information

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results An Alternative Approah to the Fuzziier in Fuzzy Clustering to Obtain Better Clustering Results Frank Klawonn Department o Computer Siene University o Applied Sienes BS/WF Salzdahlumer Str. 46/48 D-38302

More information

Detection and Recognition of Non-Occluded Objects using Signature Map

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

More information

FUZZY WATERSHED FOR IMAGE SEGMENTATION

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

More information

RANGE DOPPLER ALGORITHM FOR BISTATIC SAR PROCESSING BASED ON THE IMPROVED LOFFELD S BISTATIC FORMULA

RANGE DOPPLER ALGORITHM FOR BISTATIC SAR PROCESSING BASED ON THE IMPROVED LOFFELD S BISTATIC FORMULA Progress In Eletromagnetis Researh Letters, Vol. 27, 161 169, 2011 RANGE DOPPLER ALGORITHM FOR ISTATIC SAR PROCESSING ASED ON THE IMPROVED LOFFELD S ISTATIC FORMULA X. Wang 1, * and D. Y. Zhu 2 1 Nanjing

More information

Chapter 8: Right Triangle Trigonometry

Chapter 8: Right Triangle Trigonometry Haberman MTH 11 Setion I: The Trigonometri Funtions Chapter 8: Right Triangle Trigonometry As we studied in Part 1 of Chapter 3, if we put the same angle in the enter of two irles of different radii, we

More information

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

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

More information

Review (Law of sines and cosine) cosines)

Review (Law of sines and cosine) cosines) Date:03/7,8/01 Review 6.1-6. Objetive: Apply the onept to use the law of the sines and osines to solve oblique triangles Apply the onept to find areas using the law of sines and osines Agenda: Bell ringer

More information

arxiv: v1 [cs.gr] 10 Apr 2015

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

More information

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

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

More information

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index IJCSES International Journal of Computer Sienes and Engineering Systems, ol., No.4, Otober 2007 CSES International 2007 ISSN 0973-4406 253 An Optimized Approah on Applying Geneti Algorithm to Adaptive

More information

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering A Novel Bit Level Time Series Representation with Impliation of Similarity Searh and lustering hotirat Ratanamahatana, Eamonn Keogh, Anthony J. Bagnall 2, and Stefano Lonardi Dept. of omputer Siene & Engineering,

More information

The Implementation of RRTs for a Remote-Controlled Mobile Robot

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

More information

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

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

More information

1. Inversions. A geometric construction relating points O, A and B looks as follows.

1. Inversions. A geometric construction relating points O, A and B looks as follows. 1. Inversions. 1.1. Definitions of inversion. Inversion is a kind of symmetry about a irle. It is defined as follows. he inversion of degree R 2 entered at a point maps a point to the point on the ray

More information

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors Eurographis Symposium on Geometry Proessing (003) L. Kobbelt, P. Shröder, H. Hoppe (Editors) Rotation Invariant Spherial Harmoni Representation of 3D Shape Desriptors Mihael Kazhdan, Thomas Funkhouser,

More information

Chemical, Biological and Radiological Hazard Assessment: A New Model of a Plume in a Complex Urban Environment

Chemical, Biological and Radiological Hazard Assessment: A New Model of a Plume in a Complex Urban Environment hemial, Biologial and Radiologial Haard Assessment: A New Model of a Plume in a omplex Urban Environment Skvortsov, A.T., P.D. Dawson, M.D. Roberts and R.M. Gailis HPP Division, Defene Siene and Tehnology

More information

Directed Rectangle-Visibility Graphs have. Abstract. Visibility representations of graphs map vertices to sets in Euclidean space and

Directed Rectangle-Visibility Graphs have. Abstract. Visibility representations of graphs map vertices to sets in Euclidean space and Direted Retangle-Visibility Graphs have Unbounded Dimension Kathleen Romanik DIMACS Center for Disrete Mathematis and Theoretial Computer Siene Rutgers, The State University of New Jersey P.O. Box 1179,

More information

A MULTI-SCALE CURVE MATCHING TECHNIQUE FOR THE ASSESSMENT OF ROAD ALIGNMENTS USING GPS/INS DATA

A MULTI-SCALE CURVE MATCHING TECHNIQUE FOR THE ASSESSMENT OF ROAD ALIGNMENTS USING GPS/INS DATA 6th International Symposium on Mobile Mapping Tehnology, Presidente Prudente, São Paulo, Brazil, July 1-4, 009 A MULTI-SCALE CURVE MATCHING TECHNIQUE FOR THE ASSESSMENT OF ROAD ALIGNMENTS USING GPS/INS

More information

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

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

More information

The Mathematics of Simple Ultrasonic 2-Dimensional Sensing

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

More information

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

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

More information

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

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

More information

CleanUp: Improving Quadrilateral Finite Element Meshes

CleanUp: Improving Quadrilateral Finite Element Meshes CleanUp: Improving Quadrilateral Finite Element Meshes Paul Kinney MD-10 ECC P.O. Box 203 Ford Motor Company Dearborn, MI. 8121 (313) 28-1228 pkinney@ford.om Abstrat: Unless an all quadrilateral (quad)

More information

the data. Structured Principal Component Analysis (SPCA)

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

More information

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

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

More information

Cluster-Based Cumulative Ensembles

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

More information

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

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

More information

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

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

More information

Query Evaluation Overview. Query Optimization: Chap. 15. Evaluation Example. Cost Estimation. Query Blocks. Query Blocks

Query Evaluation Overview. Query Optimization: Chap. 15. Evaluation Example. Cost Estimation. Query Blocks. Query Blocks Query Evaluation Overview Query Optimization: Chap. 15 CS634 Leture 12 SQL query first translated to relational algebra (RA) Atually, some additional operators needed for SQL Tree of RA operators, with

More information

1. Introduction. 2. The Probable Stope Algorithm

1. Introduction. 2. The Probable Stope Algorithm 1. Introdution Optimization in underground mine design has reeived less attention than that in open pit mines. This is mostly due to the diversity o underground mining methods and omplexity o underground

More information

Rapid, accurate particle tracking by calculation of radial symmetry centers

Rapid, accurate particle tracking by calculation of radial symmetry centers Rapid, aurate partile traing by alulation of radial symmetry enters Raghuveer Parthasarathy Supplementary Text and Figures Supplementary Figures Supplementary Figure 1 Supplementary Figure Supplementary

More information

Accommodations of QoS DiffServ Over IP and MPLS Networks

Accommodations of QoS DiffServ Over IP and MPLS Networks Aommodations of QoS DiffServ Over IP and MPLS Networks Abdullah AlWehaibi, Anjali Agarwal, Mihael Kadoh and Ahmed ElHakeem Department of Eletrial and Computer Department de Genie Eletrique Engineering

More information

Allocating Rotating Registers by Scheduling

Allocating Rotating Registers by Scheduling Alloating Rotating Registers by Sheduling Hongbo Rong Hyunhul Park Cheng Wang Youfeng Wu Programming Systems Lab Intel Labs {hongbo.rong,hyunhul.park,heng..wang,youfeng.wu}@intel.om ABSTRACT A rotating

More information

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

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

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 2, February-2014 ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 2, February-2014 ISSN International Journal of Sientifi & Engineering Researh, Volume 5, Issue 2, February2014 ISSN 22295518 896 Optimization of Land Grading Tehnique by A Mathematial Modeling Najah Mahdi. Lateef. Al Maimuri

More information

represent = as a finite deimal" either in base 0 or in base. We an imagine that the omputer first omputes the mathematial = then rounds the result to

represent = as a finite deimal either in base 0 or in base. We an imagine that the omputer first omputes the mathematial = then rounds the result to Sientifi Computing Chapter I Computer Arithmeti Jonathan Goodman Courant Institute of Mathemaial Sienes Last revised January, 00 Introdution One of the many soures of error in sientifi omputing is inexat

More information

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks

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

More information

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

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

More information

Navigation coordinate systems

Navigation coordinate systems Lecture 3 Navigation coordinate systems Topic items: 1. Basic Coordinate Systems. 2. Plane Cartesian Coordinate Systems. 3. Polar Coordinate Systems. 4. Earth-Based Locational Reference Systems. 5. Reference

More information

Youngstown State University Trigonometry Final Exam Review (Math 1511)

Youngstown State University Trigonometry Final Exam Review (Math 1511) Youngstown State University Trigonometry Final Exam Review (Math 1511) 1. Convert each angle measure to decimal degree form. (Round your answers to thousandths place). a) 75 54 30" b) 145 18". Convert

More information

Cracked Hole Finite Element Modeling

Cracked Hole Finite Element Modeling Craked Hole Finite Element Modeling (E-20-F72) Researh Report Submitted to: Lokheed Martin, Program Manager: Dr. Stephen P. Engelstad Prinipal Investigator: Dr. Rami M. Haj-Ali Shool of Civil and Environmental

More information

Chromaticity-matched Superimposition of Foreground Objects in Different Environments

Chromaticity-matched Superimposition of Foreground Objects in Different Environments FCV216, the 22nd Korea-Japan Joint Workshop on Frontiers of Computer Vision Chromatiity-mathed Superimposition of Foreground Objets in Different Environments Yohei Ogura Graduate Shool of Siene and Tehnology

More information

SURVEY ON MEDICAL IMAGE SEGMENTATION USING ENHANCED K-MEANS AND KERNELIZED FUZZY C- MEANS

SURVEY ON MEDICAL IMAGE SEGMENTATION USING ENHANCED K-MEANS AND KERNELIZED FUZZY C- MEANS SURVEY ON MEDICAL IMAGE SEGMENTATION USING ENHANCED K-MEANS AND KERNELIZED FUZZY C- MEANS Gunwanti S. Mahajan & Kanhan S. Bhagat. Dept of E &TC, J. T. Mahajan C.o.E Faizpur, India ABSTRACT Diagnosti imaging

More information

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

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

More information

HIGHER ORDER full-wave three-dimensional (3-D) large-domain techniques in

HIGHER ORDER full-wave three-dimensional (3-D) large-domain techniques in FACTA UNIVERSITATIS (NIŠ) SER.: ELEC. ENERG. vol. 21, no. 2, August 2008, 209-220 Comparison of Higher Order FEM and MoM/SIE Approahes in Analyses of Closed- and Open-Region Eletromagneti Problems Milan

More information

Boundary Correct Real-Time Soft Shadows

Boundary Correct Real-Time Soft Shadows Boundary Corret Real-Time Soft Shadows Bjarke Jakobsen Niels J. Christensen Bent D. Larsen Kim S. Petersen Informatis and Mathematial Modelling Tehnial University of Denmark {bj, nj, bdl}@imm.dtu.dk, kim@deadline.dk

More information

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

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

More information

SCREEN LAYOUT AND HANDLING

SCREEN LAYOUT AND HANDLING Sreen layout & handling SCREEN LAYOUT AND HANDLING Generally, 7-1 Keyboard shortuts, 7-3 Keyboard Must Know, 7-5 Generally It is not intended that the manual or on-line Help should replae knowledge of

More information

Cluster Centric Fuzzy Modeling

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

More information

Plumber: a method for a multi-scale decomposition of 3D shapes into tubular primitives and bodies

Plumber: a method for a multi-scale decomposition of 3D shapes into tubular primitives and bodies ACM Symposium on Solid Modeling and Appliations (2004) P. Brunet, N. Patrikalakis (Editors) Plumber: a method for a multi-sale deomposition of 3D shapes into tubular primitives and bodies M. Mortara G.

More information

Dubins Path Planning of Multiple UAVs for Tracking Contaminant Cloud

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

More information

Orientation of the coordinate system

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

More information

Lazy Updates: An Efficient Technique to Continuously Monitoring Reverse knn

Lazy Updates: An Efficient Technique to Continuously Monitoring Reverse knn Lazy Updates: An Effiient Tehniue to Continuously onitoring Reverse k uhammad Aamir Cheema, Xuemin Lin, Ying Zhang, Wei Wang, Wenjie Zhang The University of ew South Wales, Australia ICTA, Australia {maheema,

More information

ASSESSMENT OF TWO CHEAP CLOSE-RANGE FEATURE EXTRACTION SYSTEMS

ASSESSMENT OF TWO CHEAP CLOSE-RANGE FEATURE EXTRACTION SYSTEMS ASSESSMENT OF TWO CHEAP CLOSE-RANGE FEATURE EXTRACTION SYSTEMS Ahmed Elaksher a, Mohammed Elghazali b, Ashraf Sayed b, and Yasser Elmanadilli b a Shool of Civil Engineering, Purdue University, West Lafayette,

More information

Pre-Critical incidence

Pre-Critical incidence Seismi methods: Refration I Refration reading: Sharma p58-86 Pre-Critial inidene Refletion and refration Snell s Law: sin i sin R sin r P P P P P P where p is the ray parameter and is onstant along eah

More information

A Unified Subdivision Scheme for Polygonal Modeling

A Unified Subdivision Scheme for Polygonal Modeling EUROGRAPHICS 2 / A. Chalmers and T.-M. Rhyne (Guest Editors) Volume 2 (2), Number 3 A Unified Subdivision Sheme for Polygonal Modeling Jérôme Maillot Jos Stam Alias Wavefront Alias Wavefront 2 King St.

More information

Gradient based progressive probabilistic Hough transform

Gradient based progressive probabilistic Hough transform Gradient based progressive probabilisti Hough transform C.Galambos, J.Kittler and J.Matas Abstrat: The authors look at the benefits of exploiting gradient information to enhane the progressive probabilisti

More information

Lecture 02 Image Formation

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

More information

Using Augmented Measurements to Improve the Convergence of ICP

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

More information

1. The collection of the vowels in the word probability. 2. The collection of real numbers that satisfy the equation x 9 = 0.

1. The collection of the vowels in the word probability. 2. The collection of real numbers that satisfy the equation x 9 = 0. C HPTER 1 SETS I. DEFINITION OF SET We begin our study of probability with the disussion of the basi onept of set. We assume that there is a ommon understanding of what is meant by the notion of a olletion

More information

Traverse adjustment. Klangvichit, Supote. Calhoun: The NPS Institutional Archive DSpace Repository

Traverse adjustment. Klangvichit, Supote. Calhoun: The NPS Institutional Archive DSpace Repository alhoun: The NPS Institutional Arhive DSpae Repository Theses and Dissertations Thesis and Dissertation olletion 1986-09 Traverse adjustment. Klangvihit, Supote http://hdl.handle.net/10945/22159 Downloaded

More information

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

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

More information

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

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

More information

Adaptive Implicit Surface Polygonization using Marching Triangles

Adaptive Implicit Surface Polygonization using Marching Triangles Volume 20 (2001), Number 2 pp. 67 80 Adaptive Impliit Surfae Polygonization using Marhing Triangles Samir Akkouhe Eri Galin L.I.G.I.M L.I.G.I.M Eole Centrale de Lyon Université Claude Bernard Lyon 1 B.P.

More information

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

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

More information

An Interactive-Voting Based Map Matching Algorithm

An Interactive-Voting Based Map Matching Algorithm Eleventh International Conferene on Mobile Data Management An Interative-Voting Based Map Mathing Algorithm Jing Yuan* University of Siene and Tehnology of China Hefei, China yuanjing@mail.ust.edu.n Yu

More information