CN111814605A - Main road identification method, main road identification device and main road storage device based on topological map - Google Patents

Main road identification method, main road identification device and main road storage device based on topological map Download PDF

Info

Publication number
CN111814605A
CN111814605A CN202010585493.5A CN202010585493A CN111814605A CN 111814605 A CN111814605 A CN 111814605A CN 202010585493 A CN202010585493 A CN 202010585493A CN 111814605 A CN111814605 A CN 111814605A
Authority
CN
China
Prior art keywords
node
joint point
current
joint
main road
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
CN202010585493.5A
Other languages
Chinese (zh)
Other versions
CN111814605B (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.)
Zhejiang Huaray Technology Co Ltd
Original Assignee
Zhejiang Dahua Technology Co Ltd
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 Zhejiang Dahua Technology Co Ltd filed Critical Zhejiang Dahua Technology Co Ltd
Priority to CN202010585493.5A priority Critical patent/CN111814605B/en
Publication of CN111814605A publication Critical patent/CN111814605A/en
Application granted granted Critical
Publication of CN111814605B publication Critical patent/CN111814605B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/40Document-oriented image-based pattern recognition
    • G06V30/42Document-oriented image-based pattern recognition based on the type of document
    • G06V30/422Technical drawings; Geographical maps

Abstract

The application discloses a trunk road identification method, an identification device and a storage device based on a topological map, wherein the identification method comprises the following steps: obtaining a set of joint points from the topological map; judging whether the joint points exist in the joint point set or not; if the main lanes exist, at least one main lane formed by all the joint points with the node degree of two is obtained from the joint point set, and each main lane has a unique serial number. Through the mode, the main road can be accurately and quickly identified from the topological map through the joint points, and each identified main road has the unique serial number.

Description

Main road identification method, main road identification device and main road storage device based on topological map
Technical Field
The application belongs to the technical field of mobile robots, and particularly relates to a trunk road identification method, a trunk road identification device and a trunk road storage device based on a topological map.
Background
With the rise of the field of mobile robots, how to plan the path of a mobile robot and control traffic in a topological map has become a hot research field. The main road is used as a map element which is frequently used and is crucial in a topological map, and how to accurately and quickly identify the main road from the topological map becomes a technical problem to be solved urgently.
Disclosure of Invention
According to the method, the device and the storage device for identifying the main road based on the topological map, the main road can be accurately and quickly identified from the topological map through the joint points, and each identified main road has a unique serial number.
In order to solve the technical problem, the application adopts a technical scheme that: the method for identifying the main road based on the topological map comprises the following steps: obtaining a set of joint points from the topological map; judging whether the joint points exist in the joint point set or not; if the main lanes exist, at least one main lane formed by all the joint points with the node degree of two is obtained from the joint point set, and each main lane has a unique serial number.
Wherein the obtaining of at least one main trunk formed by all the joint points with the node degree of two from the joint point set includes: taking one joint point in the joint point set as a current joint point; judging whether the current joint point is not analyzed and the node degree is two; if so, analyzing the current joint point and other joint points connected with the current joint point to obtain the main trunk road containing the current joint point; judging whether the joint point set is traversed or not; if so, outputting all the main trunk channels, otherwise, taking the next joint point in the joint point set as the current joint point, and returning to the step of judging whether the current joint point is not analyzed and the node degree is two.
Wherein the analyzing the current joint point and other joint points connected to the current joint point to obtain the main trunk road containing the current joint point comprises: providing an initialized queue set and an initialized main road node set; adding the current node to the set of queues; removing a head node positioned at the head of the queue in the queue set, and adding the head node in the trunk node set; obtaining a connected node set connected with the head node, wherein the connected node set comprises joint points and non-joint points; acquiring all the connected joint points which are not analyzed and have the node degree of two in the connected node set, and sequentially adding all the connected joint points to the tail of the queue set; judging whether the queue set is empty; if so, saving the current main road node set, and performing a step of judging whether the node set is traversed or not; otherwise, returning to the step of removing the head node at the head of the queue in the queue set.
Wherein, the obtaining all the connected joint points which are not analyzed in the connected node set and have a node degree of two, and sequentially adding all the connected joint points to the tail of the queue set includes: taking one connected node in the connected node set as a current connected node; judging whether the current connected node is a joint node which is not analyzed and has a node degree of two; if so, adding the current connected node to the tail of the queue set; judging whether the connected node set is traversed or not; if yes, entering a step of judging whether the queue set is empty; and if not, taking the next connected node in the connected node set as the current connected node, and returning to the step of judging whether the current connected node is the node which is not analyzed and has the node degree of two.
Wherein before one of the joint points in the set of joint points is taken as the current joint point, the method further comprises: providing an initialized traversal node set; before the determining whether the queue set is empty, the method further includes: adding all the connected nodes in the connected node set and the current joint point into the initialized traversal node set; the determining whether the current joint/connected joint is not analyzed comprises: and judging whether the current joint point/connected joint point is positioned in the traversal node set.
Wherein the step of taking one joint in the joint set as a current joint comprises: initializing a main road serial number; after the obtaining the main trunk including the current joint point, the method further includes: and carrying out iterative processing on the main road serial number.
Before the determining whether to traverse the set of nodes, the method further includes: judging whether the current joint point is not analyzed and the joint degree of the current joint point exceeds two; if yes, recording the current joint point; before the step of judging whether the connected node set is traversed or not, the method further comprises: judging whether the connected nodes are the joint points which are not analyzed and have the joint degrees exceeding two; and if so, recording the connected nodes.
Wherein, still include: and obtaining the corresponding entrance and exit node of each main road by using the recorded current joint point, the recorded connection node and the main road.
In order to solve the above technical problem, another technical solution adopted by the present application is: provided is a topology map-based main road recognition device, including: a memory and a processor coupled to each other; wherein, the memory stores program instructions, and the processor is configured to execute the program instructions to implement the main road identification method in any of the above embodiments.
In order to solve the above technical problem, another technical solution adopted by the present application is: there is provided a storage device storing program instructions executable by a processor for implementing the method of arterial road identification in any of the above embodiments.
The beneficial effect of this application is: in one aspect, the main road obtained in the present application is formed by a joint point with a node degree of two in a topological map. The definition of the joint point is that the node is deleted in the topological map, so that the number of the subgraphs of the topological map is increased by one, and the joint point obtains the definite definition of the main road, namely, the main road in the topological map is a unique channel with two sides of the nodes mutually communicated, and the number of the subgraphs of the topological map is increased by one when any point of the main road is disconnected; on the other hand, the set of all the trunk nodes is not acquired in the application, each independent trunk can be acquired in the application, and each independent trunk has a unique serial number, so that convenience is brought to subsequent use; on the other hand, the main road identified according to the topological map in the method is strong in interpretability, the main road which does not meet the conditions can be identified to trace back to the specific reason, and the way of identifying the road in the common map based on deep learning is poor in interpretability and cannot trace back to the specific reason. In another aspect, the topology map-based main road identification method provided by the application can perform dynamic identification according to the change of the topology map in the actual application process, and if the connection relationship of the nodes of the topology map is adjusted, the identified main road can be correspondingly adjusted, so that the method has strong flexibility.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings can be obtained by those skilled in the art without inventive efforts, wherein:
fig. 1 is a schematic flow chart of an embodiment of a topological map-based trunk road identification method according to the present application;
FIG. 2 is a schematic structural diagram of an embodiment of a topological map;
FIG. 3 is a flowchart illustrating an embodiment corresponding to step S103 in FIG. 1;
FIG. 4 is a flowchart illustrating an embodiment corresponding to step S203 in FIG. 3;
FIG. 5 is a flowchart illustrating an embodiment corresponding to step S305 in FIG. 4;
fig. 6 is a schematic structural diagram of an embodiment of a main road identification device based on a topological map according to the present application;
fig. 7 is a schematic structural diagram of an embodiment of a topology map-based main road identification apparatus according to the present application;
fig. 8 is a schematic structural diagram of an embodiment of a memory device according to the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a schematic flowchart illustrating an embodiment of a topology map-based main road identification method according to the present application, where the identification method includes:
s101: a set of joint points is obtained from the topological map.
Specifically, in this embodiment, before the step S101, the method further includes: receiving an input topological map, an input node set V and a node connection set V _ E of the nodes; the topological map is an abstract map which maintains correct relative position relation between points and lines and does not necessarily maintain correct shapes, areas, distances and directions of the map. The elements in the node set V are called nodes, and the nodes are also called points, fixed points or nodes, and are usually represented by symbols such as a square, a circle or a diamond, and for the convenience of distinction, ideographic names, such as numbers, can be written beside or inside the symbols. The connected node of the node refers to a node directly connected with the node through an edge. For example, as shown in fig. 2, fig. 2 is a schematic structural diagram of an embodiment of a topological map. Taking node 4 in fig. 2 as an example, the connected node set of node 4 includes node 2, node 3, and node 5.
In general, nodes in a topological map can be divided into articulated and non-articulated nodes; the definition of the joint point is the node which can increase the number of the subgraphs by one after the node is deleted in the topological map, and the definition of the non-joint point is the node which does not change the number of the subgraphs in the topological map after the node is deleted in the topological map. The implementation process of step S101 may be to obtain all joint sets from the topological map by using a joint identification algorithm in the prior art. For example, the set of joints in FIG. 2 includes node 4, node 5, node 6, node 7, node 8, node 13, node 14, node 15, node 16, node 17; the remaining nodes in fig. 2 belong to a set of non-joint nodes.
S102: and judging whether the joint points exist in the joint point set or not.
Specifically, the implementation process of step S102 may be to determine whether the number of the joint points in the joint point set exceeds 0.
S103: if the main trunk tracks exist, at least one main trunk track formed by all the joint points with the node degree of two is obtained from the joint point set, and each main trunk track has a unique serial number.
The implementation process of the specific step S103 is described in detail later. And simultaneously with the above step S103: if not, judging that the main road does not exist in the current topological map, and ending the identification process.
In one aspect, the main road obtained in the present application is formed by a joint point with a node degree of two in a topological map. The definition of the joint point is that the node is deleted in the topological map, so that the number of the subgraphs of the topological map is increased by one, and the joint point obtains the definite definition of the main road, namely, the main road in the topological map is a unique channel with two sides of the nodes mutually communicated, and the number of the subgraphs of the topological map is increased by one when any point of the main road is disconnected; on the other hand, the set of all the trunk nodes is not acquired in the application, each independent trunk can be acquired in the application, and each independent trunk has a unique serial number, so that convenience is brought to subsequent use; on the other hand, the main road identified according to the topological map in the method is strong in interpretability, the main road which does not meet the conditions can be identified to trace back to the specific reason, and the way of identifying the road in the common map based on deep learning is poor in interpretability and cannot trace back to the specific reason. In another aspect, the topology map-based main road identification method provided by the application can perform dynamic identification according to the change of the topology map in the actual application process, and if the connection relationship of the nodes of the topology map is adjusted, the identified main road can be correspondingly adjusted, so that the method has strong flexibility.
In one embodiment, please refer to fig. 3, fig. 3 is a flowchart illustrating an embodiment corresponding to step S103 in fig. 1, where the step S103 specifically includes:
s201: and taking one joint point in the joint point set as the current joint point.
Specifically, in this embodiment, analysis may be started by selecting any one of the joint points in the joint point set as the current joint point, or analysis may be started by selecting a joint point with the largest or smallest node number from the joint point set as the current joint point, which is not limited in this application.
In addition, before the step S201, the method may further include: the initialized traversal node set Visated is provided, and the initialized traversal node set Visated is empty, so that subsequent processing of skipped joint points or non-joint points which are analyzed can be facilitated, and the processing speed of the system is improved.
S202: and judging whether the current joint point is not analyzed and the node degree is two.
Specifically, the above process of determining whether the current joint point is unanalyzed may be: and judging whether the current joint point is located in the traversal node set visual, and if the current joint point is located in the traversal node set, indicating that the current joint point is analyzed. Of course, in other embodiments, the traversal node set Visited may not be introduced, for example, the analyzed node may be marked, and the above-mentioned process of determining whether the current node is analyzed may be to determine whether the current node is marked.
In addition, the definition of the node degree is the sum of the association times of all edges connected with the node; for example, as shown in FIG. 2, the node degree of node 4 is three and the node degree of node 5 is two. The condition design with the node degree of two can enable the identified main trunk to have path uniqueness, namely, no other path (path which does not pass through the main trunk) can lead to nodes on two sides of the main trunk.
S203: and if so, analyzing the current joint point and other joint points connected with the current joint point to obtain a main trunk road containing the current joint point.
Specifically, the implementation process of step S203 is described in detail later, and if not (i.e. the current joint has been analyzed and/or its node degree is not two), the process directly proceeds to step S204.
S204: and judging whether the joint point set is traversed or not.
S205: if yes, all the main trunk channels are output.
S206: otherwise, taking the next joint point in the joint point set as the current joint point, and returning to the step of judging whether the current joint point is not analyzed and the node degree is two.
Further, referring to fig. 4, fig. 4 is a flowchart illustrating an embodiment corresponding to step S203 in fig. 3, where the implementation process of step S203 may include:
s301: an initialized set of queues and an initialized set of trunk nodes are provided.
Specifically, in this embodiment, the specific implementation process of step S301 may be: creating a main trunk node set V _ M _ count, wherein the currently created main trunk node set V _ M _ count is empty; and initializing the queue set queue, wherein the initialized queue set queue is empty.
S302: and adding the current joint point into the queue set.
S303: and removing a head node at the head of the queue in the queue set, and adding the head node in the trunk node set.
Specifically, after the head node at the head of the queue in the queue set is removed, the removed head node is not included in the queue set, and the head node of the removed queue set is changed into another node.
S304: a connected node set connected to the head node is obtained, wherein the connected node set includes an articulated node and a non-articulated node.
Specifically, the connected node set V _ E mentioned in step S101 may be searched to obtain the connected node set corresponding to the head node.
S305: and acquiring all the connected joint points which are not analyzed and have the node degree of two in the connected node set, and sequentially adding all the connected joint points to the tail of the queue set.
Specifically, referring to fig. 5, fig. 5 is a schematic flowchart illustrating an embodiment corresponding to step S305 in fig. 4. The step S305 specifically includes:
s401: and taking one connected node in the connected node set as the current connected node.
S402: and judging whether the current connected node is a joint node which is not analyzed and has a node degree of two.
Specifically, the above process of determining whether the currently connected node is unanalyzed may be: and judging whether the current connected node is positioned in the traversed node set visual, if so, indicating that the current connected node is analyzed. Of course, in other embodiments, the traversal node set Visited may not be introduced, for example, the analyzed connected nodes may be marked, and the above process of determining whether the current connected node is analyzed may be to determine whether the current connected node is marked.
S403: and if so, adding the current connected node to the tail of the queue set.
The process performed simultaneously with step S403 includes, if not, proceeding directly to step S404.
S404: and judging whether the connected node set is traversed or not.
S405: if yes, the process proceeds to step S306.
S406: and if not, taking the next connected node in the connected node set as the current connected node, and returning to the step of judging whether the current connected node is the node which is not analyzed and has the node degree of two.
S306: and judging whether the queue set is empty or not.
Specifically, before performing step S306, the method further includes: and adding all the connected nodes and the current joint point in the connected node set into the initialized traversal node set. Of course, in other embodiments, the step of adding the current node to the initialized traversal node set may also be located after the first node at the head of the queue in the queue set is removed in step S303.
S307: if yes, the current main road node set is saved, and the step S204 is carried out.
S308: otherwise, returning to the step of removing the head node at the head of the queue in the queue set.
The following describes the implementation process of step S203 in a specific application scenario. Taking the topology structure in fig. 2 as an example, assume that the node which is not currently analyzed and has a node degree of two is node 5, the initial queue set queue is empty, and the trunk node set V _ M _ count is empty.
A. Node 5 is added to the queue set queue, which now includes { node 5 }.
B. The head node in the queue set, i.e., node 5, is removed and added to the trunk node set V _ M _ count, where the queue set is empty and the trunk node set V _ M _ count includes { node 5 }.
C. The set of connected nodes { node 4, node 6} for this time the head node, i.e., node 5, is obtained.
D. And C, taking the connected node which is not analyzed and has the node degree of two in the connected node set as the node 6, and adding the node 6 to the tail of the queue set queue, wherein the queue set queue comprises { node 6 }.
E. Because the queue set queue is not empty, the head node in the current queue set queue, that is, node 6, is removed, and the head node is added to the trunk node set V _ M _ count, where the queue set queue is empty and the trunk node set V _ M _ count includes { node 5, node 6 }.
F. The set of connected nodes for this time head node, node 6, node 5, node 7 is obtained.
G. And F, taking the connected node which is not analyzed and has the node degree of two in the connected node set as a node 7, and adding the node 7 to the tail of the queue set queue, wherein the queue set queue comprises { node 7 }.
H. Because the queue set queue is not empty, the head node in the current queue set queue, that is, node 7, is removed, the head node is added to the trunk node set V _ M _ count, and at this time, the queue set queue is empty, and the trunk node set V _ M _ count includes { node 5, node 6, node 7 }.
I. The set of connected nodes for this time head node, node 7, node 6, node 8 is obtained.
J. And step I, if no connected node which is not analyzed and has the node degree of two exists in the connected node set, no new node exists in the queue set queue at the moment, and the queue set queue is empty at the moment.
K. And if the queue set queue is empty, the current trunk node set V _ M _ count can be output as { node 5, node 6 and node 7 }.
The process shows that the order of each node in the output current trunk node set can be arranged in sequence, and convenience is provided for subsequent use. Similar to the above process, another set of host nodes { node 14, node 15, node 16} in FIG. 2 may also be obtained.
In order to better distinguish the sequence number of each main track, step S201 in the above embodiment further includes, before taking one node in the set of nodes as the current node: the primary sequence number is initialized, for example, the initialized primary sequence number may start at 0, 1, etc. After the main trunk including the current joint point is obtained in step S203, the method further includes: the number of the main trunk is processed iteratively, for example, a preset value may be added to the number of the main trunk, and the preset value may be 1, 2, and so on.
In an application scenario, assuming that the initialized serial number of the trunk is 1 and the preset value is 1, the trunk output after the topological map in fig. 2 passes through the identification method includes: main road 1: node 5-node 6-node 7; main road 2: node 14-node 15-node 16.
In addition, in order to obtain the entrance and exit nodes at both ends of each trunk, before the step S204 of determining whether to traverse the set of nodes, the method may further include: judging whether the current joint point is not analyzed and the joint degree exceeds two; if so, the current node of the joint is recorded, e.g., node 4, node 8, node 13, and node 17 in FIG. 2 may be recorded.
The obtaining of all the main roads of the topological map may further include: and obtaining the corresponding entrance and exit nodes of each main road by using the recorded current joint points, the recorded connected nodes and the main road. The specific process may be that the entrance and exit node corresponding to each trunk road may be determined by the connection relationship between each joint point in the trunk road and the recorded joint point. Taking the main road formed by the nodes 5, 6 and 7 in fig. 2 as an example, after analysis, it is found that the node 4 is a connected node of the node 5, and the node 8 is a connected node of the node 7, then the node 4 and the node 8 are the entrance and exit nodes of the main road.
Referring to fig. 6, fig. 6 is a schematic structural diagram of an embodiment of a topology map-based main road identification device according to the present application, where the identification device includes: an acquisition module 10, a determination module 12 and an execution module 14. The acquisition module 10 is configured to obtain a joint point set from a topological map; the judging module 12 is configured to judge whether a joint point exists in the joint point set; the execution module 14 is configured to obtain at least one trunk road formed by all the joint points with the node degree of two from the joint point set when the judgment module 12 judges that the trunk road exists, and each trunk road has a unique serial number. For the working processes of the obtaining module 10, the determining module 12 and the executing module 14, reference may be made to the above embodiment of the identification method, and details are not described herein again.
Referring to fig. 7, fig. 7 is a schematic structural diagram of an embodiment of a topology map-based main road identification device according to the present application, where the identification device includes: a memory 20 and a processor 22 coupled to each other; wherein, the memory 20 stores program instructions, and the processor 22 is configured to execute the program instructions to implement the trunk identification method described in any of the above embodiments.
Referring to fig. 8, fig. 8 is a schematic structural diagram of an embodiment of a storage device of the present application, in which the storage device 30 stores a program instruction 300 capable of being executed by a processor, and the program instruction 300 is used to implement the main lane identification method described in any one of the above embodiments.
In the several embodiments provided in the present application, it should be understood that the disclosed method and apparatus may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a module or a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some interfaces, and may be in an electrical, mechanical or other form.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) or a processor (processor) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings, or which are directly or indirectly applied to other related technical fields, are intended to be included within the scope of the present application.

Claims (10)

1. A main road identification method based on a topological map is characterized by comprising the following steps:
obtaining a set of joint points from the topological map;
judging whether the joint points exist in the joint point set or not;
if the main lanes exist, at least one main lane formed by all the joint points with the node degree of two is obtained from the joint point set, and each main lane has a unique serial number.
2. The method according to claim 1, wherein said obtaining at least one said trunk formed by all said nodes with a node degree of two from said set of nodes comprises:
taking one joint point in the joint point set as a current joint point;
judging whether the current joint point is not analyzed and the node degree is two;
if so, analyzing the current joint point and other joint points connected with the current joint point to obtain the main trunk road containing the current joint point;
judging whether the joint point set is traversed or not;
if so, outputting all the main trunk channels, otherwise, taking the next joint point in the joint point set as the current joint point, and returning to the step of judging whether the current joint point is not analyzed and the node degree is two.
3. The method of claim 2, wherein the analyzing the current joint point and other joint points connected to the current joint point to obtain the backbone containing the current joint point comprises:
providing an initialized queue set and an initialized main road node set;
adding the current node to the set of queues;
removing a head node positioned at the head of the queue in the queue set, and adding the head node in the trunk node set;
obtaining a connected node set connected with the head node, wherein the connected node set comprises joint points and non-joint points;
acquiring all the connected joint points which are not analyzed and have the node degree of two in the connected node set, and sequentially adding all the connected joint points to the tail of the queue set;
judging whether the queue set is empty;
if so, saving the current main road node set, and performing a step of judging whether the node set is traversed or not; otherwise, returning to the step of removing the head node at the head of the queue in the queue set.
4. The identification method according to claim 3, wherein the obtaining all the connected nodes which are not analyzed and have a node degree of two in the connected node set, and sequentially adding all the connected nodes to the tail of the queue set comprises:
taking one connected node in the connected node set as a current connected node;
judging whether the current connected node is a joint node which is not analyzed and has a node degree of two;
if so, adding the current connected node to the tail of the queue set;
judging whether the connected node set is traversed or not;
if yes, entering a step of judging whether the queue set is empty; and if not, taking the next connected node in the connected node set as the current connected node, and returning to the step of judging whether the current connected node is the node which is not analyzed and has the node degree of two.
5. The identification method according to claim 4,
before one of the joint points in the set of joint points is taken as a current joint point, the method further includes: providing an initialized traversal node set;
before the determining whether the queue set is empty, the method further includes: adding all the connected nodes in the connected node set and the current joint point into the initialized traversal node set;
the determining whether the current joint/connected joint is not analyzed comprises: and judging whether the current joint point/connected joint point is positioned in the traversal node set.
6. The identification method according to claim 2,
the step of taking one joint point in the joint point set as a current joint point comprises: initializing a main road serial number;
after the obtaining the main trunk including the current joint point, the method further includes: and carrying out iterative processing on the main road serial number.
7. The identification method according to claim 4,
before the determining whether to traverse the set of nodes, the method further includes: judging whether the current joint point is not analyzed and the joint degree of the current joint point exceeds two; if yes, recording the current joint point;
before the step of judging whether the connected node set is traversed or not, the method further comprises: judging whether the connected nodes are the joint points which are not analyzed and have the joint degrees exceeding two; and if so, recording the connected nodes.
8. The identification method according to claim 7, further comprising:
and obtaining the corresponding entrance and exit node of each main road by using the recorded current joint point, the recorded connection node and the main road.
9. A topology map-based main road recognition device is characterized by comprising: a memory and a processor coupled to each other;
wherein the memory has stored therein program instructions for execution by the processor to implement the method of identifying a arterial road of any one of claims 1 to 8.
10. A storage device storing program instructions executable by a processor to implement the method of identifying a main road according to any one of claims 1 to 8.
CN202010585493.5A 2020-06-23 2020-06-23 Main road identification method, main road identification device and storage device based on topological map Active CN111814605B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010585493.5A CN111814605B (en) 2020-06-23 2020-06-23 Main road identification method, main road identification device and storage device based on topological map

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010585493.5A CN111814605B (en) 2020-06-23 2020-06-23 Main road identification method, main road identification device and storage device based on topological map

Publications (2)

Publication Number Publication Date
CN111814605A true CN111814605A (en) 2020-10-23
CN111814605B CN111814605B (en) 2024-01-19

Family

ID=72845630

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010585493.5A Active CN111814605B (en) 2020-06-23 2020-06-23 Main road identification method, main road identification device and storage device based on topological map

Country Status (1)

Country Link
CN (1) CN111814605B (en)

Citations (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002081952A (en) * 2000-09-11 2002-03-22 Fumio Mizoguchi Navigation system
US6918111B1 (en) * 2000-10-03 2005-07-12 Sun Microsystems, Inc. System and method for scheduling instructions to maximize outstanding prefetches and loads
CN101145218A (en) * 2007-10-24 2008-03-19 中山大学 Road automatic coding system
CN101839720A (en) * 2009-03-16 2010-09-22 香港科技大学 Road map navigation based on safety
CN102325387A (en) * 2011-05-24 2012-01-18 武汉理工大学 Streetlight light cluster type wireless network control system based on wireless sensor network
CN102609687A (en) * 2012-01-31 2012-07-25 华中科技大学 Subway construction drawing and engineering parameter automatic identification method
US20130163407A1 (en) * 2011-12-21 2013-06-27 Honeywell International Inc. System and method for determining network element criticality
CN103278170A (en) * 2013-05-16 2013-09-04 东南大学 Mobile robot cascading map building method based on remarkable scenic spot detection
CN106157294A (en) * 2016-04-28 2016-11-23 中国人民解放军第七五医院 A kind of for tumor in digestive tract endoscopic image knowledge method for distinguishing and application
US20160358021A1 (en) * 2015-06-05 2016-12-08 University Of Washington Visual representations of distance cartograms
CN107153896A (en) * 2017-07-03 2017-09-12 北方工业大学 Traffic network path prediction method and system based on node pair entropy
CN107635235A (en) * 2016-12-02 2018-01-26 北京国电通网络技术有限公司 A kind of multiband matches somebody with somebody the more radio frequencies of electricity consumption mobile Ad hoc network and method for channel allocation
US20180052471A1 (en) * 2015-05-13 2018-02-22 Universitaet Bielefeld Floor-treatment apparatus and navigation system therefor
CN108111411A (en) * 2017-12-06 2018-06-01 上海神添实业有限公司 Backbone network and its active path planning system and planing method
CN108320511A (en) * 2018-03-30 2018-07-24 江苏智通交通科技有限公司 Urban highway traffic sub-area division method based on spectral clustering
CN108319895A (en) * 2017-12-29 2018-07-24 百度在线网络技术(北京)有限公司 The method and apparatus at the crossing in electronic map for identification
CN108961403A (en) * 2018-06-22 2018-12-07 武汉大学 A method of major trunk roads are extracted with open source street map
CN109726895A (en) * 2018-12-04 2019-05-07 浙江大华技术股份有限公司 A kind of task execution method and device for planning of multiple target point
CN109724612A (en) * 2019-01-14 2019-05-07 浙江大华技术股份有限公司 A kind of AGV paths planning method and equipment based on topological map
CN110033048A (en) * 2019-04-18 2019-07-19 西南交通大学 A kind of rail traffic key node and key road segment recognition methods
CN110135092A (en) * 2019-05-21 2019-08-16 江苏开放大学(江苏城市职业学院) Complicated weighting network of communication lines key node recognition methods based on half local center
CN110365111A (en) * 2019-07-15 2019-10-22 国电南瑞科技股份有限公司 A kind of power distribution network topology automatic identification method, apparatus and system based on power line communication
US20190325237A1 (en) * 2018-04-19 2019-10-24 Here Global B.V. Method, apparatus, and system for traffic sign learning near a ramp
CN110430080A (en) * 2019-08-07 2019-11-08 国家计算机网络与信息安全管理中心 Network topology probe method and device
CN110702117A (en) * 2019-10-10 2020-01-17 浙江大华技术股份有限公司 Path planning method based on map, terminal equipment and computer storage medium
CN110715662A (en) * 2019-10-09 2020-01-21 浙江大华技术股份有限公司 Segment path issuing method and device, storage medium and electronic device
CN110768819A (en) * 2018-12-03 2020-02-07 北京嘀嘀无限科技发展有限公司 Generation method, planning method, device, terminal and readable storage medium
CN111142525A (en) * 2019-12-31 2020-05-12 武汉中海庭数据技术有限公司 High-precision map lane topology construction method and system, server and medium
CN111291140A (en) * 2018-12-06 2020-06-16 北京欣奕华科技有限公司 Method, device, equipment and medium for identifying topological nodes

Patent Citations (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002081952A (en) * 2000-09-11 2002-03-22 Fumio Mizoguchi Navigation system
US6918111B1 (en) * 2000-10-03 2005-07-12 Sun Microsystems, Inc. System and method for scheduling instructions to maximize outstanding prefetches and loads
CN101145218A (en) * 2007-10-24 2008-03-19 中山大学 Road automatic coding system
CN101839720A (en) * 2009-03-16 2010-09-22 香港科技大学 Road map navigation based on safety
CN102325387A (en) * 2011-05-24 2012-01-18 武汉理工大学 Streetlight light cluster type wireless network control system based on wireless sensor network
US20130163407A1 (en) * 2011-12-21 2013-06-27 Honeywell International Inc. System and method for determining network element criticality
CN102609687A (en) * 2012-01-31 2012-07-25 华中科技大学 Subway construction drawing and engineering parameter automatic identification method
CN103278170A (en) * 2013-05-16 2013-09-04 东南大学 Mobile robot cascading map building method based on remarkable scenic spot detection
US20180052471A1 (en) * 2015-05-13 2018-02-22 Universitaet Bielefeld Floor-treatment apparatus and navigation system therefor
US20160358021A1 (en) * 2015-06-05 2016-12-08 University Of Washington Visual representations of distance cartograms
CN106157294A (en) * 2016-04-28 2016-11-23 中国人民解放军第七五医院 A kind of for tumor in digestive tract endoscopic image knowledge method for distinguishing and application
CN107635235A (en) * 2016-12-02 2018-01-26 北京国电通网络技术有限公司 A kind of multiband matches somebody with somebody the more radio frequencies of electricity consumption mobile Ad hoc network and method for channel allocation
CN107153896A (en) * 2017-07-03 2017-09-12 北方工业大学 Traffic network path prediction method and system based on node pair entropy
CN108111411A (en) * 2017-12-06 2018-06-01 上海神添实业有限公司 Backbone network and its active path planning system and planing method
CN108319895A (en) * 2017-12-29 2018-07-24 百度在线网络技术(北京)有限公司 The method and apparatus at the crossing in electronic map for identification
CN108320511A (en) * 2018-03-30 2018-07-24 江苏智通交通科技有限公司 Urban highway traffic sub-area division method based on spectral clustering
US20190325237A1 (en) * 2018-04-19 2019-10-24 Here Global B.V. Method, apparatus, and system for traffic sign learning near a ramp
CN108961403A (en) * 2018-06-22 2018-12-07 武汉大学 A method of major trunk roads are extracted with open source street map
CN110768819A (en) * 2018-12-03 2020-02-07 北京嘀嘀无限科技发展有限公司 Generation method, planning method, device, terminal and readable storage medium
CN109726895A (en) * 2018-12-04 2019-05-07 浙江大华技术股份有限公司 A kind of task execution method and device for planning of multiple target point
CN111291140A (en) * 2018-12-06 2020-06-16 北京欣奕华科技有限公司 Method, device, equipment and medium for identifying topological nodes
CN109724612A (en) * 2019-01-14 2019-05-07 浙江大华技术股份有限公司 A kind of AGV paths planning method and equipment based on topological map
CN110033048A (en) * 2019-04-18 2019-07-19 西南交通大学 A kind of rail traffic key node and key road segment recognition methods
CN110135092A (en) * 2019-05-21 2019-08-16 江苏开放大学(江苏城市职业学院) Complicated weighting network of communication lines key node recognition methods based on half local center
CN110365111A (en) * 2019-07-15 2019-10-22 国电南瑞科技股份有限公司 A kind of power distribution network topology automatic identification method, apparatus and system based on power line communication
CN110430080A (en) * 2019-08-07 2019-11-08 国家计算机网络与信息安全管理中心 Network topology probe method and device
CN110715662A (en) * 2019-10-09 2020-01-21 浙江大华技术股份有限公司 Segment path issuing method and device, storage medium and electronic device
CN110702117A (en) * 2019-10-10 2020-01-17 浙江大华技术股份有限公司 Path planning method based on map, terminal equipment and computer storage medium
CN111142525A (en) * 2019-12-31 2020-05-12 武汉中海庭数据技术有限公司 High-precision map lane topology construction method and system, server and medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JINGYI LIN 等: "Comparative Analysis on Topological Structures of Urban Street Networks", INTERNATIONAL JOURNAL OF GEO-INFORMATION, pages 1 - 13 *
张浩;武芳;巩现勇;许俊奎;张俊涛;: "一种基于平行系数的双线主干道识别方法", 武汉大学学报(信息科学版), vol. 42, no. 08, pages 1123 - 1130 *

Also Published As

Publication number Publication date
CN111814605B (en) 2024-01-19

Similar Documents

Publication Publication Date Title
CN109270927B (en) Road data generation method and device
CN110634291A (en) High-precision map topology automatic construction method and system based on crowdsourcing data
CN110377682B (en) Track type determination method and device, computing equipment and storage medium
CN102129560B (en) Method and device for identifying characters
CN108229364B (en) Building contour generation method and device, computer equipment and storage medium
JP7220169B2 (en) Information processing method, device, storage medium, and program
EP3620945A1 (en) Obstacle distribution simulation method, device and terminal based on multiple models
CN110503009A (en) Lane line tracking and Related product
CN109660533B (en) Method and device for identifying abnormal flow in real time, computer equipment and storage medium
CN111259444B (en) Track data label clustering method fusing privacy protection
EP3633551A1 (en) Obstacle distribution simulation method, device and terminal based on a probability graph
CN110553658B (en) Navigation path recommendation method, navigation server, computer device and readable medium
JP7121454B2 (en) Obstacle position simulation method, device and terminal based on statistics
CN105975527A (en) Road up-down relationship identification method and apparatus
Dobrev et al. Black hole search in asynchronous rings using tokens
CN106802958A (en) Conversion method and system of the CAD data to GIS data
CN108133116A (en) CAD floor plan wall thickness automatic identifying methods and system
CN111814605A (en) Main road identification method, main road identification device and main road storage device based on topological map
CN112269848A (en) Crowdsourcing trajectory data fusion method and device
CN107885527A (en) A kind of code revision method and device of test system
CN104121917A (en) Method and device for automatically discovering new bridge
CN113124849B (en) Indoor path planning method and device, electronic equipment and storage medium
CN109270566A (en) Air navigation aid, navigation effect test method, device, equipment and medium
CN110542426B (en) Method, device and readable medium for identifying small path
CN113570727A (en) Scene file generation method and device, electronic equipment and 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201223

Address after: C10, 1199 Bin'an Road, Binjiang District, Hangzhou City, Zhejiang Province, 310051

Applicant after: ZHEJIANG HUARAY TECHNOLOGY Co.,Ltd.

Address before: No.1187 Bin'an Road, Binjiang District, Hangzhou City, Zhejiang Province

Applicant before: ZHEJIANG DAHUA TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
CB02 Change of applicant information

Address after: 310051 8 / F, building a, 1181 Bin'an Road, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Zhejiang Huarui Technology Co.,Ltd.

Address before: C10, 1199 Bin'an Road, Binjiang District, Hangzhou City, Zhejiang Province, 310051

Applicant before: ZHEJIANG HUARAY TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant