CN116383675A - Road network matching method and device for vehicle position data - Google Patents

Road network matching method and device for vehicle position data Download PDF

Info

Publication number
CN116383675A
CN116383675A CN202310601172.3A CN202310601172A CN116383675A CN 116383675 A CN116383675 A CN 116383675A CN 202310601172 A CN202310601172 A CN 202310601172A CN 116383675 A CN116383675 A CN 116383675A
Authority
CN
China
Prior art keywords
vehicle
dimensional space
road section
space position
alternative
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.)
Granted
Application number
CN202310601172.3A
Other languages
Chinese (zh)
Other versions
CN116383675B (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.)
Transport Planning And Research Institute Ministry Of Transport
Original Assignee
Transport Planning And Research Institute Ministry Of Transport
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 Transport Planning And Research Institute Ministry Of Transport filed Critical Transport Planning And Research Institute Ministry Of Transport
Priority to CN202310601172.3A priority Critical patent/CN116383675B/en
Publication of CN116383675A publication Critical patent/CN116383675A/en
Application granted granted Critical
Publication of CN116383675B publication Critical patent/CN116383675B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/01Detecting movement of traffic to be counted or controlled
    • G08G1/052Detecting movement of traffic to be counted or controlled with provision for determining speed or overspeed
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/01Detecting movement of traffic to be counted or controlled
    • G08G1/0104Measuring and analyzing of parameters relative to traffic conditions
    • G08G1/0125Traffic data processing
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03HIMPEDANCE NETWORKS, e.g. RESONANT CIRCUITS; RESONATORS
    • H03H21/00Adaptive networks
    • H03H21/0012Digital adaptive filters
    • H03H21/0043Adaptive algorithms
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Abstract

The application belongs to the field of computers, and aims to solve the problem of inaccurate road network matching, and the embodiment of the application discloses a road network matching method and device for vehicle position data, wherein the road network matching method for the vehicle position data comprises the following steps: acquiring a three-dimensional space position of a vehicle and a corresponding vehicle speed; determining an alternative road section of the vehicle at the three-dimensional space position; calculating likelihood values of vehicles on each alternative road section by using an adaptive filter based on the three-dimensional space position and Euclidean distance of the alternative road section, wherein the vehicle speed is used as a parameter of the adaptive filter; and determining the road section where the vehicle is located from the alternative road sections according to the likelihood value. Road network matching of vehicle position data is more accurate.

Description

Road network matching method and device for vehicle position data
Technical Field
The application relates to the technical field of computers, in particular to a road network matching method and device for vehicle position data.
Background
Determining a running track of a vehicle in a road network, generally periodically positioning the vehicle by adopting a vehicle-mounted global positioning device, obtaining information such as longitude and latitude, head direction and the like of the vehicle, calculating Euclidean distance between a positioning point and an alternative road section according to information such as distance between the longitude and latitude position and the alternative road section, and included angle between the head direction and the road, and matching the positioning point with the road section closest to the positioning point.
When the same position is provided with multiple layers of roads, it is difficult to distinguish which layer the vehicle is positioned on according to longitude and latitude information, for example, a large-scale overpass with a complex structure is used, and erroneous judgment of the road to which the vehicle belongs easily occurs in the driving process of the overpass. Meanwhile, the positioning error of the vehicle changes along with the speed, and the error is amplified when the vehicle speed is high. Particularly, due to the influence of satellite angles, the altitude error in global positioning is larger than the longitude and latitude error, and road section matching errors are easy to occur when a vehicle runs on a complex overpass or viaduct.
Disclosure of Invention
The embodiment of the application provides a road network matching method and device for vehicle position data, which can improve the accuracy of road network matching of the vehicle position data.
In a first aspect, an embodiment of the present application provides a road network matching method for vehicle location data, including:
acquiring a three-dimensional space position of a vehicle and a corresponding vehicle speed;
determining an alternative road section of the vehicle at the three-dimensional space position;
calculating likelihood values of vehicles on each alternative road section by using an adaptive filter based on the three-dimensional space position and Euclidean distance of the alternative road section, wherein the vehicle speed is used as a parameter of the adaptive filter;
and determining the road section where the vehicle is located from the alternative road sections according to the likelihood value.
In a second aspect, an embodiment of the present application provides a road network matching device for vehicle location data, including:
the positioning module is used for acquiring the three-dimensional space position of the vehicle and the corresponding vehicle speed;
a map module for determining an alternative road segment of the vehicle in the three-dimensional space position;
a calculation module for calculating likelihood values of vehicles located on the alternative road segments by using an adaptive filter based on the three-dimensional space position and the Euclidean distance of the alternative road segments, wherein the vehicle speed is used as a parameter of the adaptive filter;
and the matching module is used for determining the road section where the vehicle is located from the alternative road sections according to the likelihood value.
In a third aspect, embodiments of the present application provide a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements a method as described in any of the preceding claims.
In a fourth aspect, embodiments of the present application provide an electronic device including a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor implementing the method of any one of the above when executing the computer program.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 shows a flow chart of a road network matching method of vehicle position data according to an embodiment of the present application;
fig. 2 is a schematic view of a scenario in which a road network matching method for vehicle position data according to an embodiment of the present application is specifically applied;
fig. 3 shows a schematic structural diagram of a road network matching device of vehicle position data according to an embodiment of the present application;
fig. 4 shows a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to better understand the technical solutions of the present application, the following description will clearly and completely describe the technical solutions in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, are intended to be within the scope of the present application.
The terms first, second and the like in the description and in the claims of the present application and in the above-described figures, are used for distinguishing between different objects and not for describing a particular sequential order. Furthermore, the terms "comprise" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those listed steps or elements but may include other steps or elements not listed or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least one embodiment of the present application. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. Those of skill in the art will explicitly and implicitly appreciate that the embodiments described herein may be combined with other embodiments.
Referring to fig. 1, an embodiment of the present application provides a road network matching method for vehicle location data, including:
acquiring a three-dimensional space position of a vehicle and a corresponding vehicle speed;
determining an alternative road section of the vehicle in the three-dimensional space position;
calculating likelihood values of vehicles on each alternative road section by using an adaptive filter based on the three-dimensional space position and Euclidean distance of the alternative road section, wherein the vehicle speed is used as a parameter of the adaptive filter;
and determining the road section where the vehicle is located from the alternative road sections according to the likelihood value.
According to the road network matching method for the vehicle position data, the three-dimensional space position of the vehicle is obtained, longitude and latitude information of the vehicle is used, altitude information of the vehicle is used, speed information of the vehicle is also obtained, euclidean distance between the vehicle and an alternative road section can be determined based on the three-dimensional space position of the vehicle, likelihood values of the vehicle on each alternative road section are calculated by using self-adaptive chlorine, the road section of the vehicle is determined according to the likelihood values, when the likelihood values are calculated, the speed of the vehicle is used as a parameter of a self-adaptive filter, and accuracy of matching of vehicle positioning data road sections in special scenes such as complex overpasses, overpasses and ramp roads with higher vehicle speeds can be improved.
In this embodiment, the three-dimensional space position of the vehicle and the corresponding vehicle speed may be obtained through a positioning device, and the positioning device may be a satellite positioning device such as a GPS, a beidou, and the like. The three-dimensional space position of the vehicle and the corresponding vehicle speed can be calculated byThe set time interval is acquired, and each acquired three-dimensional space position and corresponding vehicle speed can correspond to the acquired time. Three-dimensional spatial position of vehicle
Figure SMS_1
, />
Figure SMS_2
Indicating the%>
Figure SMS_3
The position in three-dimensional space of the device,
Figure SMS_4
representing the longitude and latitude and altitude of the location, respectively. The real-time vehicle speed of the vehicle at the three-dimensional space position is
Figure SMS_5
In the embodiment of the application, the alternative road section can be determined according to the three-dimensional space position and the map of the vehicle. The three-dimensional space position may be matched with the map, and a road section conforming to the spatial relationship of the three-dimensional space position may be used as the candidate road section. The conditions described above may include, for example, a distance, i.e., a distance between a road segment in the map and a three-dimensional space position is within a set range, i.e., an alternative road segment. The determination of the alternative road segments may also be combined with the head direction of the vehicle. And taking a road section with the distance between the road section and the three-dimensional space position in the map within a set range and the included angle between the road section and the direction of the vehicle head being smaller than a preset angle as an alternative road section. Of course, the determination of the alternative road segments may also be performed by known schemes, or by other suitable methods, which will not be described in detail herein.
In this embodiment of the present application, the map may be a GIS (geographic information system) map, and the positioning device may determine the candidate road section in combination with the GIS map.
In some embodiments, euclidean distance
Figure SMS_6
Obtained by the following formula (1):
Figure SMS_7
(1)
Figure SMS_10
is the (th) of the vehicle>
Figure SMS_12
Three-dimensional spatial position->
Figure SMS_15
For alternative road section->
Figure SMS_9
Go up and->
Figure SMS_13
Coordinates closest to>
Figure SMS_16
Representing modulo, +.>
Figure SMS_18
,/>
Figure SMS_8
Is the total number of candidate road segments. The three-dimensional space positions of the vehicles can also be ordered according to the acquired moments. />
Figure SMS_11
,/>
Figure SMS_14
Representing longitude, latitude and altitude, +.>
Figure SMS_17
Can be obtained through a GIS map.
In some embodiments, the vehicle is located in an alternative route
Figure SMS_19
Likelihood value +.>
Figure SMS_20
From the bottomThe formula (2) is obtained:
Figure SMS_21
(2)
Figure SMS_24
for the window width of the filter, < >>
Figure SMS_27
Odd, e.g.)>
Figure SMS_30
;/>
Figure SMS_23
The number of three-dimensional spatial positions used for each decision; />
Figure SMS_26
Represents->
Figure SMS_29
Weight used for calculating the likelihood value of the alternative road section; />
Figure SMS_31
Represents->
Figure SMS_22
Three-dimensional spatial position->
Figure SMS_25
Is->
Figure SMS_28
Is a euclidean distance of (c).
In some embodiments, the constraint of likelihood value calculation formula (2) is: the sum of weights of the candidate road-segment likelihood values calculated at three-dimensional spatial positions within the window width of the filter is equal to 1. Specifically, the following formula (3):
Figure SMS_32
(3)。
in some embodiments, the weight when the three-dimensional space position is used to calculate the candidate road likelihood value is determined by the real-time positioning variance corresponding to the three-dimensional space position, and specifically, the weight is obtained by the following formula (4):
Figure SMS_33
(4)
in the formula ,
Figure SMS_34
is->
Figure SMS_35
Weight when three-dimensional space position is used for calculating alternative road section likelihood value,/>
Figure SMS_36
Is->
Figure SMS_37
The vehicle corresponding to the three-dimensional space position locates variance in real time.
The real-time positioning variance of the vehicle is determined by the stationary positioning variance of the positioning device and the vehicle speed. Taking GPS positioning as an example, time consuming for each global positioning is set
Figure SMS_38
The positioning variance due to the moving speed of the vehicle is +.>
Figure SMS_39
. The variance of the sum of two independent normal distributions is the sum of the two variances.
In some embodiments, the vehicle real-time positioning variance is determined by a stationary positioning variance of the positioning device and the vehicle speed, the vehicle real-time positioning variance being obtained by the following equation (5):
Figure SMS_40
(5)
wherein ,
Figure SMS_41
is->
Figure SMS_42
Real-time positioning variance of vehicle corresponding to three-dimensional space position, < >>
Figure SMS_43
For the stationary positioning variance of the positioning device, +.>
Figure SMS_44
Is->
Figure SMS_45
Vehicle speed in three-dimensional space position +.>
Figure SMS_46
Time consuming determination of the vehicle position for each positioning device.
In the specific implementation, the first acquired at a certain moment
Figure SMS_47
The judging of the road section where the three-dimensional space positions are located can comprise the following steps:
acquisition of
Figure SMS_50
To->
Figure SMS_54
Co (all ]>
Figure SMS_57
Three-dimensional space positions; calculate +.>
Figure SMS_51
Will->
Figure SMS_52
Substituting formula (4) to calculate +.>
Figure SMS_59
Further, the likelihood value +_for each road segment is calculated according to equation (2)>
Figure SMS_62
The method comprises the steps of carrying out a first treatment on the surface of the Comparison of
Figure SMS_48
,/>
Figure SMS_53
Select->
Figure SMS_58
Maximum value +.>
Figure SMS_60
The value is used as a decision result. I.e. < th->
Figure SMS_49
Road section is made->
Figure SMS_55
Maximum, then decision is at +.>
Figure SMS_56
In the case of a three-dimensional spatial position, the vehicle is located at +.>
Figure SMS_61
Alternative road segments are striped.
Application scenario
Referring to fig. 2, the vehicle travels on a double-deck overpass,
Figure SMS_63
the upper layer road corresponds to->
Figure SMS_64
The lower road corresponds to->
Figure SMS_65
The distance between two layers of roads is 7 meters, the vehicle runs on the upper layer, and the positioning device loaded on the vehicle is a GPS positioning device.
Three-dimensional spatial positions of the vehicle are continuously acquired by positioning means, i.e.
Figure SMS_69
Three-dimensional space positions are respectively +.>
Figure SMS_73
,/>
Figure SMS_76
,/>
Figure SMS_67
Three dimensional spatial locations are shown as five-pointed stars in the figure. Obtaining three-dimensional space positions and Euclidean distance of the upper road according to the formula (1) as +.>
Figure SMS_71
m,/>
Figure SMS_74
m,/>
Figure SMS_77
m, three-dimensional space positions and the position of the lower road are respectively +.>
Figure SMS_66
m,/>
Figure SMS_70
m,/>
Figure SMS_75
m; the vehicle speeds corresponding to the three-dimensional space positions are +.>
Figure SMS_78
,/>
Figure SMS_68
,/>
Figure SMS_72
Static positioning variance of positioning device
Figure SMS_79
Time for processing data by positioning device each time
Figure SMS_80
From equation (5):
Figure SMS_81
,/>
Figure SMS_82
,/>
Figure SMS_83
from equation (4):
Figure SMS_84
,/>
Figure SMS_85
,/>
Figure SMS_86
from equation (2):
Figure SMS_87
,/>
Figure SMS_88
the likelihood values of the two candidate road segments are compared,
Figure SMS_89
therefore, determine->
Figure SMS_90
Three-dimensional spatial position->
Figure SMS_91
Is positioned on the upper road.
And if so, judging according to the three-dimensional space position and Euclidean distance between the two candidate road sections. Due to
Figure SMS_92
Will be->
Figure SMS_93
Three-dimensional spatial position->
Figure SMS_94
Misjudgment is that the road is positioned on the lower layer. The method can improve the accuracy of road network matching of the vehicle running track and the vehicle position data in the high-speed running scene of multi-layer roads such as overpasses and overhead roads.
The embodiment of the application provides a road network matching device for vehicle position data, which can realize the method of the embodiment, the embodiment of the method can be used for understanding the device of the embodiment of the application, and the description part of the embodiment of the device can also be used for understanding the method of the embodiment.
Referring to fig. 3, the road network matching device for vehicle position data in the embodiment of the present application includes a positioning module, a map module, a calculation module and a matching module, where the positioning module is configured to obtain a three-dimensional space position of a vehicle and a corresponding vehicle speed; the map module is used for determining an alternative road section of the vehicle in the three-dimensional space position; the calculation module is used for calculating likelihood values of the vehicle on each alternative road section by using the adaptive filter based on the three-dimensional space position and the Euclidean distance of the alternative road section, and the vehicle speed is used as a parameter of the adaptive filter; the matching module is used for determining the road section where the vehicle is located from the alternative road sections according to the likelihood value.
In some embodiments, the calculation module calculates the Euclidean distance
Figure SMS_95
Obtained by the following formula:
Figure SMS_96
Figure SMS_97
is the (th) of the vehicle>
Figure SMS_98
Three-dimensional spatial position->
Figure SMS_99
For alternative road section->
Figure SMS_100
Coordinates of the closest point to the three-dimensional space position, +.>
Figure SMS_101
Representing modulo, +.>
Figure SMS_102
,/>
Figure SMS_103
Is the total number of candidate road segments.
In some embodiments, the calculation module calculates that the vehicle is located in an alternative road segment
Figure SMS_104
Likelihood value +.>
Figure SMS_105
Obtained by the following formula (2):
Figure SMS_106
(2)
Figure SMS_109
for the window width of the filter, < >>
Figure SMS_112
Odd, e.g.)>
Figure SMS_115
;/>
Figure SMS_108
The number of three-dimensional spatial positions used for each decision; />
Figure SMS_111
Represents->
Figure SMS_114
Weight used for calculating the likelihood value of the alternative road section; />
Figure SMS_116
Represents->
Figure SMS_107
Three-dimensional spatial position->
Figure SMS_110
Is->
Figure SMS_113
Is a euclidean distance of (c).
In some embodiments, the constraint of likelihood value calculation formula (2) is: the sum of weights of the candidate road-segment likelihood values calculated at three-dimensional spatial positions within the window width of the filter is equal to 1. Specifically, the following formula (3):
Figure SMS_117
(3)。
in some embodiments, the weight when the three-dimensional space position is used to calculate the candidate road likelihood value is determined by the real-time positioning variance corresponding to the three-dimensional space position, and specifically, the weight is obtained by the following formula (4):
Figure SMS_118
(4)
in the formula ,
Figure SMS_119
is->
Figure SMS_120
Weight when three-dimensional space position is used for calculating alternative road section likelihood value,/>
Figure SMS_121
Is->
Figure SMS_122
The vehicle corresponding to the three-dimensional space position locates variance in real time.
In some embodiments, the vehicle real-time positioning variance is determined by a stationary positioning variance of the positioning device and the vehicle speed, the vehicle real-time positioning variance being obtained by the following equation (5):
Figure SMS_123
(5)
wherein ,
Figure SMS_124
is->
Figure SMS_125
Real-time positioning variance of vehicle corresponding to three-dimensional space position, < >>
Figure SMS_126
For the stationary positioning variance of the positioning device, +.>
Figure SMS_127
Is->
Figure SMS_128
Vehicle speed in three-dimensional space position +.>
Figure SMS_129
Time consuming determination of the vehicle position for each positioning device.
An embodiment of the present application provides an electronic device including a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor implementing a method of any one of the above when executing the computer program.
Referring to fig. 4, a schematic structural diagram of an electronic device is provided in an embodiment of the present application. As shown in fig. 4, the terminal 600 may include: at least one processor 601, at least one network interface 604, a user interface 603, a memory 605, at least one communication bus 602.
Wherein the communication bus 602 is used to enable connected communications between these components.
The user interface 603 may include a Display screen (Display), a Camera (Camera), and the optional user interface 603 may further include a standard wired interface, a wireless interface.
The network interface 604 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface), among others.
Wherein the processor 601 may include one or more processing cores. The processor 601 connects various parts within the overall terminal 600 using various interfaces and lines, performs various functions of the terminal 600 and processes data by executing or executing instructions, programs, code sets, or instruction sets stored in the memory 605, and invoking data stored in the memory 605. Alternatively, the processor 601 may be implemented in hardware in at least one of digital signal processing (Digital Signal Processing, DSP), field programmable gate array (Field-Programmable Gate Array, FPGA), programmable logic array (ProgrammableLogic Array, PLA). The processor 601 may integrate one or a combination of several of a central processing unit (Central Processing Unit, CPU), an image processor (Graphics Processing Unit, GPU), and a modem, etc. The CPU mainly processes an operating system, a user interface, an application program and the like; the GPU is used for rendering and drawing the content required to be displayed by the display screen; the modem is used to handle wireless communications. It will be appreciated that the modem may not be integrated into the processor 601 and may be implemented by a single chip.
The memory 605 may include a random access memory (Random Access Memory, RAM) or a Read-only memory (Read-only memory). Optionally, the memory 605 includes a non-transitory computer readable medium (non-transitory computer-readable storage medium). Memory 605 may be used to store instructions, programs, code, sets of codes, or sets of instructions. The memory 605 may include a stored program area and a stored data area, wherein the stored program area may store instructions for implementing an operating system, instructions for at least one function (such as a touch function, a sound playing function, an image playing function, etc.), instructions for implementing the various method embodiments described above, etc.; the storage data area may store data or the like referred to in the above respective method embodiments. The memory 605 may also optionally be at least one storage device located remotely from the processor 601. As shown in fig. 4, an operating system, a network communication module, a user interface module, and application programs may be included in the memory 605, which is one type of computer storage medium.
In the electronic device 600 shown in fig. 4, the user interface 603 is mainly used for providing an input interface for a user, and acquiring data input by the user; and processor 601 may be operative to invoke application programs stored in memory 605 and to perform in particular the operations of any of the method embodiments described above.
The present application also provides a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the above method. The computer readable storage medium may include, among other things, any type of disk including floppy disks, optical disks, DVDs, CD-ROMs, micro-drives, and magneto-optical disks, ROM, RAM, EPROM, EEPROM, DRAM, VRAM, flash memory devices, magnetic or optical cards, nanosystems (including molecular memory ICs), or any type of media or device suitable for storing instructions and/or data.
The present application also provides a computer program product comprising a non-transitory computer readable storage medium storing a computer program operable to cause a computer to perform part or all of the steps of any one of the methods described in the method embodiments above.
It will be clear to a person skilled in the art that the solution of the present application may be implemented by means of software and/or hardware. "Unit" and "module" in this specification refer to software and/or hardware capable of performing a particular function, either alone or in combination with other components, such as Field programmable gate arrays (Field-ProgrammaBLE Gate Array, FPGAs), integrated circuits (IntegratedCircuit, IC), and the like.
It should be noted that, for simplicity of description, the foregoing method embodiments are all expressed as a series of action combinations, but it should be understood by those skilled in the art that the present application is not limited by the order of actions described, as some steps may be performed in other order or simultaneously in accordance with the present application. Further, those skilled in the art will also appreciate that the embodiments described in the specification are all preferred embodiments, and that the acts and modules referred to are not necessarily required in the present application.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to related descriptions of other embodiments.
In the several embodiments provided in this application, it should be understood that the disclosed apparatus may be implemented in other ways. For example, the apparatus embodiments described above are merely illustrative, such as a division of units, merely a division of logic functions, and there may be additional divisions in actual implementation, such as multiple units or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, or may be in electrical or other forms.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable memory. Based on such understanding, the technical solution of the present application may be embodied in essence or a part contributing to the prior art or all or part of the technical solution in the form of a software product stored in a memory, including several instructions for causing a computer device (which may be a personal computer, a server or a network device, etc.) to perform all or part of the steps of the methods of the embodiments of the present application. And the aforementioned memory includes: a U-disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Those of ordinary skill in the art will appreciate that all or a portion of the steps in the various methods of the above embodiments may be implemented by a program that instructs associated hardware, and the program may be stored in a computer readable memory, which may include: flash disk, read-Only Memory (ROM), random-access Memory (RandomAccess Memory, RAM), magnetic or optical disk, and the like.
The foregoing is merely exemplary embodiments of the present disclosure and is not intended to limit the scope of the present disclosure. That is, equivalent changes and modifications are contemplated by the teachings of this disclosure, which fall within the scope of the present disclosure. Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure herein. This application is intended to cover any adaptations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a scope and spirit of the disclosure being indicated by the claims.

Claims (10)

1. A road network matching method for vehicle position data, comprising:
acquiring a three-dimensional space position of a vehicle and a corresponding vehicle speed;
determining an alternative road section of the vehicle at the three-dimensional space position;
calculating likelihood values of vehicles on each alternative road section by using an adaptive filter based on the three-dimensional space position and Euclidean distance of the alternative road section, wherein the vehicle speed is used as a parameter of the adaptive filter;
and determining the road section where the vehicle is located from the alternative road sections according to the likelihood value.
2. The method of claim 1, wherein the euclidean distance is obtained by the following formula:
Figure QLYQS_1
Figure QLYQS_4
is the (th) of the vehicle>
Figure QLYQS_6
Three-dimensional space positions to alternative road section +.>
Figure QLYQS_10
European distance,/, of->
Figure QLYQS_3
Is the (th) of the vehicle>
Figure QLYQS_7
Three-dimensional spatial position->
Figure QLYQS_9
For alternative road section->
Figure QLYQS_12
Go up and->
Figure QLYQS_2
Coordinates from the closest point +.>
Figure QLYQS_5
Representing modulo, +.>
Figure QLYQS_8
,/>
Figure QLYQS_11
Is the total number of candidate road segments.
3. The method of claim 1, wherein the likelihood of the vehicle being located on the alternative road segment
Figure QLYQS_13
The method is obtained by the following formula:
Figure QLYQS_14
Figure QLYQS_17
for the window width of the filter, < >>
Figure QLYQS_19
;/>
Figure QLYQS_21
Represents->
Figure QLYQS_16
Three-dimensional spatial position->
Figure QLYQS_18
Weight used for calculating the likelihood value of the alternative road section; />
Figure QLYQS_20
Represents->
Figure QLYQS_22
Is->
Figure QLYQS_15
Is a euclidean distance of (c).
4. A method according to claim 3, wherein the constraints of the likelihood value calculation formula are as follows:
Figure QLYQS_23
5. the method according to claim 4, wherein the three-dimensional space position is used for calculating a weight when the candidate road-segment likelihood value is calculated, and the weight is determined by a real-time positioning variance of the vehicle corresponding to the three-dimensional space position, and the formula is as follows:
Figure QLYQS_24
Figure QLYQS_25
is->
Figure QLYQS_26
Weight when three-dimensional space position is used for calculating alternative road section likelihood value,/>
Figure QLYQS_27
Is->
Figure QLYQS_28
The vehicle corresponding to the three-dimensional space position locates variance in real time.
6. The method of claim 5, wherein the vehicle real-time positioning variance is determined from a stationary positioning variance of the positioning device and a vehicle speed, as follows:
Figure QLYQS_29
wherein ,
Figure QLYQS_30
is->
Figure QLYQS_31
Real-time positioning variance of vehicle corresponding to three-dimensional space position, < >>
Figure QLYQS_32
For the stationary positioning variance of the positioning device, +.>
Figure QLYQS_33
For the vehicle to be located at->
Figure QLYQS_34
Speed at three-dimensional spatial position +.>
Figure QLYQS_35
Time consuming determination of the vehicle position for each positioning device.
7. A road network matching apparatus for vehicle position data, comprising:
the positioning module is used for acquiring the three-dimensional space position of the vehicle and the corresponding vehicle speed;
a map module for determining an alternative road segment of the vehicle in the three-dimensional space position;
a calculation module for calculating likelihood values of vehicles located on the alternative road segments by using an adaptive filter based on the three-dimensional space position and the Euclidean distance of the alternative road segments, wherein the vehicle speed is used as a parameter of the adaptive filter;
and the matching module is used for determining the road section where the vehicle is located from the alternative road sections according to the likelihood value.
8. The apparatus of claim 7, wherein the euclidean distance
Figure QLYQS_36
Obtained by the following formula:
Figure QLYQS_37
Figure QLYQS_40
is the (th) of the vehicle>
Figure QLYQS_41
Three-dimensional spatial position->
Figure QLYQS_44
For alternative road section->
Figure QLYQS_39
Go up and->
Figure QLYQS_42
Coordinates closest to>
Figure QLYQS_43
Representing modulo, +.>
Figure QLYQS_45
,/>
Figure QLYQS_38
Is the total number of candidate road segments.
9. A computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of any of claims 1-6.
10. An electronic device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the method of any one of claims 1-6 when the computer program is executed.
CN202310601172.3A 2023-05-26 2023-05-26 Road network matching method and device for vehicle position data Active CN116383675B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310601172.3A CN116383675B (en) 2023-05-26 2023-05-26 Road network matching method and device for vehicle position data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310601172.3A CN116383675B (en) 2023-05-26 2023-05-26 Road network matching method and device for vehicle position data

Publications (2)

Publication Number Publication Date
CN116383675A true CN116383675A (en) 2023-07-04
CN116383675B CN116383675B (en) 2023-08-11

Family

ID=86969663

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310601172.3A Active CN116383675B (en) 2023-05-26 2023-05-26 Road network matching method and device for vehicle position data

Country Status (1)

Country Link
CN (1) CN116383675B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6218961B1 (en) * 1996-10-23 2001-04-17 G.E. Harris Railway Electronics, L.L.C. Method and system for proximity detection and location determination
CN101270997A (en) * 2007-03-21 2008-09-24 北京交通发展研究中心 Floating car dynamic real-time traffic information processing method based on GPS data
CN105928529A (en) * 2016-04-18 2016-09-07 中国有色金属长沙勘察设计研究院有限公司 Map-matching algorithm for combining multiple evidences
CN111356199A (en) * 2020-03-03 2020-06-30 重庆邮电大学 Vehicle-mounted self-organizing network routing method in three-dimensional scene
CN111582707A (en) * 2020-04-30 2020-08-25 华南理工大学 Road safety analysis method and system based on three-dimensional space alignment of road
CN115493601A (en) * 2022-10-12 2022-12-20 纵目科技(上海)股份有限公司 Road network matching-based vehicle autonomous positioning method and device and storage medium
CN115877343A (en) * 2023-02-02 2023-03-31 中电信数字城市科技有限公司 Man-vehicle matching method and device based on radar target tracking and electronic equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6218961B1 (en) * 1996-10-23 2001-04-17 G.E. Harris Railway Electronics, L.L.C. Method and system for proximity detection and location determination
CN101270997A (en) * 2007-03-21 2008-09-24 北京交通发展研究中心 Floating car dynamic real-time traffic information processing method based on GPS data
CN105928529A (en) * 2016-04-18 2016-09-07 中国有色金属长沙勘察设计研究院有限公司 Map-matching algorithm for combining multiple evidences
CN111356199A (en) * 2020-03-03 2020-06-30 重庆邮电大学 Vehicle-mounted self-organizing network routing method in three-dimensional scene
CN111582707A (en) * 2020-04-30 2020-08-25 华南理工大学 Road safety analysis method and system based on three-dimensional space alignment of road
CN115493601A (en) * 2022-10-12 2022-12-20 纵目科技(上海)股份有限公司 Road network matching-based vehicle autonomous positioning method and device and storage medium
CN115877343A (en) * 2023-02-02 2023-03-31 中电信数字城市科技有限公司 Man-vehicle matching method and device based on radar target tracking and electronic equipment

Also Published As

Publication number Publication date
CN116383675B (en) 2023-08-11

Similar Documents

Publication Publication Date Title
US20170103342A1 (en) Machine learning based determination of accurate motion parameters of a vehicle
JP4950858B2 (en) Image recognition apparatus and image recognition program
US10352718B2 (en) Discovering points of entry to a location
CN106574975B (en) Trace matching using peripheral signals
WO2020176359A1 (en) Systems and methods for providing immersive extended reality experiences on moving platforms
CN104590112B (en) Judge the method and system of turn inside diameter degree of safety
US8730244B2 (en) Method and device for generating character data, method and control device for displaying character data, and navigation apparatus
JP6689966B2 (en) Autonomous vehicle direction detection and lane keeping system based on deceleration curb
CN111856521B (en) Data processing method, device, electronic equipment and storage medium
CN107103753A (en) Traffic time prediction system, traffic time prediction method, and traffic model establishment method
CN103379619A (en) Method and system for positioning
CN109074727A (en) Safe driving assistant system, vehicle and program
CN105424050B (en) A kind of method and apparatus of determining vehicle running path
CN106969774A (en) Air navigation aid and device, terminal, server and system
CN104613974B (en) Navigation time acquisition methods, system, air navigation aid and device
CN109435955A (en) A kind of automated driving system performance estimating method, device, equipment and storage medium
JP2023153955A (en) Map making device, method for control, program, and storage medium
CN112455502B (en) Train positioning method and device based on laser radar
CN111562603A (en) Navigation positioning method, equipment and storage medium based on dead reckoning
JP2014044675A (en) Attractiveness evaluation device, attractiveness adjustment device, computer program for evaluating attractiveness, and computer program for adjusting attractiveness
CN116383675B (en) Road network matching method and device for vehicle position data
CN113538734A (en) Method, apparatus, electronic device and storage medium for processing driving data
JP2006292502A (en) Navigation system
US11585665B2 (en) Three-dimensional map generation system, three-dimensional map generation method, and computer readable medium
CN110793531A (en) Road matching method and device and readable storage medium

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