US20090144030A1 - Computer readable storage medium storing instructions for applying clothoid curve values to roadways in a geographic data information system - Google Patents

Computer readable storage medium storing instructions for applying clothoid curve values to roadways in a geographic data information system Download PDF

Info

Publication number
US20090144030A1
US20090144030A1 US12/032,540 US3254008A US2009144030A1 US 20090144030 A1 US20090144030 A1 US 20090144030A1 US 3254008 A US3254008 A US 3254008A US 2009144030 A1 US2009144030 A1 US 2009144030A1
Authority
US
United States
Prior art keywords
curvature
storage medium
computer readable
readable storage
function
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/032,540
Inventor
James Alan Witmer
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TomTom North America Inc
Original Assignee
Tele Atlas North America Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tele Atlas North America Inc filed Critical Tele Atlas North America Inc
Priority to US12/032,540 priority Critical patent/US20090144030A1/en
Assigned to TELE ATLAS NORTH AMERICA, INC. reassignment TELE ATLAS NORTH AMERICA, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: WITMER, JAMES ALAN
Priority to AU2008332808A priority patent/AU2008332808A1/en
Priority to TW097147231A priority patent/TW200940957A/en
Priority to CA2726263A priority patent/CA2726263A1/en
Priority to PCT/IB2008/003684 priority patent/WO2009071995A2/en
Priority to CN200880124713.1A priority patent/CN101910796B/en
Priority to EP08858109.5A priority patent/EP2252861B1/en
Publication of US20090144030A1 publication Critical patent/US20090144030A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/38Electronic maps specially adapted for navigation; Updating thereof
    • G01C21/3863Structures of map data
    • G01C21/3867Geometry of map features, e.g. shape points, polygons or for simplified maps
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/38Electronic maps specially adapted for navigation; Updating thereof
    • G01C21/3804Creation or updating of map data
    • G01C21/3807Creation or updating of map data characterised by the type of data
    • G01C21/3815Road data
    • G01C21/3819Road shape data, e.g. outline of a route

Definitions

  • the present invention relates to digital map databases and systems that use such digital map databases, including Geographic Information Systems (GIS), Navigation Systems (embedded, PDA, wireless), Internet applications, etc., and particularly to the representation of curvature information along linear features in such systems.
  • GIS Geographic Information Systems
  • Navigation Systems embedded, PDA, wireless
  • Internet applications etc.
  • curvature information along linear features in such systems.
  • GIS digital maps represent straight linear features—streets, water, political, land use, or recreational boundaries—as chained line segments connected by mutual endpoints often referred to as shape points. These points represent a point in 2 -space or 3 -space deemed to be along the path of the line of travel, service, or boundary. These shape points are usually inflections or bends along a single path, such that when two line edges meet at any shape point they are generally not collinear. The clear intention of such lines is representing the real-world feature to a reasonably good approximation in a reasonably simple and compact form. Travel along the actual real-world path or boundary can be approximately represented by traversing each successive line segment.
  • the shaped line format described is a simplified model of real-world paths; its primary strength is its simplicity. It is easy to draw on a raster screen, and it readily allows computations for length, distance, and other geometric queries.
  • representation error since actual linear features are much more complex and composed of non-line segment components, representation by shaped lines is plagued with representation error. Any attempt to reduce this representation error requires an increase in the density of the data; no finite amount of data stored in a line segment format can perfectly represent a non-line segment shape.
  • the Clothoid is a two-dimensional shape or path, defined to have constant change in curvature over the travel distance. As classically illustrated, the clothoid looks like a clock spring, with zero curvature at one end, and then coiling ever tighter at the other end. Arcs and line segments are simply special cases of the clothoid.
  • a circular arc is a clothoid because it has a constant curvature—that is, zero curvature change—wherein the curvature magnitude is inversely related to that circle's radius.
  • a straight line is also a clothoid, having both a no-curvature change, and a constant curvature of zero over its entire length.
  • splines The concept of splines is available in mathematics. Though originally referring to a thin flexible rod used to draw curves, the term is mathematically understood as a function fit in which the fitting function has some number of continuous derivatives. Going further about the vehicle and steering wheel example above, one can see that in order to minimize disruptive changes in steering, a vehicular path should be a spline with respect to heading change over distance traveled, with the first derivative of heading change per unit distance—that is, curvature—being a continuous function. This type of function will be referred to herein as the “clothoid spline.”
  • Embodiments of the invention include a computer readable storage medium storing instructions for applying clothoid curve values to roadways in a geographic data information system.
  • One embodiment is a computer readable storage medium, storing instructions executable by a processor for applying clothoid curve values to roadways in a geographic data information system, the instructions comprising: selecting database segments in the geographic data information system, wherein the database segments describe roadways; determining segment chains from the selected database segments; preparing the segment chains for transition to curvature space; transitioning to a curvature function in the curvature space, by computing heading change at points along the segment chain, resulting in a transformation of the segment chains into clothoids; smoothing the curvature function; fitting the smoothed curvature function with a more generalized form which remains within a selected tolerance of the smoothed curvature function; and storing identified segments of straight lines, transition zones, and segments of constant curvature in the geographic data information system.
  • FIG. 1 shows the design for the process for one embodiment
  • FIG. 2 compares two clothoid representations of a curve
  • FIG. 3 shows curvature and straight line interfaces
  • FIG. 4 shows the geographic rationale for equation 1 : the maximum chord length for a radius of curvature yielding at most a maximum tolerance of error;
  • FIG. 5 shows curvature and straight line interfaces with added shapes
  • FIG. 6 shows add context for expected traversal path
  • FIG. 7 shows ramp transition zones
  • FIG. 8 shows curvature conversion
  • FIG. 9 shows a road section for analysis
  • FIG. 10 shows approximate Gaussian smoothing of curvature values
  • FIG. 11 shows generating the piecewise curvature spline function
  • FIG. 12 shows a calculated piecewise curvature spline function
  • FIG. 13 shows a calculated piecewise spline with curve affinity applied
  • FIG. 14 shows the analyzed road with radius indicator annotation
  • FIG. 15 shows annotated ramp, 60-meter circle, and 60-meter detection endpoints superimposed on aerial photograph
  • FIG. 16 shows using least squares curve fit lengths to calculate a zero net effect latitude value proposal for a section
  • FIG. 17 shows an example where reshaping removed subtle relative accuracy jitter
  • FIG. 18 shows reshaping a low quality shaped line
  • FIG. 19 shows a database ramp annotated with generated curvature values
  • FIG. 20 shows the design drawing of the southern portion of the database ramp
  • FIG. 21 shows the design drawing of the northern portion of the database ramp
  • FIG. 22 shows a photograph of the ramp described in FIG. 19 , FIG. 20 , and FIG. 21 ;
  • FIG. 23 shows sample code to generate least squares fit of a linear piecewise function
  • FIG. 24 shows the Gaussian weighted value integral for a linear function at a point labeled as zero
  • FIG. 25 shows a Gaussian approximation summation applied to a linear piecewise function around a point
  • FIG. 26 shows an illustration of Gaussian weight approximation at sample, 2.2 sigma, and 4 sigma
  • FIG. 27 shows an illustration of the likelihood of whether a line segment is a straight line or part of a curve.
  • ADAS Advanced Driver Assistance Systems
  • road path information that is not explicitly derivable or available in a line-segment representation.
  • Such systems generally have need for the instantaneous curvature of the feature, centered at the point on that feature nearest the current location of a vehicle or probe.
  • Instantaneous curvature information can also be used to dramatically improve the image rendering quality of the map display.
  • the clothoid is also a fuller, more accurate, and often more compact geographic storage model than the shaped line representations of most map databases.
  • the present invention captures curvature values and rates of change from a pre-existing map database.
  • the present invention discloses a method to determine line segments, circular arcs, and clothoidal sections that form the portions of any path of travel represented in a geographic database.
  • ADAS Advanced Driver Assistance Systems
  • the segmented data is represented as a clothoid spline, in that the parametric data defines a curve in which the entire path is represented by clothoid segments, and in which the curvature at the common point between any two clothoid segments will be guaranteed to be continuous and unambiguous.
  • One alternative embodiment improves the shape of database segments using the clothoid spline that was previously generated by this invention, converted back to a shaped line.
  • One embodiment uses the method of this invention to improve a geographic database or customer data that is represented in line segment form.
  • One embodiment generates a clothoid spline, and subsequently converts that clothoid spline into a shaped line; and finally replaces the original database segment shapes with those of the generated shaped line.
  • Another embodiment generates a clothoid spline; subsequently converts that clothoid spline into a shaped line; and finally replaces or adjusts the customer data representation with the shape of the generated shaped line.
  • One alternative embodiment improves real-time display.
  • One embodiment of the invention describes and graphs curvature with units of diopter (1/radius), with the convention that positive curvature values induce a chosen direction of travel to bear left, and negative curvature values cause said travel to bear to the right.
  • This convention is to be regarded as illustrative and not intended to limit or define the scope of the invention to the use of such representation units or direction.
  • a travel direction in the illustrations is further defined as a notational convenience.
  • Segment a segment (or a road segment) is a linear element in the geographic database, having position and other attributes, and typically represented in the shaped line geographic model. In some databases segments may be topologically integrated with other features.
  • Geographic Database the term geographic database is used herein to refer to any data storage model that consists of elements associated with a geographic position, including one or more of point location, linear path, and/or area. Elements of the geographic database are typically topologically associated, by junction (endpoint meeting points) and perhaps other geometric qualities. Data elements may be associated with each other, or with non-geographic entities, and may contain non-geographic attributes such as, but not limited to, name, classification, importance, address ranges, census division.
  • GIS A geographic information system, or GIS, refers to a system of database access providing spatial and/or relational access to members of a geographic database. GIS systems are often associated with a map display, but need not be so limited: they may also comprise tabular lists, such as a list of nearby restaurants and hotels, or may be embodied as intermediate spatial data delivery systems employed within larger information systems.
  • Roadways and Junctions One embodiment applies clothoidal curve values to roadways, and uses the at-grade roadway decision points (junctions) as convenient locations for dividing said roadways into manageable lengths for computation and representation. There is actually no reason to limit such analysis to roadways; and segmenting pathways other than through the use of street junctions could be construed. These conventions are illustrative in nature, and not intended to limit the scope of the invention.
  • Curvature represents the rate of change of the heading of a path. Shaped line data by comparison is composed of segments of constant heading, with discrete changes in heading occurring at the shape points; its heading's first derivative is discontinuous with a value of zero punctuated by infinite instantaneous change. This mathematical distinction between the two data formats results in great difficulty in deriving curvature from straight segments.
  • any line segment map database will be beset by both data capture and precision error. Both errors are a function of the type of capture used: whether it is the mechanical approximation of a stream of GPS points and the limits inherent in its coordinate system's precision, or the human/machine error of digitizing to an overlaid aerial photograph—in which both the rendering system's spheroid error, pixel digitization limitations, and the human's limitation in seeing and clicking the appropriate center point of a path contribute.
  • These errors can result in line segments that wobble or “staircase,” or have other undesirable artifacts—artifacts that are typically magnified upon conversion to a curvature model.
  • Shape point density when more shape points are added to data of a given accuracy, even though the new shape points may be of the same accuracy, the curvature model acquires more and more noise. That is, the closer the shape points, the curvature denominator (traversal distance) drops. At the same time, the numerator, angular change, becomes more susceptible to small perturbations—for example a single unit of placement error will result in roughly twice as much angular error when the shape point density is doubled. As a GIS becomes more richly and carefully shaped, we ironically discover its curvature noise profile increases. The magnitude of curvature error in the three point method caused by a small perturbation in any shape point is unbounded as the distance between shape points approaches zero.
  • Shape point density non-uniformity the most accurate line segment database will have a shape point where a curved section begins or ends, but does not accurately portray the curvature at that point, because shape points are considered unnecessary in the adjacent straight line path. Curvature algorithms that do not account for this will issue non-zero curvature values to straight paths, and will under-represent the curvature at the boundaries of curved sections.
  • a final difficulty is the fact that road shape to curvature conversion from shaped lines to curvature yields no error measurement or bounds: one cannot “tune” the raw conversion to limit the amount of error introduced.
  • Hough transform (U.S. Pat. No. 6,732,046)—The Hough transform produces geographic smoothing, and its sensitivity can be tuned to avoid unnecessary jitter in results. Yet the Hough transform does not robustly handle clothoid segments or other areas of non-uniform curvature. Furthermore, the Hough transform is sensitive to the stepwise collection buckets used for discovering radius and angle of azimuth: too few buckets and the sensitivity becomes markedly non-uniform based on orientation or radius; too many and the technique becomes computationally prohibitive. In addition, its computational burden in general makes it an undesirable database analysis tool.
  • Psi-s modeling (U.S. Pat. No. 7,152,022)—The conversion from coordinate space to psi-s allows for smoothing; unlike Hough it is not sensitive to arbitrary bucket design decisions; it can be used to find clothoids; and it is computationally simpler. Yet this technique suffers from discontinuities in the computed curvature values at the interfaces between adjacent curve fit segments—thus it is not a well formed clothoid spline (see FIG. 1 —the left-hand curve 104 illustrates this type of deficiency). It allows no ready means to limit or measure the representation error introduced by the conversion from shaped lines to curvature. Further, finding clothoids in the segmented results requires the code to match parabolic functions—a level of complexity not required in the approach of the present invention.
  • Standard Splines and Polynomial Equation Fit Polynomial equation techniques such as the cubic spline are available in the prior art; these equations can be fit to geographic paths with remarkable positional fidelity and few control points. However, such polynomial equations can generate artificially large curvature values, making them generally unsuitable for vehicle navigation and safety systems.
  • Dual Road Geometry for Representing Position and Curvature-Heading (U.S. Patent Publication No. US2007/0288158 A1)—The technique of using dual geometry representation attempts to solve a different problem: the fact that shaped lines often conform to connectivity restraints and other prohibitions that prevent them from representing the actual vehicular path in a given roadway. That technique can be useful when the actual path of vehicles is known, or when multiple paths are available for a given roadway segment. Different travel paths and uses might invoke different conversion methods or parameters. In such cases both geometric and curvature representations can be generated from multiple paths. However, that technique doesn't teach a particular method of producing curves (though it refers to the standard methods for producing splines and clothoids, already outlined above).
  • the technique is limited in the same ways as described above.
  • the dual road geometry representation technique is limited to cases where multiple representations are available or can be externally derived.
  • the present invention includes a method of determining curvature without producing irregularities, by using the roadway's context and known transition rules, and requires only a single shape representation.
  • the present system alleviates the problems described above and produces a bounded error model in the curvature domain.
  • the algorithm of the present invention is robust at any level of shape point density. It uses minimal or no generalization in the spatial domain. Instead, the predominant smoothing occurs after conversion into curvature/distance space. The difference is profound, since jitter in the input data tends to confound generalization—jittery points can survive generalization whereas important nearly-collinear intentional shapes can be lost—yet jitter is easily smoothed by a Gaussian filter over the resulting curve. A doubling of shape points, which will roughly quadruple error noise in the simplistic three-point curvature algorithm, will merely mean twice as many data points under each Gaussian filter.
  • the algorithm of the present invention is a robust conversion that actually increases in fidelity with increasing shape density.
  • the technique of the present invention deals with the interface between longer straight lines and the shorter lines involved in a curve by inserting additional shape points as needed, based on a calculation of error using the relative accuracy confidence. Doing so produces curves with the appropriate blend of fidelity to the original line work, while avoiding the unnecessary discontinuity in the curve parameters that can result from line densification, an adaptation often attempted in alternative techniques.
  • Shapes converted to curvature/distance space are amenable to simple first-order regression analysis.
  • a parametric clothoid spline is generated by solving in curvature/distance space a series of simple, piecewise (first order) least-squares analysis, in which the error is bounded inside each.
  • the technique is particularly facile for identifying abrupt changes in the curvature, yielding ready points for segmenting the linear approximations. The simplicity of the technique yields a very small, comprehendible, and efficient computer algorithm.
  • the error induced in representation is balanced against the likely jitter of the source. Start with optional generalization and the Gaussian filter in the curvature/distance domain to remove jitter. The amount of such smoothing is based on the known or determined relative accuracy of the path; it induces a small localized error well within the path's accuracy limit.
  • the spline fit of first-order least-squares segments can be parameterized to limit the total curve error and overall Root Mean Square Error (RMSE) to whatever practical values are required.
  • RMSE Root Mean Square Error
  • FIG. 2 illustrates the differences between a noncontiguous curve representation and a spline.
  • a geometric curve 200 shown with arbitrary direction of travel 202 for clarity, is represented by both a noncontiguous curvature function 204 and a spline curvature function 206 .
  • Dashed vertical lines 208 illustrate the discontinuities in the noncontiguous curvature function 204 . Said discontinuities 208 are undesirable for applications in which a curvature value relates to a warning level, an aiming device position, a maximum safe speed, or other physical state, because the discontinuity requires an instantaneous and abrupt change to said state.
  • One embodiment is constructed as a process illustrated below in FIG. 1 :
  • the method of the invention selects segments from a database 100 , using a segment selector algorithm 102 , to produce a collection of segments 104 .
  • the segment selector can use any of prior art techniques, notably relational query or geographic selection, or some combination of the two, though it needn't be so constrained. Multiple queries might be employed in order to garner a contiguous network of segments within a region for a certain mode of travel, or to meet specific application needs. Numerous selection means exist in prior art.
  • Segment Chaining A segment chaining algorithm, 106 , organizes the collection of segments 104 into chains 108 , of meaningful length (such as streets from one junction to the next junction). The only requirement on such chains is that they represent an unambiguous path without internal branches or discontinuities; the paths themselves may cross as needed.
  • Place Chain in Geographic Context/Transition Analysis Find prior and next “expected” travel segments (based on type, classification, Form of Way (FOW)). Extend the geometry into those zones; interpret length of transition zone (if any) using FOW/classifications. Remove shapes within transition zone.
  • FOW Form of Way
  • Gaussian Smooth Apply Gaussian smooth filter in Curvature space.
  • the resulting clothoid spline is available for a wide variety of uses; its parametric values may be appended to the original database, depicted as 112 in FIG. 1 .
  • the database, 112 may be updated with improved shapes as described herein.
  • one or more files, 114 may be written to associate the clothoid spline with the geometry. Such files may in turn be used for further processing, for deferred updates to the database, for delivery to consumers, or as direct input to devices such as ADAS units.
  • a segment selector is a component that selects the segments of interest.
  • Alternative embodiments are contemplated to select the database segments that will be analyzed for clothoid representation.
  • a query based on a segment's type e.g.: street versus land use feature), or location (e.g.: within an area of interest), or topology (e.g.: connected to other segments deemed interesting), or any combination of these and other criteria might be used to form the selection.
  • each chain a “no-decision” junction-to-junction path.
  • Chains represent the selected streets, with junctions providing topological relationships between adjoining chains.
  • segments are chained based on expected vehicular travel.
  • any street junction that represents a possible decision to exit or enter traffic on the street is an important location used to distinguish one travel chain from others.
  • a dead end within the selected network of segments is also an important location at which traffic flow or the area of interest ends. Traverse the plurality of important locations, finding each geographic chain of segments that traverses from a given important location, and touching no other important location, until it reaches the same or another important location. Chaining provides the opportunity to perform an analysis over a meaningful distance from the customer standpoint.
  • FIG. 3 illustrates curves that contain straight line interfaces.
  • the line segments within central points 303 , 304 , 305 , 306 , 307 comprise a turn, while the line segments between 302 , 303 and between 306 , 307 are intended to represent straight line travel.
  • An interface between straight line and curve section is implied as shown by arrows 310 , 312 .
  • the two straight line segments between 322 , 323 and 323 , 324 meet with an abrupt heading change at the single point 323 . That change at point 323 implies a quick curve, bounded by two inferred straight line-to-straight line interfaces illustrated by arrows 330 , 332 .
  • the present system utilizes the relative accuracy of the data to determine whether any given shape point trio is likely a constant curve, or an interface.
  • Relative accuracy is a measurement of how far the data's successive internal shapes might vary with respect to each other irrespective of heading changes in reality.
  • relative accuracy is limited by cumulative process inaccuracies such as human perception limits, pixel (pointing device) quantization, image accuracy, image registration or orthorectification errors, probe vehicle device jitter, geometric generalization, etc.
  • a relative accuracy claim might be supplied with source material, or can be inferred to be a proportion of the more common absolute accuracy claim.
  • shape points 302 , 303 , and 304 are an example of a single shape trio on chain L 300 .
  • the process derives the radius of the theoretical osculating circle based on those three points, and determines the maximum chord length for which that circular radius would remain within the relative accuracy tolerance.
  • maximum length is calculable from Pythagorean geometry as shown in FIG. 4 (Equation 1). If one or both attached line segments are longer than this limit, then a simple curving interpretation of the area between shape points is insufficient to meet the accuracy claims, and this is construed to be an interface between straight line and curve. In that case the invention proceeds to insert additional shape points in order to ensure that later stages interpret the chain correctly as an interface.
  • FIG. 4 illustrates the geometric means for calculating the maximum allowable chord length when the radius of curvature and the expected error tolerance are known.
  • a straight line chord 404 between its endpoints, having length l bisects a radial path 406 between the arc 400 and midpoint 402 such that a portion 408 of radial 406 rests between the arc 400 and chord 404 .
  • the length of line 408 represents the maximum error distance between the arc 400 and chord 404 .
  • the length of the radial portion 408 is assigned a value of t—our maximum error tolerance—such that other portion 410 of the radial 406 has a length of t ⁇ r.
  • deciding whether a line segment should be a straight line or part of a curve is not entirely certain. It is a likelihood, rather than a yes/no decision, and is more like the curve shown in FIG. 27 .
  • a line segment is virtually certain to be a straight line when the edge length exceeds the calculated maximum chord length, as described above. And when the line segment is substantially shorter than that calculated length, it is either part of a curve, or is so short as to be indiscernible from a curve at the given digitization accuracy—and thus may be safely considered a curve segment.
  • line segment lengths that are uncertain, as indicated by shaded area 2700 will occur. It is possible to ignore such cases, and assign a yes/no breakpoint at some location within the shaded section.
  • a better way, as employed in this invention, is to use a sliding scale of maximum chord length, using additional local information known to affect the digitization. For example, we know that a line segment intended to indicate a straight line will usually be much longer than its curved representation neighbors. So the lengths of the two line segments involved in the chord calculation are compared: if the length ratio of the longer versus smaller adjoining line segments is exceedingly high, then it is more likely the beginning of a curve and the length tolerance is commensurately reduced within the shaded area 2700 . Specifically, we consider r, the ratio of longer to shorter segment lengths, and constrain it to within the range of 2 to 8. Our interface detection tolerance is: maximum_chord_length/log 2 (r), which gives us a sliding scale between 1 ⁇ 3 to 1 times the originally calculated maximum chord length.
  • r is a certain standard minimum radius for the path type
  • is the current angle between the line segments.
  • one embodiment uses a 4-meter minimum radius for surface roads and parking lots.
  • FIG. 5 illustrates this process for the shapes previously considered in FIG. 3 .
  • New shape point 510 is added to L 500 between shapes 502 and 503
  • new shape point 512 is added to line L 500 between shapes 506 and 507 .
  • shape point 530 is added to L 520 between shapes 522 and 523
  • shape point 532 is added between shapes 523 and 524 . All such shape points are collinear with the original lines, such that they demarcate a section in which curvature is zero.
  • mild generalization may be employed at this point, for the primary purpose of reducing computational effort later.
  • Generalization should be limited to a tolerance of up to 1 ⁇ 2 the known relative accuracy.
  • Such generalization must not remove any point inserted by the straight line interface detection process (points 510 , 512 , 530 , and 532 in FIG. 5 ), nor any single shape point that has been identified as a straight line/straight line interface, such as point 523 in FIG. 5 .
  • the length of context should be at a minimum several times the Gaussian smoothing sigma value as described later, provided that length of context can be identified. For example, with roads in which the Gaussian smoothing sigma ranges from three to 15 meters, the present system retrieves up to 50 meters of context.
  • FIG. 6 illustrates two such cases: in example 600 , currently considered chain 610 connects at-grade with chains 612 , 614 , 616 , 618 , and 620 . Only chain 618 is deemed an acceptable continuation chain; neither of 612 nor 614 is of the correct angle to be continued in the other direction.
  • the context for chain 610 represented by dotted line C 622 , consists of the geometry of 610 and a portion of chain 618 that connects with 610 .
  • chain 642 is an acceptable match for both ends of the cul-de-sac's circular chain.
  • the full context, indicated by dotted line C 644 of the chain will consist of the cul-de-sac geometry, enclosed on both ends by a portion of chain 642 geometry.
  • the geographic database has been modeled using rules that prohibit it from accurately representing a path in some circumstances.
  • the geographic database requires all ramp ends at major interstates to terminate with a particular minimum approach angle, and that the effects of such constraint affect the ramp's representation over a distance of no more than 20 meters. It may be further known that the common merge distance beyond that point is 40 meters. In such cases the said 60-meter section can be replaced by a straight line. In other instances the invention could be used with known specific transition zones or other means for determining transition regions.
  • FIG. 7 illustrates a ramp, 700 , as the current chain.
  • a highway of chains 702 , 704 intersects the ramp, and it is determined by general azimuth that chain 704 is the correct context chain.
  • the full context, illustrated by dotted line C 706 removes shapes within the final 20 meters of ramp 700 and the first 40 meters of highway chain 704 .
  • a conditioned shape line represents expected traversal within the chain and the expected traversal between the chain and other nearby chains; the conditioned shape line also includes collinear terminal shape points to indicate the beginning and end of transitions between linear sections and curved sections.
  • This line has been purposefully conditioned so that a simplistic three-point curvature generation technique will yield robust functional results that can be further improved within curvature space by the remaining processes of the invention.
  • Curvature or diopter in units of 1 /distance-unit-radius
  • y axis linear traversal distance along the path
  • x axis linear traversal distance along the path. It is convenient to assign a single travel direction, and to consider one endpoint of the chain to be at location 0, with the remainder of the chain traversal accruing in the positive direction. Since some shape context might be present beyond the starting endpoint of the chain, it is deemed to be at a negative offset in the distance axis. Similarly, context beyond the final endpoint of the chain will be deemed to have an offset higher than the chain's traversal length.
  • the curvature values within context zones (below zero offset; above chain-length offset) are not directly used, but are present rather to ensure the fidelity of shape point trio conversion at the edges of the chain's length boundaries.
  • the curvature function's form is further restricted to that of a piecewise linear function. Since the definition of clothoid is a continuous change in curvature over traversal distance, then this step represents a conversion of the shaped line directly to a clothoid representation. Furthermore, the piecewise linear function is continuous, thus it is a form of clothoid spline.
  • shape point trios are converted to curvature space by calculating curvature as the radial angle change divided by half the sum of attached line segment lengths.
  • the only exception is the first and last shape trio, in which the end line segment's entire length instead of half that length is incorporated in the denominator.
  • Each value so calculated may be plotted as the y value at an x value indicating the travel distance along the path (which may be negative for pre-start context points).
  • the first and last values are also duplicated at the extreme distance positions. These measured values are connected with straight lines, as shown in FIG. 8 .
  • FIG. 8 shows a shaped line where the shapes begin at distance 0, with no negative context.
  • This value of ⁇ 0.04 diopter is placed at 25 on the x axis, illustrated by point 822 . Since it is the first line segment of the figure, the value is also duplicated at the low length extreme (zero distance), shown as point 820 in the graph.
  • Gaussian smoothing in the curvature/distance domain replaces the historic reliance on geographic generalization in order to reduce relative-accuracy-induced noise.
  • Gaussian smoothing in the curvature domain produces a more robust curvature graph.
  • the Gaussian smoothing width (or its sigma( ⁇ ) value) can be chosen anecdotally; it is roughly the distance over which curvature change should be detectable. It should be a high enough distance so that unintended noise from relative inaccuracy is mitigated. As a rule, the Gaussian sigma should be at least 3-4 times the relative accuracy value.
  • the Gaussian smoothed values will be used for curve fitting.
  • Gaussian smoothing ⁇ may be selected solely on the basis of relative accuracy, or it may be additionally modified based on road use type (such as ramp versus highway), expected vehicle types, or other measures that could indicate the likelihood and frequency of curvature change in the real feature.
  • Gaussian smoothing width need not be constant for all segments under consideration, or even within a given segment.
  • Appendix 2 further describes a ⁇ width-insensitive method that can be used to simplify the computation for Gaussian smoothing.
  • the Gaussian curve is simplified—the Gaussian values are approximated by sampling at various sigma intervals near each captured shape point position, such as ⁇ 4 ⁇ , ⁇ 2 ⁇ , and shape point position itself—and connecting these with straight lines. Wherever any two shape points are within 4 ⁇ of each other, those samples and the midpoint between them are calculated.
  • FIG. 9 highlights a ramp 900 to be analyzed, with traversal indicators 902 to guide the reader to interpreting the graph of FIG. 10 as it relates to traversal of ramp 900 .
  • FIG. 10 shows the jagged raw curvature data 1000 , and its smoothed approximation 1002 . The extremes of the shaping artifacts are quite smoothed, while the characteristic curve remains clear.
  • a smoothing function popular for its simplicity is the triangle filter, so-called because its sensitivity graph around a point x with aperture d can be visualized as a triangle with a value of zero at x-d and x+d, peaking at a value of 1/d at x.
  • its value at a point x is ( ⁇ f(x 1 )*(d ⁇
  • x ⁇ x 1 ))/d 2 , integrated from x 1 x ⁇ d to x+d.
  • the clothoid spline in curvature space is now smooth and amenable to simple regression analysis for curve fitting. This can be done by recursively applying a regression technique such as first-order (linear) least-squares fit.
  • Working in curve space provides a way to quantify and limit the amount of error that is generated in the fitting process.
  • One embodiment recursively applies first-order (linear) least-squares fit to the Gaussian smoothed curve, to generate a piecewise linear function as follows.
  • a listing in c++ is included, providing an easy means to generate a correct first order least squares line for any piecewise linear curve such as the curve being processed.
  • the recursive routine returns a piecewise linear function.
  • the function will operate over the whole of the length of the curve, or over some subset (termed “the subset”).
  • the method first tries a single-piece least-squares linear fit function (f′), which can be calculated using the computer code of FIG. 23 , to match the smoothed curve function (f) within the subset. Acceptance is determined by measuring the standard deviation, weighted by the length (d) of the subset, a formula of:
  • the system recurses by finding a pivot point at which the subset can be bifurcated.
  • the point in the subset at which the smoothed curve function varies most from a straight line drawn between the subset's endpoint values is chosen for a pivot. This so-called pivot point becomes the end point for a new “first” subset, and the start point for a new “second” subset.
  • the system recursively retrieves the best piecewise linear functions for these subsets.
  • f 1 (pivot) and f 2 (pivot) undoubtedly return different values.
  • the two piecewise functions must be modified to make a proper spline.
  • the pivot-point value for the merged function will be assigned a common value based on the distance-weighted mean value of the two pieces of each which touch the pivot point. That is, the value at the pivot point is assigned to:
  • V (pivot) ( d 1* f 1(pivot)+ d 2* f 2(pivot))/( d 1+ d 2) Equation 3—Value For Common Endpoints of Piecewise Linear Function
  • d 1 and d 2 are the lengths, respectively, of the linear portion of each function that touches the pivot.
  • This distance-weighted calculation for the pivot point has the notable characteristic of maintaining the same area in the fit function as that of the piecewise linear function undergoing fit. Since summed function area in curvature space is directly proportional to geographic heading change, this characteristic accumulates no overall heading error and thus minimizes error in general, as will be discussed further.
  • FIG. 11 shows a simple example operating along 90 units of distance.
  • each piece of each intermediate generated function has been labeled with a unique identifier; in actual practice, any method or software algorithm that models piecewise functions may be used, and the pieces themselves need not be distinct, other than for the purposes of determining length.
  • Exhibit 1100 illustrates a sample curvature against traversal graph of some geometric shape.
  • the first step of the invention attempts to generate a single least-squares match for the function, illustrated as the dotted overlay f 1 .
  • the error value of this function, compared to the original, fails to meet the set threshold.
  • the process must calculate a pivot point, illustrated by the encircled pivot point in Exhibit 1102 , which is the furthest point in the original function from an imaginary straight line connecting its endpoints.
  • Exhibit 1104 illustrates the next step—the attempt to generate a fit to the function between the origin, to the pivot found in 1102 , with function f 2 .
  • This function fit also fails to meet the error threshold, resulting in the need to again find a pivot point, this time the point on the visible portion of the original function which is furthest from an imaginary straight line connecting its visible portion endpoints.
  • Exhibit 1106 illustrates the next descent into function fitting, but at this stage the function fit f 3 meets acceptable error and is retained for later stages. Similarly Exhibit 1108 's function fit f 4 meets acceptance standards. Merging occurs, as shown in Exhibit 1110 , to reconcile these two function values at the pivot point they share, the pivot that had been calculated in 1104 .
  • Exhibits 1112 , 1114 , and 1116 are similar to 1104 , 1106 , and 1108 in first attempting a function fit (f 7 ) which fails to meet error criteria, and then succeeding with function fits in subsections delimited by the pivot point found in 1112 .
  • Exhibit 1118 reconciles the values of functions f 8 and f 9 at the pivot that had been found in 1112 .
  • the final step of Exhibit 1120 reconciles the values of the derived piecewise functions of 1110 and 1118 , at the pivot point that had been found in 1102 .
  • the result is the four-piece linear function fit shown in 1120 as an overlaid dotted line.
  • FIG. 12 is an actual resolved linear function for the road in FIG. 8 .
  • Function plot 1200 is the smoothed Gaussian approximation of the curvature—the same function as illustrated in 1002 of FIG. 10 .
  • Function plot 1202 is the result of the preceding recursive function fit process applied to that Gaussian approximation.
  • One embodiment of this invention as described above facilitates remarkably accurate discovery of straight line and arc sections of a path.
  • one can determine which portions of a geometric curve may be represented by straight lines (curvature zero), or by arc segments (constant curvature), rather than by the actual least-squares regression results.
  • Such determination may be advantageous if, as in the case of many roadways in most countries, the real-world features themselves are designed to use such shapes wherever possible.
  • Said determination may be used as information within client systems to improve line-of-sight calculations, optimize steering tracks of automated vehicles, or simply as a means to lower the computational overhead of interpolating curvature for other purposes.
  • Said determination may be delivered as a separate product, or may be used to generate new parametric values that will replace the initially calculated values altogether.
  • One embodiment searches for opportunities to replace endpoint values in the piecewise function, subjecting each proposed change to two error formulas: the distance weighted error value (E) from Equation 2, and an absolute value of accumulated error, or:
  • E (a) is quite important because absolute error is directly proportional to the angular error that may be introduced by the parameter replacement being considered.
  • One embodiment iterates along each section of the already calculated piecewise function, trying to fit it and as many successive sections as possible into a single constant valued function. For each section i, calculate the mean value of the original function, that is,
  • V ( m ) ( ⁇ f ( x ) dx )/ d Equation 5—Mean Value over Distance (V (m) ) of Function f
  • a successful section replacement is followed by successive attempts to push its endpoints yet further. Iteratively attempt to advance the beginning point or the ending point of the flat line section respectively to the location of the previous or next sample point. If the successful constant replacement value has not been forced to be zero (representing a straight geographic line), it should be permitted to “float” to the V (m) of the newly proposed expanded section. Calculate the error criteria for all affected sections; if they succeed, the advancement is considered viable. Continue until neither the beginning point nor the ending point of the flat line section can be expanded to a viable flat line, and accept the last successful advancement endpoints and the calculated constant value for that section.
  • the affinity logic is also applied to successive points between the linear function sections, and to the beginning point and endpoint of the functional fit. In a manner similar to the one used for replacing sections, any individual point may be replaced by zero if the two functional sections affected, the section before that point and the section after that point, remain within the error criteria following such a replacement.
  • FIG. 13 again shows the original smoothed Gaussian approximation to the road 900 in FIG. 9 , as plot 1300 ; and it shows the linear spline generated from it using the function fit process, as plot 1302 .
  • Plot 1304 shows the affinity model applied to 1302 .
  • the first point of function 1302 has been successfully modified to zero, shown at point 1306 , and two adjacent sections of 1302 , labeled 1308 and 1310 , have been successfully replaced with a single constant curve section labeled 1312 .
  • FIGS. 14 and 15 show the road that was used for this illustration, in isolation from other features.
  • the road has been annotated with the radius of curvature (which is the inverse of diopter) to indicate the high fidelity of the results.
  • the straight line 1312 from FIG. 13 directly relates to the region of detected constant curve with radius of 60 meters denoted by the end annotations marked 1400 in FIG. 14 , and consisting of those points and the roadway between them.
  • Zero is used to indicate no curvature (undefined radius).
  • the zero marking, 1402 relates to the zero affinity point 1306 in FIG. 13 , and is a reasonable representation of the ramp's flattening to a straight roadway at that point.
  • FIG. 15 shows this road using aerial photography, with a thin circle of 60-meter radius drawn coincident with the 60-meter circular arc endpoints ( 1500 ) detected by this invention.
  • the image demonstrates the highly accurate discovery of both the radius and the extent of a circular subsection within the road's centerline path, matching the imagery well despite the intrinsic error of the original line segment database.
  • one embodiment provides a robust conversion that eliminates the noise inherent in the relative inaccuracy of the original line segment data, while maintaining the fidelity to the real-world shapes it intends to represent. Said another way, this embodiment provides an environment in which shape fluctuations within the relative accuracy range of the source data will have a zero or negligible impact on the results, yet an optimal recognition of differentiating shape is obtained.
  • the Gaussian smoothing sigma should be three to four times the relative accuracy; in addition, the error tolerances for function fitting and affinity models can be appropriately derived.
  • the overall heading error can be set to zero, and the upper bound in positional error will be shown.
  • Heading error is defined as the instantaneous heading difference between a curve based on the clothoid parameters, compared to some plausible curve generated from the shaped line itself.
  • the overall heading error generated by a least squares curve fit of any standard deviation E over distance d is zero because any least squares curve will pass through (x mean , y mean )—thus the sum of curvature will be equal between least squares fit and the original function.
  • Equation 3 to force common endpoints between the piecewise least squares result sections also holds overall orientation error to zero. Therefore the only overall error in heading is produced by the affinity models.
  • Equation 5 mean calculation with a calculation that instead maintains the area under or over the curvature function. Since the sum of area under or over the curvature function is directly related to heading change, no change in area means a net heading error of zero.
  • FIG. 16 illustrates a specific example: in this case a fitted function 1600 is analyzed, with a function section consisting of two adjoining pieces, 1602 , to be considered for straight-line replacement, and having length b in the equation above with endpoint values of v 1 and v 2 .
  • Section 1602 is surrounded by function pieces before and after, with x axis extents marked as 1604 with length a and 1606 with length c, respectively.
  • a mean value 1608 for section 1602 of function 1600 has been calculated.
  • the calculation of equation 6 yields the value v as shown, leading to the proposed replacement function 1610 and having no net area change compared to function 1600 .
  • One embodiment has a simple clothoid-to-shape line reverse conversion to smooth and beautify existing shaped line chains.
  • Reverse conversions available in prior art, can be used to provide the optimal minimum number of shapes to adhere to a desired distance tolerance of the clothoid characterization. That is, in cases where shaped line data is the desired mode of delivery, the clothoid curve characterization as shown above can be used, with a reverse conversion, to reposition internal shapes on lines and deliver the results with a minimal number of shape points as needed for the desired application's precision.
  • distance (C.front, C.back) is less than 1 ⁇ 2 the distance determined in step 1, bifurcate C at the point discovered in step 1, split R at a proportional point, and perform again for both halves.
  • R′ be an affine transform of R such that R.front equals C.front and R.back equals Cback. Check the standard deviation distance between C and R. If greater than threshold T, bifurcate C at the point discovered in step 1, split R at a proportional point, and perform again for each half. Otherwise, R′ is the desired result.
  • FIG. 17 shows one such location in the curve where this can be observed.
  • 1700 illustrates this location of jitter along an existing shaped centerline 1702 .
  • Shape line 1704 is the result of conversion to clothoid and conversion back to shaped centerline. It can be seen that a smooth arc, particularly at location 1706 , has improved the road's shaping.
  • FIG. 18 shows such a case, in which a segment 1800 of the original data is replaced by 1802 , the conversion to clothoid and conversion back to shaped centerline.
  • FIGS. 19 , 20 , and 21 show a ramp and the design drawings for that ramp.
  • annotations 1902 and 1903 on ramp 1900 indicate that the ramp's radius has been identified as a constant 185.72 meters between those points.
  • the surveyor specified a 185 . 000 meter radius of curvature ( 2000 ).
  • the identified radius matches the ramp's design specification of 185 meters with an error of
  • This cross-check and the low error yields a high degree of confidence that the ramp between these points is represented accurately.
  • Notations 1906 indicate a radius that is not supported in the second design drawing of FIG. 21 . According to that design document, the curve should gradually transition to a straight line, but instead notations 1906 indicate a rather sudden turn. Thus, the cross-check with design documentation highlights the missing transition zone context, allowing the error to be found and corrected.
  • the means of this invention may be used to generate data files or database tables that describe paths as clothoid splines. This may be useful in the case where the original geometry is desired for display or other uses, but the curvature value is also needed.
  • One such method would be to populate a file or a database table with text or binary rows of data representing at least each segment endpoint and each transition point in the clothoid spline.
  • Each row of data may contain a segment identifier, a distance or proportion along that segment, and a curvature value expressed as either radius or diopter. Coordinates, the x and y position for each, might optionally be included as well.
  • One sample table is shown below, using the parameters shown in FIG. 13 , for the ramp in FIG. 14 . In this case, the geographic segment identifier is 72053.
  • the sample representation shown above uses radius instead of diopter for better human comprehensibility.
  • the process must encode straight lines which have an undefined radius with a special value; in this case, zero.
  • This sparse data allows any reading device to linearly interpolate, using the two nearest enclosing captured values, in order to arrive precisely at the function's curvature for a given point along the path.
  • a device should calculate that curvature by linear interpolation as ((129 ⁇ 100)*1/84+(100 ⁇ 69)*1/60)/(129 ⁇ 69), for a curvature of 0.0144 diopter or a radius of 69.6.
  • Another means of storing or transmittal for curvature might include providing arrays of (x, y, [z, . . . ], c) values in order to enhance the typical two-to-three-or-higher dimensional coordinate data points delivered with a geographic database—that is, inserting an extra value representing the instantaneous curvature at each shape point.
  • the C++ code listing of FIG. 23 shows a method to apply a least-squares fit to a piecewise linear function or a portion thereof.
  • LinearReference is used to represent all or a portion of a piecewise linear function.
  • LinearReference provides a begin( ) and end( ) map iterator to indicate its bounded section of the function in question; it provides front( ) and back( ) to return the actual first and second (x,y) values at the extreme front and back of that section.
  • the least squares fit for a portion of a piecewise linear function is begun by computing several easily calculated parameters to the standard least-squares formula.
  • the extreme x values are copied as local variables xbegin and xend in lines 10 and 11 .
  • the sum of x values is calculated on line 12 ; the sum of x 2 is calculated on line 14 , and the sum of samples (for a continuous function, that is the distance in x) is calculated on line 16 .
  • These are all easy integrals so they need only be computed once.
  • the working loop of the listing, in lines 18 through 32 takes linear section pieces in order and sums the remaining parameters, those that require the value of y.
  • Map iterators item and next demarcate the boundaries of each section of the linear piecewise function. Average y is calculated on line 25 . The integrated value of x*y is readily calculated once the slope intercept form of the function piece is known. The slope intercept form is built on line 27 , and the integral on lines 29 - 31 is calculated. When the loop completes, it is a simple matter (lines 33 - 36 ) to apply the standard least squares formula to the numeric values, resulting in a final slope-intercept form for a best fit line.
  • Appendix 2 Steps to an Approximation of a Gaussian Smoothed Linear Function as a Linear Function
  • a function can be smoothed with an approximation to a smoothing function in which smoothing function samples are connected by straight line functional segments, thus maintaining an easy-to-use linear piecewise function.
  • the individual Gaussian weighting approximations can efficiently be calculated in a computing system. Only certain points, at specific distances from each shape point in the original function, need be used in defining a new smoothed piecewise linear function.
  • This Gaussian smoothed value may be calculated at any point along a piecewise linear function by summing the weighted integrals of each functional section as it relates to that point.
  • the curvature/distance function is translated either forward or backward along the x axis, so that the point being analyzed lies at the x origin.
  • each linear piece of the function has an effect on the value at the origin as indicated by the integral shown in FIG. 24 (Equation 7), the Gaussian Weighted Value for a Linear Function at Zero, in which w is the instantaneous Gaussian weight of a point at any given offset (x) from the origin; and the linear function's value (y) of such point can be represented by v, the standard slope/intercept function form.
  • the sigma ( ⁇ ) value is the Gaussian smoothing sigma referred to in section 7 . Substituting the slope/intercept form and integrating w*v yields the integral function 2400 .
  • This function is not integratible, but it can be approximated by sampling the w*v value at small increments of x over the course of that piece's length, where w is the instantaneous Gaussian weight at a particular location relative to the sample point, and v is the linear function's value. Call these increments of x the quantization interval, or q.
  • One embodiment further simplifies these Gaussian calculations by considering all piecewise function events (beginning, end) to occur at intervals q—that is, each event location is forced to the closest integer multiple of q from the origin. q is usually related to ⁇ ; for example, q might be 0.01 ⁇ . Further, one embodiment saves and reuses weighting calculation results by using the following observations:
  • the overall Gaussian weight of this section is also a constant, w.
  • a range of the linear piecewise function will be analyzed around a point in the X axis called p x .
  • a section function is constructed, which returns the section containing a given point. Using that section function, consider each section within the range of p x ⁇ n ⁇ , to p x +n ⁇ , where n ⁇ represents our reasonable range, such as the 4 ⁇ range previously suggested.
  • a normalized distance quantization function, q is also constructed, which remembers current point p x and sigma ⁇ ; for any x position it returns a quantization of the standard normal distance from p x .
  • a function c is further defined to calculate the value multiplier in FIG. 25 for any quantized a range, and a function w to calculate the Gaussian weight value for any quantized a range.
  • the c and w functions may be designed to read the values of c′ and w′ from a lookup table based on range; and to store a calculated value the first time that range is encountered.
  • Equation 9 one can efficiently evaluate Equation 9 by summing the values for each function piece within the range of sections of interest.
  • One embodiment retains data simplicity by using piecewise linear approximations to the Gaussian smoothing function. This embodiment is most efficient if the number of points at which Equation 9 is calculated is strictly limited.
  • the Gaussian smoothing function's value can be approximated by evaluating only a few strategic locations near the critical shape points. It is shown in the Gaussian curve in FIG. 26 that the weighting function can be approximated with under 2% RMS error by simply evaluating Equation 9 at each critical shape point, plus the points at ⁇ 2.197 ⁇ offset, and at ⁇ 4 ⁇ offset from each such point.
  • FIG. 26 illustrates the Gaussian weight curve, 2600 , compared against a linear approximation 2602 in which samples are taken at 2.197 ⁇ and 4.0 ⁇ . Calculating the sample point and the points at ⁇ 2.197 ⁇ offset, and at ⁇ 4 ⁇ offset from the sample requires one to generate no more than five approximations per original sample point.
  • a single midpoint sample can be inserted between them; similarly, for samples less than 8 ⁇ apart, in addition to the ⁇ 2.197 ⁇ sample point insertions, insert a single midpoint sample to limit the effects of any data fluctuations outside the samples on the line between them.
  • Embodiments can include computer-based methods and systems which may be implemented using a conventional general purpose computer(s) or a specialized digital computer(s) or microprocessor(s), programmed according to the teachings of the present disclosure.
  • Appropriate software coding can readily be prepared by programmers based on the teachings of the present disclosure.
  • Embodiments can include a computer readable medium, such as a computer readable storage medium.
  • the computer readable storage medium can have stored instructions which can be used to program a computer to perform any of the features present herein.
  • the storage medium can include, but is not limited to, any type of disk including floppy disks, optical discs, DVD, CD-ROMs, micro drive, and magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, DRAMs, flash memory or any media or device suitable for storing instructions and/or data.
  • the present invention can include software for controlling the hardware of a computer, such as a general purpose/specialized computer(s) or a microprocessor(s), and for enabling them to interact with a human user or other mechanism utilizing the results of the present invention.
  • software may include, but is not limited to, device drivers, operating systems, execution environments/containers, and user applications.
  • Embodiments can include providing code for implementing processes.
  • the providing can include providing code to a user in any manner.
  • the providing can include providing the code on a physical media to a user; or any other method of making the code available.
  • Embodiments can include a computer-implemented method for transmitting the code which can be executed at a computer to perform any of the processes of embodiments.
  • the transmitting can include transfer through any portion of a network, such as the Internet; through wires; or any other type of transmission.
  • the transmitting can include initiating a transmission of code; or causing the code to pass into any region or country from another region or country.
  • a transmission to a user can include any transmission received by the user in any region or country, regardless of the location from which the transmission is sent.

Abstract

Embodiments of the invention include a computer readable storage medium storing instructions for applying clothoid curve values to roadways in a geographic data information system. One embodiment is a computer readable storage medium, storing instructions executable by a processor for applying clothoid curve values to roadways in a geographic data information system, the instructions comprising: selecting database segments in the geographic data information system, wherein the database segments describe roadways; determining segment chains from the selected database segments; preparing the segment chains for transition to curvature space; transitioning to a curvature function in the curvature space, by computing heading change at points along the segment chain, resulting in a transformation of the segment chains into clothoids; smoothing the curvature function; fitting the smoothed curvature function with a more generalized form which remains within a selected tolerance of the smoothed curvature function; and storing identified segments of straight lines, transition zones, and segments of constant curvature in the geographic data information system.

Description

    CLAIM OF PRIORITY
  • The present application claims priority to U.S. Provisional Application No. 60/992,251 entitled “SYSTEM AND METHOD FOR APPLYING CLOTHOID CURVE VALUES TO ROADWAYS IN A GEOGRAPHIC DATA INFORMATION SYSTEM,” by James Alan Witmer, filed Dec. 4, 2007, which application is incorporated herein by reference.
  • CROSS-REFERENCE TO RELATED APPLICATIONS
  • The following co-pending U.S. patent applications are assigned to the assignee of the present application, and their disclosures are incorporated herein by reference:
  • U.S. patent application Ser. No. ______ entitled “METHOD FOR APPLYING CLOTHOID CURVE VALUES TO ROADWAYS IN A GEOGRAPHIC CATA INFORMATION SYSTEM” by James Alan Witmer, filed ______ [Attorney Docket No. TELA-07806US1]; and
  • U.S. patent application Ser. No. ______ entitled “SYSTEM FOR APPLYING CLOTHOID CURVE VALUES TO ROADWAYS IN A GEOGRAPHIC DATA INFORMATION SYSTEM” by James Alan Witmer, filed ______ [Attorney Docket No. TELA-07806US3].
  • COPYRIGHT NOTICE
  • A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
  • FIELD OF THE INVENTION
  • The present invention relates to digital map databases and systems that use such digital map databases, including Geographic Information Systems (GIS), Navigation Systems (embedded, PDA, wireless), Internet applications, etc., and particularly to the representation of curvature information along linear features in such systems.
  • BACKGROUND OF THE INVENTION
  • A vast majority of GIS digital maps represent straight linear features—streets, water, political, land use, or recreational boundaries—as chained line segments connected by mutual endpoints often referred to as shape points. These points represent a point in 2-space or 3-space deemed to be along the path of the line of travel, service, or boundary. These shape points are usually inflections or bends along a single path, such that when two line edges meet at any shape point they are generally not collinear. The clear intention of such lines is representing the real-world feature to a reasonably good approximation in a reasonably simple and compact form. Travel along the actual real-world path or boundary can be approximately represented by traversing each successive line segment.
  • The shaped line format described is a simplified model of real-world paths; its primary strength is its simplicity. It is easy to draw on a raster screen, and it readily allows computations for length, distance, and other geometric queries. However, since actual linear features are much more complex and composed of non-line segment components, representation by shaped lines is plagued with representation error. Any attempt to reduce this representation error requires an increase in the density of the data; no finite amount of data stored in a line segment format can perfectly represent a non-line segment shape.
  • The Clothoid is a two-dimensional shape or path, defined to have constant change in curvature over the travel distance. As classically illustrated, the clothoid looks like a clock spring, with zero curvature at one end, and then coiling ever tighter at the other end. Arcs and line segments are simply special cases of the clothoid. A circular arc is a clothoid because it has a constant curvature—that is, zero curvature change—wherein the curvature magnitude is inversely related to that circle's radius. A straight line is also a clothoid, having both a no-curvature change, and a constant curvature of zero over its entire length.
  • Clothoids and their special cases, circular arcs and straight lines, are used in much real-world construction. Roads in particular are often constructed from pieced segments consisting of straight lines, circular arcs, and clothoids. Roadbed designers recognize that roadway curvature directly relates to movement of steering wheels and axle components of vehicles traversing the roadway. For them, limiting any abrupt changes in curvature by choosing clothoid design where feasible, represents a decision that maximizes vehicular safety and comfort, and minimizes wear on roadway components.
  • The concept of splines is available in mathematics. Though originally referring to a thin flexible rod used to draw curves, the term is mathematically understood as a function fit in which the fitting function has some number of continuous derivatives. Thinking further about the vehicle and steering wheel example above, one can see that in order to minimize disruptive changes in steering, a vehicular path should be a spline with respect to heading change over distance traveled, with the first derivative of heading change per unit distance—that is, curvature—being a continuous function. This type of function will be referred to herein as the “clothoid spline.”
  • SUMMARY OF THE INVENTION
  • Embodiments of the invention include a computer readable storage medium storing instructions for applying clothoid curve values to roadways in a geographic data information system. One embodiment is a computer readable storage medium, storing instructions executable by a processor for applying clothoid curve values to roadways in a geographic data information system, the instructions comprising: selecting database segments in the geographic data information system, wherein the database segments describe roadways; determining segment chains from the selected database segments; preparing the segment chains for transition to curvature space; transitioning to a curvature function in the curvature space, by computing heading change at points along the segment chain, resulting in a transformation of the segment chains into clothoids; smoothing the curvature function; fitting the smoothed curvature function with a more generalized form which remains within a selected tolerance of the smoothed curvature function; and storing identified segments of straight lines, transition zones, and segments of constant curvature in the geographic data information system.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Embodiments of the present invention will be described in detail based on the following figures, wherein:
  • FIG. 1 shows the design for the process for one embodiment;
  • FIG. 2 compares two clothoid representations of a curve;
  • FIG. 3 shows curvature and straight line interfaces;
  • FIG. 4 shows the geographic rationale for equation 1: the maximum chord length for a radius of curvature yielding at most a maximum tolerance of error;
  • FIG. 5 shows curvature and straight line interfaces with added shapes;
  • FIG. 6 shows add context for expected traversal path;
  • FIG. 7 shows ramp transition zones;
  • FIG. 8 shows curvature conversion;
  • FIG. 9 shows a road section for analysis;
  • FIG. 10 shows approximate Gaussian smoothing of curvature values;
  • FIG. 11 shows generating the piecewise curvature spline function;
  • FIG. 12 shows a calculated piecewise curvature spline function;
  • FIG. 13 shows a calculated piecewise spline with curve affinity applied;
  • FIG. 14 shows the analyzed road with radius indicator annotation;
  • FIG. 15 shows annotated ramp, 60-meter circle, and 60-meter detection endpoints superimposed on aerial photograph;
  • FIG. 16 shows using least squares curve fit lengths to calculate a zero net effect latitude value proposal for a section;
  • FIG. 17 shows an example where reshaping removed subtle relative accuracy jitter;
  • FIG. 18 shows reshaping a low quality shaped line;
  • FIG. 19 shows a database ramp annotated with generated curvature values;
  • FIG. 20 shows the design drawing of the southern portion of the database ramp;
  • FIG. 21 shows the design drawing of the northern portion of the database ramp;
  • FIG. 22 shows a photograph of the ramp described in FIG. 19, FIG. 20, and FIG. 21;
  • FIG. 23 shows sample code to generate least squares fit of a linear piecewise function;
  • FIG. 24 shows the Gaussian weighted value integral for a linear function at a point labeled as zero;
  • FIG. 25 shows a Gaussian approximation summation applied to a linear piecewise function around a point;
  • FIG. 26 shows an illustration of Gaussian weight approximation at sample, 2.2 sigma, and 4 sigma; and
  • FIG. 27 shows an illustration of the likelihood of whether a line segment is a straight line or part of a curve.
  • DETAILED DESCRIPTION OF THE INVENTION
  • Important applications such as vehicle safety systems and Advanced Driver Assistance Systems (ADAS) require road path information that is not explicitly derivable or available in a line-segment representation. Such systems generally have need for the instantaneous curvature of the feature, centered at the point on that feature nearest the current location of a vehicle or probe. Instantaneous curvature information can also be used to dramatically improve the image rendering quality of the map display.
  • The clothoid is also a fuller, more accurate, and often more compact geographic storage model than the shaped line representations of most map databases. The present invention captures curvature values and rates of change from a pre-existing map database.
  • In order to meet the needs of Advanced Driver Assistance Systems (ADAS) automotive safety systems and driver comfort enhancements, along with other present and future applications, the present invention discloses a method to determine line segments, circular arcs, and clothoidal sections that form the portions of any path of travel represented in a geographic database.
  • In one embodiment, the segmented data is represented as a clothoid spline, in that the parametric data defines a curve in which the entire path is represented by clothoid segments, and in which the curvature at the common point between any two clothoid segments will be guaranteed to be continuous and unambiguous.
  • One alternative embodiment improves the shape of database segments using the clothoid spline that was previously generated by this invention, converted back to a shaped line. One embodiment uses the method of this invention to improve a geographic database or customer data that is represented in line segment form. One embodiment generates a clothoid spline, and subsequently converts that clothoid spline into a shaped line; and finally replaces the original database segment shapes with those of the generated shaped line. Another embodiment generates a clothoid spline; subsequently converts that clothoid spline into a shaped line; and finally replaces or adjusts the customer data representation with the shape of the generated shaped line. One alternative embodiment improves real-time display.
  • Glossary and Conventions:
  • One embodiment of the invention describes and graphs curvature with units of diopter (1/radius), with the convention that positive curvature values induce a chosen direction of travel to bear left, and negative curvature values cause said travel to bear to the right. This convention is to be regarded as illustrative and not intended to limit or define the scope of the invention to the use of such representation units or direction.
  • A travel direction in the illustrations is further defined as a notational convenience.
  • Segment: a segment (or a road segment) is a linear element in the geographic database, having position and other attributes, and typically represented in the shaped line geographic model. In some databases segments may be topologically integrated with other features.
  • Geographic Database: the term geographic database is used herein to refer to any data storage model that consists of elements associated with a geographic position, including one or more of point location, linear path, and/or area. Elements of the geographic database are typically topologically associated, by junction (endpoint meeting points) and perhaps other geometric qualities. Data elements may be associated with each other, or with non-geographic entities, and may contain non-geographic attributes such as, but not limited to, name, classification, importance, address ranges, census division.
  • GIS: A geographic information system, or GIS, refers to a system of database access providing spatial and/or relational access to members of a geographic database. GIS systems are often associated with a map display, but need not be so limited: they may also comprise tabular lists, such as a list of nearby restaurants and hotels, or may be embodied as intermediate spatial data delivery systems employed within larger information systems.
  • Roadways and Junctions: One embodiment applies clothoidal curve values to roadways, and uses the at-grade roadway decision points (junctions) as convenient locations for dividing said roadways into manageable lengths for computation and representation. There is actually no reason to limit such analysis to roadways; and segmenting pathways other than through the use of street junctions could be construed. These conventions are illustrative in nature, and not intended to limit the scope of the invention.
  • Inherent Difficulties
  • Curvature represents the rate of change of the heading of a path. Shaped line data by comparison is composed of segments of constant heading, with discrete changes in heading occurring at the shape points; its heading's first derivative is discontinuous with a value of zero punctuated by infinite instantaneous change. This mathematical distinction between the two data formats results in great difficulty in deriving curvature from straight segments.
  • Furthermore, any line segment map database will be beset by both data capture and precision error. Both errors are a function of the type of capture used: whether it is the mechanical approximation of a stream of GPS points and the limits inherent in its coordinate system's precision, or the human/machine error of digitizing to an overlaid aerial photograph—in which both the rendering system's spheroid error, pixel digitization limitations, and the human's limitation in seeing and clicking the appropriate center point of a path contribute. These errors can result in line segments that wobble or “staircase,” or have other undesirable artifacts—artifacts that are typically magnified upon conversion to a curvature model.
  • The simple “three point method” of computing curvature illustrates these difficulties. Curvature can be approximated wherever a pair of line segments touch (the shared point and each line segment's opposite endpoint form 3 points, hence the technique name). This method computes the directional change at the shared point and divides it by half the sum of the lines' length. Successive values so computed form a rough curvature model. This conversion is unstable, being overly sensitive to the following:
  • Shape point density: when more shape points are added to data of a given accuracy, even though the new shape points may be of the same accuracy, the curvature model acquires more and more noise. That is, the closer the shape points, the curvature denominator (traversal distance) drops. At the same time, the numerator, angular change, becomes more susceptible to small perturbations—for example a single unit of placement error will result in roughly twice as much angular error when the shape point density is doubled. As a GIS becomes more richly and carefully shaped, we ironically discover its curvature noise profile increases. The magnitude of curvature error in the three point method caused by a small perturbation in any shape point is unbounded as the distance between shape points approaches zero.
  • Shape point density non-uniformity: the most accurate line segment database will have a shape point where a curved section begins or ends, but does not accurately portray the curvature at that point, because shape points are considered unnecessary in the adjacent straight line path. Curvature algorithms that do not account for this will issue non-zero curvature values to straight paths, and will under-represent the curvature at the boundaries of curved sections.
  • A final difficulty is the fact that road shape to curvature conversion from shaped lines to curvature yields no error measurement or bounds: one cannot “tune” the raw conversion to limit the amount of error introduced.
  • Limitations in State of the Art Technologies for Computation of Road Shape to Curvature Conversion
  • Three point method: as described above, this is unstable and very noisy, with no control over conversion error. Some variants of the algorithm utilize pre-generalization, or the converse: inserting intermediate collinear shape points to longer lines. These variants may reduce some artifacts, but not robustly: a small change in shape point's position can affect its inclusion in generalization, yielding drastic differences in results from basically the same data.
  • Hough transform: (U.S. Pat. No. 6,732,046)—The Hough transform produces geographic smoothing, and its sensitivity can be tuned to avoid unnecessary jitter in results. Yet the Hough transform does not robustly handle clothoid segments or other areas of non-uniform curvature. Furthermore, the Hough transform is sensitive to the stepwise collection buckets used for discovering radius and angle of azimuth: too few buckets and the sensitivity becomes markedly non-uniform based on orientation or radius; too many and the technique becomes computationally prohibitive. In addition, its computational burden in general makes it an undesirable database analysis tool.
  • Psi-s modeling: (U.S. Pat. No. 7,152,022)—The conversion from coordinate space to psi-s allows for smoothing; unlike Hough it is not sensitive to arbitrary bucket design decisions; it can be used to find clothoids; and it is computationally simpler. Yet this technique suffers from discontinuities in the computed curvature values at the interfaces between adjacent curve fit segments—thus it is not a well formed clothoid spline (see FIG. 1—the left-hand curve 104 illustrates this type of deficiency). It allows no ready means to limit or measure the representation error introduced by the conversion from shaped lines to curvature. Further, finding clothoids in the segmented results requires the code to match parabolic functions—a level of complexity not required in the approach of the present invention.
  • Use of Bowing Coefficient: (U.S. Pat. No. 6,681,177)—This technique avoids the complexity of parametric curves altogether by reverting to a simple distance-of-travel versus chord distance measure. The method is computationally simple and can be relatively insensitive to jitter in the coordinate data. However, it suffers from “over-generalization”—data is collected at specific points and for specific distances (the bow length). In its lowest bowing length extreme, it is merely an analogy of the three-point method. With higher lengths, it becomes a generalized depiction of a certain length of road. This means that sharp curves, relatively quick changes in curves, and the beginning or ends of curves, are improperly characterized. Furthermore, this technique produces dense data with no facile technique to reduce the data by detecting clothoid sections, nor does the method provide means to limit or measure the induced representational error introduced by the conversion from shaped lines to curvature.
  • Standard Splines and Polynomial Equation Fit: Polynomial equation techniques such as the cubic spline are available in the prior art; these equations can be fit to geographic paths with remarkable positional fidelity and few control points. However, such polynomial equations can generate artificially large curvature values, making them generally unsuitable for vehicle navigation and safety systems.
  • Dual Road Geometry for Representing Position and Curvature-Heading: (U.S. Patent Publication No. US2007/0288158 A1)—The technique of using dual geometry representation attempts to solve a different problem: the fact that shaped lines often conform to connectivity restraints and other prohibitions that prevent them from representing the actual vehicular path in a given roadway. That technique can be useful when the actual path of vehicles is known, or when multiple paths are available for a given roadway segment. Different travel paths and uses might invoke different conversion methods or parameters. In such cases both geometric and curvature representations can be generated from multiple paths. However, that technique doesn't teach a particular method of producing curves (though it refers to the standard methods for producing splines and clothoids, already outlined above). Thus, the technique is limited in the same ways as described above. In addition, the dual road geometry representation technique is limited to cases where multiple representations are available or can be externally derived. In contrast, the present invention includes a method of determining curvature without producing irregularities, by using the roadway's context and known transition rules, and requires only a single shape representation.
  • Differentiating Aspects of the Teleatlas Clothoid Algorithm
  • By contrast, the present system alleviates the problems described above and produces a bounded error model in the curvature domain.
  • Shape Point Density
  • The algorithm of the present invention is robust at any level of shape point density. It uses minimal or no generalization in the spatial domain. Instead, the predominant smoothing occurs after conversion into curvature/distance space. The difference is profound, since jitter in the input data tends to confound generalization—jittery points can survive generalization whereas important nearly-collinear intentional shapes can be lost—yet jitter is easily smoothed by a Gaussian filter over the resulting curve. A doubling of shape points, which will roughly quadruple error noise in the simplistic three-point curvature algorithm, will merely mean twice as many data points under each Gaussian filter. The algorithm of the present invention is a robust conversion that actually increases in fidelity with increasing shape density.
  • Shape Density Non-Uniformity
  • The technique of the present invention deals with the interface between longer straight lines and the shorter lines involved in a curve by inserting additional shape points as needed, based on a calculation of error using the relative accuracy confidence. Doing so produces curves with the appropriate blend of fidelity to the original line work, while avoiding the unnecessary discontinuity in the curve parameters that can result from line densification, an adaptation often attempted in alternative techniques.
  • Simplicity
  • Shapes converted to curvature/distance space are amenable to simple first-order regression analysis. In one embodiment, a parametric clothoid spline is generated by solving in curvature/distance space a series of simple, piecewise (first order) least-squares analysis, in which the error is bounded inside each. Furthermore, the technique is particularly facile for identifying abrupt changes in the curvature, yielding ready points for segmenting the linear approximations. The simplicity of the technique yields a very small, comprehendible, and efficient computer algorithm.
  • Error Limitation/Control
  • The error induced in representation is balanced against the likely jitter of the source. Start with optional generalization and the Gaussian filter in the curvature/distance domain to remove jitter. The amount of such smoothing is based on the known or determined relative accuracy of the path; it induces a small localized error well within the path's accuracy limit. The spline fit of first-order least-squares segments can be parameterized to limit the total curve error and overall Root Mean Square Error (RMSE) to whatever practical values are required.
  • Clothoid Spline Representation
  • The technique of the present invention generates a clothoid spline. FIG. 2 illustrates the differences between a noncontiguous curve representation and a spline. In the figure, a geometric curve 200, shown with arbitrary direction of travel 202 for clarity, is represented by both a noncontiguous curvature function 204 and a spline curvature function 206. Dashed vertical lines 208 illustrate the discontinuities in the noncontiguous curvature function 204. Said discontinuities 208 are undesirable for applications in which a curvature value relates to a warning level, an aiming device position, a maximum safe speed, or other physical state, because the discontinuity requires an instantaneous and abrupt change to said state.
  • 1. Overview
  • One embodiment is constructed as a process illustrated below in FIG. 1:
  • Segment Selection: The method of the invention selects segments from a database 100, using a segment selector algorithm 102, to produce a collection of segments 104. The segment selector can use any of prior art techniques, notably relational query or geographic selection, or some combination of the two, though it needn't be so constrained. Multiple queries might be employed in order to garner a contiguous network of segments within a region for a certain mode of travel, or to meet specific application needs. Numerous selection means exist in prior art.
  • Segment Chaining: A segment chaining algorithm, 106, organizes the collection of segments 104 into chains 108, of meaningful length (such as streets from one junction to the next junction). The only requirement on such chains is that they represent an unambiguous path without internal branches or discontinuities; the paths themselves may cross as needed.
  • Perform a Process on each chain, as illustrated in box 110, which will mathematically decode the chain into a clothoid spline, as follows:
  • Find Corner Interfaces: at adjacent shape edges where the osculating circle deviates by more than a known relative accuracy from the shaped line.
  • Place Chain in Geographic Context/Transition Analysis: Find prior and next “expected” travel segments (based on type, classification, Form of Way (FOW)). Extend the geometry into those zones; interpret length of transition zone (if any) using FOW/classifications. Remove shapes within transition zone.
  • Convert to Curvature-Distance System: Represent chain in Distance/Curvature coordinate system. Clip geometry back to valid region.
  • Gaussian Smooth: Apply Gaussian smooth filter in Curvature space.
  • Basic Curve-Fit: Apply a successive or recursive curve fit technique (for example, least-squares linear fit, bifurcating at furthest data point from the trend line until the error criteria is met).
  • Flat and Zero Affinity: iteratively attempt flat-line and zero-point replacements.
  • Result: Following this process, the resulting clothoid spline is available for a wide variety of uses; its parametric values may be appended to the original database, depicted as 112 in FIG. 1. The database, 112, may be updated with improved shapes as described herein. Alternately or additionally, one or more files, 114, may be written to associate the clothoid spline with the geometry. Such files may in turn be used for further processing, for deferred updates to the database, for delivery to consumers, or as direct input to devices such as ADAS units.
  • 2. Segment Selection
  • Select segment types of interest within area of interest, or using other criteria of interest. In one embodiment, a segment selector is a component that selects the segments of interest. Alternative embodiments are contemplated to select the database segments that will be analyzed for clothoid representation. A query based on a segment's type (e.g.: street versus land use feature), or location (e.g.: within an area of interest), or topology (e.g.: connected to other segments deemed interesting), or any combination of these and other criteria might be used to form the selection.
  • 3. Segment Chaining
  • This portion of the process produces chains of meaningful extents: e.g., each chain a “no-decision” junction-to-junction path. Chains represent the selected streets, with junctions providing topological relationships between adjoining chains. In one embodiment, segments are chained based on expected vehicular travel. In particular, any street junction that represents a possible decision to exit or enter traffic on the street is an important location used to distinguish one travel chain from others. A dead end within the selected network of segments is also an important location at which traffic flow or the area of interest ends. Traverse the plurality of important locations, finding each geographic chain of segments that traverses from a given important location, and touching no other important location, until it reaches the same or another important location. Chaining provides the opportunity to perform an analysis over a meaningful distance from the customer standpoint.
  • 4. Find Corner Interfaces
  • For each chain, it is important to detect interfaces between straight line sections and either curves or other straight line segments. Examples are shown below. This detection is needed because shaped line segments assume that the travel path is approximately linear between shape points, a fundamental difference from a curve-based representation. Without such interface detection, any resulting curve will erroneously indicate curve on straight sections, and under-represent curvature at the interface area. A very light shape point generalization may be advised prior to interface detection, in order to remove unintended collinear shape points caused by topological intersections with non-selected features.
  • FIG. 3 illustrates curves that contain straight line interfaces. In the geometric line L300, containing shape points 302, 303, 304, 305, 306, 307, the line segments within central points 303, 304, 305, 306 comprise a turn, while the line segments between 302,303 and between 306,307 are intended to represent straight line travel. An interface between straight line and curve section is implied as shown by arrows 310,312. In the geometric line L320, containing shape points 322, 323, 324, the two straight line segments between 322,323 and 323,324 meet with an abrupt heading change at the single point 323. That change at point 323 implies a quick curve, bounded by two inferred straight line-to-straight line interfaces illustrated by arrows 330,332.
  • The present system utilizes the relative accuracy of the data to determine whether any given shape point trio is likely a constant curve, or an interface. Relative accuracy is a measurement of how far the data's successive internal shapes might vary with respect to each other irrespective of heading changes in reality. In captured data, relative accuracy is limited by cumulative process inaccuracies such as human perception limits, pixel (pointing device) quantization, image accuracy, image registration or orthorectification errors, probe vehicle device jitter, geometric generalization, etc. A relative accuracy claim might be supplied with source material, or can be inferred to be a proportion of the more common absolute accuracy claim. That is, anecdotal evidence in geographic data suggests that relative accuracy is often well represented as 25% the distance of the data supplier's absolute accuracy claims, though this proportion may vary in other domains. In cases where no source material claims are found, relative accuracy can be inferred by observation such as manual sampling of point quality with respect to available imagery, or other similar means.
  • The present invention processes successive trios of shape points in each chain. Referring to FIG. 3, shape points 302, 303, and 304 are an example of a single shape trio on chain L300. For each such trio of successive shape points in the chain, the process derives the radius of the theoretical osculating circle based on those three points, and determines the maximum chord length for which that circular radius would remain within the relative accuracy tolerance. Such maximum length is calculable from Pythagorean geometry as shown in FIG. 4 (Equation 1). If one or both attached line segments are longer than this limit, then a simple curving interpretation of the area between shape points is insufficient to meet the accuracy claims, and this is construed to be an interface between straight line and curve. In that case the invention proceeds to insert additional shape points in order to ensure that later stages interpret the chain correctly as an interface.
  • FIG. 4 illustrates the geometric means for calculating the maximum allowable chord length when the radius of curvature and the expected error tolerance are known. Given an arc 400 of radius r as shown with circle midpoint 402: one can see that a straight line chord 404 between its endpoints, having length l, bisects a radial path 406 between the arc 400 and midpoint 402 such that a portion 408 of radial 406 rests between the arc 400 and chord 404. The length of line 408 represents the maximum error distance between the arc 400 and chord 404. The length of the radial portion 408 is assigned a value of t—our maximum error tolerance—such that other portion 410 of the radial 406 has a length of t−r. Using the Pythagorean Theorem on right triangle T420 formed by the radial 406, radial 414, and the half-chord 412, we can arrive at the maximum length of 412. Solving and doubling that length to get the length of chord 404, gives the maximum chord length that can be encountered if a straight line shape is truly intending to model a path of radius r within error tolerance t.
  • In actual practice, deciding whether a line segment should be a straight line or part of a curve is not entirely certain. It is a likelihood, rather than a yes/no decision, and is more like the curve shown in FIG. 27. A line segment is virtually certain to be a straight line when the edge length exceeds the calculated maximum chord length, as described above. And when the line segment is substantially shorter than that calculated length, it is either part of a curve, or is so short as to be indiscernible from a curve at the given digitization accuracy—and thus may be safely considered a curve segment. However, line segment lengths that are uncertain, as indicated by shaded area 2700, will occur. It is possible to ignore such cases, and assign a yes/no breakpoint at some location within the shaded section.
  • A better way, as employed in this invention, is to use a sliding scale of maximum chord length, using additional local information known to affect the digitization. For example, we know that a line segment intended to indicate a straight line will usually be much longer than its curved representation neighbors. So the lengths of the two line segments involved in the chord calculation are compared: if the length ratio of the longer versus smaller adjoining line segments is exceedingly high, then it is more likely the beginning of a curve and the length tolerance is commensurately reduced within the shaded area 2700. Specifically, we consider r, the ratio of longer to shorter segment lengths, and constrain it to within the range of 2 to 8. Our interface detection tolerance is: maximum_chord_length/log2(r), which gives us a sliding scale between ⅓ to 1 times the originally calculated maximum chord length.
  • Also, roads are more often constructed with straight ends when they approach 90-degree T junctions. Thus the final line segment of a chain that ends at a near-90-degree T junction is more aggressively detected by halving the chord length tolerance as calculated above. These and other similar adjustments may be applied based on real-world domain knowledge or knowledge of the data supplier's error factors.
  • When an interface is indicated by the calculation, an additional collinear shape point is inserted so that later curvature calculation will distinguish the straight section as being actually straight. The insertion proceeds as follows:
  • If only one attached edge triggers the maximum chord length, insert a collinear shape point on that edge near the center point, such that a new line segment of the same length as the shorter edge has been created.
  • If both edges trigger the maximum chord length, create a collinear shape point along each edge near the center point, at a distance of d=rθ where r is a certain standard minimum radius for the path type, and θ is the current angle between the line segments. For example, one embodiment uses a 4-meter minimum radius for surface roads and parking lots.
  • FIG. 5 illustrates this process for the shapes previously considered in FIG. 3. New shape point 510 is added to L500 between shapes 502 and 503, and new shape point 512 is added to line L500 between shapes 506 and 507. Similarly, shape point 530 is added to L520 between shapes 522 and 523, and shape point 532 is added between shapes 523 and 524. All such shape points are collinear with the original lines, such that they demarcate a section in which curvature is zero.
  • In an alternative embodiment, mild generalization may be employed at this point, for the primary purpose of reducing computational effort later. Generalization should be limited to a tolerance of up to ½ the known relative accuracy. Such generalization must not remove any point inserted by the straight line interface detection process ( points 510, 512, 530, and 532 in FIG. 5), nor any single shape point that has been identified as a straight line/straight line interface, such as point 523 in FIG. 5.
  • 5. Place Chain in Geographic Context/Transition Analysis
  • When there is a known expected travel path from the given chain to other chains, a portion of their geography may be added to the chain's shape as context (FIG. 6). This ensures that the ends of the chain can be given curvature values that represent a broader view of the expected traversal path. The length of context should be at a minimum several times the Gaussian smoothing sigma value as described later, provided that length of context can be identified. For example, with roads in which the Gaussian smoothing sigma ranges from three to 15 meters, the present system retrieves up to 50 meters of context.
  • FIG. 6 illustrates two such cases: in example 600, currently considered chain 610 connects at-grade with chains 612, 614, 616, 618, and 620. Only chain 618 is deemed an acceptable continuation chain; neither of 612 nor 614 is of the correct angle to be continued in the other direction. In that case, the context for chain 610, represented by dotted line C622, consists of the geometry of 610 and a portion of chain 618 that connects with 610. In the case of the cul-de-sac 640 in example 630, chain 642 is an acceptable match for both ends of the cul-de-sac's circular chain. The full context, indicated by dotted line C644, of the chain will consist of the cul-de-sac geometry, enclosed on both ends by a portion of chain 642 geometry.
  • It is possible that the geographic database has been modeled using rules that prohibit it from accurately representing a path in some circumstances. For example, street centerline merge points—at the ends of ramps or surrounding traffic islands—are often subject to geometric rules designed to provide acceptable route guidance instructions. In such cases it is important to determine whether the data represents true travel, or simply an idealized representation, and to yield appropriate results in either case. In an embodiment that works with ramps, for example, it may be necessary to smooth or replace shapes in the vicinity of a road junction to more properly approximate the true travel path.
  • As a particular example, as shown in FIG. 7, it may be known that the geographic database requires all ramp ends at major interstates to terminate with a particular minimum approach angle, and that the effects of such constraint affect the ramp's representation over a distance of no more than 20 meters. It may be further known that the common merge distance beyond that point is 40 meters. In such cases the said 60-meter section can be replaced by a straight line. In other instances the invention could be used with known specific transition zones or other means for determining transition regions.
  • FIG. 7 illustrates a ramp, 700, as the current chain. A highway of chains 702, 704 intersects the ramp, and it is determined by general azimuth that chain 704 is the correct context chain. The full context, illustrated by dotted line C706, removes shapes within the final 20 meters of ramp 700 and the first 40 meters of highway chain 704.
  • At this point in the process a conditioned shape line represents expected traversal within the chain and the expected traversal between the chain and other nearby chains; the conditioned shape line also includes collinear terminal shape points to indicate the beginning and end of transitions between linear sections and curved sections. This line has been purposefully conditioned so that a simplistic three-point curvature generation technique will yield robust functional results that can be further improved within curvature space by the remaining processes of the invention.
  • 6. Convert to Curvature-Distance System
  • One embodiment of this invention converts the conditioned shape line to curvature space. Curvature or diopter (in units of 1/distance-unit-radius) may be considered the y axis, and linear traversal distance along the path is the x axis. It is convenient to assign a single travel direction, and to consider one endpoint of the chain to be at location 0, with the remainder of the chain traversal accruing in the positive direction. Since some shape context might be present beyond the starting endpoint of the chain, it is deemed to be at a negative offset in the distance axis. Similarly, context beyond the final endpoint of the chain will be deemed to have an offset higher than the chain's traversal length. The curvature values within context zones (below zero offset; above chain-length offset) are not directly used, but are present rather to ensure the fidelity of shape point trio conversion at the edges of the chain's length boundaries.
  • In this embodiment the curvature function's form is further restricted to that of a piecewise linear function. Since the definition of clothoid is a continuous change in curvature over traversal distance, then this step represents a conversion of the shaped line directly to a clothoid representation. Furthermore, the piecewise linear function is continuous, thus it is a form of clothoid spline.
  • In general, shape point trios are converted to curvature space by calculating curvature as the radial angle change divided by half the sum of attached line segment lengths. The only exception is the first and last shape trio, in which the end line segment's entire length instead of half that length is incorporated in the denominator. Each value so calculated may be plotted as the y value at an x value indicating the travel distance along the path (which may be negative for pre-start context points). The first and last values are also duplicated at the extreme distance positions. These measured values are connected with straight lines, as shown in FIG. 8. For ease of display, FIG. 8 shows a shaped line where the shapes begin at distance 0, with no negative context.
  • In FIG. 8, point 802 is calculated first, using the direction change in radians (−0.12) divided by the full length of the first line segment between points 800, 802 plus half the length of the next segment between points 802, 804. That denominator is (25+1/2*10=30). This value of −0.04 diopter is placed at 25 on the x axis, illustrated by point 822. Since it is the first line segment of the figure, the value is also duplicated at the low length extreme (zero distance), shown as point 820 in the graph. Point 804 has direction change of −0.4 radians; divide by half each attached line's length (1/2*10+1/2*4=7). Its value of −0.057 is placed at 35 on the x axis, illustrated by graph point 824. Calculations continue in this way until the entire path is converted.
  • 7. Apply Gaussian Smoothing
  • In an embodiment of this invention, Gaussian smoothing in the curvature/distance domain replaces the historic reliance on geographic generalization in order to reduce relative-accuracy-induced noise. Gaussian smoothing in the curvature domain produces a more robust curvature graph.
  • The Gaussian smoothing width (or its sigma(σ) value) can be chosen anecdotally; it is roughly the distance over which curvature change should be detectable. It should be a high enough distance so that unintended noise from relative inaccuracy is mitigated. As a rule, the Gaussian sigma should be at least 3-4 times the relative accuracy value. The Gaussian smoothed values will be used for curve fitting. Gaussian smoothing σ may be selected solely on the basis of relative accuracy, or it may be additionally modified based on road use type (such as ramp versus highway), expected vehicle types, or other measures that could indicate the likelihood and frequency of curvature change in the real feature. Note that relative accuracy or other measures used to determine the Gaussian σ may vary, thus in the means described in this invention, the Gaussian smoothing width need not be constant for all segments under consideration, or even within a given segment. Appendix 2 further describes a σ width-insensitive method that can be used to simplify the computation for Gaussian smoothing.
  • In one embodiment, the Gaussian curve is simplified—the Gaussian values are approximated by sampling at various sigma intervals near each captured shape point position, such as ±4σ, ±2σ, and shape point position itself—and connecting these with straight lines. Wherever any two shape points are within 4σ of each other, those samples and the midpoint between them are calculated. FIG. 9 highlights a ramp 900 to be analyzed, with traversal indicators 902 to guide the reader to interpreting the graph of FIG. 10 as it relates to traversal of ramp 900. FIG. 10 shows the jagged raw curvature data 1000, and its smoothed approximation 1002. The extremes of the shaping artifacts are quite smoothed, while the characteristic curve remains clear.
  • Other embodiments to this invention may involve smoothing the curvature function by means other than Gaussian weight. In particular, a smoothing function popular for its simplicity is the triangle filter, so-called because its sensitivity graph around a point x with aperture d can be visualized as a triangle with a value of zero at x-d and x+d, peaking at a value of 1/d at x. In other words, its value at a point x is (∫f(x1)*(d−|x−x1))/d2, integrated from x1=x−d to x+d. Another simple smoothing function is the square filter, in which the sensitivity is a constant 1/2d x−d and x+d, thus having a value at point x of ∫ f(x1)/2d, integrated from x1=x−d to x+d. These filters and many others can be applied as part of this invention, and may further benefit from the computation-saving concepts described in Appendix A2.
  • 8. Curve Fit
  • The clothoid spline in curvature space is now smooth and amenable to simple regression analysis for curve fitting. This can be done by recursively applying a regression technique such as first-order (linear) least-squares fit. Working in curve space provides a way to quantify and limit the amount of error that is generated in the fitting process.
  • One embodiment recursively applies first-order (linear) least-squares fit to the Gaussian smoothed curve, to generate a piecewise linear function as follows. A listing in c++ is included, providing an easy means to generate a correct first order least squares line for any piecewise linear curve such as the curve being processed.
  • The recursive routine returns a piecewise linear function. The function will operate over the whole of the length of the curve, or over some subset (termed “the subset”).
  • The method first tries a single-piece least-squares linear fit function (f′), which can be calculated using the computer code of FIG. 23, to match the smoothed curve function (f) within the subset. Acceptance is determined by measuring the standard deviation, weighted by the length (d) of the subset, a formula of:

  • E=d*√∫(f′−f)2   Equation 2—Length-weighted Standard Error
  • If E is greater than a preset maximum, the calculated linear function is insufficient to meet the error criterion, and the system recurses as shown below. If E is acceptable, then the calculated function is returned.
  • The system recurses by finding a pivot point at which the subset can be bifurcated. In one embodiment, the point in the subset at which the smoothed curve function varies most from a straight line drawn between the subset's endpoint values is chosen for a pivot. This so-called pivot point becomes the end point for a new “first” subset, and the start point for a new “second” subset. The system recursively retrieves the best piecewise linear functions for these subsets.
  • One final resolution is necessary before joining the two piecewise functions (for example, f1 and f2) at the pivot point: f1(pivot) and f2(pivot) undoubtedly return different values. The two piecewise functions must be modified to make a proper spline. The pivot-point value for the merged function will be assigned a common value based on the distance-weighted mean value of the two pieces of each which touch the pivot point. That is, the value at the pivot point is assigned to:

  • V(pivot)=(d1*f1(pivot)+d2*f2(pivot))/(d1+d2)   Equation 3—Value For Common Endpoints of Piecewise Linear Function
  • in which d1 and d2 are the lengths, respectively, of the linear portion of each function that touches the pivot. This distance-weighted calculation for the pivot point has the notable characteristic of maintaining the same area in the fit function as that of the piecewise linear function undergoing fit. Since summed function area in curvature space is directly proportional to geographic heading change, this characteristic accumulates no overall heading error and thus minimizes error in general, as will be discussed further.
  • With the pivot point value resolved, the two equations can be joined. FIG. 11 shows a simple example operating along 90 units of distance. For the purpose of clarity, each piece of each intermediate generated function has been labeled with a unique identifier; in actual practice, any method or software algorithm that models piecewise functions may be used, and the pieces themselves need not be distinct, other than for the purposes of determining length.
  • The numbered exhibits of FIG. 11 illustrate successive steps in using this recursive approach in discovering a good function fit. Exhibit 1100 illustrates a sample curvature against traversal graph of some geometric shape. In Exhibit 1102 the first step of the invention attempts to generate a single least-squares match for the function, illustrated as the dotted overlay f1. The error value of this function, compared to the original, fails to meet the set threshold. The process must calculate a pivot point, illustrated by the encircled pivot point in Exhibit 1102, which is the furthest point in the original function from an imaginary straight line connecting its endpoints. Exhibit 1104 illustrates the next step—the attempt to generate a fit to the function between the origin, to the pivot found in 1102, with function f2. This function fit also fails to meet the error threshold, resulting in the need to again find a pivot point, this time the point on the visible portion of the original function which is furthest from an imaginary straight line connecting its visible portion endpoints. Exhibit 1106 illustrates the next descent into function fitting, but at this stage the function fit f3 meets acceptable error and is retained for later stages. Similarly Exhibit 1108's function fit f4 meets acceptance standards. Merging occurs, as shown in Exhibit 1110, to reconcile these two function values at the pivot point they share, the pivot that had been calculated in 1104. Exhibits 1112, 1114, and 1116 are similar to 1104, 1106, and 1108 in first attempting a function fit (f7) which fails to meet error criteria, and then succeeding with function fits in subsections delimited by the pivot point found in 1112. Exhibit 1118 reconciles the values of functions f8 and f9 at the pivot that had been found in 1112. The final step of Exhibit 1120 reconciles the values of the derived piecewise functions of 1110 and 1118, at the pivot point that had been found in 1102. The result is the four-piece linear function fit shown in 1120 as an overlaid dotted line.
  • FIG. 12 is an actual resolved linear function for the road in FIG. 8. Function plot 1200 is the smoothed Gaussian approximation of the curvature—the same function as illustrated in 1002 of FIG. 10. Function plot 1202 is the result of the preceding recursive function fit process applied to that Gaussian approximation.
  • 9. Apply Straight Line and Curve Affinity
  • One embodiment of this invention as described above facilitates remarkably accurate discovery of straight line and arc sections of a path. Thus one can determine which portions of a geometric curve may be represented by straight lines (curvature zero), or by arc segments (constant curvature), rather than by the actual least-squares regression results. Such determination may be advantageous if, as in the case of many roadways in most countries, the real-world features themselves are designed to use such shapes wherever possible. Said determination may be used as information within client systems to improve line-of-sight calculations, optimize steering tracks of automated vehicles, or simply as a means to lower the computational overhead of interpolating curvature for other purposes. Said determination may be delivered as a separate product, or may be used to generate new parametric values that will replace the initially calculated values altogether.
  • In the discussion below, it is convenient to describe one embodiment as replacing the initially calculated values. It can be seen that other scenarios, for example delivering one or more alternative functions using varying levels of straight line and curve affinity in addition to the basic curve fit, are possible. Therefore the replacement terminology is illustrative and not intended to limit the scope of the invention.
  • One embodiment searches for opportunities to replace endpoint values in the piecewise function, subjecting each proposed change to two error formulas: the distance weighted error value (E) from Equation 2, and an absolute value of accumulated error, or:

  • E(a)=|∫(f′−f)∂d|  Equation 4—Formula for Absolute Value of Accumulated Error (E(a))
  • The latter value, E(a), is quite important because absolute error is directly proportional to the angular error that may be introduced by the parameter replacement being considered.
  • Each function value replacement proposed in the techniques below, whether it is a single point replacement, or the replacement of a contiguous section of the function, must undergo this error test. The function section prior to the replaced value(s) must continue to meet the criteria; the function section immediately following the replaced value(s) must continue to meet the criteria; and in the case where a contiguous section is replaced, that new section must meet the criteria. When all these criteria are met, the replacement is deemed of sufficient quality to be taken.
  • One embodiment iterates along each section of the already calculated piecewise function, trying to fit it and as many successive sections as possible into a single constant valued function. For each section i, calculate the mean value of the original function, that is,

  • V(m)=(∫f(x)dx)/ d   Equation 5—Mean Value over Distance (V(m)) of Function f
  • in which d is the total distance covered. Attempt to replace both endpoints of section i with V(m), applying the error criteria to this section, the preceding section (i−1), and to the successive section (i+1). If all affected sections are within the maximum tolerance, this replacement is acceptable. Attempt to aggregate adjacent functional sections by repeating this process with a combined section consisting of this section and the succeeding section (i+1). Continue adding successive sections until the proposed replacement fails. The most recent viable replacement for a contiguous group of sections is considered a successful constant-value function replacement.
  • When a successful constant-value function replacement is identified, also check the error criteria for a replacement function with a constant value of zero instead of V(m) for the new function section. If a zero value meets the tolerance for all affected sections, use the zero value as the new function section endpoints; otherwise they should be set to V(m). After performing this successful constant-value function replacement, advance the iteration to the next unchecked function section.
  • In a further refinement of this method, a successful section replacement is followed by successive attempts to push its endpoints yet further. Iteratively attempt to advance the beginning point or the ending point of the flat line section respectively to the location of the previous or next sample point. If the successful constant replacement value has not been forced to be zero (representing a straight geographic line), it should be permitted to “float” to the V(m) of the newly proposed expanded section. Calculate the error criteria for all affected sections; if they succeed, the advancement is considered viable. Continue until neither the beginning point nor the ending point of the flat line section can be expanded to a viable flat line, and accept the last successful advancement endpoints and the calculated constant value for that section.
  • The affinity logic is also applied to successive points between the linear function sections, and to the beginning point and endpoint of the functional fit. In a manner similar to the one used for replacing sections, any individual point may be replaced by zero if the two functional sections affected, the section before that point and the section after that point, remain within the error criteria following such a replacement.
  • FIG. 13 again shows the original smoothed Gaussian approximation to the road 900 in FIG. 9, as plot 1300; and it shows the linear spline generated from it using the function fit process, as plot 1302. Plot 1304 shows the affinity model applied to 1302. The first point of function 1302 has been successfully modified to zero, shown at point 1306, and two adjacent sections of 1302, labeled 1308 and 1310, have been successfully replaced with a single constant curve section labeled 1312.
  • FIGS. 14 and 15 show the road that was used for this illustration, in isolation from other features. For illustrative purposes, the road has been annotated with the radius of curvature (which is the inverse of diopter) to indicate the high fidelity of the results. The straight line 1312 from FIG. 13 directly relates to the region of detected constant curve with radius of 60 meters denoted by the end annotations marked 1400 in FIG. 14, and consisting of those points and the roadway between them. Zero is used to indicate no curvature (undefined radius). The zero marking, 1402, relates to the zero affinity point 1306 in FIG. 13, and is a reasonable representation of the ramp's flattening to a straight roadway at that point.
  • FIG. 15 shows this road using aerial photography, with a thin circle of 60-meter radius drawn coincident with the 60-meter circular arc endpoints (1500) detected by this invention. The image demonstrates the highly accurate discovery of both the radius and the extent of a circular subsection within the road's centerline path, matching the imagery well despite the intrinsic error of the original line segment database.
  • 10. Setting Error Tolerances in Conversion
  • Operation in curvature/distance space, and the simplifying representation of the Gaussian smoothed curvature profile as piecewise linear functions, provide for control of the conversion error introduced during the process.
  • In so doing, one embodiment provides a robust conversion that eliminates the noise inherent in the relative inaccuracy of the original line segment data, while maintaining the fidelity to the real-world shapes it intends to represent. Said another way, this embodiment provides an environment in which shape fluctuations within the relative accuracy range of the source data will have a zero or negligible impact on the results, yet an optimal recognition of differentiating shape is obtained. The Gaussian smoothing sigma should be three to four times the relative accuracy; in addition, the error tolerances for function fitting and affinity models can be appropriately derived.
  • The overall heading error can be set to zero, and the upper bound in positional error will be shown.
  • One embodiment limits heading error between curvature-based representation and shaped line representation. Heading error is defined as the instantaneous heading difference between a curve based on the clothoid parameters, compared to some plausible curve generated from the shaped line itself. In one embodiment, the overall heading error generated by a least squares curve fit of any standard deviation E over distance d is zero because any least squares curve will pass through (xmean, ymean)—thus the sum of curvature will be equal between least squares fit and the original function. Similarly, the use of Equation 3 to force common endpoints between the piecewise least squares result sections also holds overall orientation error to zero. Therefore the only overall error in heading is produced by the affinity models. These errors are bounded solely by the choice of E and E(a).
  • Alternative Embodiment: Straight Line Affinity with Zero Accumulated Heading Error
  • In fact, the overall orientation error within the affinity model can be held to zero by adjusting Equation 5's mean calculation with a calculation that instead maintains the area under or over the curvature function. Since the sum of area under or over the curvature function is directly related to heading change, no change in area means a net heading error of zero. With values as indicated in FIG. 15, simple equation solving can show that a replacement of v1 and v2 with:

  • v=(a*v1+2b*mean+c*v2)/(a+2b+c)   Equation 6: ZeroError Flat Line Substitution
  • will have the same overall curvature as the original approximating function. In this alternative, the accumulated error, E(a) need not be determined; it is precisely zero.
  • FIG. 16 illustrates a specific example: in this case a fitted function 1600 is analyzed, with a function section consisting of two adjoining pieces, 1602, to be considered for straight-line replacement, and having length b in the equation above with endpoint values of v1 and v2. Section 1602 is surrounded by function pieces before and after, with x axis extents marked as 1604 with length a and 1606 with length c, respectively. A mean value 1608 for section 1602 of function 1600 has been calculated. The calculation of equation 6 yields the value v as shown, leading to the proposed replacement function 1610 and having no net area change compared to function 1600.
  • Note that the use of zero affinity is not readily provided in this alternative; only flat-line affinity, related to the detection of circle segments, is available. Nonetheless, flat lines that had been detected in the find corner interfaces will remain flat.
  • Finally, with overall accumulated heading error at zero, the only source for positional error is the cumulative effect of instantaneous heading variance. This effect is proportional to the value of E permitted in building the least squares fit, times distance; however, since distance was used as a denominator in the error criteria, distance error can be bound to a constant within each section of the curve.
  • 11. Reshaping or Enhancing Database Geometry
  • One embodiment has a simple clothoid-to-shape line reverse conversion to smooth and beautify existing shaped line chains. Reverse conversions, available in prior art, can be used to provide the optimal minimum number of shapes to adhere to a desired distance tolerance of the clothoid characterization. That is, in cases where shaped line data is the desired mode of delivery, the clothoid curve characterization as shown above can be used, with a reverse conversion, to reposition internal shapes on lines and deliver the results with a minimal number of shape points as needed for the desired application's precision.
  • Given that some level of conversion error is inevitable and in fact desired in order to eliminate relative accuracy artifacts, it may be necessary to take the raw results of a reverse conversion, and transform the results to meet the original shaped line at strategic intervals. In an embodiment of this technique, the steps to generate such a function from a reverse transform (R), such that its standard deviation remains less than a threshold (T) from an original chain (C), are described as follows.
  • Find the furthest non-endpoint of chain C from both ends (that is, such that the smaller of distance (pt, C.front), distance (pt, C.back) is greater than that for any other point).
  • If distance (C.front, C.back) is less than ½ the distance determined in step 1, bifurcate C at the point discovered in step 1, split R at a proportional point, and perform again for both halves.
  • Let R′ be an affine transform of R such that R.front equals C.front and R.back equals Cback. Check the standard deviation distance between C and R. If greater than threshold T, bifurcate C at the point discovered in step 1, split R at a proportional point, and perform again for each half. Otherwise, R′ is the desired result.
  • Join the generated chains. They are all now within the distance tolerance (T).
  • In the ramp example shown in the previous illustrations, subtle relative accuracy jitter is removed. FIG. 17 shows one such location in the curve where this can be observed. 1700 illustrates this location of jitter along an existing shaped centerline 1702. Shape line 1704 is the result of conversion to clothoid and conversion back to shaped centerline. It can be seen that a smooth arc, particularly at location 1706, has improved the road's shaping.
  • In other cases, where the original line segment data is of lower accuracy, as shown in FIG. 18, image 1800, a reshaping using the technique described produces the chain shown in image 1802. The new chain adheres remarkably well to the actual orientation of the feature. It would generate curvature information of high quality despite the poor original segment. In such a case either the original data may be replaced by the reshaped line, or the data delivered for certain uses might contain the replacement.
  • FIG. 18 shows such a case, in which a segment 1800 of the original data is replaced by 1802, the conversion to clothoid and conversion back to shaped centerline.
  • 12. Generating Reasonable Approximations to Design Specifications
  • It is often useful to generate circular and clothoidal parameters for curves as a reverse-engineering process to build a reasonable approximation of original roadbed design. Such a process can be used to annotate “as built” drawings or to add further value to a geographic database. When design drawings are available, the circular and clothoidal output generated from the process can be compared against original drawings, such that nearly identical values can be used to verify the database and drawings against each other. When significantly different values are encountered, they may be used to identify as-built discrepancies; locate issues in the underlying database, such as faulty geographic registration or data capture flaws; identify modeling differences that affect the road centerline, such as a road widening or lane configuration change; or identify transition zones that were previously unnoticed.
  • The application of such cross-checking is illustrated as follows. FIGS. 19, 20, and 21 show a ramp and the design drawings for that ramp. In FIG. 19, annotations 1902 and 1903 on ramp 1900 indicate that the ramp's radius has been identified as a constant 185.72 meters between those points. Comparing with FIG. 20, which is one page of the design specification for the same ramp, the surveyor specified a 185.000 meter radius of curvature (2000). Thus, the identified radius matches the ramp's design specification of 185 meters with an error of |185.72−185.0|/185.0, or under 0.5%. This cross-check and the low error yields a high degree of confidence that the ramp between these points is represented accurately.
  • Although the endpoints of the identified radius are generally correct, the southern endpoint is short, with a brief transition clothoid to an arc of about 20 meters wider, seen by the notation 1904 in FIG. 19. This short shape transition is not reflected on the design document; however, review against photography (FIG. 22) shows that this is the precise spot, indicated at location 2200, in which an additional lane appears, widening the ramp. Furthermore, in this region of the ramp the vector representation hugs the outer edge of the curve instead of remaining central. The design document itself indicates a 90-meter taper zone for this lane, correlating closely to the region identified between point 1902 and 1904. The cross-check of the clothoid spline against design document thus has revealed an aspect of the road and of its database representation, which might be of interest either to the customer or to parties validating the lane modeling and positional accuracy of the database.
  • At the northern end of the ramp is a transition zone between ramp and highway. The context for this ramp was purposefully removed when running the invention, in order to show the means of identifying such an error. Notations 1906 indicate a radius that is not supported in the second design drawing of FIG. 21. According to that design document, the curve should gradually transition to a straight line, but instead notations 1906 indicate a rather sudden turn. Thus, the cross-check with design documentation highlights the missing transition zone context, allowing the error to be found and corrected.
  • 13. Generating Data Files for ADAS and Other Uses
  • The means of this invention may be used to generate data files or database tables that describe paths as clothoid splines. This may be useful in the case where the original geometry is desired for display or other uses, but the curvature value is also needed.
  • One such method would be to populate a file or a database table with text or binary rows of data representing at least each segment endpoint and each transition point in the clothoid spline. Each row of data may contain a segment identifier, a distance or proportion along that segment, and a curvature value expressed as either radius or diopter. Coordinates, the x and y position for each, might optionally be included as well. One sample table is shown below, using the parameters shown in FIG. 13, for the ramp in FIG. 14. In this case, the geographic segment identifier is 72053.
  • TABLE 1
    ID Offset (m) Radius (m)
    72053 0 0
    72053 69 84
    72053 129 60
    72053 288 60
    72053 357 190
    72053 422 190
  • The sample representation shown above uses radius instead of diopter for better human comprehensibility. However in this case the process must encode straight lines which have an undefined radius with a special value; in this case, zero. This sparse data allows any reading device to linearly interpolate, using the two nearest enclosing captured values, in order to arrive precisely at the function's curvature for a given point along the path. Thus to report the curvature for the point 100 meters past the start of segment 72053, a device should calculate that curvature by linear interpolation as ((129−100)*1/84+(100−69)*1/60)/(129−69), for a curvature of 0.0144 diopter or a radius of 69.6.
  • Another means of storing or transmittal for curvature might include providing arrays of (x, y, [z, . . . ], c) values in order to enhance the typical two-to-three-or-higher dimensional coordinate data points delivered with a geographic database—that is, inserting an extra value representing the instantaneous curvature at each shape point.
  • In addition to these methods, many other techniques can be used to transmit or convey the curvature data and should be considered within the scope of this invention.
  • Appendix 1—Listings A1.1: Generating a Linear (First Order) Least Squares Curve Fit for Any Continuous Piecewise Linear Function
  • The C++ code listing of FIG. 23 shows a method to apply a least-squares fit to a piecewise linear function or a portion thereof.
  • It is efficient to store piecewise linear functions in C++ standard map (std::map) objects, in which the x and y values of each point are stored wherever linear function pieces meet or terminate as the first and second fields of the map's value objects. Accessing a single section of the linear piecewise function consists of accessing two consecutive map iterators.
  • A C++ object called LinearReference is used to represent all or a portion of a piecewise linear function. LinearReference provides a begin( ) and end( ) map iterator to indicate its bounded section of the function in question; it provides front( ) and back( ) to return the actual first and second (x,y) values at the extreme front and back of that section.
  • SlopeIntercept is a C++ object (not shown here) containing a slope and an intercept value. It can be constructed using standard algebra from any two distinct coordinates (x1,y1) and (x2, y2) in which case slope=(y2−y1)/(x2−x1), and the intercept=y1−slope*x1. This construction is used on line 27. It can also be constructed directly from a slope and intercept specification as is used on the final return statement on line 36.
  • In FIG. 23's listing, the least squares fit for a portion of a piecewise linear function is begun by computing several easily calculated parameters to the standard least-squares formula. The extreme x values are copied as local variables xbegin and xend in lines 10 and 11. The sum of x values is calculated on line 12; the sum of x2 is calculated on line 14, and the sum of samples (for a continuous function, that is the distance in x) is calculated on line 16. These are all easy integrals so they need only be computed once. The working loop of the listing, in lines 18 through 32, takes linear section pieces in order and sums the remaining parameters, those that require the value of y. Map iterators item and next demarcate the boundaries of each section of the linear piecewise function. Average y is calculated on line 25. The integrated value of x*y is readily calculated once the slope intercept form of the function piece is known. The slope intercept form is built on line 27, and the integral on lines 29-31 is calculated. When the loop completes, it is a simple matter (lines 33-36) to apply the standard least squares formula to the numeric values, resulting in a final slope-intercept form for a best fit line.
  • Appendix 2—Steps to an Approximation of a Gaussian Smoothed Linear Function as a Linear Function
  • In the curvature/distance domain, a function can be smoothed with an approximation to a smoothing function in which smoothing function samples are connected by straight line functional segments, thus maintaining an easy-to-use linear piecewise function. First, the individual Gaussian weighting approximations can efficiently be calculated in a computing system. Only certain points, at specific distances from each shape point in the original function, need be used in defining a new smoothed piecewise linear function.
  • A2.1: Using a Gaussian Weighting Approximation
  • This Gaussian smoothed value may be calculated at any point along a piecewise linear function by summing the weighted integrals of each functional section as it relates to that point. For mathematical convenience in the following description, the curvature/distance function is translated either forward or backward along the x axis, so that the point being analyzed lies at the x origin.
  • Each linear piece of the function has an effect on the value at the origin as indicated by the integral shown in FIG. 24 (Equation 7), the Gaussian Weighted Value for a Linear Function at Zero, in which w is the instantaneous Gaussian weight of a point at any given offset (x) from the origin; and the linear function's value (y) of such point can be represented by v, the standard slope/intercept function form. The sigma (σ) value is the Gaussian smoothing sigma referred to in section 7. Substituting the slope/intercept form and integrating w*v yields the integral function 2400.
  • This function is not integratible, but it can be approximated by sampling the w*v value at small increments of x over the course of that piece's length, where w is the instantaneous Gaussian weight at a particular location relative to the sample point, and v is the linear function's value. Call these increments of x the quantization interval, or q. One embodiment further simplifies these Gaussian calculations by considering all piecewise function events (beginning, end) to occur at intervals q—that is, each event location is forced to the closest integer multiple of q from the origin. q is usually related to σ; for example, q might be 0.01σ. Further, one embodiment saves and reuses weighting calculation results by using the following observations:
  • Consider a standard normal Gaussian weighting function centered on the origin, in which σ=1. Call the distance axis G (to distinguish it from the X axis of our prior functions). Given any linear function v(G), which occurs over the interval (gbegin, gend), such that v(gbegin)=νbegin and ν(gend)=νend. Note that the overall weighted average value v for that range bears a constant relationship with νbegin, νend such that:

  • ν=(1−cbegin +cν end   Equation 8
  • for some value c between zero and one. The overall Gaussian weight of this section is also a constant, w.
  • Combining this concept with the quantization mentioned previously, note that one can associate a pair of c and w for any quantized Gaussian interval (gbegin, gend). These values can either be computed a priori and stored in a lookup table, or computed only once the first time a unique interval (gbegin, gend) is used. These stored values can be used to easily calculate the overall effect of each function section upon the Gaussian value of a given point.
  • The calculations are further simplified by limiting the range of consideration to a reasonable distance such as ±4σ, since data beyond this point contributes negligibly (roughly 0.006%).
  • The simplification concepts described herein yield a method and equation shown in FIG. 25 (Equation 9). A range of the linear piecewise function will be analyzed around a point in the X axis called px. A section function is constructed, which returns the section containing a given point. Using that section function, consider each section within the range of px−nσ, to px+nσ, where nσ represents our reasonable range, such as the 4σ range previously suggested. A normalized distance quantization function, q, is also constructed, which remembers current point px and sigma σ; for any x position it returns a quantization of the standard normal distance from px. For example, if σ=4, the quantization unit is 0.01σ, px is 200, and x is 205.367, then x−px=5.367, dividing by a yields 1.34175; and the quantization to the nearest 0.01σ yields 1.34. A function c is further defined to calculate the value multiplier in FIG. 25 for any quantized a range, and a function w to calculate the Gaussian weight value for any quantized a range. Using the observations that c′ and w′ are constant for any unique quantization range (q(sbegin), q(send)), the c and w functions may be designed to read the values of c′ and w′ from a lookup table based on range; and to store a calculated value the first time that range is encountered. With that suite of functions, one can efficiently evaluate Equation 9 by summing the values for each function piece within the range of sections of interest.
  • A2.2: Approximating the Gaussian Smoothed Function with Straight Line Components
  • One embodiment retains data simplicity by using piecewise linear approximations to the Gaussian smoothing function. This embodiment is most efficient if the number of points at which Equation 9 is calculated is strictly limited. The Gaussian smoothing function's value can be approximated by evaluating only a few strategic locations near the critical shape points. It is shown in the Gaussian curve in FIG. 26 that the weighting function can be approximated with under 2% RMS error by simply evaluating Equation 9 at each critical shape point, plus the points at ±2.197σ offset, and at ±4σ offset from each such point. FIG. 26 illustrates the Gaussian weight curve, 2600, compared against a linear approximation 2602 in which samples are taken at 2.197σ and 4.0σ. Calculating the sample point and the points at ±2.197σ offset, and at ±4σ offset from the sample requires one to generate no more than five approximations per original sample point.
  • This technique works well because the σ value is low relative to the original data's relative accuracy. That is, the <2% error one may incur in representing the Gaussian smoothing function, in which the σ value is merely three times the relative accuracy, is a value of less than 0.06 times the relative accuracy. Thus, the incurred Gaussian representation error is far below the random noise caused by the shapes themselves.
  • For simplicity, when two sample points are less than double the 2.197σ apart, a single midpoint sample can be inserted between them; similarly, for samples less than 8σ apart, in addition to the ±2.197σ sample point insertions, insert a single midpoint sample to limit the effects of any data fluctuations outside the samples on the line between them.
  • Embodiments can include computer-based methods and systems which may be implemented using a conventional general purpose computer(s) or a specialized digital computer(s) or microprocessor(s), programmed according to the teachings of the present disclosure. Appropriate software coding can readily be prepared by programmers based on the teachings of the present disclosure.
  • Embodiments can include a computer readable medium, such as a computer readable storage medium. The computer readable storage medium can have stored instructions which can be used to program a computer to perform any of the features present herein. The storage medium can include, but is not limited to, any type of disk including floppy disks, optical discs, DVD, CD-ROMs, micro drive, and magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, DRAMs, flash memory or any media or device suitable for storing instructions and/or data. The present invention can include software for controlling the hardware of a computer, such as a general purpose/specialized computer(s) or a microprocessor(s), and for enabling them to interact with a human user or other mechanism utilizing the results of the present invention. Such software may include, but is not limited to, device drivers, operating systems, execution environments/containers, and user applications.
  • Embodiments can include providing code for implementing processes. The providing can include providing code to a user in any manner. For example, the providing can include providing the code on a physical media to a user; or any other method of making the code available.
  • Embodiments can include a computer-implemented method for transmitting the code which can be executed at a computer to perform any of the processes of embodiments. The transmitting can include transfer through any portion of a network, such as the Internet; through wires; or any other type of transmission. The transmitting can include initiating a transmission of code; or causing the code to pass into any region or country from another region or country. A transmission to a user can include any transmission received by the user in any region or country, regardless of the location from which the transmission is sent.
  • The foregoing description of preferred embodiments has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations will be apparent to one of ordinary skill in the relevant arts. For example, steps performed in the embodiments of the invention disclosed can be performed in alternate orders, certain steps can be omitted, and additional steps can be added. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims and their equivalents.

Claims (26)

1. A computer readable storage medium, storing instructions executable by a processor for applying clothoid curve values to roadways in a geographic data information system, the instructions comprising:
selecting database segments in the geographic data information system, wherein the database segments describe roadways;
determining segment chains from the selected database segments;
preparing the segment chains for transition to curvature space;
transitioning to a curvature function in the curvature space, by computing heading change at points along the segment chains, resulting in a transformation of the segment chains into clothoids;
smoothing the curvature function;
fitting the smoothed curvature function with a more generalized form which remains within a selected tolerance of the smoothed curvature function; and
storing the identified segments of straight lines, transition zones, and segments of constant curvature in the geographic data information system.
2. The computer readable storage medium of claim 1, wherein determining the segment chains comprises:
identifying a plurality of at grade junctions of the selected segments and all dead ends of the selected segments as important locations; and
finding each geographic chain of segments that traverse from any important location, and touch no other important location, until reaching the same or other important location.
3. The computer readable storage medium of claim 1, wherein preparing the segment chains for transition to curvature space further comprises finding corner interfaces.
4. The computer readable storage medium of claim 3, wherein finding corner interfaces incorporates shape generalization to remove nearly collinear shape points.
5. The computer readable storage medium of claim 3, wherein finding corner interfaces comprises:
using relative accuracy information to approximate a line attached to a curve defined by three successive shape points.
6. The computer readable storage medium of claim 3, wherein preparing the segment chains for transition to curvature space further comprises:
generalization of shape points that have not been identified as part of a corner interface.
7. The computer readable storage medium of claim 1, wherein preparing the segment chains for transition to curvature space comprises:
determination of each segment chain's geographic context.
8. The computer readable storage medium of claim 1, wherein smoothing the curvature function comprises Gaussian smoothing.
9. The computer readable storage medium of claim 1, wherein smoothing the curvature function comprises:
an approximation to Gaussian smoothing with a piecewise linear function connecting Gaussian sample points placed at intervals from shape points.
10. The computer readable storage medium of claim 9, wherein the approximation to Gaussian smoothing is obtained from iterative samples stored in a table that associates Gaussian intervals with numeric parameters.
11. The computer readable storage medium of claim 1, wherein fitting the smoothed curvature function is performed by seaming together a plurality of weighted least squares regression fit functions into a piecewise linear function.
12. The computer readable storage medium of claim 11, wherein fitting the smoothed curvature function further comprises:
applying a search for acceptable straight line substitutions to the piecewise linear fit function.
13. The computer readable storage medium of claim 12, wherein the search for acceptable straight line substitutions to the piecewise linear fit function further comprises:
generating a straight line function value that generates no change in overall function area
14. The computer readable storage medium of claim 12, wherein fitting the smoothed curvature function further comprises:
applying a search for straight lines and singular points in the piecewise linear fit function which can be acceptably replaced with a value of zero.
15. The computer readable storage medium of claim 1, wherein the database segments comprise roadways in x,y positions.
16. The computer readable storage medium of claim 15, wherein the database segments further comprise non-roadway features.
17. The computer readable storage medium of claim 1, wherein the database segments comprise roadways in x,y,z positions.
18. The computer readable storage medium of claim 1, further comprising:
resulting in parameters of curvature gradients as clothoids mapped to transition zones.
19. The computer readable storage medium of claim 1, further comprising:
resulting in parameters of curvature mapped into segments of constant curvature.
20. The computer readable storage medium of claim 1, further comprising:
wherein parameters of curvature are used to compute safe speed parameters.
21. The computer readable storage medium of claim 1, further comprising:
wherein parameters of curvature are compared with an ideal maneuver.
22. The computer readable storage medium of claim 1, further comprising:
scoring a driver's performance relative to an optimum driving technique.
23. The computer readable storage medium of claim 1, further comprising:
approximating roadbed shaping design from shaped geographic line segments.
24. The computer readable storage medium of claim 23, wherein the roadbed design is composed of straight lines, circular arcs, and clothoidal sections.
25. The computer readable storage medium of claim 23, wherein the process for roadbed design approximation consists of a first step of determining straight line edge interfaces at the beginning of curve sections.
26. The computer readable storage medium of claim 1, further comprising:
determining roadbed design parameters from x, y positions and roadbed design principles.
US12/032,540 2007-12-04 2008-02-15 Computer readable storage medium storing instructions for applying clothoid curve values to roadways in a geographic data information system Abandoned US20090144030A1 (en)

Priority Applications (7)

Application Number Priority Date Filing Date Title
US12/032,540 US20090144030A1 (en) 2007-12-04 2008-02-15 Computer readable storage medium storing instructions for applying clothoid curve values to roadways in a geographic data information system
AU2008332808A AU2008332808A1 (en) 2007-12-04 2008-12-04 Computer readable storage medium storing instructions, a system, and method for applying clothoid curve values to roadways in a geographic data information system
TW097147231A TW200940957A (en) 2007-12-04 2008-12-04 Computer readable storage medium storing instructions, a system, and method for applying clothoid curve values to roadways in a geographic data information system
CA2726263A CA2726263A1 (en) 2007-12-04 2008-12-04 Computer readable storage medium storing instructions, a system, and method for applying clothoid curve values to roadways in a geographic data information system
PCT/IB2008/003684 WO2009071995A2 (en) 2007-12-04 2008-12-04 Computer readable storage medium storing instructions, a system, and method for applying clothoid curve values to roadways in a geographic data information system
CN200880124713.1A CN101910796B (en) 2007-12-04 2008-12-04 Computer readable storage medium storing instructions, a system, and method for applying clothoid curve values to roadways in a geographic data information system
EP08858109.5A EP2252861B1 (en) 2007-12-04 2008-12-04 Computer readable storage medium storing instructions, a system, and method for applying clothoid curve values to roadways in a geographic data information system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US99225107P 2007-12-04 2007-12-04
US12/032,540 US20090144030A1 (en) 2007-12-04 2008-02-15 Computer readable storage medium storing instructions for applying clothoid curve values to roadways in a geographic data information system

Publications (1)

Publication Number Publication Date
US20090144030A1 true US20090144030A1 (en) 2009-06-04

Family

ID=40676635

Family Applications (4)

Application Number Title Priority Date Filing Date
US12/032,538 Active 2029-02-20 US7912879B2 (en) 2007-12-04 2008-02-15 Method for applying clothoid curve values to roadways in a geographic data information system
US12/032,540 Abandoned US20090144030A1 (en) 2007-12-04 2008-02-15 Computer readable storage medium storing instructions for applying clothoid curve values to roadways in a geographic data information system
US12/032,545 Abandoned US20090144031A1 (en) 2007-12-04 2008-02-15 System for applying clothoid curve values to roadways in a geographic data information system
US13/020,821 Abandoned US20110125811A1 (en) 2007-12-04 2011-02-04 Method of applying clothoid curve values to roadways in a geographic data information system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/032,538 Active 2029-02-20 US7912879B2 (en) 2007-12-04 2008-02-15 Method for applying clothoid curve values to roadways in a geographic data information system

Family Applications After (2)

Application Number Title Priority Date Filing Date
US12/032,545 Abandoned US20090144031A1 (en) 2007-12-04 2008-02-15 System for applying clothoid curve values to roadways in a geographic data information system
US13/020,821 Abandoned US20110125811A1 (en) 2007-12-04 2011-02-04 Method of applying clothoid curve values to roadways in a geographic data information system

Country Status (8)

Country Link
US (4) US7912879B2 (en)
EP (1) EP2252861B1 (en)
CN (1) CN101910796B (en)
AU (1) AU2008332808A1 (en)
CA (1) CA2726263A1 (en)
RU (1) RU2010127305A (en)
TW (1) TW200940957A (en)
WO (1) WO2009071995A2 (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011053391A1 (en) * 2009-10-29 2011-05-05 Tele Atlas North America Inc. Methods and apparatuses for correcting location measurements for a navigable feature
CN102393741A (en) * 2011-08-25 2012-03-28 东南大学 Control system and control method for visual guiding mobile robot
CN102636173A (en) * 2011-02-09 2012-08-15 株式会社电装 Map data, storage medium, and electronic apparatus
EP2653833A1 (en) * 2012-04-19 2013-10-23 Elektrobit Automotive Software Gmbh Technique for generating from point data geometric data that continuously describe a course of a geographic object
WO2016146823A1 (en) * 2015-03-18 2016-09-22 Valeo Schalter Und Sensoren Gmbh Method for estimating geometric parameters representing the shape of a road, system for estimating such parameters and motor vehicle equipped with such a system
RU2643431C2 (en) * 2015-09-02 2018-02-01 Общество С Ограниченной Ответственностью "Яндекс" Method and server of curve simplification
US9892318B2 (en) 2015-12-22 2018-02-13 Here Global B.V. Method and apparatus for updating road map geometry based on received probe data
US9968025B2 (en) 2016-01-14 2018-05-15 CNH Industrial American LLC System and method for generating and implementing an end-of-row turn path
US9974225B2 (en) 2016-01-14 2018-05-22 Cnh Industrial America Llc System and method for generating and implementing an end-of-row turn path
US10232860B2 (en) 2008-05-30 2019-03-19 Here Global B.V. Data mining in a digital map database to identify insufficient merge lanes along roads and enabling precautionary actions in a vehicle
CN109857978A (en) * 2019-01-17 2019-06-07 上海上塔软件开发有限公司 A kind of online adaptive segmentation algorithm suitable for living electric apparatus power curve
US10325493B1 (en) * 2018-08-02 2019-06-18 Mapanything, Inc. Utilizing determined optimized time windows for precomputing optimal path matrices to reduce computer resource usage
US10323945B2 (en) 2008-05-30 2019-06-18 Here Global B.V. Data mining to identify locations of potentially hazardous conditions for vehicle operation and use thereof
US10359781B2 (en) 2008-05-30 2019-07-23 Here Global B.V. Data mining in a digital map database to identify unusually narrow lanes or roads and enabling precautionary actions in a vehicle
FR3082935A1 (en) * 2018-06-20 2019-12-27 Psa Automobiles Sa ANALYSIS METHOD AND DEVICE FOR DETERMINING A CLOTHOIDE REPRESENTING AN ELEMENT OF A ROAD ON WHICH A VEHICLE IS MOVING
US10612931B2 (en) 2008-05-30 2020-04-07 Here Global B.V. Data mining in a digital map database to identify intersections located at hill bottoms and enabling precautionary actions in a vehicle
US10627240B2 (en) 2008-05-30 2020-04-21 Here Global B.V. Data mining in a digital map database to identify decreasing radius of curvature along roads and enabling precautionary actions in a vehicle
US10648817B2 (en) * 2008-05-30 2020-05-12 Here Global B.V. Data mining in a digital map database to identify speed changes on upcoming curves along roads and enabling precautionary actions in a vehicle
US10648818B2 (en) 2008-05-30 2020-05-12 Here Global B.V. Data mining in a digital map database to identify blind intersections along roads and enabling precautionary actions in a vehicle
US10883834B2 (en) 2008-05-30 2021-01-05 Here Global B.V. Data mining in a digital map database to identify insufficient superelevation along roads and enabling precautionary actions in a vehicle
CN112529887A (en) * 2020-12-18 2021-03-19 广东赛诺科技股份有限公司 Map data lazy loading method and system based on GIS
CN113375680A (en) * 2020-03-10 2021-09-10 阿里巴巴集团控股有限公司 Method, device and equipment for merging line elements in electronic map
US11238607B2 (en) * 2020-03-31 2022-02-01 Denso International America, Inc. System and method for measuring the accuracy of an electronic map or a localization of a vehicle
US11293770B2 (en) 2018-08-02 2022-04-05 salesforces.com, Inc. Geographic routing engine
US20220169280A1 (en) * 2019-05-13 2022-06-02 Bayerische Motoren Werke Aktiengesellschaft Method and Device for Multi-Sensor Data Fusion For Automated and Autonomous Vehicles
US11531345B2 (en) * 2015-04-24 2022-12-20 Autonomous Solutions, Inc. Apparatus and method for controlling a vehicle

Families Citing this family (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7912879B2 (en) * 2007-12-04 2011-03-22 TeleAtlas North America Inc Method for applying clothoid curve values to roadways in a geographic data information system
TW200949211A (en) * 2008-06-04 2009-12-01 Tomtom Int Bv Method and apparatus for preparing map data
WO2010073300A1 (en) * 2008-12-26 2010-07-01 トヨタ自動車株式会社 Travel route estimation device and travel route estimation method used in the device
US9068849B2 (en) * 2009-05-04 2015-06-30 Tomtom North America, Inc. Method and system for reducing shape points in a geographic data information system
US9222786B2 (en) * 2009-05-04 2015-12-29 Tomtom North America, Inc. Methods and systems for creating digital transportation networks
EP2289754B1 (en) * 2009-08-31 2015-04-29 Toyota Motor Europe NV/SA Vehicle or traffic control method and system
US8933961B2 (en) 2009-12-10 2015-01-13 Harris Corporation Video processing system generating corrected geospatial metadata for a plurality of georeferenced video feeds and related methods
CN103376118B (en) * 2012-04-27 2017-02-15 北京四维图新科技股份有限公司 Curvature-based aided driving method and curvature-based aided driving device
JP6026295B2 (en) 2013-01-23 2016-11-16 株式会社デンソーアイティーラボラトリ Curve shape modeling apparatus, method, and in-vehicle navigation apparatus
US9423261B2 (en) 2013-02-19 2016-08-23 Here Global B.V. Path curve confidence factors
GB201303540D0 (en) * 2013-02-27 2013-04-10 Arithmetica Ltd Image processing
JP6161942B2 (en) * 2013-04-19 2017-07-12 株式会社デンソーアイティーラボラトリ Curve shape modeling device, vehicle information processing system, curve shape modeling method, and curve shape modeling program
JP6251940B2 (en) * 2014-06-30 2017-12-27 日立オートモティブシステムズ株式会社 Parking locus calculation apparatus and parking locus calculation method
CN104331422B (en) * 2014-10-14 2018-07-10 广州市香港科大霍英东研究院 A kind of road segment classification estimation method
US10060749B2 (en) 2015-02-19 2018-08-28 Here Global B.V. Method and apparatus for creating a clothoid road geometry
US9858487B2 (en) 2015-02-19 2018-01-02 Here Global B.V. Method and apparatus for converting from an analytical curve road geometry to a clothoid road geometry
US10247559B2 (en) * 2016-05-02 2019-04-02 Here Global B.V. Method and apparatus for disambiguating probe points within an ambiguous probe region
US10031525B2 (en) 2016-06-10 2018-07-24 Cnh Industrial America Llc Swath tracking system for an off-road vehicle
CN108280243B (en) * 2017-01-05 2021-12-21 北京四维图新科技股份有限公司 Curvature statistic visual method and device and curvature visual auxiliary mapping system
US10460482B2 (en) 2017-07-26 2019-10-29 Robert Bosch Gmbh Method and system for automated generation of constrained curves in computer graphics
KR102589967B1 (en) 2017-12-29 2023-10-16 삼성전자주식회사 Method and apparatus of detecting line
CN108492372B (en) * 2018-01-15 2020-04-03 哈尔滨工业大学(威海) Shape editing method of B-spline surface
US11072338B2 (en) * 2019-06-24 2021-07-27 Here Global B.V. Method, apparatus, and system for providing road curvature data
KR102606964B1 (en) * 2019-07-03 2023-11-29 삼성에스디에스 주식회사 Method of circular frame generation for path routing in multilayer structure, and computing device
CN110262509B (en) 2019-07-10 2022-06-28 百度在线网络技术(北京)有限公司 Automatic vehicle driving method and device
US11781875B2 (en) * 2019-08-21 2023-10-10 Toyota Motor Engineering & Manufacturing North America, Inc. Apparatus and method for forming and analyzing connected roads
CN112414419A (en) * 2019-08-23 2021-02-26 上海汽车集团股份有限公司 Method and related device for planning lane change path of vehicle
CN110531770B (en) * 2019-08-30 2023-06-02 的卢技术有限公司 RRT path planning method and system based on improvement
CN112762946B (en) * 2020-12-17 2023-06-27 武汉光庭信息技术股份有限公司 Road segmentation processing method and system
CN113592977B (en) * 2021-07-26 2023-08-22 湖南省国土资源规划院 Linear ground object processing method, system, memory and device in urban area demarcation

Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6141454A (en) * 1996-11-01 2000-10-31 Motorola Methods for data compression and decompression using digitized topology data
US6366851B1 (en) * 1999-10-25 2002-04-02 Navigation Technologies Corp. Method and system for automatic centerline adjustment of shape point data for a geographic database
US20020109679A1 (en) * 1997-01-07 2002-08-15 Shinichi Masunaga Road image display device
US6560531B1 (en) * 2001-05-22 2003-05-06 Navigation Technologies Corporation Multi-resolution trend metric for shape comparison and applications thereof
US20030100992A1 (en) * 2001-11-26 2003-05-29 Deepak Khosla Method and apparatus for estimation of forward path geometry of a vehicle based on a two-clothoid road model
US20040008225A1 (en) * 2002-07-11 2004-01-15 Campbell Geoffrey Michael Method, apparatus, and computer program product for providing a graphical user interface with a linear map component
US6681177B2 (en) * 2001-01-30 2004-01-20 Rajashri Joshi Bowing coefficient representation of curvature of geographic features
US6732046B1 (en) * 2001-10-03 2004-05-04 Navigation Technologies Corp. Application of the hough transform to modeling the horizontal component of road geometry and computing heading and curvature
US20040236596A1 (en) * 2003-02-27 2004-11-25 Mahesh Chowdhary Business method for a vehicle safety management system
US6842620B2 (en) * 2001-09-13 2005-01-11 Airsage, Inc. System and method for providing traffic information using operational data of a wireless network
US20050187705A1 (en) * 2004-01-30 2005-08-25 Toshiaki Niwa Apparatus for predicting road shape
US20050225477A1 (en) * 2002-07-15 2005-10-13 Shan Cong Road curvature estimation system
US20050253738A1 (en) * 2004-04-30 2005-11-17 Shoji Kobayashi Lighting system for vehicle
US20060041372A1 (en) * 2004-08-06 2006-02-23 Aisin Aw Co., Ltd. Navigation system
US7084882B1 (en) * 2000-12-05 2006-08-01 Navteq North America, Llc Method to provide smoothness for road geometry data at intersections
US7152022B1 (en) * 2002-04-25 2006-12-19 Rajashri Joshi Application of the ψ-s curve to road geometry extraction and modeling
US20060287815A1 (en) * 2005-06-21 2006-12-21 Mappick Technologies, Llc. Navigation system and method
US20070093997A1 (en) * 2001-06-22 2007-04-26 Caliper Corporation Traffic data management and simulation system
US20070288158A1 (en) * 2006-05-16 2007-12-13 Navteq North America, Llc Dual road geometry representation for position and curvature-heading
US7324895B2 (en) * 2000-11-07 2008-01-29 Harman Becker Automotive Systems Gmbh Apparatus for creating a navigation map
US20080060034A1 (en) * 2006-02-13 2008-03-06 Geoffrey Egnal System and method to combine multiple video streams
US20080192053A1 (en) * 2007-02-08 2008-08-14 Microsoft Corporation Transforming Offline Maps into Interactive Online Maps
US20090144031A1 (en) * 2007-12-04 2009-06-04 Tele Atlas North America, Inc. System for applying clothoid curve values to roadways in a geographic data information system
US7653218B1 (en) * 2006-05-02 2010-01-26 Orbimage Si Opco, Inc. Semi-automatic extraction of linear features from image data

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7089162B2 (en) * 2001-11-07 2006-08-08 Harman International Industries, Incorporated Navigation map creation system
US9341485B1 (en) * 2003-06-19 2016-05-17 Here Global B.V. Method and apparatus for representing road intersections
WO2006060518A2 (en) * 2004-11-30 2006-06-08 Circumnav Networks, Inc. Methods for deducing road geometry and connectivity

Patent Citations (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6141454A (en) * 1996-11-01 2000-10-31 Motorola Methods for data compression and decompression using digitized topology data
US20020109679A1 (en) * 1997-01-07 2002-08-15 Shinichi Masunaga Road image display device
US6366851B1 (en) * 1999-10-25 2002-04-02 Navigation Technologies Corp. Method and system for automatic centerline adjustment of shape point data for a geographic database
US7324895B2 (en) * 2000-11-07 2008-01-29 Harman Becker Automotive Systems Gmbh Apparatus for creating a navigation map
US7084882B1 (en) * 2000-12-05 2006-08-01 Navteq North America, Llc Method to provide smoothness for road geometry data at intersections
US6681177B2 (en) * 2001-01-30 2004-01-20 Rajashri Joshi Bowing coefficient representation of curvature of geographic features
US6560531B1 (en) * 2001-05-22 2003-05-06 Navigation Technologies Corporation Multi-resolution trend metric for shape comparison and applications thereof
US20070093997A1 (en) * 2001-06-22 2007-04-26 Caliper Corporation Traffic data management and simulation system
US6842620B2 (en) * 2001-09-13 2005-01-11 Airsage, Inc. System and method for providing traffic information using operational data of a wireless network
US6732046B1 (en) * 2001-10-03 2004-05-04 Navigation Technologies Corp. Application of the hough transform to modeling the horizontal component of road geometry and computing heading and curvature
US20030100992A1 (en) * 2001-11-26 2003-05-29 Deepak Khosla Method and apparatus for estimation of forward path geometry of a vehicle based on a two-clothoid road model
US7152022B1 (en) * 2002-04-25 2006-12-19 Rajashri Joshi Application of the ψ-s curve to road geometry extraction and modeling
US20040008225A1 (en) * 2002-07-11 2004-01-15 Campbell Geoffrey Michael Method, apparatus, and computer program product for providing a graphical user interface with a linear map component
US20050225477A1 (en) * 2002-07-15 2005-10-13 Shan Cong Road curvature estimation system
US20040236596A1 (en) * 2003-02-27 2004-11-25 Mahesh Chowdhary Business method for a vehicle safety management system
US20050187705A1 (en) * 2004-01-30 2005-08-25 Toshiaki Niwa Apparatus for predicting road shape
US20050253738A1 (en) * 2004-04-30 2005-11-17 Shoji Kobayashi Lighting system for vehicle
US20060041372A1 (en) * 2004-08-06 2006-02-23 Aisin Aw Co., Ltd. Navigation system
US20060287815A1 (en) * 2005-06-21 2006-12-21 Mappick Technologies, Llc. Navigation system and method
US20080060034A1 (en) * 2006-02-13 2008-03-06 Geoffrey Egnal System and method to combine multiple video streams
US7653218B1 (en) * 2006-05-02 2010-01-26 Orbimage Si Opco, Inc. Semi-automatic extraction of linear features from image data
US20070288158A1 (en) * 2006-05-16 2007-12-13 Navteq North America, Llc Dual road geometry representation for position and curvature-heading
US20080192053A1 (en) * 2007-02-08 2008-08-14 Microsoft Corporation Transforming Offline Maps into Interactive Online Maps
US20090144031A1 (en) * 2007-12-04 2009-06-04 Tele Atlas North America, Inc. System for applying clothoid curve values to roadways in a geographic data information system
US20090144331A1 (en) * 2007-12-04 2009-06-04 Tele Atlas North America, Inc. Method for applying clothoid curve values to roadways in a geographic data information system

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10850747B2 (en) 2008-05-30 2020-12-01 Here Global B.V. Data mining in a digital map database to identify insufficient merge lanes along roads and enabling precautionary actions in a vehicle
US10883834B2 (en) 2008-05-30 2021-01-05 Here Global B.V. Data mining in a digital map database to identify insufficient superelevation along roads and enabling precautionary actions in a vehicle
US11119493B2 (en) 2008-05-30 2021-09-14 Here Global B.V. Data mining in a digital map database to identify unusually narrow lanes or roads and enabling precautionary actions in a vehicle
US10648818B2 (en) 2008-05-30 2020-05-12 Here Global B.V. Data mining in a digital map database to identify blind intersections along roads and enabling precautionary actions in a vehicle
US10359781B2 (en) 2008-05-30 2019-07-23 Here Global B.V. Data mining in a digital map database to identify unusually narrow lanes or roads and enabling precautionary actions in a vehicle
US10648817B2 (en) * 2008-05-30 2020-05-12 Here Global B.V. Data mining in a digital map database to identify speed changes on upcoming curves along roads and enabling precautionary actions in a vehicle
US10627240B2 (en) 2008-05-30 2020-04-21 Here Global B.V. Data mining in a digital map database to identify decreasing radius of curvature along roads and enabling precautionary actions in a vehicle
US10612931B2 (en) 2008-05-30 2020-04-07 Here Global B.V. Data mining in a digital map database to identify intersections located at hill bottoms and enabling precautionary actions in a vehicle
US10323945B2 (en) 2008-05-30 2019-06-18 Here Global B.V. Data mining to identify locations of potentially hazardous conditions for vehicle operation and use thereof
US10578442B2 (en) 2008-05-30 2020-03-03 Here Global B.V. Data mining to identify locations of potentially hazardous conditions for vehicle operation and use thereof
US10232860B2 (en) 2008-05-30 2019-03-19 Here Global B.V. Data mining in a digital map database to identify insufficient merge lanes along roads and enabling precautionary actions in a vehicle
WO2011053391A1 (en) * 2009-10-29 2011-05-05 Tele Atlas North America Inc. Methods and apparatuses for correcting location measurements for a navigable feature
CN102636173A (en) * 2011-02-09 2012-08-15 株式会社电装 Map data, storage medium, and electronic apparatus
CN102393741A (en) * 2011-08-25 2012-03-28 东南大学 Control system and control method for visual guiding mobile robot
US9080888B2 (en) 2012-04-19 2015-07-14 Elektrobit Automotive Gmbh Technique for generating from point data geometric data that continuously describe a course of a geographic object
EP2653833A1 (en) * 2012-04-19 2013-10-23 Elektrobit Automotive Software Gmbh Technique for generating from point data geometric data that continuously describe a course of a geographic object
WO2016146823A1 (en) * 2015-03-18 2016-09-22 Valeo Schalter Und Sensoren Gmbh Method for estimating geometric parameters representing the shape of a road, system for estimating such parameters and motor vehicle equipped with such a system
US11531345B2 (en) * 2015-04-24 2022-12-20 Autonomous Solutions, Inc. Apparatus and method for controlling a vehicle
RU2643431C2 (en) * 2015-09-02 2018-02-01 Общество С Ограниченной Ответственностью "Яндекс" Method and server of curve simplification
US9892318B2 (en) 2015-12-22 2018-02-13 Here Global B.V. Method and apparatus for updating road map geometry based on received probe data
US11544950B2 (en) 2015-12-22 2023-01-03 Here Global B.V. Method and apparatus for updating road map geometry based on received probe data
US10810419B2 (en) 2015-12-22 2020-10-20 Here Global B.V. Method and apparatus for updating road map geometry based on received probe data
US9974225B2 (en) 2016-01-14 2018-05-22 Cnh Industrial America Llc System and method for generating and implementing an end-of-row turn path
US9968025B2 (en) 2016-01-14 2018-05-15 CNH Industrial American LLC System and method for generating and implementing an end-of-row turn path
FR3082935A1 (en) * 2018-06-20 2019-12-27 Psa Automobiles Sa ANALYSIS METHOD AND DEVICE FOR DETERMINING A CLOTHOIDE REPRESENTING AN ELEMENT OF A ROAD ON WHICH A VEHICLE IS MOVING
US11293770B2 (en) 2018-08-02 2022-04-05 salesforces.com, Inc. Geographic routing engine
US10354529B1 (en) * 2018-08-02 2019-07-16 Mapanything, Inc. Utilizing determined optimized time windows for precomputing optimal path matrices to reduce computer resource usage
US10325492B1 (en) * 2018-08-02 2019-06-18 Mapanything, Inc. Utilizing determined optimized time windows for precomputing optimal path matrices to reduce computer resource usage
US10325493B1 (en) * 2018-08-02 2019-06-18 Mapanything, Inc. Utilizing determined optimized time windows for precomputing optimal path matrices to reduce computer resource usage
CN109857978A (en) * 2019-01-17 2019-06-07 上海上塔软件开发有限公司 A kind of online adaptive segmentation algorithm suitable for living electric apparatus power curve
US20220169280A1 (en) * 2019-05-13 2022-06-02 Bayerische Motoren Werke Aktiengesellschaft Method and Device for Multi-Sensor Data Fusion For Automated and Autonomous Vehicles
CN113375680A (en) * 2020-03-10 2021-09-10 阿里巴巴集团控股有限公司 Method, device and equipment for merging line elements in electronic map
US11238607B2 (en) * 2020-03-31 2022-02-01 Denso International America, Inc. System and method for measuring the accuracy of an electronic map or a localization of a vehicle
CN112529887A (en) * 2020-12-18 2021-03-19 广东赛诺科技股份有限公司 Map data lazy loading method and system based on GIS

Also Published As

Publication number Publication date
CN101910796B (en) 2014-05-28
US20110125811A1 (en) 2011-05-26
US20090144331A1 (en) 2009-06-04
CA2726263A1 (en) 2009-06-11
US7912879B2 (en) 2011-03-22
RU2010127305A (en) 2012-01-10
EP2252861A2 (en) 2010-11-24
US20090144031A1 (en) 2009-06-04
CN101910796A (en) 2010-12-08
WO2009071995A2 (en) 2009-06-11
AU2008332808A1 (en) 2009-06-11
EP2252861B1 (en) 2013-08-28
TW200940957A (en) 2009-10-01
WO2009071995A3 (en) 2009-07-23

Similar Documents

Publication Publication Date Title
US7912879B2 (en) Method for applying clothoid curve values to roadways in a geographic data information system
EP3109842B1 (en) Map-centric map matching method and apparatus
US10302438B2 (en) Probe based identification and validation of roundabout junctions
Chen et al. High-precision lane-level road map building for vehicle navigation
EP1381828B1 (en) Navigation map creation system
US20080262721A1 (en) Map generation system and map generation method by using GPS tracks
US11162797B2 (en) Map matching method and apparatus
US10684132B2 (en) Generation and update of a lane network graph model
US20190360818A1 (en) Map-centric map matching method and apparatus
US9766081B2 (en) System and method for roundabouts from probe data using vector fields
Yang et al. A pattern‐based approach for matching nodes in heterogeneous urban road networks
CN112444254A (en) Method, device and computer program product for generating correspondence between map versions
CN113450455A (en) Method, device and computer program product for generating a map of road links of a parking lot
Tsai et al. Horizontal roadway curvature computation algorithm using vision technology
Garach et al. Mathematical formulation and preliminary testing of a spline approximation algorithm for the extraction of road alignments
Zhang et al. Knowledge-based image analysis for 3D edge extraction and road reconstruction
CN115063465A (en) Unmanned vehicle driving road condition modeling method based on laser radar
JP7113996B2 (en) High-precision map database generation device and high-precision map database generation method
CN112444255A (en) Method, device and computer program product for generating correspondence between map versions
US20230280184A1 (en) Method and apparatus for generating maps from aligned geospatial observations
US20230280178A1 (en) Method, apparatus, and computer program product for differential variable count entity output head for map generation
CN114705200A (en) High-sampling-rate track map matching method based on path increment
CN108763817B (en) Electric underground pipe network matching method based on least square modeling
Wu et al. A new Voronoi diagram-based approach for matching multi-scale road networks
US20230174099A1 (en) Method and apparatus for trajectory smoothing in autonomous vehicle control

Legal Events

Date Code Title Description
AS Assignment

Owner name: TELE ATLAS NORTH AMERICA, INC., NEW HAMPSHIRE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:WITMER, JAMES ALAN;REEL/FRAME:020560/0284

Effective date: 20080226

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION