CN113514072B - Road matching method oriented to navigation data and large-scale drawing data - Google Patents

Road matching method oriented to navigation data and large-scale drawing data Download PDF

Info

Publication number
CN113514072B
CN113514072B CN202111071483.0A CN202111071483A CN113514072B CN 113514072 B CN113514072 B CN 113514072B CN 202111071483 A CN202111071483 A CN 202111071483A CN 113514072 B CN113514072 B CN 113514072B
Authority
CN
China
Prior art keywords
matching
road section
road
point
line
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.)
Active
Application number
CN202111071483.0A
Other languages
Chinese (zh)
Other versions
CN113514072A (en
Inventor
罗浩
任东宇
周启
文学虎
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.)
Third Institute Of Geographic Information Cartography Ministry Of Natural Resources
Original Assignee
Third Institute Of Geographic Information Cartography Ministry Of Natural Resources
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 Third Institute Of Geographic Information Cartography Ministry Of Natural Resources filed Critical Third Institute Of Geographic Information Cartography Ministry Of Natural Resources
Priority to CN202111071483.0A priority Critical patent/CN113514072B/en
Publication of CN113514072A publication Critical patent/CN113514072A/en
Application granted granted Critical
Publication of CN113514072B publication Critical patent/CN113514072B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/28Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network with correlation of data from several navigational instruments
    • G01C21/30Map- or contour-matching

Abstract

The invention discloses a road matching method facing navigation data and large-scale drawing data, and aims to solve the problem of matching of the navigation data and the drawing road data. The method starts from the parallel characteristics and similarity judgment indexes of single and double lines, considers one-to-many matching relationship, and determines the road matching relationship by adopting sample threshold value constraint according to the processes of constructing a candidate set, obtaining optimal matching and optimizing a matching result. The method has the advantages that the navigation data and the large-scale drawing road data are matched, the problem of difficulty in matching between the navigation data and the large-scale drawing road data due to scale difference and expression difference is well solved, and the method has low time complexity and high accuracy; the distance constraint parameter which is provided by the method and takes the improved DTW distance threshold value as the matching has stability, can be expanded to the matching of other data sources, and is particularly suitable for one-to-many matching scenes. The method ensures the data availability and provides high-quality map service for government decision, investigation and emergency guarantee.

Description

Road matching method oriented to navigation data and large-scale drawing data
Technical Field
The invention relates to the field of navigation electronic map data, in particular to a road matching method facing navigation data and large-scale drawing data.
Background
The matching method based on the double-line road polygon has a good effect on matching of single-line and double-line roads of normative data, but the matching accuracy is not high in the matching scene of navigation data and drawing data, and missing matching and mismatching are more. In addition, the technical method needs to carry out topology preprocessing on the road data to generate node-arc segment type data, and the workload is increased. The matching method based on the double-line road polygon excessively depends on the geometric normalization of the matching data, is more suitable for matching between the normative urban road data of the same type and different periods, and the proposed double-line road polygon type can not well describe the double-line road characteristics of the navigation data: the minimum unit in the navigation data road network, namely the road sections are divided by the intersections and are independent, so that the left road section and the right road section which form the double lines keep parallel overall trend but are not aligned end to end, the left road section and the right road section have one-to-many and many-to-many composition relations, and more irregular polygons exist, thereby greatly influencing the matching result. The navigation electronic map data keeps high current situation and certain normalization through marketization operation. It is possible to update a map database by using navigation electronic map road data (hereinafter referred to as navigation road data), but how to realize accurate matching of the two in the case of large difference between the expression form and the spatial logic description is critical.
Disclosure of Invention
The present invention is directed to a road matching method for navigation data and large-scale drawing data to solve the above problems. The problem of matching of navigation data and drawing road data is solved. The method starts from the parallel characteristics and similarity judgment indexes of single and double lines, considers one-to-many matching relationship, and determines the road matching relationship by adopting sample threshold value constraint according to the processes of constructing a candidate set, obtaining optimal matching and optimizing a matching result. The method is divided into two parts of contents of double-line matching and single-line matching.
The invention realizes the purpose through the following technical scheme:
the invention comprises double-line matching and single-line matching, wherein the double-line matching comprises the following steps:
s11: acquiring a candidate parallel pair set: carrying out buffer area search on the target single line to obtain a candidate road section set
Figure DEST_PATH_IMAGE001
nIs a positive integer greater than 1, judgingP can Whether each road section in the set is parallel to other road sections in the set or not is recordedn-1 linen-1 column matrix
Figure DEST_PATH_IMAGE002
Wherein
Figure DEST_PATH_IMAGE003
The value is 0 or 1, 0 represents unparallel, and 1 represents parallel;
s12: obtaining an optimal matching pair: acquiring an optimal matching pair from the candidate parallel pair set by using the vector similarity as an index;
s13: and (3) matching result sorting: sorting the matching results, and solving the problem of uneven head and tail of the road section by adopting a many-to-many description mode;
the single line matching is based on an improved DTW (Dynamic Time Warping) distance to perform single line matching, and comprises the following steps:
s21: acquiring a candidate matching set: to the target single linePCarrying out buffer area search to obtain a candidate road section setpath
S22: obtaining an optimal matching road section: respectively calculatepathEach road section in the road andPtaking the road section corresponding to the minimum DTW distance as the optimal matching road section;
s23: obtaining an optimal matching set: respectively inquiring road sections connected with the starting point and the end point of the optimal matching road section from the candidate matching set by taking the optimal matching road section as a seed road section, calculating the combined improved DTW distance, stopping if the distance exceeds a threshold value, adding the road section into the optimal matching set if the improved DTW distance is within the threshold value, and continuously judging by taking the combined road section as a new seed road section until iteration of no connected road section in the candidate matching set is finished; and if a plurality of connected road sections are inquired, merging the road sections with the minimum improved DTW distance.
The invention has the beneficial effects that:
the invention relates to a road matching method oriented to navigation data and large-scale drawing data, which has the following technical effects compared with the prior art:
(1) the functions are as follows: the patent provides a road matching method facing navigation data and large-scale drawing data, which starts from the difference of the navigation data and the drawing data and adopts the strategy of respectively matching a double line and a single line: matching double lines, mainly acquiring matching pairs by using parallel characteristics, and then expanding and arranging a many-to-many relationship from head to tail; aiming at the common one-to-many condition, a single line matching method is constructed by taking the improved DTW distance as a main constraint condition. The road matching of the navigation data and the drawing data is realized, and the foundation for updating the drawing data by the navigation data is laid.
(2) The effect is as follows: the method has the advantages that the navigation data and the large-scale drawing road data are matched, the problem of difficulty in matching between the navigation data and the large-scale drawing road data due to scale difference and expression difference is well solved, and the method has low time complexity and high accuracy; the distance constraint parameter which is provided by the method and takes the improved DTW distance threshold value as the matching has stability, can be expanded to the matching of other data sources, and is particularly suitable for one-to-many matching scenes.
(3) Social benefits are as follows: the matching method provided by the invention can ensure the data availability and provide high-quality map service for government decision, investigation and emergency guarantee.
Drawings
FIG. 1 is a schematic diagram illustrating a two-line matching result arrangement according to the present invention; a is before finishing, and b is after finishing.
FIG. 2 is a head-to-tail point position difference diagram of the present invention; a is the true position (origin); b is true (end); c is dislocation (origin exceeded); d is dislocation (starting point indentation); e is an inclusion.
FIG. 3 is a diagram of the new sequence correspondence of the present invention; a is the true position (origin); b is true (end); c is dislocation (origin exceeded); d is dislocation (starting point indentation); e is an inclusion.
Detailed Description
The invention will be further described with reference to the accompanying drawings in which: considering that the double lines have higher grade and strong importance compared with the single line, the pairing of the double lines is preferentially ensured, so the navigation data is divided into two types of the double lines and the single line according to the attributes, the double lines are matched firstly, and then the single line is matched with the drawing data which is not matched.
1) Two-wire matching
(1) Acquiring a candidate parallel pair set: carrying out buffer area search on the target single line to obtain a candidate road section set
Figure 58071DEST_PATH_IMAGE001
nIs a positive integer greater than 1 and is,
Figure DEST_PATH_IMAGE004
it is indicated that the n-th road segment,
Figure DEST_PATH_IMAGE005
is thatnRoad stripA set of segments; judgment ofP can Whether each road section in the set is parallel to other road sections in the set or not is recordedn-1 linen-1 column matrix
Figure 352043DEST_PATH_IMAGE002
Is recording
Figure DEST_PATH_IMAGE006
A matrix of each road segment in the set in parallel relationship with other road segments in the set, wherein
Figure 820195DEST_PATH_IMAGE003
Is shown asiRoad section andjwhether the road segments are parallel or not,
Figure 933514DEST_PATH_IMAGE003
the value is 0 or 1, 0 indicates nonparallel, and 1 indicates parallel. Recording according to parallel relationshipM para Set of discrete candidate road segmentsP can The parallel pairings are arranged according to the following method
Figure DEST_PATH_IMAGE007
Figure DEST_PATH_IMAGE008
A left road segment is shown and,
Figure DEST_PATH_IMAGE009
representing the right road segment:
combining all the road sections to form a line element which is necessarily composed of a plurality of parts; performing multi-component to single-component processing on the generated line elements to generate a plurality of continuous line elements; and according to the parallel and non-collinear principle, combining the generated line elements pairwise and distinguishing left and right relations to form a candidate parallel pair set.
(2) Obtaining an optimal matching pair: and acquiring the optimal matching pair from the candidate parallel pair set by using the vector similarity as an index. The calculation method comprises the following steps: eyes of a userBill linePThe nodes are sequentially from the starting point to the end pointpt 1 ,pt 2 ,…,pt n Length between nodes ofpl 1 ,pl 2 , …,pl n-1 Will be parallel topyLeft road section (the right road section has the same calculation method) is combined into continuous road sectionlinepyAnd adjusting the starting direction to be equal toPThe directions are consistent, and the nodes are sequentially from the starting point to the end pointpyt 1 ,pyt 2 , …,pyt m FromlinepyStarting point starting length ispl 1 The distance of (c) is taken from this point and recorded aspt 1 Topt 2 Vector isXMemory for recordingpyt 1 To c vector isYThen the vector similarity is:
Figure DEST_PATH_IMAGE010
in the formula:
Figure DEST_PATH_IMAGE011
the vector similarity of the representation X Y is,Xis shown bypt 1 Topt 2 The vector of the vector is then calculated,y represents pyt 1 Vector to point c;
Figure DEST_PATH_IMAGE012
) Express getX YThe smaller value of the length in the vector,
Figure DEST_PATH_IMAGE013
express getX YThe value of the vector having the larger length,
Figure DEST_PATH_IMAGE014
to representX YDot product of the vectors;
the left road section total vector similarity is as follows:
Figure DEST_PATH_IMAGE015
. General assemblyThe vector similarity is the weighted sum of the left and right road sections, and the left and right road sections are equally important in the environment of the text, so the weights are both 0.5, and the total vector similarity is as follows:
Figure DEST_PATH_IMAGE016
. In the formula
Figure DEST_PATH_IMAGE017
Represents the sum of the vector similarities of the left and right road segments,
Figure DEST_PATH_IMAGE018
Figure DEST_PATH_IMAGE019
respectively representing the vector similarity of the left road section and the right road section;
pt n representing a single line of an objectPThe naming rule of the nodes is that the nodes are counted from the starting point to the end point in sequence;
Pl n-1 representing a single linePUpper nodept n-1 Andpt n the length of (d);
Linepyis a parallel pairpyObtaining a continuous road section after merging;
pyt n representing a single line of an objectLinepyThe node above, named as counting in order from the starting point to the end point.
(3) And (3) matching result sorting: and sorting the matching results, and solving the problem of uneven head and tail of the road section by adopting a many-to-many description mode. The specific method comprises the following steps:
a sets the target single linep old The starting point is the starting pointpt start Determining the left road segment end pointpy start Andpt start whether the distance is within a threshold (the value is set according to the data condition and is recorded as a two-line expansion threshold), and if the distance exceeds the threshold, the distance is determinedpt start Search for neighboring single lines for the center, if any andwith only one adjacent single wirep merge The dual-line matching pairs (ensuring that the merged road section is dual-line and not an intersection) are connectedp merge Form a new single wirep new Inherit its two-line matching pair and thenp new Of (2) ispt sart And taking the endpoint as a starting point to continue judging propagation until a threshold condition is met or no facultative object exists. When the processing of the starting point left road section is finished, judgingp new Corresponding to the right road section (isp old Andp merge right road section combined) withp new Whether the starting point is within the threshold value, if so, stopping, otherwise, continuing the processing in the same way. As shown in (a) of figure 1, p old andp merge satisfies the condition that they are combined intop new The matching pair is alsol new And r new The processing results are shown in FIG. 1 (b).
B treats the endpoint in the same manner. When the merge operation is finished, the one-to-one description is converted into a many-to-many description mode.
2) Single line matching
The cartographic road data is smoothed and simplified, so that the geometric positions of the cartographic road data and the cartographic road data are different even if the matching degree is the best, and the same road section has the general characteristics of point density difference and point position deviation and shows a one-to-many relationship of points in matching. The method performs single line matching based on improved DTW (dynamic time warping) distance.
Improved DTW distance
And (5) carrying out head-to-tail point position difference analysis. As shown in fig. 2, the two segment directions are appointed from left to right, and are named and described by the starting point (hollow point in fig. 2) and the ending point (solid point in fig. 2) of the upper shorter segment, and the head-to-tail point difference can be summarized as: the righting (starting point) of FIG. 2 (a) means that the starting points of two paths of segments are aligned; FIG. 2 (b) is a normal position (end point), which means that the end points of two segments are aligned; fig. 2 (c) is staggered (starting point exceeds), which means that the position of the starting point of the short-circuit section exceeds the long-circuit section in the extending trend direction of the circuit section; fourthly, the position of the starting point of the long road section exceeds the position of the short road section in the extending trend direction of the road section in the dislocation (the starting point is retracted) of the figure 2 (d); FIG. 2 (e) includes the special case of the long section starting point position exceeding the short section in the section extending trend direction and the long section ending point position exceeding the short section in the section extending trend direction, which is also the case of the short line matching the long line, and is listed especially.
When the short line is matched with the long line, in order to obtain more accurate DTW distance, the exceeding or insufficient part can be cut off, so that the starting points and the end points of the two paths of sections are all in the correct position, and the DTW distance of the part is calculated. The DTW distance is calculated by adopting a 'head and tail removing' twice calculation method, and the method mainly comprises the following steps (two-dimensional space sequences are arranged)
Figure DEST_PATH_IMAGE020
And
Figure DEST_PATH_IMAGE021
,Ais a collection of sequences of points of length n,
Figure DEST_PATH_IMAGE022
to representAAt the point of the nth point in the drawing,Bis a set of sequences of points of length m,
Figure DEST_PATH_IMAGE023
to representBM th point):
step 2: judgment ofA、BWhether the Euclidean distance of the sequence starting point is larger than a threshold value (the value is equivalent to the maximum deviation degree of data) or not, and eliminating the normal position deviation condition; cut outP match With one-to-many parts of the starting point, i.e.P match The following are not allowed to exist:
Afirst point of sequence andBmultiple points of the sequence correspond to each other:
Figure DEST_PATH_IMAGE024
Bfirst point of sequence andAmultiple points of the sequence correspond to each other:
Figure DEST_PATH_IMAGE025
and step 3: judgment ofA、BWhether the Euclidean distance of the sequence end point is greater than a threshold value or not is judged, and the normal position deviation condition is eliminated; cut outP match Middle terminal point one-to-many portion, i.e.P match The following are not allowed to exist:
Alast point of the sequence andBmultiple points of the sequence correspond to each other:
Figure DEST_PATH_IMAGE026
Blast point of the sequence andAmultiple points of the sequence correspond to each other:
Figure DEST_PATH_IMAGE027
and 4, step 4: according to the newP match New structureABAnd (5) calculating the DTW distance. The "pruning" operation and the new sequence point location correspondence for five generalized head-to-tail point differences are shown in fig. 3: firstly, righting (starting point) in the figure 3 (a), and cutting off the terminal point excess part of the lower road section; aligning (end point) in fig. 3 (b), cutting off the exceeding part of the starting point of the lower road section; thirdly, the part (c) in the figure 3 is staggered (the starting point exceeds), and the starting point exceeding part of the upper road section and the terminal point exceeding part of the lower road section are cut off; fourthly, the position of the figure 3 (d) is staggered (the starting point is retracted), and the terminal point exceeding part of the upper road section and the starting point exceeding part of the lower road section are cut off; FIG. 3 (e) includes cutting the excess part of the starting point and the ending point of the lower road section.
Improve DTW distance threshold determination. Partial matching sample t group is selected from data, and improved DTW distance is calculated
Figure DEST_PATH_IMAGE028
While taking into account the length of the road section
Figure DEST_PATH_IMAGE029
And (3) taking the threshold value as the sum of the average value of the DTW distance-length ratio and 3 times of standard deviation according to the positive-Taiji distribution 3 principle:
Figure DEST_PATH_IMAGE030
(1) single line matching procedure
1) And acquiring a candidate matching set. To the target single linePCarrying out buffer area search to obtain a candidate road section setpath
2) And obtaining the optimal matching road section. Respectively calculatepathEach road section in the road andPand taking the road section corresponding to the minimum DTW distance as the optimal matching road section.
3) And obtaining an optimal matching set. And respectively inquiring road sections connected with the starting point and the end point of the candidate matching set from the candidate matching set by taking the optimal matching road section as a seed road section, calculating the combined improved DTW distance, stopping if the distance exceeds a threshold value, adding the road section into the optimal matching set if the improved DTW distance is within the threshold value, and continuously judging by taking the combined road section as a new seed road section until iteration of no connected road section in the candidate matching set is finished. And if a plurality of connected road sections are inquired, merging the road sections with the minimum improved DTW distance.
The foregoing shows and describes the general principles and features of the present invention, together with the advantages thereof. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (3)

1. A road matching method facing navigation data and large-scale drawing data is characterized in that: the method comprises double-line matching and single-line matching, wherein the double-line matching comprises the following steps:
s11: acquiring a candidate parallel pair set: carrying out buffer area search on the target single line to obtain a candidate road section set,
judging whether each road section is parallel to other road sections in the candidate road section set or not and recording the result into a parallel relation matrix;
s12: obtaining an optimal matching pair: acquiring an optimal matching pair from the candidate parallel pair set by using the vector similarity as an index;
s13: and (3) matching result sorting: sorting the matching results, and solving the problem of uneven head and tail of the road section by adopting a many-to-many description mode;
the specific method of step S13 is as follows:
s131: taking the starting point of the target single line as a starting point, judging whether the distance between the end point of the left road section and the starting point is within a threshold value, if the distance exceeds the threshold value, taking the starting point as a center to search for an adjacent single line, if one or only one adjacent single line has a double-line matching pair, connecting to form a new single line and inheriting the double-line matching pair, and then taking the end point of the new single line as the starting point to continuously judge spreading until the threshold value condition is met or no doubling object exists; when the processing of the left road section of the starting point is finished, judging whether the end point of the right road section corresponding to the new single line and the starting point are within a threshold value, if so, stopping, otherwise, continuing the processing in the same way;
s132: processing the end point in the manner of step S131, and when the merge operation is finished, converting the multiple one-to-one descriptions into a multiple-to-multiple description manner;
the single line matching is based on the improved DTW distance and comprises the following steps:
s21: acquiring a candidate matching set: carrying out buffer area search on the target single line to obtain a candidate road section set;
s22: obtaining an optimal matching road section: respectively calculating the DTW distance between each road section in the candidate road section set and the target single line, and marking the road section corresponding to the minimum DTW distance as an optimal matching road section;
s23: obtaining an optimal matching set: respectively inquiring road sections connected with the starting point and the end point of the optimal matching road section from the candidate matching set by taking the optimal matching road section as a seed road section, calculating the combined improved DTW distance, stopping if the distance exceeds a threshold value, adding the road section into the optimal matching set if the improved DTW distance is within the threshold value, and continuously judging by taking the combined road section as a new seed road section until iteration of no connected road section in the candidate matching set is finished; if a plurality of connected road sections are inquired, combining the road sections with the minimum improved DTW distance;
the improved DTW distance specifically comprises the following steps: is provided with two-dimensional space sequences
Figure 495962DEST_PATH_IMAGE001
And
Figure 231837DEST_PATH_IMAGE002
Ais a collection of sequences of points of length n,
Figure 696316DEST_PATH_IMAGE003
to representAAt the point of the nth point in the drawing,Bis a set of sequences of points of length m,
Figure 568457DEST_PATH_IMAGE004
to representBM-th point:
step 1: obtaining an optimal regular path by using a conventional DTW calculation method, and obtaining A, B sequence point position corresponding relation:
Figure 30663DEST_PATH_IMAGE005
,
Figure 50571DEST_PATH_IMAGE006
to representASequence NoiPoint and pointBSequence NojPoints are correspondences;
step 2: judgment ofA、BWhether the Euclidean distance of the sequence starting point is greater than a threshold value or not is judged, and the normal position deviation condition is eliminated; cut outP match With one-to-many parts of the starting point, i.e.P match The following are not allowed to exist:
Afirst point of sequence andBmultiple points of the sequence correspond to each other:
Figure 240113DEST_PATH_IMAGE007
Bfirst point of sequence andAmultiple points of the sequence correspond to each other:
Figure 232340DEST_PATH_IMAGE008
and step 3: judgment ofA、BWhether the Euclidean distance of the sequence end point is greater than a threshold value or not is judged, and the normal position deviation condition is eliminated; cut outP match Middle terminal point one-to-many portion, i.e.P match The following are not allowed to exist:
Alast point of the sequence andBmultiple points of the sequence correspond to each other:
Figure 927763DEST_PATH_IMAGE009
Blast point of the sequence andAmultiple points of the sequence correspond to each other:
Figure 372651DEST_PATH_IMAGE010
and 4, step 4: according to the newP match New structureABAnd (5) calculating the DTW distance.
2. The road matching method for navigation data and large-scale drawing data according to claim 1, wherein: the step S11 arranges the discrete candidate road segment sets into parallel pair sets according to the parallel relation recording matrix by the following method:
s111: combining all the road sections to form a line element which is necessarily composed of a plurality of parts;
s112: performing multi-component to single-component processing on the line elements generated in the step S111 to generate a plurality of continuous line elements;
s113: and according to the parallel and non-collinear principle, pairwise combination is carried out on the line elements generated in the step S112, and left-right relations are distinguished, so that a candidate parallel pair set is formed.
3. The road matching method for navigation data and large-scale drawing data according to claim 1, wherein: the calculation method of the step S12 is as follows: and measuring the matching degree of the parallel pair concentrated road section and the target single line by using vector similarity, wherein the total similarity is the sum of the left road section and the right road section, so as to obtain the optimal matching pair.
CN202111071483.0A 2021-09-14 2021-09-14 Road matching method oriented to navigation data and large-scale drawing data Active CN113514072B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111071483.0A CN113514072B (en) 2021-09-14 2021-09-14 Road matching method oriented to navigation data and large-scale drawing data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111071483.0A CN113514072B (en) 2021-09-14 2021-09-14 Road matching method oriented to navigation data and large-scale drawing data

Publications (2)

Publication Number Publication Date
CN113514072A CN113514072A (en) 2021-10-19
CN113514072B true CN113514072B (en) 2021-12-14

Family

ID=78063104

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111071483.0A Active CN113514072B (en) 2021-09-14 2021-09-14 Road matching method oriented to navigation data and large-scale drawing data

Country Status (1)

Country Link
CN (1) CN113514072B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461841B (en) * 2022-04-14 2022-07-05 自然资源部第三地理信息制图院 Automatic contraction and editing method for land utilization data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011145498A (en) * 2010-01-15 2011-07-28 Alpine Electronics Inc Map display device and map display method
CN108664277A (en) * 2018-05-15 2018-10-16 精伦电子股份有限公司 Awakening method and device are lifted based on 3-axis acceleration sensor
CN109635867A (en) * 2018-12-10 2019-04-16 合肥工业大学 For measuring the method and system of the mobile target trajectory similitude in ocean

Family Cites Families (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7477988B2 (en) * 2006-05-16 2009-01-13 Navteq North America, Llc Dual road geometry representation for position and curvature-heading
KR20090005703A (en) * 2007-07-10 2009-01-14 팅크웨어(주) Map matching method in crossroad and navigation system
CN101922939B (en) * 2009-06-11 2013-09-18 高德信息技术有限公司 Map matching method and device in navigation process
KR101051310B1 (en) * 2009-08-07 2011-07-22 팅크웨어(주) How to display 3D maps for navigation devices and navigation devices
JP5223938B2 (en) * 2011-03-09 2013-06-26 株式会社デンソー Road estimation device
CN102136219B (en) * 2011-03-24 2013-04-10 厦门雅迅网络股份有限公司 Method for implementing single-line processing on double-line roads of electronic map and device thereof
KR101142386B1 (en) * 2011-09-05 2012-05-18 (주)엠아이웍스 Method for configuring pedestrian pavement network and providing pedestrian guide service
CN102436481B (en) * 2011-10-21 2013-03-06 武汉大学 Automatic identification method for road network structure mode
CN102506880A (en) * 2011-10-28 2012-06-20 深圳市路畅科技有限公司 Method for matching global positioning system (GPS) coordinate and coordinate on road in vector map
CN103699654B (en) * 2013-12-26 2017-09-22 武汉大学 A kind of across engineer's scale map vector network of rivers data target matching method of the same name
CN104236566B (en) * 2014-09-24 2017-09-22 深圳先进技术研究院 Map-matching method based on smart mobile phone
CN104504898A (en) * 2014-12-11 2015-04-08 王东宇 Online map matching method based on floating car data on tunnel road section
CN106203278B (en) * 2016-06-28 2019-02-26 中国人民解放军信息工程大学 The method and device of two-track road on a kind of extraction map
CN106203491B (en) * 2016-07-01 2019-03-05 交通运输部路网监测与应急处置中心 A kind of fusion update method of highway vector data
CN106778605B (en) * 2016-12-14 2020-05-05 武汉大学 Automatic remote sensing image road network extraction method under assistance of navigation data
WO2018182528A1 (en) * 2017-03-31 2018-10-04 Agency For Science, Technology And Research Trajectory estimation system and method
CN107036606A (en) * 2017-05-26 2017-08-11 安徽四创电子股份有限公司 The updating apparatus and its upgrade method of a kind of Big Dipper onboard navigation system
CN108931254B (en) * 2017-05-26 2022-02-08 千寻位置网络有限公司 System and method for high-precision navigation of tail section
JP2019035711A (en) * 2017-08-21 2019-03-07 株式会社Jvcケンウッド Position discrimination device, position discrimination method and position discrimination program
US11015941B2 (en) * 2018-05-25 2021-05-25 Here Global B.V. Method and apparatus for path based map matching
US10533862B1 (en) * 2018-11-28 2020-01-14 Uber Technologies, Inc. Biasing map matched trajectories based on planned route information
CN109916414B (en) * 2019-03-29 2021-07-09 百度在线网络技术(北京)有限公司 Map matching method, apparatus, device and medium
CN110135642B (en) * 2019-05-17 2022-12-20 东南大学 Traffic flow sequence similarity measurement method based on DTW distance
CN110188093A (en) * 2019-05-21 2019-08-30 江苏锐天信息科技有限公司 A kind of data digging system being directed to AIS information source based on big data platform
CN111121791A (en) * 2019-11-29 2020-05-08 上饶市中科院云计算中心大数据研究院 Optimization method of hidden Markov model in map matching and GPS positioning method
CN111126453B (en) * 2019-12-05 2022-05-03 重庆邮电大学 Fine-grained image classification method and system based on attention mechanism and cut filling
CN111292356B (en) * 2020-02-20 2024-03-19 清华大学 Method and device for matching motion trail with road
CN111475593B (en) * 2020-03-12 2023-06-23 北京掌行通信息技术有限公司 Mapping method and device of electronic map, storage medium and terminal
CN111949896B (en) * 2020-07-30 2023-09-15 安徽师范大学 Track abnormality detection method based on track big data
CN112257762B (en) * 2020-10-12 2022-08-19 武汉中海庭数据技术有限公司 Road network matching method and system among different-source high-precision maps
CN112396612B (en) * 2020-11-16 2021-05-28 自然资源部国土卫星遥感应用中心 Vector information assisted remote sensing image road information automatic extraction method
CN112800161B (en) * 2021-02-08 2022-03-25 腾讯科技(深圳)有限公司 Road network matching method and device, storage medium and electronic equipment
CN113380025B (en) * 2021-05-28 2022-08-30 长安大学 Vehicle driving quantity prediction model construction method, prediction method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011145498A (en) * 2010-01-15 2011-07-28 Alpine Electronics Inc Map display device and map display method
CN108664277A (en) * 2018-05-15 2018-10-16 精伦电子股份有限公司 Awakening method and device are lifted based on 3-axis acceleration sensor
CN109635867A (en) * 2018-12-10 2019-04-16 合肥工业大学 For measuring the method and system of the mobile target trajectory similitude in ocean

Also Published As

Publication number Publication date
CN113514072A (en) 2021-10-19

Similar Documents

Publication Publication Date Title
CN108151751B (en) Path planning method and device based on combination of high-precision map and traditional map
CN106909905B (en) Multi-mode face recognition method based on deep learning
CN108399748B (en) Road travel time prediction method based on random forest and clustering algorithm
KR20200012960A (en) Method and apparatus for preparing lane precision road map
CN107958302B (en) Empirical path planning method based on virtual topology traffic network
CN102289991B (en) Visual-variable-based automatic classification and configuration method of map lettering
CN110879856B (en) Social group classification method and system based on multi-feature fusion
CN111210621B (en) Signal green wave coordination route optimization control method and system based on real-time road condition
CN110008602B (en) Road network selection method considering multi-feature coordination under large scale
CN112257762B (en) Road network matching method and system among different-source high-precision maps
CN103699654A (en) Cross-measuring-scale vector map water network same name target matching method
CN113514072B (en) Road matching method oriented to navigation data and large-scale drawing data
CN114450557B (en) Route deviation quantification and vehicle route learning based thereon
CN104239434A (en) Clustering method based on ecological niche genetic algorithm with diverse radius technology
CN111291790A (en) Turning path extraction and road network topology change detection framework method based on track similarity
CN105550244A (en) Adaptive clustering method
CN116518960B (en) Road network updating method, device, electronic equipment and storage medium
CN111858810A (en) Modeling elevation point screening method for road DEM construction
CN108629809A (en) A kind of accurate efficient solid matching method
CN114155319A (en) Method, system and device for generating auxiliary lane change information by high-precision map
CN102110173A (en) Improved multi-path spectral clustering method for affinity matrix
CN110992481B (en) Building white mold consistency merging method based on nearest connecting line
CN109102565B (en) Method for automatically generating virtual terrain
CN116071455A (en) Road network stroke generation method based on same-scale similarity relation
CN103207915A (en) Reverse skyline query method, device and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant